@import url(https://fonts.googleapis.com/css?family=Roboto:300);
* {
    margin: 0;
    padding: 0;
    font-family: Avenir, sans-serif, arial;
}
html {
    /* height: 100% */
}

@font-face {
    font-family: 'Avenir';
    src: url('/webroot/fonts/AvenirLTStd-Light.otf') format('opentype');
}

body {
    font-family: Avenir, sans-serif, arial;
    font-size: 12px;

    background-color: #fca000;
    background-image: url("/webroot/img/achtergrond-grade.jpg");
    background-position: 0 0 ;
    background-repeat: repeat-x;
    /* background-image: linear-gradient(0deg, #fca000 500px, #fff); */
    /* background: #f7faff; */
    /* background-color: #c6def3; */
    height: 100%
}
h1 {
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    padding-left: 3px;
    margin-bottom: 10px;
}
h2 {
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
    background: #808080;
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    margin-bottom: 10px;
    color: #FFF;
}

.hide{
    display: none;
}

hr {
    border-top: 1px solid #ff8d00;
    margin-bottom:  10px;
}
.titel {
    font-size: 16px;
    color: #ff8d00;
}
.dateSortable {
    display:none;
}
table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
#grid_table, .grid_table {
    font-size: 16px;
}
#grid_table tbody {
    border-bottom: 1px solid #ff9000;
}
#grid_table td:last-child {
    text-align: right;
}

#grid_table_new, .grid_table_new {
    font-size: 16px;
}
#grid_table_new tbody {
    border-bottom: 1px solid #ff9000;
}
#grid_table_new td:last-child {
    text-align: right;
}

#grid_table td a:hover, #grid_table_new td a:hover{
    color: #3366cc;
    text-decoration: underline;
}
#muteer_form .uitzendinggegevens td:first-child {
    width: 10%;
}
#muteer_form  .uitzendinggegevens td:larst-child {
    width: 90%;
}
#muteer_form th:first-child,
#muteer_form th:last-child,
#muteer_form td:first-child,
#muteer_form td:last-child {
    width: 50%;
}
button {
    cursor: pointer;
}
.fa.btn {
    color: #222222;
}
.fa.btn:hover {
    color: #3366cc;
}
.blue {
    color: #0386d8;
}
.orange,
.fa.btn-orange {
    color: #ff9000;
}
.fa.btn-orange:hover, button:hover .fa.btn-orange {
    color: #3366cc;
}

#headerTable:hover{
    color: #3366cc;
    text-decoration: underline;
}

.fa.icon {
    cursor: default !important;
}

.fa.icon-orange {
    color: #ff9000;
    cursor: default !important;
}

.fa.fa-2x.fa-object-group.btn-orange {
    font-size: 1.6em;
    padding-top: 5px;

}
.fa.fa-2x.fa-save.btn-orange {
    font-size: 32px;
    padding-top: 1px;
}
.right {
    float: right;
    margin-right: 1em;
}
.nobutton {
    border: 0;
    background-color: transparent;
}
th {
    background: rgb(255,255,255); /* Old browsers */
    border-top: 1px solid #ff9000;
    border-bottom: 1px solid #ff9000;
    color: #222222;
    line-height: 24px;
    padding: 5px;
    vertical-align: bottom;
    font-weight: 700;
}
tr {
    /* border-bottom: 1px dotted #c0c0c0;*/

}
td {
    padding: 7px;
    font-size: 16px;
    color: #222222 !important;/* background: #FFF;*/

}

#grid_table th.sorted {
    color: #3366cc;
}

#grid_table th.sorted span.achtergrond,
#grid_table th:last-child span {
    color: #222222 !important;
}

#grid_table th.sorted:after {
    font-family: 'FontAwesome';
    padding: 0 0 0 10px;
}
#grid_table th.sorted.descending:after {
    content: "\f0d8";
}
#grid_table th.sorted.ascending:after {
    content: "\f0d7";
}
#grid_table th {
    white-space: nowrap;
}

#grid_table_new th.sorted {
    color: #3366cc;
}

#grid_table_new th.sorted span.achtergrond,
#grid_table_new th:last-child span {
    color: #222222 !important;
}

#grid_table_new th.sorted:after {
    font-family: 'FontAwesome';
    padding: 0 0 0 10px;
}
#grid_table_new th.sorted.descending:after {
    content: "\f0d8";
}
#grid_table_new th.sorted.ascending:after {
    content: "\f0d7";
}
#grid_table_new th {
    white-space: nowrap;
}
input[type=text], input[type=number], input[type=email], select {
    line-height: 34px;
    width: 355px;
    height: 34px;
    border: 1px solid #dcdcdc;
    color: #222222;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 14px;
}
select {
    width: 371px !important;

}
input:focus,
select:focus {
    border: 1px solid #007edb;
    outline: none;
}
.hover_row:hover td {
    background: #EFEFEF;
    cursor: pointer;
}
.debiteur_details {
    width: 31%;
    padding: 1%;
    float: left;
}
.text-right {
    text-align: right;
}
.error {
    border: 1px solid red;
    background-color: #fad6d9;
    margin-top: 10px;
    padding: 10px;
}
.login table {
    margin-top: 200px;
}
.login input[type=text],  .login input[type=password], .login input[type=email]  {
    border: 1px solid #BDBDBD;
    line-height: 24px;
    width: 180px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    font-size: 12px;
    color : #3A3120;
    font-weight: normal;
    font-size: 16px;
}
.login {
    margin: 0 auto;
    /* background: #FFF;*/

    width: 455px;
    padding: 0 30px 30px 30px;
    margin-top: 0%;/*-webkit-box-shadow:  0px 0px 30px 0px #808080;

	box-shadow:  0px 0px 30px 0px #808080;

	-webkit-border-radius: 5px;

    border-radius: 5px;*/

}
.float-right {
    floaT: right;
}
.edit_table tr:hover td {
    background: #EFEFEF;
    cursor: pointer;
}
.edit_button {
    background: url('../img/edit.png') no-repeat center center;
    width: 20px;
    line-height: 20px;
    height: 20px;
    display: block;
    border: 0;
}
.edit_button:hover {
    background: url('../img/edit_hover.png') no-repeat center center;
    cursor: pointer;
}
.delete_button {
    background: url('../img/delete.png') no-repeat center center;
    width: 20px;
    line-height: 20px;
    height: 20px;
    display: block;
    border: 0;
}
.delete_button:hover {
    background: url('../img/delete_hover.png') no-repeat center center;
    cursor: pointer;
}
.btn {
    margin: 8px 8px 8px 0px;
    border: 0;
}
.btn:hover {
    cursor: pointer;
}
.wrapper {
    width: 80%;
    margin: 0px auto;
    max-width: 1600px;
    background: #FFF;
    padding-top: 40px
}
.header {
    display: table;
    height: 34px;
    text-align: left;
    width: 100%;
    background: #ffffff;
}
.header .header_title {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 54px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}
.gebruiker {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 30px;
    padding-left: 1px;
    /*border-left: 1px solid #EDEDED;*/
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    float: right;
    width: 400px;
    text-align: right;
}
.gebruiker strong {
}
.gebruiker a {
    color: #ff9000;
}
.menu {
    width: 100%;
    line-height: 34px;
    display: block;
    height: 56px;
    background: #fff;
    border-top: 5px solid #ff8d00;
    border-bottom: 5px solid #ff8d00;
    margin-bottom: 1%;
}
.menu ul {
    margin-left: 15px;
    margin-right: 15px;
}
.menu ul li {
    display: inline-block;
    float: left;/* padding: 5px; */

}
.menu ul li a {
    color: #c0c0c0;
    font-size: 1.5em;
    line-height: 34px;
    display: block;
    padding: 10px 25px 10px 5px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.menu ul li a span/*, .menu ul li ul li a*/ {
    text-transform: uppercase;
}
.menu ul li.active a {
    color: #333333;
}
.menu ul li.active a:hover {
    /* border-top: 2px solid #ff9000;*/
    color: #3366cc;
    border-bottom: 2px solid #3366cc;
}
.menu ul li a i {
    padding-right: 10px;
}
.menu ul ul {
    position: absolute;
    width: 200px;
    display: none;
    margin: 0;
    background: #ffffff;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    z-index: 9999;
}
.menu ul li.active:hover > ul {
    display: block;
}
.menu ul ul li {
    padding: 0;
}
.menu ul ul a {
    border: 0;
    padding: 0;
    display: block;
    padding-left: 10px;
    width: 190px;
    color: #333333;
    border-bottom :1px solid #ff9000;
}
.menu ul ul a:hover {
    color: #3366cc;
    padding-left: 10px;
    width: 190px;
}
.menu ul li ul li a i {
    width: 28px;
}
.content {
    padding: 15px 15px 30px 15px;
    min-height: 900px;
}
.content_left {
    float: left;
    width: 47%;
    background: #FFF;
    padding: 1%;
    margin-right: 1%;
}
.content_right {
    background: #FFF;
    float: left;
    width: 47%;
    min-height: 200px;
    padding: 1%;
    margin-left: 1%;
}
.content_full {
    min-height: 200px;
    width: 100%;
    display: table;
    clear: both;
}
.invoer_div {
    background: #EFEFEF;
    padding: 10px;
    margin-bottom : 10px;
}


.text_input, .select2-search__field {
    height: 28px;
    border: 1px solid #c0c0c0;
    color: #404040;
    padding-left: 3px;
    min-width: 200px;
    font-size: 16px;
}
.text_input_short {
    line-height: 30px;
    height: 28px;
    border: 1px solid #c0c0c0;
    background: #EFEFEF;
    color: #404040;
    padding-left: 3px;
    min-width: 45px;
}
.text_input_medium {
    line-height: 30px;
    height: 28px;
    border: 1px solid #c0c0c0;
    background: #EFEFEF;
    color: #404040;
    padding-left: 3px;
    min-width: 100px;
}
textarea[name="feedinfo"],
textarea[name="tekst"] {
    height: 100px;
    width: 366px;
}

input[type=text].wide,  select.wide {
    width: 655px;
}
textarea.wide {
    width: 666px;
    height: 300px;
}




#achtergronden [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#achtergronden img,
#achtergronden video {
    cursor: pointer;
    border:1px solid #ff9000;
    border-radius: 10px;
    width: 150px;
    height: 100px;
}

/* IMAGE STYLES */
#achtergronden [type=radio] + img,
#achtergronden [type=radio] + video {
    cursor: pointer;
    border: 1px solid #222222;
    object-fit: cover;
    opacity: 0.3;
    width: 120px;
    height: 100px;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition:  opacity 0.5s;

}

/* CHECKED STYLES */
#achtergronden [type=radio]:hover + img,
#achtergronden [type=radio]:hover + video {
    border: 1px solid #ff9000;
    opacity: 1;
}
#achtergronden [type=radio]:checked + img,
#achtergronden [type=radio]:checked + video,
#achtergronden [selected] + img {
    border: 3px solid #ff9000;
    opacity: 1;


}

input#achtergrond:after {
    content: attr(data-titel);
    background: #fff;
    padding: 5px 12px;
    border: solid 1px #ddd;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}

.optionalargs {
    display: none;
}
.multiple {
    height: 75px;
}
.prijs {
    width: 50px;
    text-align: center;
}
.filter {
    display: none; /* filter */
    background: #EFEFEF;
    /*padding: 10px;*/

    margin-bottom: 10px;
}
.filter input[type=text] {
    line-height: 34px;
    height: 36px;
    border: 1px solid #dcdcdc;
    color: #808080;
    padding-left: 5px;
}
.button, .button-inverted:hover, .button-inverted.btn-disabled {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.button:hover, .button-inverted {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb72f), color-stop(1, #fd6700) );
    background: -moz-linear-gradient( center top, #ffb72f 5%, #fd6700 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb72f', endColorstr='#fd6700');
    background-color: #ffb72f;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    border: 1px solid #fd6700;
    text-shadow: none;
    color:#fff;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.button:active {
    position: relative;
    top: 1px;
}
.button_small {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}
.melding {
    margin: 10px 0px;
    border: 1px solid #ff9000;
    padding: 10px;
    background: #fff1c4;
}
.quart input[type=text] {
    width: 40px;
}
.quart {
    float: left;
    width: 24%;
    margin-right: 1%;
}
.clearer {
    clear: both;
    display: block;
}
.pagination {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.pagination a.active,  .pagination a.active:hover {
    font-weight: 700;
    color: #FFF;
    background: #ff9000;
}
.pagination a {
    line-height: 28px;
    height: 26px;
    color: #404040;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    text-decoration: none;
}
.pagination a:hover {
    background: #EFEFEF;
}
.pagination-alles-separator{
    font-weight: bold;
    color: #ff9000;
}
.container {
    /* this will give container dimension, because floated child nodes don't give any */

    /* if your child nodes are inline-blocked, then you don't have to set it */

    overflow: auto;
}
.container .head {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    /* float your elements or inline-block them to display side by side */

    float: left;
    /* these are height and width dimensions of your header */

    height: 15em;
    width: 1.5em;
    /* set to hidden so when there's too much vertical text it will be clipped. */

    overflow: hidden;
    /* these are not relevant and are here to better see the elements */

    margin-right: 1px;
}
.container .head .vert {
    /* line height should be equal to header width so text will be middle aligned */

    line-height: 1.5em;
    /* setting background may yield better results in IE text clear type rendering */

    background: #eee;
    display: block;
    /* this will prevent it from wrapping too much text */

    white-space: nowrap;
    /* so it stays off the edge */

    padding-left: 3px;
    /* IE specific rotation code */

    writing-mode: tb-rl;
    filter: flipv fliph;
    /* CSS3 specific totation code */

    /* translate should have the same negative dimension as head height */

    transform: rotate(270deg) translate(-10em, 0);
    transform-origin: 0 0;
    -moz-transform: rotate(270deg) translate(-15em, 0);
    -moz-transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-15em, 0);
    -webkit-transform-origin: 0 0;
}
span.big {
    font-size: 140%;
}
span.small {
    font-size: 80%;
}
span.status {
    margin: 3px;
    font-size: 80%;
}
span.negatief {
    color: #ff0000;
}
span.positief {
    color: #008000;
}
span.neutraal {
    color: #333333;
}
span.prijs {
    white-space: nowrap;
}
tr.hide {
    display: none;
}
span.nul {
    display: none;/* color: #c0c0c0;*/

}
tr.orange td {
    background-color: #ff9000 !important;
}
tr.green td {
    background-color: #22B14C !important;
}
.bold {
    font-weight: bold;
}
select#addslide {
    float: right;
}
.cancelcommand {
    color: red;
    margin: 0 5px;
}
.btn.title {
    color: #222222;
    text-decoration: none;
}
.btn.title.titel {
    color: #ff8d00;
}
.btn.title:hover {
    text-decoration: underline;
}
/* start styles from dragula  .gu-transit {
opacity:.2;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter:alpha(opacity=20)
}
*/
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.gu-hide {
    display: none !important;
}
.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    border: 3px dashed #c0c0c0 !important;
}
.gu-mirror {
    border: 1px solid purple;
    height: 2em !important;
}
.dragitem {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-top: -1em;
    margin: 1.3em 1.3em 0 0em;
    height: 2em;
}
.dragitem.active {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
/* (Optional) Apply a "closed-hand" cursor during drag operation. */

.grabbable:active, .grabbable:hover {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
/* end styles from dragula */

.slideinfo td {
    padding:0;
}

.slidetitel {
    float: left;
    width: 50%;
    padding: 5px 3px;
    color: #222222;
}

.slidetitel span > span {
    font-size: 13px;
}

@media screen and (max-width: 1400px) {
    .slidetitel {
        font-size: 14px;
    }

    .slidetitel span {
        font-size: 14px;
    }

    .slidetitel span > span {
        font-size: 13px;
    }

    #startdatum_upperline,
    #enddatum_upperline {
        font-size: 12px;
    }

    #slideImg {
        height: 53px!important;
        width: 93px!important;
    }

    #slideTools, #slideExpand {
        font-size: 14px !important;
    }

    #begindatum, #einddatum{
        max-width: 70px!important;
    }

    #showmoreText {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 1150px) {
    .slidetitel {
        font-size: 10px;
    }

    .slidetitel span > span {
        font-size: 11px;
    }

    #slideTools, #slideExpand {
        font-size: 10px !important;
    }

    #slideImg {
        height: 43px!important;
        width: 75px!important;
    }
}

.active .slidetitel {
    border-bottom:1px solid #ff9000;
}
.slideopties {
    float: right;
}
.slidesheading {
    background-color: #ff9000;
    font-weight: bold;
    text-align: center;
}
.slideopties {
    display: block;
}
#editor .slideopties {
    display: block;
}
.moreinfo {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: .5em;
    margin: 0 1.3em 0 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
}
.moreinfo .thumb {
}

.moreinfo table td:nth-child(2) {
    text-align: right
}


.thumb img,
.thumb video {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ff9000;
}
.showmore {
    cursor: pointer;
    font-size: 1.3em;
    color: #ff9000;
}

.showmore:hover {
    color: #3366cc;
}

.tox .tox-tbtn svg {
    fill: #3366cc !important;
}

.tox .tox-tbtn--disabled svg {
    fill: rgba(34,47,62,.5) !important;
}

#components, #editor {
    /* border:1px solid red;*/

    min-height: 30em;
}
.controls {
    margin: 1em 0.75em 1em 4em;
}

#begindatum, #begintijd, #einddatum_terugkerend, #birthday_day .tijdinput{
    max-width: 22.8em;
    border: 1px solid #dcdcdc;
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 95px;
    padding-right: 45px !important;
    cursor: pointer;
}
#einddatum, #eindtijd, #slide_day_start, #slide_day_end, .tijdinput{
    max-width: 22.8em;
    border: 1px solid #dcdcdc;

    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 95px;
    padding-right: 45px !important;
    cursor: pointer;
}

#begintijd, #eindtijd, .tijdinput {
    background-image: url(clock.png);
    background-size: 25px 25px;
    background-position: calc(100% - 10px) center;
    text-align: left
}

#begindatum,
#einddatum,
#einddatum_terugkerend,
#slide_day_start,
#slide_day_end
{
    background-image: url(method-draw-image.png);
    background-size: 25px 25px;
    background-position: calc(100% - 10px) center;
    text-align: left;
}
.weekdag {
    float: left;
    padding: .5em;
    width: 80px;
}

/*

#grid_table {

} 

#grid_table thead {

  cursor: pointer;

}

#grid_table thead tr th { 

}

#grid_table thead tr th span { 

  padding-right: 20px;

  background-repeat: no-repeat;

  background-position: 100% 100%;

}

#grid_table thead tr th.headerSortUp, #grid_table thead tr th.headerSortDown {

}

#grid_table thead tr th.headerSortUp span {

  background-image: url('../img/up-arrow.png');

}

#grid_table thead tr th.headerSortDown span {

  background-image: url('../img/down-arrow.png');

}

#grid_table tbody tr { 

}

#grid_table tbody tr td {


*/


tr.optioneel {
    display: none;
}

#grid_table tr th span {
    cursor: pointer;
}

#grid_table_new tr th span {
    cursor: pointer;
}
#headericons {
    float: right;
    margin: .6em 2.5em 0.6em 0.6em;
    padding-top: 3px;
}
.headericon {
    font-size: 1.3em;
    text-decoration: none;
    padding: 16px 8px 8px 8px;
}
.headericon.red{
    font-size: 1.6em;
    position: relative;
    color: #ff0000;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.5em;
    height: 0.5em;
    margin-right: 20px;
}
.headericon.red:hover, .headericon.red.active {
    color: #fff;
    background-color: #f00;
}
.headericon.blue {
    font-size: 1.4em;
    position: relative;
    top: 0px !important;
    color: #007edb;
}
.headericon:hover, .headericon.active {
    color: #fe6600;
}




.selectitem {
    font-size: 1.4em;
}
.imgholder {
    width: 70px;
    height: 70px;
}
.imgholder img {
    display: inline-block;
    width:70px;
}
[class^='select2'] {
    border-radius: 0px !important;
}

td.letterkleur div.colorPicker-picker {
    background-color: #000000 !important;
}

tr.gebruikers td:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .menu ul li a span {
        font-size: 0.75em;
    }
    .menu ul li ul li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1220px) {
    .menu ul li a span {
        display: none;
    }
    .menu ul li a {
        padding: 18px 25px 10px 5px;

    }
    .menu ul li ul li a {
        padding: 0px 25px 3px 5px;
        font-size: 1.3em;

    }
}


@media screen and (max-width: 960px) {
    .header_title img {
        max-width: 150px;
        top: 10px !important;
    }
}



@media screen and (max-width: 630px) {
    .menu ul li a {
        padding: 18px 15px 10px 5px;
    }
    .header_title img {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .menu ul li a {
        padding: 18px 5px 10px 5px;
    }
    .header_title img {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .menu ul li a {
        padding: 18px 3px 10px 1px;
    }
    .text_input {
        min-width: 120px;
    }
}

@media screen and (max-width: 435px) {
    .menu ul li a {
        padding: 18px 1px 10px 0px;
    }
    .text_input {
        min-width: 120px;
    }
    .headericon.help {
        display: none;
    }
}

@media screen and (max-width: 300px) {
    .menu ul li a {
        padding: 18px 1px 10px 1px;
    }
    .text_input {
        min-width: unset;
    }
}


/* Filemanager */

.filters .types{
    text-align:left !important;
}






/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;/* 120px*/
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 6px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}






/**
 * Nestable
 */

.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }

@media only screen and (min-width: 700px) {

    .dd { float: left; width: 48%; }
    .dd + .dd { margin-left: 2%; }

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

/**
 * Socialite
 */

.socialite { display: block; float: left; height: 35px; }


/* extra vanwege 'empty list bug' */
.dd-list {
    min-height: 20px;
}
.dd-item.dummy {
    opacity:0;min-height:0;max-height:0;
}
.fancybox-overlay {
    z-index: 10000000000 !important;
}

/**
*  
*/
.achtergrondthumb img, .achtergrondthumb video {
    width:120px;
    height: 80px;
    display:inherit;
    background-size: cover;
    border: 1px solid #ff9000;
    border-radius: 5px;
}

input.orientatie:first-child  {
    color: #f00;
    margin-bottom: 1.5em;
}

.moreinfo table.details {
    width: 100%;
    background-color: #ffaa00;

}

.news_item, .project_item{
    border: 1px solid #ff9000;
    padding: 15px;
    margin: 10px 0px;
    width: 374px;
}

.collegue_item{
    border: 1px solid #ff9000;
    padding: 15px;
    margin: 10px 0px;
    width: 450px;
}
.remove-news-item{
    position: absolute;
    margin-left: 420px;
    margin-top: 43px;
}

.remove-collegue-item{
    position: absolute;
    margin-left: 490px;
    margin-top: 43px;
}

.news_item_body_value, .collegue_item_body_value, .project_item_place_value{
    width: 370px;
    height: 150px;
    border: 1px solid #dcdcdc;
}

.collegue_item_description_value{
    width: 100%;
    height: 100px;
    border: 1px solid #dcdcdc;
}

.collegue_item{
    display: flex;
    height: 100%;
    padding-bottom: 30px;
}

.collegue_item input[type=text]{
    width: 310px;
}

.collegue-photo-add{
    display: block;
    height: 165px;
    width: 25%;
    min-width: 25%;
    background-size: cover;
    background-position: center;
}

.uitzendinggegevens img[src$=".svg"]{
    filter: invert(49%) sepia(77%) saturate(944%) hue-rotate(2deg) brightness(104%) contrast(108%);
}

.force_orange_text td, .force_orange_text td a{
    color: #ff9000 !important;
    font-weight: bold;
}

.klients-list+.select2-container{
    max-width: 250px !important;
}

.klients-list+.select2-container #select2-wisselklant-container{
    text-align: left;
}

.achter-checkbox, .video-checkbox{
    position: absolute;
    top: 10px;
    left: 10px;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #ff9000;
    border-radius: 2px;
    display: grid;
    place-content: center;
}

.achter-checkbox::before, .video-checkbox::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #ff9000;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.achter-checkbox:checked, .video-checkbox:checked {
    background-color: #007bff;
    border-color: #ffffff;
}

.achter-checkbox:checked::before, .video-checkbox:checked::before {
    box-shadow: none;
    background-color: #fff;
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(1);
    transition: none;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.list_link, .list_link:visited{
    color: rgb(0, 0, 238);
}

.gray{
    color: #ccc;
}

.optionalfield .title{
    text-transform: uppercase;
}

.optionalfield .ms-options-wrap{
    width: 371px;
}

.showmore.dateactive{
    color: #3366cc;
}
.input-container {
    position: relative;
    display: inline-block;
}

#herstelUitzendingButton div{
    background: none;
    padding: 10px;
    border: 0px solid #ccc;
    background-color: #ff8d00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 170px;
    text-align: center;
}

#begindatum {
    padding-right: 30px;
}

.clear-icon {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: #345795;
    cursor: pointer;
    display: block;
    font-weight: bold;
    visibility: hidden;
}

#slideImg {
    transition: transform 0.3s ease;
}
#slideImg:hover {
    transform: scale(3);
}



.commands .btn, .commandsOffline .btn, .btn.edit{
    margin-right: 4px;
}

.btn.edit .btn{
    margin-right: 0px;
}

th .acties{
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.tox-tinymce iframe{
    background-color: #f8f8f8 !important;
}


.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.slidetype-options {
    font-size: 16px !important;
}

.slidetype-options .select2-results__group {
    cursor: pointer !important;
}

.slidetype-options li > .select2-results__group {
    background-color: #CEDEFD;
    margin: 4px 2px;
}

/* Dashboard 4.0 */

/* Override old styles */

.content{
    position: relative;
}

body, .wrapper, .header, .menu{
    background-color: #252331;
    background-image: none;
}

.menu{
    border-top: none;
    border-bottom: 3px solid #F8AA16;
    margin-top: -20px;
}

.menu ul li.active a{
    color: #fff;
    font-size: 2em;
}

.gebruiker{
    color: #fff;
}

.menu ul ul{
    background-color: #455765;
}

.menu ul li.active a:hover{
    color: #FF6600;
}

.menu ul li ul li a {
    color: #fff;
    font-size: 1.5em !important;
}

h1 {
    color: #fff;
}

#grid_table, .grid_table, #grid_table_new, .grid_table_new{
    background-color: #455765;
    color: #fff;
}

#grid_table a, .grid_table a, #grid_table_new a, .grid_table_new a{
    background-color: #455765;
    color: #fff;
}

#grid_table td, .grid_table td, #grid_table_new td, .grid_table_new td{
    background-color: #455765;
    color: #fff !important;
}

#grid_table tr, .grid_table tr, #grid_table_new tr, .grid_table_new tr {
    border-bottom: 1px dotted #c0c0c0;
}

.fa.btn{
    color: #fff;
}

#grid_table th, .grid_table th, #grid_table_new th, .grid_table_new th{
    background-color: #455765;
    color: #fff;
}

#grid_table th.sorted, .grid_table th.sorted, #grid_table_new th.sorted{
    color: #F8AA16;
}

td{
    color: #fff !important;
}

.content:not(.legenda_index), th{
    background-color: #2E3440;
    border-radius: 15px;
}

.slidetitel{
    color: #fff;
}

.slidetitel span > span{
    color: #F8AA16 !important;
}

.menu ul li.active a:hover{
    border-bottom: 2px solid #FF6600;
}

/* End override old styles */

.margin-top-20{
    margin-top: 20px;
}

.margin-top-25{
    margin-top: 25px;
}

.margin-top-30{
    margin-top: 30px;
}

.dashboard_wrapper {
    width: 100%;
    height: 650px;
    display: flex;
}

.dashboard_left_wrapper{
    height: 700px;
    width: 62%;
    background-color: #2E3440;
    border-radius: 20px;
    box-shadow: #000 4px 4px 20px;
}

.dashboard_right_wrapper{
    height: 700px;
    width: 38%;
    margin-left: 20px;
}

.dashboard_right_wrapper .panel_header{
    height: 40px;
    width: 98%;
    text-align: right;
    color: #fff;
    font-size: 22px;
}

.dashboard_right_wrapper .panel_body{
    height: 660px;
    width: 100%;
    background-color: #2E3440;
    border-radius: 20px;
    box-shadow: #000 4px 4px 20px;
}

.dashboard_left_wrapper .panel_header{
    display: flex;
}

.dashboard_left_wrapper .panel_body{
    display: flex;
}

.dashboard_left_wrapper .panel_header .panel_left{
    width: 65%;
    margin-left: 15px;
    border-bottom: 2px solid #455765;
    color: #fff;
    font-size: 42px;
    margin-top: 27px;
}

.dashboard_left_wrapper .panel_header .panel_right{
    width: 35%;
    margin-right: 15px;
    border-bottom: 2px solid #455765;
}

.dashboard_left_wrapper .panel_header .panel_right img {
    width: calc(100% - 20px);
    margin-top: 15px;
}

.dashboard_left_wrapper .panel_body .panel_left{
    width: 65%;
    margin-left: 15px;
    color: #fff;
}

.dashboard_left_wrapper .panel_body .panel_right{
    width: 35%;
    margin-right: 15px;
}

.dashboard_block_header{
    background-color: #252331;
    color: #F8AA16;
    font-size: 22px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 13px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
}

.dashboard_block_header_title{
    width: 50%;
}

.dashboard_block_header_search{
    width: 50%;
    text-align: right;
}

.panel_left .dashboard_block{
    margin-right: 15px;
}

.dashboard_block_table{
    padding: 10px;
}

.dashboard_block_table_row{
    display: flex;
    height: 32px;
}

.dashboard_block_table_row.secondary{
    height: 28px;
}

.dashboard_block_table_row .dashboard_block_table_label{
    width: 35%;
    color: #4C83D3;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.dashboard_block_table_row .dashboard_block_table_value{
    width: 65%;
    color: #F8AA16;
    font-size: 19px;
}

.dashboard_block_table_row .dashboard_block_table_value.with_icon{
    display: flex;
}

.dashboard_block_table_value_text {
    width: 90%;
}

.dashboard_block_table_value_icon {
    width: 10%;
    color: #F8AA16;
}

.dashboard_block_table_value_icon a i.fa.btn{
    color: #F8AA16;
}

.dashboard_block_table_row .dashboard_block_table_label_secondary{
    width: 40%;
    font-size: 19px;
    color: #F8AA16;
}

.dashboard_block_table_row .dashboard_block_table_label_secondary .dashboard_icon{
    width: 19px;
    margin-right: 5px;
}

.dashboard_block_table_row .dashboard_block_table_value_secondary{
    width: 60%;
    color: #FFF;
    font-size: 19px;
    text-align: right;
}

.dashboard_right_wrapper .panel_body{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    box-sizing: border-box;
    position: relative;
}

.dashboard_right_wrapper .panel_body .dashboard_block_header{
    margin-top: 0px;
}

.dashboard_right_wrapper .panel_header img{
    width: 56%;
    margin-top: 15px;
}

.dashaboard_news_item{
    padding: 10px;
}

.news_delimiter{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 19px;
    border-top: none;
}

.dashaboard_news_items{
    max-height: 560px;
    overflow-y: scroll;
}

.notify_on_news_wrapper{
    color: #fff;
    font-size: 18px;
    background-color: #fe6600;
    position: absolute;
    width: 100%;
    margin-left: -15px;
    margin-top: 0px;
    height: 40px;
    border-radius: 0px 0px 20px 20px;
    padding-top: 9px;
    box-sizing: border-box;
    padding-right: 24px;
}

.notify_on_news_wrapper span {
    padding-left: 25px;
    padding-right: 15px;
}

.dashaboard_news_item:nth-child(odd) .dashaboard_news_item_body_wrapper {
    flex-direction: row;
}

.dashaboard_news_item:nth-child(even) .dashaboard_news_item_body_wrapper {
    flex-direction: row-reverse;
}

.dashaboard_news_item:nth-child(odd) .dashaboard_news_item_body_wrapper .dashaboard_news_item_body_text{
    padding-right: 15px;
}

.dashaboard_news_item:nth-child(even) .dashaboard_news_item_body_wrapper .dashaboard_news_item_body_text{
    padding-left: 15px;
}

.dashaboard_news_item:nth-child(even) .dashaboard_news_item_body_wrapper .dashaboard_news_item_body_text > p{
    width: calc(100% - 15px);
}

.dashaboard_news_item:nth-child(odd) .dashaboard_news_item_title{
    text-align: left;
}

.dashaboard_news_item:nth-child(even) .dashaboard_news_item_title{
    text-align: right;
}


.dashaboard_news_item_title{
    font-size: 20px;
    font-weight: bold;
    color: #FF6600;
    text-transform: uppercase;
}

.dashaboard_news_item_body_wrapper{
    margin-top: 10px;
    display: flex;
}

.dashaboard_news_item_body_text{
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    width: 65%;
}

.dashaboard_news_item_body_photo{
    width: 35%;
}

.dashaboard_news_item_body_photo img{
    width: 100%;
}

.dashboard_block.weather_panels_wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.dashboard_weather_item{
    width: 22%;
    background-color: #455765;
    border-radius: 12px;
}

.dashboard_weather_item .dashboard_weather_item_day{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.dashboard_weather_item .dashboard_weather_item_temp_phar{
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 30px;
}

.dashboard_weather_item .dashboard_weather_item_temp_cels{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.dashboard_weather_item_temp_cels_label{
    font-size: 14px;
}

.dashboard_weather_item .dashboard_weather_item_icon{
    text-align: center;
}

.dashboard_weather_item .dashboard_weather_item_icon img{
    width:80%;
}

.help_popup, .monitor_popup{
    display: flex;
    position: absolute;
    top: 0px;
    height: auto;
    width: calc(100% + 15px);
    margin-left: -15px;
    background-color: #2E3440;
    border-radius: 20px;
    box-shadow: #000 4px 4px 20px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}
.monitor_popup {
    height: 660px;
}

.help_popup.hidden, .monitor_popup.hidden{
    display: none;
}

.help_popup_left{
    width: 50%;
    display: flex;
}

.help_popup_right{
    width: 50%;
}

.help_faq_column{
    width: 90%;
}

.faq_question_item{
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
}

.faq_question{
    color: #F8AA16;
    padding: 0px 10px;
    text-transform: uppercase;
}

.faq_answer{
    padding: 0px 10px;
}

.close_help_button, .close_change_email_button, .close_search_news_button, .close_change_password_button, .close_monitor_button{
    position: absolute !important;
    right: 17px;
}

.change_email_popup{
    position: absolute;
    top: 325px;
    height: 200px;
    width: 30%;
    margin-left: 25%;
    background-color: #455765;
    border-radius: 20px;
    box-shadow: #000 4px 4px 20px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}

.change_email_popup.hidden{
    display: none;
}

.new_email_header, .search_news_header, .new_password_header{
    font-size: 23px;
    color: #F8AA16;
    margin-bottom: 13px;
    margin-top: -10px;
    font-weight: bold;
}

.new_email_input input, .search_news_input input, .new_password_input input{
    width: calc(100% - 15px);
}

.new_password_input input {
    line-height: 34px;
    height: 34px;
    border: 1px solid #dcdcdc;
    color: #222222;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 14px;
}

.new_email_button_wrapper, .search_news_button_wrapper, .new_password_button_wrapper{
    display: block;
    margin-top: 25px;
    text-align: center;
}

.new_email_button, .search_news_popup_button, .new_password_popup_button{
    display: inline-block;
    background: #ff8d00;
    color: #000;
    width: 200px;
    height: 35px;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}

.new_password_popup_button{
      width: 300px;
}

.dashboard_block_header_search .fa.fa-lg{
    font-size: 0.8em;
    vertical-align: 0%;
}

.search_news_popup{
    position: absolute;
    top: 325px;
    height: 200px;
    width: 30%;
    margin-left: 25%;
    background-color: #455765;
    border-radius: 20px;
    box-shadow: #000 4px 4px 20px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}

.search_news_popup.hidden{
    display: none;
}

.change_password_popup{
    position: absolute;
    top: 325px;
    height: 200px;
    width: 30%;
    margin-left: 25%;
    background-color: #455765;
    border-radius: 20px;
    box-shadow: #000 4px 4px 20px;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}

.change_password_popup.hidden{
    display: none;
}

.headericon.red{
    color: #c12c2c;
}

#panel_header_clock{
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20%;
}

.content > h1{
    font-family: Avenir, sans-serif, arial;
    font-size: 42px;
}

.content h1 a{
    color:#fff;
    text-decoration: none;
}

.content h1 a:hover{
    color:#ff9000;
}

.content h1 ~ hr, #achtergronden hr {
    border-top:none;
}

#headerTable{
    font-size: 22px;
    font-weight: bold;
}

#grid_table a.title{
    font-size: 19px;
}

.dashboard_left_wrapper .panel_header .panel_left.text_size_1 {
    font-size: 35px;
}

.text_size_2 {
    font-size: 22px;
}

.select_color {
    margin-left: 12px;
    margin-top:5px;
}

.space_1_L, .space_1_P {
    margin-top: 20px;
}

.space_1_L > hr:first-of-type {
    display: none;
}

.space_1_P > hr:first-of-type {
    margin-bottom: 5px;
}

#headericons .fa-lg {
    font-size: 1.8em;
}

.headericon.blue {
    top:-3px!important;
}

.dashboard_weather_item .dashboard_weather_item_day {
    font-size: 14px;
}

.notify_on_news_wrapper {
    color: #2E3440;
}

.pagination a {
    color: #fff;
}
.pagination a:hover{
  color:#ff9000;
}

#grid_table_new td{
    padding:7px 4px;
}

#grid_table_new td:not(:has(a.btn.icons)) {
    font-size: 19px;
}

#grid_table_new td:last-child {
    min-width: 150px;
}


.btn.iframe-btn.orange {
    text-decoration: none;
}

.btn.iframe-btn.orange:hover{
    color:#3366cc;
}
#deleteButtonAchter, #deleteButtonAchterPortrait {
    font-size: 12px;
}

@media screen and (max-width: 1400px) {
    .wrapper {
        width: 96%;
    }
    #div-filter {
        float: none!important;
    }
    .pagination {
        float: left;
    }
    #headerTable {
        font-size: 21px;
    }

}

.broadcast_row td:nth-child(8){
    min-width: 80px;
}

#titleSpanAchter, #popularitySpanAchter, #titleSpan, #popularitySpan {
    cursor: pointer;
    color: orange;
}

.imgTitleUp, .imgDateUp, .imgTitleDown, .imgDateDown,
.videoTitleUp, .videoDateUp, .videoTitleDown, .videoDateDown {
    position: relative;
}

.imgTitleUp:after, .imgDateUp:after,
.videoTitleUp:after, .videoDateUp:after {
    content: '▲';
    position: absolute;
    top:2px;
    right: -15px;
    font-size: 12px;
}

.default.imgTitleUp:after, .default.imgDateUp:after,.default.imgTitleDown:after, .default.imgDateDown:after,
.default.videoTitleUp:after, .default.videoDateUp:after,.default.videoTitleDown:after, .default.videoDateDown:after {
    content: '▲';
}

.imgTitleDown:after, .imgDateDown:after,
.videoTitleDown:after, .videoDateDown:after {
    content: '▼';
    position: absolute;
    font-size: 12px;
    top:2px;
    right: -15px;
}

#titleSpanAchter, #titleSpan {
    margin-right: 7px;
}

.help_faq_column_right {
    width: 97%;
}

.popup_contact_form {
    box-sizing: border-box;
    width: 100%;
    background: #252627;
    padding: 10px;
}

.popup_contact_form textarea {
    width: 100%;
    padding:5px;
    box-sizing: border-box;
    font-size: 20px;
}

.popup_contact_form input[type="text"],
.popup_contact_form input[type="email"],
.popup_contact_form input[type="tel"]{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 20px;
}

.popup_contact_form label {
    cursor: pointer;
    font-size: 16px;
}

.popup_contact_form a {
    /*color: #84bfe4;*/
    color: #007edb;
}
.popup_contact_form .terms {
    margin: 10px 0 7px 0;
}
.popup_contact_form input[type="submit"] {
    box-sizing: border-box;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    background: #010fd1;
    text-transform: uppercase;
    border:none;
    cursor: pointer;
    min-width: 120px;
    letter-spacing: 0.1rem;
}
.popup_contact_form input[type="submit"]:hover{
    background: #fe6600;
}

.info-text {margin: 10px 0; font-size: 18px;}

.dashaboard_news_item_body_wrapper {
    display: block;
}
.dashaboard_news_item_body_text {
    width: 100%;
    min-height: 80px;
    text-align: justify;
}
.even .dashaboard_news_item_body_photo {
    float: left;
    padding-right:15px;
}
.odd .dashaboard_news_item_body_photo {
    float: right;
    padding-left: 15px;
}

.uitzendinggegevens td {padding-bottom:12px;}

.wifi_name{
    border-bottom: 1px dotted #007edb;
    display: inline-block;
    text-decoration: none;
    color: #007edb;
    margin-bottom: 5px;
}

#requestWiFi{
    background: none;
    padding: 10px;
    border: 0px solid #ccc;
    background-color: #ff8d00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    text-align: center;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

#removeWiFi{
    background: none;
    padding: 10px;
    border: 0px solid #ccc;
    background-color: #ff2600;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    text-align: center;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

.fa.fa-eye{
    font-size: 19px;
}

.fa-wifi.active{
    color: #00ff00;
}

#password-field{
    width: 355px;
}

.password-wrapper {
    position: relative;
    display: inline-block;
}

.password-wrapper input {
    padding-right: 35px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
}

.group_delete_button{
    font-size: 12px;
    float: right;
    text-decoration: none;
    background: #ff8d00;
    color: #fff;
    padding: 1px 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100px;
    text-align: center;
}

.group_delete_button .fa.btn{
    color: #fff;
    margin-right: 0px;
}

.hidden{
    display: none !important;
}

#group_delete_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.popup_content {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 550px;
    position: relative;
}

.popup_message{
    padding: 20px;
}

.popup_message .text_block{
    margin-bottom: 35px;
}

.popup_content h2 {
    margin-top: 0;
    background-color: #ff8d00;
    font-size: 17px;
    text-transform: uppercase;
}

.popup_content button {
    margin: 10px;
    background-color: #ff8d00;
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    text-transform: uppercase;
    width: 400px;
}

.popup_content button.gray{
    background-color: #aaaaaa;
}

.popup_close{
    position: absolute;
    top: -13px;
    background-color: #ff8d00;
    display: block;
    width: 30px;
    height: 30px;
    right: -13px;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    cursor: pointer;
}