/* Loader */
.spinner {
    position: fixed;
    text-align:center;
    z-index:9999999;
    background-color: rgb(255,255,255);
    background-color: #ccc;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    margin: 0%;
}

.loader-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.modal-loader{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Loader */

.m-draggable{
    cursor: all-scroll;
}
.m-draggable label{
    cursor: all-scroll !important;
}

/* alert */

.alert-fixed{
    position: fixed;
    z-index: 99999;
}
.top-right{
    right: 15px;
    top: 15px;
}
.bottom-right{
    right: 15px;
    bottom: 15px;
}
.bottom-left{
    left: 15px;
    bottom: 15px;
}

/* end alert */


/* START: HEADER */

.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-nav__link-icon>i{
    /*font-size: 1.9rem !important;*/
}


header .m-container.m-container--full-height{
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.1);
}
.header-logo{
    width: 150px;
}
.m-topbar__nav{
    margin-right: 5px !important;
}
.m-aside-menu .m-menu__nav{
    padding: 10px 0 30px 0 !important;
}
.m-card-user .m-card-user__details .m-card-user__name
, .m-card-user .m-card-user__details .m-card-user__email
, .m-card-user .m-card-user__details .m-card-user__email:hover{
    color: #ffffff;
}
.m-topbar__userpic, .m-card-user__pic_block{
    position: relative;
}
.user-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -1px;
    color: #676c7b;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}
.user-icon{
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: aliceblue;
}

.user-profile-bkg{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #7940e4;
    top: 0;
    left: 0;
    border-radius: 4px;
}
.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name{
    position: absolute;
    top: 0;
}
div#m_header_topbar{
    margin-left: auto;
    margin-right: 0em;
}
header .m-container.m-container--full-height {
    display: flex;
    flex-wrap: wrap-reverse;
}
@media (min-width: 1025px) {
    div#m_header_nav {
        display: flex;
    }
}
ul.m-topbar__nav.m-nav.m-nav--inline{
    display: flex;
}
.m-card-user .m-card-user__details{
    position: relative;
}
.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-nav__link-icon>i:before{
    /*background-color: #666b7c;*/
    /*background: linear-gradient(180deg,#666b7c 25%,#666b7c 50%,#666b7c 75%,#666b7c 100%);*/
    /*background: -webkit-linear-gradient(180deg,#666b7c 25%,#666b7c 50%,#666b7c 75%,#666b7c 100%);*/
    /*background: linear-gradient(180deg,#666b7c 25%,#666b7c 50%,#666b7c 75%,#666b7c 100%);*/
    /*background: -webkit-linear-gradient(180deg,#000 25%,#000 50%,#000 75%,#000 100%);*/
    /*background: linear-gradient(180deg,#000 25%,#000 50%,#000 75%,#000 100%);*/
    background: #686d7d;
    font-weight: 100;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.daterangepicker ul.m-nav li.m-nav__item a{
    padding: 0 !important;
}

/*@media (max-width: 1260px) {*/
    /*#m_header_topbar{*/
        /*position: absolute;*/
        /*right: 10px;*/
        /*top: 0px;*/
    /*}*/
/*}*/

.m-topbar .m-topbar__nav.m-nav {
    margin: 0 20px 0 0;
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item {
    padding: 0 0 0 0 !important;
}

.width_top_bar {
    width: 298px!important;
}

.margin-arrow {
    margin-top: 10px!important;
}
.arrow_top_bar {
    margin-top: -11px!important;
    margin-left: 75px!important;
    color: #fff!important;
}
.arrow_top_bar_ticket_count {
    margin-top: -11px!important;
    margin-left: 155px!important;
    color: #fff!important;
}
.arrow_top_bar_center {
    margin-top: -11px!important;
    /*margin-left: 20px!important;*/
    color: #fff!important;
}

@media (min-width: 1024px) {
    .arrow_top_bar_center {
        margin-left: 20px!important;
    }
}

.arrow_top_bar_search {
    margin-left: 25px !important;
}

@media screen and (max-width: 473px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 34px !important;
    }
}
@media screen and (max-width: 463px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 33px !important;
    }
}@media screen and (max-width: 453px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 32px !important;
    }
}
@media screen and (max-width: 443px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 31px !important;
    }
}
@media screen and (max-width: 433px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 30px !important;
    }
}
@media screen and (max-width: 423px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 29px !important;
    }
}
@media screen and (max-width: 414px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 28px !important;
    }
}
@media screen and (max-width: 403px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 27px !important;
    }
}
@media screen and (max-width: 393px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 26px !important;
    }
}
@media screen and (max-width: 383px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 25px !important;
    }
}
@media screen and (max-width: 373px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 24px !important;
    }
}
@media screen and (max-width: 363px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 23px !important;
    }
}
@media screen and (max-width: 353px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 22px !important;
    }
}
@media screen and (max-width: 343px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 21px !important;
    }
}
@media screen and (max-width: 335px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 20px !important;
    }
}
@media screen and (max-width: 327px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 19px !important;
    }
}
@media screen and (max-width: 321px) {
    .m-nav .m-nav__item>.m-nav__link .m-nav__link-icon {
        width: 18px !important;
    }
}

@media (min-width: 1025px) {
    .m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
        width: 298px!important;
        margin-left: -190px!important;
    }
    .m-header-menu .m-menu__nav>.m-menu__item {
        padding: 0 15px!important;
    }
}

@media (max-width: 1250px) {
    .m-header-menu .m-menu__nav>.m-menu__item {
        padding: 0 10px !important;
    }
}
.ticket_style_ul {
    margin-left: -92px!important;
    width: 220px!important;
    /*margin-top: 9px!important;*/
}
.ticket_style_li {
    width: 220px !important;
}

@media (max-width: 1180px) {
    #developer_menu {
        display: none!important;
    }
}
@media (max-width: 1035px) {
    #spoofing_menu {
        display: none!important;
    }
}


/*#header_task_bar a, #ReminderCountLi a {*/
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
/*}*/
body.m-content--skin-dark, .m-content--skin-dark .reminderA:hover{
    background-color: var(--dark-style-background-color) !important;
}

#header_task_bar, #ReminderCountLi, #ActivityCount{
    color: #575962 !important;
}
/*.ul_height_scroll {*/
    /*position: relative;*/
    /*overflow: auto;*/
    /*width: 100%;*/
    /*max-height: 50vh;*/
/*}*/


/*.m-dropdown.m-dropdown--arrow .m-dropdown__wrapper {*/
    /*margin-top: 10px!important;*/
/*}*/
/*.page-header{*/
    /*display:none !important;*/

/*}*/
/* END: HEADER */


/* Tabs */

.nav.nav-tabs.m-tabs-line.m-tabs-line--2x{
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: -5px;
}
.nav.nav-tabs.m-tabs-line.m-tabs-line--2x li{
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
}
.nav.nav-tabs.m-tabs-line.m-tabs-line--2x a{
    border-bottom-width: 1px!important;
    padding-bottom: 12px;
}


/*START RIGHT  SPOFF*/
.m-quick-sidebar {
    padding: 20px 30px 30px 30px
}

.m-quick-sidebar .m-quick-sidebar__close {
    position: absolute;
    font-size: 1.4rem;
    cursor: pointer
}

.m-quick-sidebar .mCSB_scrollTools {
    right: -13px !important
}

.m-quick-sidebar.m-quick-sidebar--tabbed .m-quick-sidebar__close {
    top: 16px;
    right: 30px
}

.m-quick-sidebar.m-quick-sidebar--tabbed .m-tabs.m-tabs-line {
    margin: 0 0 30px 0
}

.m-quick-sidebar.m-quick-sidebar--tabbed .m-tabs.m-tabs-line > .m-tabs__item > .m-tabs__link {
    padding: 15px 0
}

.m-quick-sidebar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
    -moz-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, .2)
}

.m-quick-sidebar .m-quick-sidebar__close {
    color: #cfcedb
}

.m-quick-sidebar .m-quick-sidebar__close:hover {
    color: #716aca
}

.m-quick-sidebar.m-quick-sidebar--skin-dark {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .4);
    -moz-box-shadow: 0 0 15px 1px rgba(69, 65, 78, .4);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, .4)
}

.m-quick-sidebar.m-quick-sidebar--skin-dark .m-quick-sidebar__close {
    color: #dfdff1
}

.m-quick-sidebar.m-quick-sidebar--skin-dark .m-quick-sidebar__close:hover {
    color: #716aca
}

.m-quick-sidebar-close {
    display: none
}
#m_quick_sidebar{
    width: calc(100% - 50px) !important;
    max-width: 1261px !important;
}

.m-quick-sidebar {
    display: block !important;
    z-index: 1111;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 1261px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: -1261px
}

.m-quick-sidebar.m-quick-sidebar--on {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 0
}

.m-quick-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, .1);
    -webkit-animation: m-offcanvas-overlay-fade-in .3s linear 1;
    -moz-animation: m-offcanvas-overlay-fade-in .3s linear 1;
    -ms-animation: m-offcanvas-overlay-fade-in .3s linear 1;
    -o-animation: m-offcanvas-overlay-fade-in .3s linear 1;
    animation: m-offcanvas-overlay-fade-in .3s linear 1
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .m-quick-sidebar-overlay {
        animation: none !important
    }
}

@media (max-width: 455px) {
    .m-quick-sidebar {
        width: 90% !important
    }
}

.m-list-timeline__items .m-list-timeline__item:first-child:before, .m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: #fff;
    position: absolute;
    display:none;
    content: '';
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 3px;
}

/*END RIGHT  SPOFF*/

.m-list-timeline__items .m-list-timeline__item:first-child:before, .m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: #fff;
    position: absolute;
    display:none;
    content: '';
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 3px;
}

/* START: SIDEBAR */
.sidebar-search-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 100%;
}
.sidebar-search{
    background: #FFFFFF;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* END: SIDEBAR */


/* START: SPOOFING and DEVELOPER SUB MENU  */

.m-checkbox-inline .m-checkbox, .m-checkbox-inline .m-radio, .m-radio-inline .m-checkbox, .m-list-timeline__items .m-radio-inline .spoof_radio {
    display: flex!important;
}

.m-list-timeline .m-list-timeline__items:before {
    display: none!important;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item:first-child:before, .m-list-timeline .m-list-timeline__items .m-list-timeline__item:last-child:before {
    display: none!important;
}


.spoof-dev-sub-men-icon {
    font-size: 0.8rem!important;
}
.spoof-dev-sub-menu {
    width: 1000px!important;
}

.margin-dev-spoof {
    margin: 9px 10px 9px 10px!important;

}
.no-margin-bottom {
    margin-bottom: 0px!important;
}
.no-margin {
    margin: 0px !important;
}

.arrow-dev-adjust {
    left: 60px!important;
}
.arrow-spoof-adjust {
    left: 80px!important;
}

.m-portlet .m-portlet__body-spoof-dev{
    padding: 0.75rem 0.75rem!important;
}

.m-portlet .m-portlet__head-small {
    height: 2.5rem!important;
}

@media (max-width: 1024px) {
    .mobile-hidden {
        display: none !important;
    }
}
.center-head-text {
    text-align: -webkit-center!important;
}
.spoof-background {
    background-color: #f2f3f8!important;

}
.spoof-width {
    width: 1250px!important;
}
.spoof-background-arr {
    color: #f2f3f8!important;
}

.no-padding-right{
    padding-right: 0px!important;
}
.no-padding-left{
    padding-left: 0px!important;
}
.no-padding-top{
    padding-top: 0px!important;
}
.no-padding-bottom{
    padding-bottom: 0px!important;
}
.no-padding {
    padding: 0px!important;
}
.add-padding-bottom {
    padding-bottom: 30px!important;
}
.add-padding-bottom-20 {
    padding-bottom: 20px!important;
}
.add-padding-top-15 {
    padding-top: 15px!important;
}
.add-padding{
    padding:25px!important;
}
.no-margin-right{
    margin-right: 0px!important;
}
.no-margin-left{
    margin-left: 0px!important;
}


.no-margin-top {
    margin-top: 0px!important;
}

.add-margin-bottom {
    margin-bottom: .2rem!important;
}
.add-margin-top {
    margin-top: 20px!important;
}
.add-margin-top {
    margin-top: 15px!important;
}
.add-margin-right-15 {
    margin-right: 15px!important;
}
.add-margin-bottom-10{
    margin-bottom: 10px!important;
}
.padding-top_bottom-five {
    padding-top: 1px!important;
    padding-bottom: 5px!important;
}
.m-form__actions-butttons {
    margin-bottom: 10px;
    margin-top: 10px;
}
.menu-style-spoof-dev {
    color: #676c7b;
    font-weight: 400;
    font-size: 1.07rem;
    text-transform: initial;
}
.menu-style-spoof-dev_arr {
     font-size: .8rem;
     width: 20px;
     text-align: right;
     color: #b9c1d4;
}
@media (min-width: 1025px) {
    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .spoof-dev-sub-menu {
        left: calc(50% - 500px) !important;
    }

    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .arrow-spoof-adjust {
        left: calc(50% - 200px) !important;
    }

    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .arrow-spoof-adjust, .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .arrow-spoof-adjust  {
        margin-left: 410px !important;

    }.m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .arrow-dev-adjust, .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .arrow-dev-adjust  {
        margin-left: 410px !important;

    }
}

.padding_bottom_16 {
    padding-bottom: 16px!important;
}


.form_control_minimum_padding {
    padding: 0.25rem 0.25rem !important;
}
.padding_bottom_2 {
    padding-bottom: 2px !important;
}

.margin-dev-spoof>.m-portlet__body-spoof-dev>.dataTables_scroll_devs {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    margin: 0rem 0!important;
}
/* END: SPOOFING and DEVELOPER SUB MENU */


/* OTHER */
.big-first-letter:first-letter{
    text-transform: uppercase;
}
.pointer{
    cursor: pointer;
}
.no-btn{
    background: none;
    border: none;
}

/*START: HOME MSG*/

.timeline-content img {
    max-width: 100% !important;
    height:auto !important;
}
.m-timeline-2{
    position:relative;
}
@media screen and (min-width: 992px) {
    .m-timeline-2 .m-timeline-2__item-time{
        width:8rem;
    }
    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
        padding-left: 9rem !important;
    }
    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
        left: 8.1rem!important;

    }
    .m-timeline-2:before {
        left: 8.88rem !important;
    }
}
@media screen and (max-width: 992px) {
    .m-timeline-2 .m-timeline-2__item-time{
        width:6rem;
    }
    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
        padding-left: 7rem !important;
    }
    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
        left: 6.1rem!important;

    }
    .m-timeline-2:before {
        left: 6.88rem !important;
    }
    .m-timeline-h4 {
        font-size: 1.2rem !important;
    }
    .m-timeline-2__item-time{
        font-size:1rem !important;
        word-break: normal;

    }
}

.timeline-top{
    top: 20px;
}

.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-time {
    width: 7.57rem;
}
.m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
    padding-left: 9rem !important;
}
.m-timeline-3__item.m-timeline-3__item--danger:before {
    margin-left: 3rem !important;
}
.m-timeline-3__item.m-timeline-3__item--info:before {
    margin-left: 3rem !important;
}
.m-timeline-3__item.m-timeline-3__item--brand:before {
    margin-left: 3rem !important;
}.m-timeline-3__item.m-timeline-3__item--success:before {
    margin-left: 3rem !important;
}
.m-timeline-3 .m-timeline-3__item:before {
    top: .26rem;
}
/*END: HOME MSG*/
/*START: TITLE HEAD ICON PAGE*/
.m-portlet__head-title i {
     font-size: 1.6rem;
 }
.m-portlet__head i {
    font-size: 1.6rem;
}


/*END: TITLE HEAD ICON PAGE*/


/*START: PAGINATION*/

.grey {
    z-index: 1;
    color: #fff;
    background-color: #5867dd !important;
    border-color: #5867dd !important;
}

/*END: PAGINATION*/
/*START: SUBHEADER BUTTON*/
.m-subheader .m-portlet__head-tools ul {
    list-style: none;
}
/*END: SUBHEADER BUTTON*/
/*START: Exporteer VoIP Verkoop Gegevens*/
.no-header-m-portlet-body{

    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
.no-header-m-portlet-body-verkoop{
    padding-top: 1.2rem;

}
/*END: Exporteer VoIP Verkoop Gegevens*/

/* Tables  */
/*.select2-container {*/
    /*width: 100% !important;*/
/*}*/
.table-adaptive{
    position: relative;
    overflow: auto;
    width: 100%;
}
.m-portlet__body .dataTables_wrapper .table-no-margin {
    margin: 0 !important;
}
.m-portlet__body .dataTables_wrapper .table .table-no-margin-bot, .dataTables_wrapper .table-no-margin-bot {

    margin-bottom: 0 !important;
}
.m-portlet__body .dataTables_wrapper .table-no-margin-top{
    margin-top: 0 !important;
}
.m-portlet__body .dataTables_wrapper .table-margin-top-five{
    margin-top: 5px !important;
}

.sub-m-content {
    background-color: #faf9fc;
}

.m-portlet.m-portlet--gray-dark.m-portlet--head-solid-bg>.m-portlet__head {
    background: #343a40;
    border-color: #343a40;
}
.m-portlet.m-portlet--yellow.m-portlet--head-solid-bg>.m-portlet__head {
    background: #ffc107;
    border-color: #ffc107;
}

.m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color:white !important;
}

.m-portlet.m-portlet--gray-dark.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color:white !important;
}
.m-portlet.m-portlet--yellow.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
    color:white !important;
}

#datatables_buttons_info{
    display: none !important;
}

/* END Tables */
/*START: ICON DID NUMMERS DETAILS CONTROL*/
.did-icon {
    margin-left: 10px;
}
/*END: ICON DID NUMMERS DETAILS CONTROL*/

/* filter buttons padding*/
.padding-filter-buttons{
    border:none;
    padding: 2px 2px 5px 0;
    margin: 2px 2px 2px 0;
    width:auto;
    float:left;
    vertical-align: middle;
}
/* ------ END fbp ------ */

/* right alignment & color for buttons */
.right-table {
    float:right;
}
.dark-text {
    color: #575962;
}
/* ------------ END ra&cftb ---------- */

/* Export */
.margin-top-input{
    margin-top: 7px;
}
/* END export */

/**/
.settings-button a:hover {
    text-decoration: none;
}
/**/

/*START: Overzicht Actieve Lijnen Per Maand.  */
.no-header-m-portlet-body-overzicht-actieve {

    padding-top: 30px;
    padding-bottom: 2.2rem;
}
/*END: Overzicht Actieve Lijnen Per Maand.  */
/*START no-link-style href*/
.no-link-style{
    color: inherit!important;
    text-decoration: none!important;
}
/*END no-link-style href*/

/* START: modal style*/
.modal .modal-content .modal-body .modal-footer {
    padding: 25px;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

@media (min-width: 1025px) {
    .m-form .m-form__group:first-child {
        padding-top: 30px!important;
    }
}
.m-form .m-form__group.no-padding-top-child:first-child {
    padding-top: 0px!important;
}
/*@media (min-width: 1025px) {*/
    /*.m-form .m-form__group:last-child {*/
        /*padding-bottom: 30px!important;*/
    /*}*/
/*}*/
.nummer_style {
    text-align: left!important;
    margin-top: 8px!important;
}
/*END: modal style*/
/* START Flex for paginator*/
.flex-paginator{
    display: flex;
}
/*END flex paginator*/
/*START margin Facturatie Beheer 0 15 */
.margin-zero-15{
    margin: 0 15px;
}
/*END margin Facturatie Beheer 0 15 */
/*START padding for manualAddNewlineConnection */
@media (min-width: 1025px) {
    .m-form .m-portlet__body .m-form__section .no-margin-bottom-form {
        padding-bottom: 0px!important;
    }
}
/*END padding for manualAddNewlineConnection */
.margin-right-15{
    margin-right: 15px;
}
.btn.btn-text-color-white{
    color: #fff!important;
}

/*START: TABS STYLE*/
.m-tabs-line a.m-tabs__link, .m-tabs-line.nav.nav-tabs .nav-no-padding-top {
    padding-top: 0px!important;
}

/**/

/*START 2rem margin*/
.margin-bottom-2rem{
    margin-bottom:2rem;
}
.margin-left-1half{
    margin-left: 1.5rem;
}
/*margins for data aansulting nav-tabs*/
.margin-left-15-right-15{
    margin-left: 15px;
    margin-right: 15px;
}
/*end margins*/
.margin-top-15{
    margin-top:15px!important;
}
.margin-bottom-15{
    margin-bottom:15px;
}
.padding-left-15{
    padding-left: 15px!important;
}
/*margins for checkbox NGNchangeDate*/
.margins-checkbox-NGNchangeDate{
    margin-left: 5px;
    margin-top: -9px;
}
/* end */
/*Float right for data aansulting*/
.float-right{
    float: right;
}
/* button styles for codecs */
.codec-btn {
    cursor:pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
     padding: 0 !important;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* ------- end bsfc ------- */
.overflow-visible{
    overflow-x: visible !important;
    overflow-y: visible !important;
}
.m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content, .m-accordion .m-accordion__item .m-accordion__item-body>span {
    padding: 2.2rem 2rem!important;
}

.margin-left-18{
    margin-left: 18px!important;
}
.padding-top-15{
    padding-top: 15px!important;
}
.border-toevoegen-i{
    padding: 20px !important;
    margin: 0px 0 30px 0 !important;
    border: 4px solid #efefef !important;
}

.m-table.table-bordered thead th
, .m-table.table-bordered thead td{
    border-bottom-width: 1px !important;
}
.m-table tfoot{
    display: table-header-group;
}


table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before{
    top: 50% !important;
    transform: translate(0, -50%) !important;
    bottom: 0;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after{
    top: 50% !important;
    transform: translate(0, -50%) !important;
    bottom: 0;
}
.table-no-order th.sorting:before
, .table-no-order th.sorting:after{
    display: none !important;
}
.no-wrap{
    white-space: nowrap !important;
}

/*START KLANTOVERZICHT*/
.add-margin-top-15 {
    margin-top: 15px!important;
}
.padding_bottom_15 {
    padding-bottom: 15px!important;
}

.m-dropdown__wrapper.tasks b{
    font-weight: 500;
}
.m-dropdown__wrapper.tasks b i{
    margin-right: .4rem;
}

/*START Autoprovisioning Profiel Toevoegen*/
.margin-left-8{
    margin-left: 8px !important;
}
/*START KLANTOVERZICHT*/
/*----- tickets filters link -----*/
a.toggle-vis:hover {
    cursor: pointer;
    background-color: #c4c5d6 !important;
    color:#fff !important;
}
/*----------- end tfl ------------*/
/* drag&drop ticket nieuwe styles */
#sortable2{
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 30px;
}

#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 150px;
    height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;

}
#sortable li .listItem,
#sortable2 li .listItem{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}
#sortable li:hover{
    cursor: move;
}#sortable2 li:hover{
     cursor: move;
 }

#sortable2 li {
    margin: 3px auto;
    width: 150px;
    height: 50px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
#background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}
#list-box {
    clear:both;
    width: 160px;
    min-height: 70px;
    border: 1px solid #e5e5e5;
}
/* ---------- d&d tns ----------- */
.margin-left-30-right-30{
    margin-left: 30px!important;
    margin-right: 30px!important;
}
.padding-top-bottom-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.margin-top-5{
    margin-top: 5px;
}
.new-offset-md{
    margin-left: 4.33333%;
}
@media (max-width: 469px) {
    .for-media-1 {
        margin-top: 10px !important;
    }
}
@media (min-width: 1022px) and (max-width:1150px ) {
    .for-media-2 {
        margin-bottom: 10px !important;
    }
}
@media (min-width: 768px) and (max-width:873px ) {
    .for-media-2 {
        margin-bottom: 10px !important;
    }
}
/* padding for modal body
--------------------------*/
.modal-body-padding {
    padding: 25px;
    text-align: left!important;
}
/*------- end pfmb -------*/
.m-separator--lg-1 {
   margin: 30px 0 !important;
}

/* internet\ip-vpn\voice-prices */
@media screen and (max-width: 1800px) {
    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item {
        /*flex: 0 0 25% !important;*/
        /*max-width: 25% !important;*/
    }
}

@media screen and (min-width: 992px) {
    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item {
        flex: 0 0 23% !important;
        max-width: 23% !important;
    }
}
@media screen and (min-width: 1800px) {
    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item {
        flex: 0 0 13.5% !important;
        max-width: 13.5% !important;
    }
}
.m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__price{
    padding: 0% !important;
}
.m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price{
    padding: 0% !important;
}
.m-pricing-table-3 .m-pricing-table-3__wrapper{
    height: 100% !important;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
/* END prices*/
.padding-right-0{
    padding-right: 0 !important;
}
.margin-bottom-0{
    margin-bottom: 0 !important;
}
/* table sell with loader */
select.positie_sel {
    width:85%;
    margin-left:15%;
}
.ajax-margin-top {
    margin-top: 8px;
}
/*------ end tswl --------*/
/* wizard with progress bar */
li.m-wizard__step a {
    text-decoration: none;
}
.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
    display:table-cell;
}
.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-line>span {
    background-color:#e2e5ec
}
.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number:hover>span {
    background-color:#55d1b8
}
.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number:hover>span {
    background-color:#bdc3d4
}
.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-label {
    color: #9699a2;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
}
/*------ end wwpb --------*/
@media (max-width:1024px ) {
    .alert-media-1 {
        margin-top: 15px !important;
    }
}
@media (max-width:1374px ) {
    .alert-media-2 {
        margin-bottom: 15px !important;
    }
}
@media (max-width:767px ) {
    .new-portlet {
        margin-top: 30px !important;
    }
}
.pt-o{
    padding-top: 0px !important;
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow{
    color: #ffffff !important;
}
/* error&success styles for tickets aanmaken */
.cke_chrome.error,
.has-error .form-control,
.has-error .custom-file-label{
    border-color: red;
}
.has-success .form-control {
    border-color: green;
}
.has-error label,
.has-error span {
    color: red !important;
}
.has-success label,
.has-success span {
    color: green !important;
}
/* ----------- end e&s styles ----------- */
.text-align-center{
    text-align: center!important;
}
.padding_bottom_30 {
    padding-bottom: 30px !important;
}
.all-big-letters {
    text-transform: uppercase !important;
}
/* upload icon for custom file */
label.upload-icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-icon::after {
    font: normal 14px/1 FontAwesome !important;
    content: "\f093" !important;
}
/* ---------- end di ---------- */
.text-align-right {
    text-align: right !important;
}
.min-width-215{
    min-width: 215px!important;
}
.accordion-last-child:last-child {
    margin-bottom: 0 !important;
}
/* select&deselect buttons styles */
.check:after {
    display: block !important;
}
.uncheck:after{
    display: none !important;
}
/* ---------- end s&d ---------- */
@media (max-width: 400px) {
    .overflow-wrap-text {
        word-wrap: break-word !important;
        width: 50% !important;
    }
}
.padding-right-15{
    padding-right: 15px!important;
}
/*
    display:inline-block
    for radio-buttons
    in Keuzemenu
*/
.display-inline-block{
    display: inline-block!important;
}
/*
    Tijdschakeling wizard
*/
.input-group-separator{
    background-color: inherit!important;
    border: none!important;
}
.margin-right-left-1{
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.no-border{
    border: 0 !important;
}
.for-accardion-1{
    text-decoration: none !important;
    background-color: #f4f5f8 !important;
}
.border-for-accardion{
    border: 1px solid #ebedf2 !important;
}
.min-width-145{
    min-width: 145px!important;
}
/*.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-body {*/
    /*background-color: #fff;*/
/*}*/
.m-accordion .m-accordion__item:last-child {
    margin-bottom: 0 !important;
}
.border-radius-7{
    border-bottom-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}


#2factor_method_wijzigen li.active a.step{
    padding: 0px;
    border-bottom: 1px solid;
    color: #29c0a3;
}

.m-subheader__breadcrumbs .m-nav__link-icon {
    width: 10px !important;
}
.auto-width {
    width: auto !important;
}

.flex{
    display: flex;
}
.ai-c{
    align-items: center;
}
.no-section-m-top-child:first-child {
    margin-top: 0px !important;
}

.cost-buttons {
    margin: 0 0 10px 30px;
}

textarea.error, input.error {
    border: solid red 1px !important;
}
.hide {
    display: none!important;
}

.form-group .btn.success-jungle-stripe {
    border-left: 5px solid #34bfa3 !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}

.pakketDiv{
    cursor: pointer !important;
}
.column-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}


.m-login__form.m-form.login-form .alert{
    color: #000;
}
.m-login__form.m-form.login-form .close{
    color: #000;
}
.m-login__form.m-form.login-form .m-checkbox.m-checkbox--focus>input:checked~span{
    color: #fff;
    border: 1px solid #fff;
}
.m-login__form.m-form.login-form .m-checkbox.m-checkbox--focus>span:after{
    border: 1px solid #fff;
}
@media (max-width: 1000px) {
    .media_margin-top_0_85rem {
        margin-top: 0.85rem!important;
    }
}
@media (max-width:1350px ) {
    .m-demo__preview-1 {
        padding-left: 0px!important;
    }
}

.m-timeline-2 .m-timeline-2__items .ui-sortable-handle {
    cursor: move;
}
#m_sortable_full .ui-sortable-handle {
    cursor: move;
}
.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .m-portlet.m-portlet--sortable-empty {
        display: none;
    }
}



.trHover{
    cursor: pointer;
}



.daterangepicker ul.m-nav li.m-nav__item a{
    padding: 8px 12px !important;
}
.daterangepicker .ranges ul li a{
    display:block;
    width:100%;
    height:100%;
    padding: 8px 12px;
}
.daterangepicker .ranges ul li{
    padding: 0 !important;
}

.m-timeline-2 .m-timeline-2__items .ui-sortable-handle {
    cursor: move;
}
#m_sortable_full .ui-sortable-handle {
    cursor: move;
}
.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
    z-index: 0;
}
@media screen and (max-width: 1199px) {
    .m-portlet.m-portlet--sortable-empty {
        display: none;
    }
}



.w-35 {
    width: 35% !important;
}
.w-15 {
    width: 15% !important;
}
.h-100px {
    height: 100px !important;
}

#selection_table .select2-container {
    width: 100% !important;
}
/*Start disabled animation to top-bar*/
.m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--open .m-dropdown__wrapper {
    animation: m-dropdown-fade-in none, m-dropdown-move-up none
}
.m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper {
    animation: m-dropdown-fade-in none, m-dropdown-move-down none
}
/*Start disabled animation to top-bar*/
.m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--open .m-dropdown__wrapper {
    animation: m-dropdown-fade-in none, m-dropdown-move-up none
}
.m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper {
    animation: m-dropdown-fade-in none, m-dropdown-move-down none
}

.m-link:after {
    transition: none
}
.m-link:before {
    transition: none
}
/*End disabled animation to top-bar*/
.m-card-profile .m-card-profile__pic img {
    border-radius:0!important;
}
.dz-remove-custom{
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer!important;
    border: none;
}
.dz-error-mark {
    background-color: #f4516c;
    border-radius: 35px;
}
/*Start disabled animation to top-bar*/
.m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--open .m-dropdown__wrapper {
    animation: m-dropdown-fade-in none, m-dropdown-move-up none
}
.m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper {
    animation: m-dropdown-fade-in none, m-dropdown-move-down none
}

.m-link:after {
    transition: none
}
.m-link:before {
    transition: none
}
/*End disabled animation to top-bar*/
/*Start style to dropzone*/
.m-card-profile .m-card-profile__pic img {
    border-radius:0!important;
}
.dz-remove-custom{
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer!important;
    border: none;
}
.dz-error-mark {
    background-color: #f4516c;
    border-radius: 35px;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    background-color: #34bfa3;
    border-radius: 35px;
}
/*End style to dropzone*/
.btn-adaptive{
    margin-right: 5px;
    margin-left: 15px;
}

/*End disabled animation to top-bar*/


.select-column-panel button[type=button]{
    margin: 0;
}



/* table settings popover */
html body .popover{
    max-width: 700px;
}

.table-settings-popover{
    box-shadow: rgba(69, 65, 78, 0.08) 0px 1px 15px 1px;
    -webkit-box-shadow: rgba(69, 65, 78, 0.08) 0px 1px 15px 1px;
}

.table-settings-popover .table-settings-window-close{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px !important;
    height: 20px !important;
}
.table-settings-popover select {
    overflow: auto;
}
.table-settings-popover button{
    background: transparent !important;
}
/* table settings popover */

#connections_table_wrapper #connections_table_filter{
    display: none;
}

#session-timeout-dialog {
    z-index: 9999999;
}

/*
Fix for table column widths in Chrome
 */
td.col-1, th.col-1 {
    width: 8.33333%; }
td.col-2, th.col-2 {
    width: 16.66667%; }
td.col-3, th.col-3 {
    width: 25%; }
td.col-4, th.col-4 {
    width: 33.33333%; }
td.col-5, th.col-5 {
    width: 41.66667%; }
td.col-6, th.col-6 {
    width: 50%; }
td.col-7, th.col-7 {
    width: 58.33333%; }
td.col-8, th.col-8 {
    width: 66.66667%; }
td.col-9, th.col-9 {
    width: 75%; }
td.col-10, th.col-10 {
    width: 83.33333%; }
td.col-11, th.col-11 {
    width: 91.66667%; }
td.col-12, th.col-12 {
    width: 100%; }
@media (min-width:576px){
    td.col-sm-1, th.col-sm-1 {
        width: 8.33333%; }
    td.col-sm-2, th.col-sm-2 {
        width: 16.66667%; }
    td.col-sm-3, th.col-sm-3 {
        width: 25%; }
    td.col-sm-4, th.col-sm-4 {
        width: 33.33333%; }
    td.col-sm-5, th.col-sm-5 {
        width: 41.66667%; }
    td.col-sm-6, th.col-sm-6 {
        width: 50%; }
    td.col-sm-7, th.col-sm-7 {
        width: 58.33333%; }
    td.col-sm-8, th.col-sm-8 {
        width: 66.66667%; }
    td.col-sm-9, th.col-sm-9 {
        width: 75%; }
    td.col-sm-10, th.col-sm-10 {
        width: 83.33333%; }
    td.col-sm-11, th.col-sm-11 {
        width: 91.66667%; }
    td.col-sm-12, th.col-sm-12 {
        width: 100%; }
}
@media (min-width:768px) {
    td.col-md-1, th.col-md-1 {
        width: 8.33333%;
    }
    td.col-md-2, th.col-md-2 {
        width: 16.66667%;
    }
    td.col-md-3, th.col-md-3 {
        width: 25%;
    }
    td.col-md-4, th.col-md-4 {
        width: 33.33333%;
    }
    td.col-md-5, th.col-md-5 {
        width: 41.66667%;
    }
    td.col-md-6, th.col-md-6 {
        width: 50%;
    }
    td.col-md-7, th.col-md-7 {
        width: 58.33333%;
    }
    td.col-md-8, th.col-md-8 {
        width: 66.66667%;
    }
    td.col-md-9, th.col-md-9 {
        width: 75%;
    }
    td.col-md-10, th.col-md-10 {
        width: 83.33333%;
    }
    td.col-md-11, th.col-md-11 {
        width: 91.66667%;
    }
    td.col-md-12, th.col-md-12 {
        width: 100%;
    }
}
@media (min-width:992px){
    td.col-lg-1, th.col-lg-1 {
        width: 8.33333%; }
    td.col-lg-2, th.col-lg-2 {
        width: 16.66667%; }
    td.col-lg-3, th.col-lg-3 {
        width: 25%; }
    td.col-lg-4, th.col-lg-4 {
        width: 33.33333%; }
    td.col-lg-5, th.col-lg-5 {
        width: 41.66667%; }
    td.col-lg-6, th.col-lg-6 {
        width: 50%; }
    td.col-lg-7, th.col-lg-7 {
        width: 58.33333%; }
    td.col-lg-8, th.col-lg-8 {
        width: 66.66667%; }
    td.col-lg-9, th.col-lg-9 {
        width: 75%; }
    td.col-lg-10, th.col-lg-10 {
        width: 83.33333%; }
    td.col-lg-11, th.col-lg-11 {
        width: 91.66667%; }
    td.col-lg-12, th.col-lg-12 {
        width: 100%; }
}
@media (min-width:1200px){
    td.col-xl-1, th.col-xl-1 {
        width: 8.33333%;
    }
    td.col-xl-2, th.col-xl-2 {
        width: 16.66667%;
    }
    td.col-xl-3, th.col-xl-3 {
        width: 25%;
    }
    td.col-xl-4, th.col-xl-4 {
        width: 33.33333%;
    }
    td.col-xl-5, th.col-xl-5 {
        width: 41.66667%;
    }
    td.col-xl-6, th.col-xl-6 {
        width: 50%;
    }
    td.col-xl-7, th.col-xl-7 {
        width: 58.33333%;
    }
    td.col-xl-8, th.col-xl-8 {
        width: 66.66667%;
    }
    td.col-xl-9, th.col-xl-9 {
        width: 75%;
    }
    td.col-xl-10, th.col-xl-10 {
        width: 83.33333%;
    }
    td.col-xl-11, th.col-xl-11 {
        width: 91.66667%;
    }
    td.col-xl-12, th.col-xl-12 {
        width: 100%;
    }
}


.w-35 {
    width: 35% !important;
}
.w-15 {
    width: 15% !important;
}
.h-100px {
    height: 100px !important;
}

.select2-portlet-text {
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

.jc-end {
    justify-content: flex-end;
}

.pd-0 {
    padding: 0;
}

.title-input{
    border: 0;
    border-bottom: 1px solid #34bfa3;
    border-radius: 0;
}


.reseller-table .m-checkbox{
    margin-bottom: 15px !important;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    background-color: #34bfa3;
    border-radius: 35px;
}
.m-link:after {
    transition: none
}
.m-link:before {
    transition: none
}
/*End disabled animation to top-bar*/



@media (max-width: 380px) {
    .wachtmuziek-block .m-widget4__title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        max-width: 150px;
    }
}
@media (max-width: 340px) {
    .wachtmuziek-block .m-widget4__title{
        max-width: 110px;
    }
}

[id$="wrapper"] .dt-buttons{
    display: none;
}
#all_trunks_wrapper .dt-buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .2;
}

#facturenlijst_overzicht_wrapper .dt-buttons,
#connections_table_wrapper .dt-buttons,
#connection_table_wrapper .dt-buttons,
#klant_overzicht_wrapper .dt-buttons,
#mobiel_table_wrapper .dt-buttons,
#did_numbers_wrapper .dt-buttons,
#users_table_wrapper .dt-buttons{
    display: none;
}

table th {
    font-weight: bold !important;
}

/*Start Change loader styl */
div.dataTables_wrapper div.dataTables_processing {
    top: 80%!important;
    left: 47%!important;
}
/*End Change loader styl */
/* start change Alle Abonnementen */
@media (max-width: 767px) {
    .media-padding-bottom-32{
        padding-bottom: 32px !important;
    }
}
/* end change Alle Abonnementen */
.m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper{
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.25);
}

.ui-datepicker{
    z-index: 1600 !important;
}

/* question settings popover */
html body .popover{
    max-width: 700px;
}
.popover select.box option[disabled] {
    display: none !important;
}
.popover-header {
    cursor:pointer !important;
}
.question-settings-popover{
    box-shadow: rgba(69, 65, 78, 0.08) 0px 1px 15px 1px;
    -webkit-box-shadow: rgba(69, 65, 78, 0.08) 0px 1px 15px 1px;
}
.question-settings-popover .question-settings-window-close{
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px !important;
    height: 20px !important;
}
.question-settings-popover select {
    overflow: auto;
}
.question-settings-popover button{
    background: transparent !important;
}
/* question settings popover */
/* styles for answers in configuration */
.answers .m-timeline-3__items .m-timeline-3__item .m-timeline-3__item-time {
    font-size: 0.9rem !important;
    width: 5.57rem !important;
}
.answers .m-timeline-3__items .m-timeline-3__item .m-timeline-3__item-desc.buttons {
    padding-left: 0 !important;
}
.answers .m-timeline-3__items .m-timeline-3__item .m-timeline-3__item-desc {
    display: flex !important;
    justify-content: space-between;
}
.answers .m-timeline-3__items .m-timeline-3__item.m-timeline-3__item--info::before {
    margin-left: 2rem !important;
}
.answers .m-timeline-3__items .m-timeline-3__item::before {
    left: 0 !important;
}
.answers .m-timeline-3__items .m-timeline-3__item .m-timeline-3__item-desc {
    padding-left: 4rem !important;
}
/* ------------  END sfaic  -----------*/
td.has-danger input,
td.has-danger select,
td.has-danger textarea,
td.has-danger .select2-container--default .select2-selection--single,
.form-group.has-danger input,
.form-group.has-danger select,
.form-group.has-danger textarea,
.form-group.has-danger .select2-container--default .select2-selection--single
{
    border: 1px solid red !important;
}

td.has-danger input,
td.has-danger select{
    border-color: red !important;
}
/*Modal search    */
.modal-content .modal-header-search-wrapper{
    display: flex;
    justify-content: space-between;
}

.modal-content .modal-title-searchable{
    padding-bottom: 11px!important;
    padding-top: 11px!important;
}
.modal-content input.modal-search{
    border: 0 !important;
    border-bottom: 1px solid #ebedf2 !important;
    border-radius: 0;
    margin: .3rem .75rem;
    padding: 0;
    font-size: 15px;
    background-color: inherit !important;
}

.modal-content .modal-header .search-wrapper{
    position: relative;
    overflow: hidden;
}
.modal-content .modal-header .click-search a{
    cursor: pointer;
}
.modal-header .m-btn--icon.m-btn--icon-only.btn-sm{
    width: 25px;
    height: 25px;
}
.modal-header .m-btn--icon.m-btn--icon-only.btn-sm>i{
    font-size: 15px;
}
/* end modal search */


/* START PROFILE PICTURE EDITION */
.m-card-profile__pic-wrapper{
    width: 160px;
    height: 160px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    position: relative;
}

.m-card-user__pic_block.user-icon-big>.user-icon{
    width: 65px!important;
    height: 65px!important;
}

.m-card-profile .m-card-profile__pic .m-dropzone img {
    border-radius:0!important;
}
.user-icon img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.dz-error-mark {
    background-color: #f4516c;
    border-radius: 35px;
}
@media (max-width: 1024px) {
    .m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-topbar__userpic img {
        max-width: 41px!important;
    }
}
.m-card-profile .m-card-profile__pic img{
    object-fit: cover;
}
#profile_dropzone.m-dropzone{
    min-width: 160px !important;
    height: 160px !important;
    border-radius: 50%;
}
#profile_dropzone.dropzone,
#profile_dropzone.m-dropzone{
    border: none;
    background: none;
}
#profile_dropzone .dz-image{
    border-radius: 50%!important;
}

#profile_dropzone.dropzone .dz-preview{
    margin: unset;
    margin-left: -12.5px!important;
    margin-top: -12.5px!important;
}

#profile_dropzone.dropzone .dz-preview .dz-image,
.m-card-profile .m-card-profile__pic img{
    max-width:145px!important;
    min-width:145px!important;
    min-height:145px!important;
}
#profile_dropzone.dropzone .dz-preview.dz-image-preview {
    background: transparent !important;
    border-radius: 50%!important;
}

.foto-nav{
    max-width:30px;
    font-size: 0 !important;
    position: absolute;
    right:-35px;
    /*margin-left: 2rem auto;*/
    /*margin-right: 2rem auto;*/
}
.m-space{
    display: block;
    height: 0;
    margin-bottom: 2px;
}
.user-icon-big span.user-name{
    font-size: 25px;
}
.user-name-big{
    font-size: 50px;
}
.m-popover.popover .popover-header {
    background: #f8f8f8de;
}
.image-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

#profile-pic-delete:disabled{
    cursor: default;
}

.m-page--text-dark .m-popover.popover .popover-header{
    background-color: var(--main-color);
    color: #FFFFFF;
}
/* END PROFILE PICTURE EDITION */

 .side-marginless-seperator {
     margin-left: -2.2rem !important;
     margin-right: -2.2rem !important;
 }

 /* ALIASSES MODAL START */

#alias_extern{
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
}
#alias_extern > ul{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    flex: 0 0 140px;
}
#alias_extern li {
    padding-right: 2em;
    line-height: 1.5em;
    display: inline-flex;
}
#search_alias {
    display: inline-block;
}

/* ALIASSES MODAL END */

 #select2-connection > .select2-container{
     width: 75% !important;
 }

 .draggable-cursor{
     cursor: all-scroll;
 }
/*
* style for select2 fullwidth on porting pages
*/
 select.porting ~ span {
     width: 100% !important;
 }
 /* ------------- end sfsfopp ------------- */



body.m-content--skin-light,
.m-content--skin-light .m-body{
    background-color: #f2f3f8
}

#infras_table_length, #infras_table_info, #infras_table_paginate, #infras_table_filter{
    display: none;
}
#router_table_length, #router_table_info, #router_table_paginate, #router_table_filter{
    display: none;
}
.display-n {
    display: none!important;
}

#snippet-connection-select > .select2-container,
#account_manager ~ .select2-container,
#binnendienstVerantwoordelijk~ .select2-container,
#technischVerantwoordelijk ~ .select2-container,
#technischVerantwoordelijke_telefonie ~ .select2-container,
#servicemanager_id ~ .select2-container{
    width: 100% !important;
}
tbody tr td.details-control.closed:before{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 50%;
    left: 8px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    font-size: 18px;
    color: #716aca;
    border: 0;
    background-color: transparent;
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    content: "\f2c3";
}
td.details-control.opend:before{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 50%;
    left: 8px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    font-size: 18px;
    color: #716aca;
    border: 0;
    background-color: transparent;
    font-family: LineAwesome;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    content: "\f28f";
}

.dataTable-break-word{
    word-break: break-word !important;
}

.dataTable-break-word{
    word-break: break-word !important;
}

#verantwoordelijke > .select2-container, #gebruiker > .select2-container {
    width: 100% !important;
}
[title=Tags] >.select2-selection__rendered >.select2-selection__choice{
    float: none !important;
    display: inline-block !important;
}


#verantwoordelijke > .select2-container, #gebruiker > .select2-container {
    width: 100% !important;
}

body a:not(.btn).white-link{
    color: #fff
}

 /*Keuzemenu settings START*/
.flex-break{
    flex-basis:100%;
    height:0;
}
.flex-grow-1{
    flex-grow: 1;
}


 /*Keuzemenu settings END*/
/*
.progress{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .2;
}
*/
.daterangepicker select{
    padding: 0.35rem !important;
}

body[data-color=green] .dropdown-menu>.dropdown-item>i,
body[data-color=green] .dropdown-menu>li>a>i,
body[data-color=green] .dropdown-menu>li>a{
    color: #676c7b;
}

body[data-color=green] .dropdown-menu>li:hover>a>i,
body[data-color=green] .dropdown-menu>li:hover>a{
    color: var(--main-color);
}

@media (max-width: 768px) {
    .m-subheader .m-subheader__title{
        font-size: 13px; !important;
    }
}
.dropdown-button {
    margin: auto;
}
iframe {
    width: 100% !important;
}
.m-accordion--unique a.m-accordion__item-head {
    color: #575962 !important;
}
.details-control {
    outline-style: none;
}

.progress-loader{
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
dataTables_wrapper .pagination .page-item.first>.page-link, .dataTables_wrapper .pagination .page-item.last>.page-link, .dataTables_wrapper .pagination .page-item.next>.page-link, .dataTables_wrapper .pagination .page-item.previous>.page-link {
    background: #ebe9f2;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item>.page-link {
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: .5rem;
    text-align: center;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}
.display-flex {
    display: flex !important;
}
table.no-border td {
    border:0 !important;
}

.dropdown__fake-select {
    display: none;
}

.dropdown__button {
    display: flex;
    width: 100%;
    padding: .65rem 1.85rem .65rem 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    background-color: white;
    border: 1px solid #ebedf2;
    color: #575962;
    position: relative;
}

.dropdown__value {
    white-space: nowrap;
}

.dropdown__icon {
    position: absolute;
    top: 30%;
    right: 10%;
    font-size: 1rem;
}

.dropdown__select {
    display: none;
    position:absolute;
    background-color: white;
    box-shadow: 0 0 15px 1px rgba(69,65,78,.2);
    z-index: 2;
    border-radius: 3px;
}

.dropdown__select-search {
    padding: 10px;
}

.dropdown__select-search > input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    color: #575962;
}

.dropdown__select-search > input:focus {
    outline: none;
    border: 1px solid dodgerblue;
}

.dropdown__select-data {
    max-width: 350px;
    min-width: 150px;
    width: max-content;
    max-height: 170px;
    overflow: auto;
}

.dropdown__select::-webkit-scrollbar-track
.dropdown__select-data::-webkit-scrollbar-track
{
    border-radius: 3px;
}

.dropdown__select::-webkit-scrollbar
.dropdown__select-data::-webkit-scrollbar
{
    width: 6px;
}

.dropdown__select::-webkit-scrollbar-thumb
.dropdown__select-data::-webkit-scrollbar-thumb
{
    background-color: #CCC;
    border-radius: 3px;
}


.dropdown__item {
    padding: 10px 20px 10px 10px;
    word-wrap: break-word;
}

.dropdown__item_active {
    position: relative;
    background-color: #f7f8fa;
}

.dropdown__item_active::after {
    position: absolute;
    right: 7px;
    content: "\f17b";
    font-family: LineAwesome;
}

.dropdown__item:hover {
    background-color: #d8dde6;
}

.dropdown__not-found-item{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#toast-container>.toastr_icon {
    background-image: none !important;
    position: relative;
    /*
     * sweetalert2 styles for porting
     */
}
.swal2-warning-title #swal2-title {
    color: #f8bb86 !important;
}
.swal2-question-title #swal2-title {
    color: #87adbd !important;
}
.swal2-popup .swal2-title {
    /*color: #f8bb86;*/
    font-size: 22px;
    font-weight: 700;
}
.swal2-popup #swal2-content {
    text-align: justify;
    font-size: 16px;
}
.swal2-wide {
    width: 500px !important;
}
/*
 * END sweetalert2 styles for porting
 * _________________________________
 */
.label-text-center {
    display: flex;
    align-items: center;
}
#toast-container>.toastr_icon {
    background-image: none !important;
    position: relative;
}
#toast-container>.toastr_icon:before{
    position: absolute;
    font-family: 'FontAwesome';
    top: 20%;
    left: 13px;
    font-size: 2.1rem;
}
.flex-between{
    display: flex;
    justify-content: space-between !important;
}

.select2-results__group {
    font-weight: bold;
    color: darkgrey;
    border-bottom:1px solid lightgrey;
}


#ticket_voortgang_items.m-timeline-3__item{
    display:none;
    min-height:40px;
}
#ticket_voortgang_items .m-timeline-3__item-time{
    width: 12rem;
    line-height: 1.2rem;
    word-break: break-all;
}
#ticket_voortgang_items .m-timeline-3__item-link{
    color: var(--main-color);
    font-size:1rem;
}
#ticket_voortgang_items .m-timeline-3__item-desc{
    padding-left: 14rem !important;
    display: inline-block;
}
#ticket_voortgang_items .m-timeline-3__item--info::before{
    margin-left: 8rem !important;
}
#ticket_voortgang_items .m-timeline-3__item::before{
    margin-left: 8rem !important;
    height:90%;
}
#ticket_voortgang_items .m-timeline-3__item-time-small{
    font-size:0.8rem;
}
#ticket_voortgang_items .m-timeline-3__item-text iframe{
    border: 0px none;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
}
#connection_rfc_items .m-timeline-3__item {
    min-height:50px;
}
#connection_rfc_items .m-timeline-3__item-time{
    width: 24rem;
    line-height: 1.2rem;
    word-break: break-all;
}
#connection_rfc_items .m-timeline-3__item-desc{
    padding-left: 26rem !important;
    display: inline-block;
}
#connection_rfc_items .m-timeline-3__item-desc{
    padding-left: 26rem !important;
    display: inline-block;
}
#connection_rfc_items .m-timeline-3__item-link{
    color: var(--main-color);
    font-size:1rem;
}
#connection_rfc_items .m-timeline-3__item--info::before{
    margin-left: 20rem !important;
}
#connection_rfc_items .m-timeline-3__item::before{
    margin-left: 20rem !important;
    height:90%;
}
#connection_rfc_items .m-timeline-3__item-time-small{
    font-size:0.8rem;
}
#connection_rfc_items .m-timeline-3__item-text iframe {
    border: 0px none;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
}
td.centered {
    text-align:center;
}
.label-sm{
    font-weight:lighter;
    font-size:0.8rem;
    line-height:0px;
}
.ticket-bold{
    font-size:0.9rem;
    font-weight:bold;
}
.blung-portlet--warning{
    border: 1px solid #ffb822 !important;
}
.blung-portlet--danger{
    border: 1px solid #f4516c !important;
}
.blung-portlet--success{
    border: 1px solid #34bfa3 !important;
}
.blung-portlet--info{
    border: 1px solid #36a3f7 !important;
}
.ticket_mailto_icon{
    color:black;
}
#select2-werknemer_select-container{

    font-size: 0.9rem !important;
    height: calc(2.0125rem + 2px);
}
.m--font-black{
    color: black!important;
}
.zip-error{
    color:#f4516c!important;
}

.dropzone .dz-preview {
    border-radius: 6px;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 0;
    border-radius: 60px;
    right: 0;
    z-index: 50;
    color: #f4516c;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropzone .dz-preview .dz-remove:hover {
    border-color: #f4516c;
    color: #fff !important;
    background-color: #f4516c;
    text-decoration: none;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
}

.trunk_type_items {
    width:100%;text-align:center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding:0.71rem 0 5.71rem 0;
}
.trunk_type_items  .trunk_type_item {
    flex: 0 0 20%;
    min-width:200px;
    background-color: inherit;
    display:block;
    margin:5px;
}

.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper{
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.25);
    display:flex !important;
    flex-direction: column;
    min-height: 400px;
}

.m-page--skin-dark .trunk_type_items  .trunk_type_item .trunk_type_item_wrapper{
    box-shadow: 0 1px 15px 1px #f2f3f4 !important;
}

.m-page--skin-dark .m-option__title, .m-page--skin-dark .m-option__focus{
    color: #f2f3f4 !important;
}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper:hover{
    box-shadow: 0 3px 30px 3px rgba(69,65,78,.25);
    transition: box-shadow 0.4s;
}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .trunk_content_div{
    flex-basis: 75px;
    width:100%;
}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .trunk_content_div .logo{
    max-width:80%;
    height:auto;
    max-height:75px;
}

.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper{padding:4.2rem 1rem;text-align:center}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__title{font-size:1.3rem}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__price{
    border-radius:1.07rem;
    margin-top:2rem;
    display:inline-block;
    font-size:1.4rem;
    text-align: center;
    background-color: #fcfcfe;
    color: #7b7e8a;
    font-weight:600;
    padding:.83rem 1.43rem .83rem 1.43rem}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .__omschrijving{
    height:75px;
}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__price.m-pricing-table-3__price--padding{padding:1.4rem 1.43rem 1.4rem 1.43rem}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__price .m-pricing-table-3__label{font-size:1.5rem;vertical-align:33%}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__price .m-pricing-table-3__number{font-size:2.64rem}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__price .m-pricing-table-3__text{font-size:1.07rem;vertical-align:40%}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__description{text-align:center;font-size:.96rem;display:inline-block;margin-top:2.85rem}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__description>span:nth-child(1){letter-spacing:.01rem}.m-pricing-table-3
                                                                                                                                     .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__btn{margin:2.83rem auto 0 auto}
.trunk_type_items  .trunk_type_item .trunk_type_item_wrapper .m-pricing-table-3__btn>.btn{
    margin-top:2rem;
    padding:.8rem 3.6rem .8rem 3.6rem;
    bottom:10px;
}
.trunk_type_items  .trunk_type_item .trunk_type_item--focus {margin-top:-3rem;margin-bottom:-3rem}
.trunk_type_items  .trunk_type_item .trunk_type_item--focus .m-pricing-table-3__price{font-size:1.8rem;padding:.86rem 1.43rem .86rem 1.43rem}

.trunk_type_item .trunk_content_div .options{
    display:none;
}
.trunk_type_items .selected {
    order: +1;
    flex: 1 0 100% !important;
}
.trunk_type_items .selected .trunk_type_item_wrapper{
    min-height:1250px !important;
    transition: min-height 0.5s;
}
.trunk_type_items .selected .trunk_type_item_wrapper .trunk_content_div .logo{
    max-width:300px !important;
    max-height:100px !important;
}
.trunk_type_items .selected .selectpart{
    display:none;
}
.trunk_type_items .options{
    display:none;
}
.trunk_type_items .selected .options{
    display:inline-block !important;
    transition: display 0.5s;
    transition-delay: 0.5s;
}
.table-settings-popover .reset-button {
    margin-top: 5px !important;
    background: #716aca !important;
    font-size: .875rem;
}

.table-settings-popover .reset-button .reset-icon {
    font-size: 14px;
    margin-right: 3px;
}

/* START jstree settings */

.jstree-default>.jstree-container-ul>.jstree-node{
    overflow: hidden;
    display: block;
}
.jstree-default .jstree-anchor {
    width: calc(100% - 24px);
    display: inline-flex;
    height: auto;
    overflow: hidden;
}
.jstree-default .jstree-anchor> span.row{
    width: 100%;

}
.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl:not([role='presentation']){
    display: none;
}

.jstree-default .flex{
    align-items: flex-start;
}

.jstree-default .flex>.flex-boxes{
    padding-left: 0.5rem ;
    padding-right: 0.5rem;
    line-height: 24px;
    min-height: 24px;
    align-items: center;
    white-space: initial;
    flex-grow: 1;
}

.bold-text{
    font-weight: bold;
}
.jstree-default .jstree-disabled{
    opacity: 1;
    cursor: default;
}

.jstree-default .jstree-anchor table,
.jstree-default .jstree-node table{
    line-height: 1.5;
}
.jstree .jstree-open>.jstree-children{
    padding-bottom: 1rem;
}
.jstree-default>.jstree-container-ul>.jstree-node:not(:nth-child(1))>a{
    border-top: 0.5px solid #f4f5f8;
}
.jstree-default>.jstree-children .jstree-children .jstree-node:not(:nth-child(1)):not(:nth-child(2))>a{
    border-top: 0.5px solid #f4f5f8;
}

.m-btn--icon.m-btn--icon-only-sm {
    display: inline-block;
    position: relative;
    padding: 0!important;
    width: 23px;
    height: 23px;
}
.m-btn--icon.m-btn--icon-only-sm>i {
    line-height: 0;
    display: inline-block;
    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%);
}
.word-break {
    word-break: break-word;
}
.tree-wrapper{
    min-width: 750px;
}
.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl{
//background: none;
    background: var(--main-color);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: m-spinner-scaleout .9s infinite ease-in-out;
    -moz-animation: m-spinner-scaleout .9s infinite ease-in-out;
    -ms-animation: m-spinner-scaleout .9s infinite ease-in-out;
    -o-animation: m-spinner-scaleout .9s infinite ease-in-out;
    animation: m-spinner-scaleout .9s infinite ease-in-out;
}
.jstree-default .jstree-node .jstree-leaf:nth-child(1)>.jstree-ocl{
    visibility: hidden;
}
.jstree-default .jstree-anchor  {
    color: inherit !important;
}
/* END jstree settings */

.white-space__nowrap {
    white-space: nowrap;
}
#toast-container>.toastr_icon {
    background-image: none !important;
    position: relative;
}
#toast-container>.toastr_icon:before{
    position: absolute;
    font-family: 'FontAwesome';
    top: 20%;
    left: 13px;
    font-size: 2.1rem;
}
.img_geen-toegang{
    background-image: url(/img/bg6.jpg);
    height: 1000px;
}
.m-error-6 .m-error_container .m-error_subtitle > h1{
    margin-top: 4rem;
    font-size: 6rem;
}
@media (max-width: 768px) {
    .m-error-6 .m-error_container .m-error_subtitle > h1 {
        font-size: 4rem;
    }
}
.btn-color-white{
    color: #2b3643;
    background-color: #fff;
}
.btn-color-white:hover{
    color: #fff;
    background-color: #adafc6;
    border-color: #a6a7c1;
}

.io_notice{
    padding:5px;
    border: 2px solid yellow;
    display: block;
    clear:both;
}
.io_warning{
    padding:5px;
    border: 2px solid orange;
    display: block;
    clear:both;
}
#io_php_error_button{
    position:fixed;
    bottom: 10px;
    left: 45%;
    border:1px solid red;
    background-color:orange;
}
#io_php_error{

}