body {
    padding-right: 0 !important;
}

.avatar {
    border-radius: 50% !important;
    filter: drop-shadow(-2px 2px 2px #242323);
    margin-left: .25rem;
}

.avatar + .avatar {
    margin-left: -1rem;
}

.panel-heading > .avatar {
    margin-left: 0;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 15px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    /*
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    */
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    /*
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    */
}

.center {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.border-content {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    /*
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    */
}

.account-wall {
    padding: 40px 0px 20px 0px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    /*
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    */
}

.profile-img {
    height: 96px;
    margin: 0 auto 10px;
    display: block;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.footer {
    margin-bottom: -5px;
    padding-top: 30px;
    float: right;
    font-size: 12px;
}

/*Tables*/
.dropdown_table {
    cursor: pointer;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.90);
}

.dropdown_table:hover {
    color: rgba(255, 255, 255, 0.65);
}

.error_table {
    display: none;
    padding: 0 20px 0 20px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.searchbox {
    border-color: #dddddd !important;
    /*    border-radius: 0;*/
    border-top: 0;
    -webkit-box-shadow: 0 0 0 0 black !important;
    -moz-box-shadow: 0 0 0 0 black !important;
    box-shadow: 0 0 0 0 black !important;
}

.searchclear {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.65);
    display: none;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    /*    border-radius: .25em;*/
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    /*    border-radius: 50%;*/
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    /*    Glitch with clicking height*/
    transform: scale(1) rotateZ(-25deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.hiddenRow {
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.row {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}

.modal-header:hover {
    cursor: move;
}

.modal-dialog-portal-login {
    margin: 10px auto;
    width: 97%;
}

.alert-changelog {
    margin-bottom: 5px;
}

.alert-changelog:hover {
    filter: brightness(95%)
}

.action-smf .icon-bar {
    background-color: rgba(0, 0, 0, 0.77);
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 0px;
}

.action-smf .icon-br {
    margin-bottom: 3px;
}

.color-box {
    font-size: 12px;
    background-color: #ab3fdd;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: default;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                           not supported by any browser */
}

.panel-department:hover {
    border-color: #d8653a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(231, 84, 30, 0.60);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(231, 84, 30, 0.60);
}

#edit_debug .editable-input {
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/*
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
*/

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 20%;
}

/*iOS versie voor select input*/
select {
    -webkit-appearance: none;
    background-color: white;
    /*    background: url('http://s24.postimg.org/lyhytocf5/dropdown.png') no-repeat right #FEFEFE;*/
    padding-right: 1.5em;
}

/*Notifications opmaak*/
.phenom {
    margin-left: 40px;
    min-height: 30px;
    padding: 10px 0;
    position: relative;
    width: 350px;
}

.phenom-new {
    background-color: rgba(209, 91, 29, 0.58);
}

.phenom-height {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.phenom-creator {
    height: 30px;
    left: -35px;
    position: absolute;
    top: 13px;
    width: 30px;
}

.phenom-desc {
    margin: 0 23px 0 0;
    cursor: pointer;
}

.action-comment {
    background-color: #d6d5d5;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .23);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin: 6px 23px 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    word-wrap: break-word;
}

.badge-notify {
    background: rgba(255, 0, 0, 0.85);
    position: relative;
    top: -14px;
    left: -10px;
    border-radius: 5px;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
}

/*Notificatie opmaak voor mobiel (minder als 767px)*/
.notifi_link:hover {
    color: #fff;
    text-decoration: none;

}

.notifi_link:focus {
    color: #fff;
    text-decoration: none;
}

.notifi_link {
    color: #9d9d9d;
    text-decoration: none;
}

.notifi_top {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 991px) {

    .notifi_b {
        display: none;
    }
}

@media (max-width: 991px) {
    #notifi_c,
    #hide-update,
    #hide-new-approve-campaign {
        display: none;
    }


    .notifi_b {
        position: fixed;
        margin-top: 20px;
        padding-left: 150px;
        width: 100%;
    !important
    }

    .phenom-height {
        width: 100%;
    !important
    }

    .phenom-width {
        width: 100%;
    !important
    }

    .phenom {
        width: 95%;
    !important
    }

    .notifi_c {
        color: #d6d6d6;
    !important
    }

    .notifi_c > .phenom-height > .phenom > .action-comment {
        background-color: #5d5d5d;
    !important
    }
}

/*Strong letters in class*/
.strong {
    font-weight: bold;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    /*.navbar-left,.navbar-right {*/
    /*float: none !important;*/
    /*}*/
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*"Status bar"*/

.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

.update-nag:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}

.update-nag > .update-split {
    background: #337ab7;
    width: 33px;
    float: left;
    color: #fff !important;
    height: 100%;
    text-align: center;
}

.update-nag > .update-split > .glyphicon {
    position: relative;
    top: calc(50% - 9px) !important; /* 50% - 3/4 of icon height */
}

.update-nag > .update-split.update-success {
    background: #5cb85c !important;
}

.update-nag > .update-split.update-danger {
    background: #d9534f !important;
}

.update-nag > .update-split.update-info {
    background: #5bc0de !important;
}

.update-nag > .update-text {
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}

/*Color background datepicker white*/
#datetimepicker, #start_date, #end_date {
    background-color: #fff;
}

/*Auto search style*/
.twitter-typeahead {
    width: 100%;
}

.tt-dropdown-menu {
    width: 100%;
}

.tt-hint {
    width: 100%;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    background-color: white;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 150px;
}

.tt-suggestion {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 11px;
}

.tt-suggestion:hover {
    cursor: pointer;
    background-color: rgba(253, 68, 0, 0.46);
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
/*
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
*/

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Auto resize responsive image in live view*/
.live_image {
    width: inherit;
    max-width: 100%;
    max-height: 400px;
    height: auto;
}

.imagepreview {
    width: inherit;
    max-width: 100%;
    height: auto;
}

.imagepreview_url {
    cursor: pointer;
}

.imagemodal {
    background: transparent;
}

.imagemodal .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*upload button hoverbale*/
.btn-primary.hover {
    color: #fff;
    background-color: rgba(246, 88, 30, 0.80);
    border-color: rgba(246, 88, 30, 0.80);
}

/*dont highlight if template is used in twitter typeahead*/
.no-highlighting strong {
    font-weight: normal;
}

.process-ball {
    height: 50px;
    aspect-ratio: 1/1;
    position: relative;
    font-size: 25px;
    border-radius: 50%;
    margin: 5px;
}

.process-ball-small {
    height: 50px;
    aspect-ratio: 1/1;
    position: relative;
    font-size: 16px;
    border-radius: 50%;
    margin: 5px;
}

.process-arrow {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
}

/*.nav-tabs > li {*/
/*margin-bottom: 0;*/
/*}*/

.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #333;
}

@media (max-width: 767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

.swal2-popup {
    font-size: 1.6rem !important;
    z-index: 10000;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(246, 88, 30, 0.80);
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

code {
    background-color: transparent;
    color: black;
}

.location-pill {
    padding: 2px 6px;
    color: white;
    border-radius: 25px;
    font-size: 10px;
    display: inline-block;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}
