/**
* cp menu
*/
#cp-menu ul {
    right: -1px;
    top: 38px;
    width: auto;
    min-width: 100%;
    cursor: default;
}

#cp-menu.hover ul {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

#cp-menu ul li.cpsystem {
    width: 340px;
    text-align: left;
    border-top: 1px solid #ccc;
}

#cp-menu ul li.cpuser {
    min-width: 260px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
}

#cp-menu ul li:hover {
    background-color: #51acd9;
}

#cp-menu ul li a {
    display: block;
}

#cp-menu ul li a:hover {
    color: white;
}

#cp-menu ul li a img {
    margin-top: 0px;
    margin-right: 4px;
}

#cp-menu ul li i {
    margin-top: 0px;
    margin-right: 0px;
    width: 46px;
    text-align: center;
    padding-left: 0px;
    padding-top: 8px;
    margin-left: 2px;
    padding-bottom: 8px;
    padding-right: 0px;
}

#cp-menu ul li a span {
    position: relative;
    top: 0px;
    display: inline;
    padding-left: 0px;
}


/* Account Menu */


#account-menu {
    cursor: default;
}

#account-menu ul {
    right: -1px;
    top: 38px;
    padding-top: 0px;
    border-top: 1px solid #ccc;
}

.account-menu-header {
    background-color: #f2f1ef;
    margin-left: -8px;

}

#accounts .account-item {
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

#accounts .pin {
    margin-top: 4px;
    font-size: 12px;
    margin-right: 6px;
}

#accounts .unpin {
    margin-top: 4px;
    font-size: 12px;
    margin-right: 6px;
}


#account-menu ul li a {
    cursor: pointer;
    text-decoration: underline;
}

#account-menu ul li {
    margin: 0 0px 0px 0px;
    text-align: left;
    float: left;
    min-width: 275px;
}

#account-menu ul li div.menucolumn {
    padding: 12px;
}

#account-menu ul li div.borderleft {
    border-left: 1px solid #ccc;
}

#account-menu.hover span {
    color: inherit;
}

#account-menu.hover ul {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}


#credit-menu {
    cursor: default;
}

#credit-menu ul {
    right: -1px;
    top: 38px;
    padding: 16px;
    border-top: 1px solid #ccc;
}

.credit-menu-header {
    background-color: #f2f1ef;
    margin-left: -8px;
}

#credit-menu ul li a {
    cursor: pointer;
    text-decoration: underline;
    display: block;
}

#credit-menu ul li {
    margin: 0 0px 0px 0px;
    text-align: left;
    float: left;
    /*min-width: 250px;*/
}

#credit-menu ul li div.menucolumn {
    padding: 12px;
}

#credit-menu ul li div.borderleft {
    border-left: 1px solid #ccc;
}

#credit-menu.hover span {
    color: inherit;
}

#credit-menu.hover ul {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}


@media (min-width: 1px) {
    .nav-item-text-primary {
        display: none;
    }

    .nav-item-icon-primary {
        display: inline;
    }

    .nav-item-text-secondary {
        display: none;
    }

    .nav-item-icon-secondary {
        display: inline;
    }

    .nav-item-text-tertiary {
        display: none;
    }

    .nav-item-icon-tertiary {
        display: inline;
    }
}

@media (min-width: 1400px) {
    .nav-item-text-secondary {
        display: inline;
    }

    .nav-item-icon-secondary {
        display: none;
    }
}

@media (min-width: 1070px) {
    .nav-item-text-primary {
        display: inline;
    }

    .nav-item-icon-primary {
        display: none;
    }
}

.navbar {
    padding: 0 0.6154rem;
}

@media (min-width: 1220px) {
    .nav-item-text-tertiary {
        display: inline;
    }

    .nav-item-icon-tertiary {
        display: none;
    }
}

@media (max-width: 1309px) {
    .nav-right .nav-item {
        width: inherit;
    }
}

@media (max-width: 1350px) {
    .navbar-brand {
        display: none;
    }
}

@media (max-width: 1200px) {
    .nav-link {
        padding: 10px 12px 8px 12px;
    }
}

@media (max-width: 1200px) {
    .nav.nav-center .nav-item .nav-link,
    .nav.nav-right .nav-item .nav-link {
        padding: 10px 12px 8px 12px;
    }
}

@media (max-width: 655px) {
    .nav.nav-center .nav-item .nav-link,
    .nav.nav-right .nav-item .nav-link {
        padding: 10px 8px 8px 8px;
    }
}

@media (max-width: 1680px) {
    .env-text-header {
        position: absolute;
        top: 40px;
        left: 20px;
    }

    .env-text-subheader {
        position: absolute;
        top: 55px;
        left: 20px;
        display: none;
    }
}

.env-text-header {
    font-size: 1rem;
    font-weight: bold;
}

.env-text-subheader {
    font-size: 0.7rem;
}

.nav-item a {
    text-decoration: none;
    color: inherit;
}

li, dd {
    margin-left: 0px;
!important;
}

#tabcontent {
    /*padding-bottom: 20px;*/
}

.nav-link i {
    font-size: 1.3rem;
}

.nav-link:hover {
    color: #333;
}

.nav-link a:hover {
    color: #333;
}

.oldtabcontent {
    background-color: white;
    padding: 20px;
}

.whitebg {
    background-color: white;
}

label {
    margin-bottom: 0px;
}

img {
    vertical-align: text-bottom;
}

div.action-menu a.button {
    padding: 4px 6px 4px 6px;
}

.content-notabs {
    margin-top: 112px;
}

.main-menu.navbar .navbar-brand {
    background-image: none;
}

/* Aanpassingen BOM */

.modal-container {
    position: fixed;
    top: 0;
    display: table;
    margin: 0 auto;
    text-align: center;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 299;
    background-color: transparent !important;
}

div.mask {
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    background-color: #999999 !important;
}

.modal-dialog {
    z-index: 1001 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
}

div.mask .modal-dialog {
    z-index: 1001 !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
}

div.modal-content {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

div.modal-header {
    background-color: #f6f6f6 !important;
}

div.modal-header div {
    background-color: transparent !important;
}

div.modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
    right: 16px !important;
    top: 8px;
}

div.modal-header .input-group {
    width: 100% !important;
}

div.modal-header .input-group .form-control {
    margin-right: 0;
    border-right: none;
}

div.modal-header .input-group .input-group-addon {
    padding: 4px;
    border-left: none;
    background-color: #fff !important;
}

div.modal-header .input-group .input-group-addon i {
    margin: 0;
}

div.modal-footer {
    background-color: #f6f6f6 !important;
}

.form-group .input-group {
    flex-wrap: nowrap;
    width: 65% !important;
    max-width: 440px;
}

.form-group .input-group .form-control {
    height: 22px;
    margin-right: 0;
    border-right: none;
}

.form-group .input-group .input-group-addon {
    padding: 0 4px 0 4px;
}

.form-group .input-group .form-control + .input-group-addon {
    border-left: none;
}

.form-group .input-group .input-group-addon + .form-control {
    border-right: 1px solid #aaaaaa;
}

.form-group .input-group .input-group-addon ~ .form-control + .input-group-addon {
    border-left: none;
}

.form-control {
    border-right: 1px solid #aaaaaa;
}

.form-control + :not(.input-group-addon) {
    border-right: 1px solid #aaaaaa;
}

.form-control[readonly] {
    background-color: #fff !important;
}

.typeAheadContainer {
    height: auto !important;
    margin-left: 200px !important;
    width: 433px !important;
}

.dataTable thead tr {
    border-bottom: 1px solid #C7C6C6 !important;
}

div.buttonContainer {
    background-color: transparent !important;

}

div.buttonContainer div {
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    padding-left: 16px;
}

div.buttonContainer hr {
    border-color: #aaaaaa;
}

select.form-control {
    width: 100px !important;
    height: 20px !important;
    padding: 0 8px 0 8px !important;
    border-right: 1px solid #aaaaaa;
}

div.modal-footer div {
    margin-right: auto !important;
}

div.countryContainer {
    position: absolute;
    height: auto !important;
    width: 433px !important;
    margin-left: 200px !important;
}

div.countryContainer ul {
    margin-top: 8px !important;
}

tbody tr td h5 {
    font-size: 13px !important;
    font-weight: 600;
}

nav.main-menu {
    width: 100%;
    display: -ms-flexbox;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    nav.main-menu {
        height: 44px !important;
    }
}

legend {
    font-size: 1rem;
}

div.dataTables_scrollBody table.dataTable thead tr {
    border-bottom: 0px !important;
}

.plupload_filelist_footer {
    height: 37px !important;
}

.plupload_container {
    padding: 10px 0px 0px 0px !important;
}

ul#uploader_filelist.plupload_filelist {
    margin-bottom: 0px;
}

.servicebutton {
    display: block;
    padding: 4px 10px 3px 7px;
    background: #fff;
    border: 1px solid #cccccc;
    border-right: none;
    color: #333333;
    text-decoration: none;
}

.servicebutton_first {
    margin-bottom: 3px;
    background: #f39c12;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
    text-decoration: none;
}

.servicebutton:hover {
    background: #51acd9;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #fff;
    text-decoration: none;
}

a.servicebutton i {
    font-size: 1.3rem;
}

.dialog-content .modal-custom-header .modal-title {
    margin: 4px auto;
}

.dialog-content .modal-custom-header .close {
    padding-top: 2px !important;
}

.column-data .hyperlink {
    color: #51acd9;
}

.column-data .hyperlink:hover {
    text-decoration: underline;
    cursor: pointer;
}

.column-data .badge {
    margin-top: 6px;

}

.column-data .badge span {
    line-height: 20px !important;
}

.column-data .badge-success {
    background-color: #81ba71 !important;
}

.column-data .badge-warning {
    background-color: #F39C12 !important;
}

.column-data .badge-danger {
    background-color: #FB6860 !important;
}

.tree-menu-container .tree-dropdown-menu .tree-item span:hover {
    color: #51ACD9;
    text-decoration: underline;
}

pip-dropdown-tree fa-icon {
    cursor: pointer;
    padding-left: 8px;
}

span:not(:empty) + fa-icon {
    margin-left: 4px;
}

.badge-danger {
    background-color: #FB6860 !important;
}

.badge-warning {
    background-color: #F39C12 !important;
}

.badge-success {
    background-color: #81ba71 !important;
}

.legend {
    text-align: center;
}

.svg-inline--fa {
    margin-top: 3px;
}

.ui-tooltip ol {
    padding-left: 16px;
}

.ColVis {
    height: 15px !important;
}


/* Documentviewer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.document-viewer {
    display: grid;
    width: 100vw;
    height: calc(100vh - 54px);
    grid-template-columns:220px auto
}

.document-viewer .viewer-header {
    grid-column: 1/span 2;
    height: 48px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: 6px 20px 4px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 48px !important;
}

.document-viewer .viewer-header input:focus, .document-viewer .viewer-header select:focus {
    outline: none
}

.document-viewer .viewer-header .page-counter {
    height: 32px;
    width: 32px;
    border: 1px solid #c7c6c6;
    text-align: center
}

.document-viewer .viewer-header label {
    padding-right: 12px;
    line-height: 30px
}

.document-viewer .viewer-header select {
    height: 32px;
    width: 100px;
    border: 1px solid #c7c6c6
}

.document-viewer .viewer-sidebar {
    background-color: #fff;
    height: calc(100vh - 100px);
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.document-viewer .viewer-sidebar .sidebar-navigation {
    overflow-y: hidden;
    border: 0;
    display: block
}

.document-viewer .viewer-sidebar .sidebar-navigation div {
    text-align: center;
    padding-top: 6px;
    border-bottom: 1px solid #c7c6c6;
    cursor: pointer
}

.document-viewer .viewer-sidebar .sidebar-navigation div:first-child {
    background-color: #f2f1ef;
    display: inline-block;
    width: 50%;
    height: 32px
}

.document-viewer .viewer-sidebar .sidebar-navigation div:last-child {
    background-color: #f2f1ef;
    display: inline-block;
    width: 50%;
    height: 32px;
    border-right: 1px solid #dee2e6
}

.document-viewer .viewer-sidebar .sidebar-navigation div.active {
    background-color: #fff !important;
    border-bottom: 3px solid #f39c12
}

.document-viewer .viewer-sidebar .sidebar-navigation label {
    padding-left: 6px
}

.document-viewer .viewer-sidebar .thumbnails-container {
    height: calc(100vh - 128px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    padding: 12px;
    border-right: 1px solid #dee2e6
}

.document-viewer .viewer-sidebar .search-container {
    height: calc(100vh - 80px);
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    padding: 0;
    border-right: 1px solid #dee2e6
}

.document-viewer .viewer-sidebar .search-container .search-navigation {
    border-bottom: 1px solid #dee2e6
}

.document-viewer .viewer-sidebar .search-container .search-results {
    height: calc(100vh - 178px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 12px;
    border-bottom: 1px solid #51acd9
}

.document-viewer .viewer-sidebar .thumbnail {
    border: 1px solid #ced4da;
    cursor: pointer;
    margin: 6px
}

.document-viewer .viewer-content {
    background-color: #fff;
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 12px
}

.document-viewer .viewer-content .page {
    margin: 12px;
    border: 1px solid #ced4da;
    cursor: pointer;
    float: left
}

.document-viewer .viewer-content .page .load-indicator {
    padding: 48px;
    color: #5f5c5c
}

.document-viewer .viewer-content .page .load-indicator label {
    padding-left: 12px
}

.document-viewer .viewer-content .contextmenu {
    z-index: 10000;
    position: absolute
}

.document-viewer .viewer-content svg .active-element {
    outline: 2px dashed #f39c12 !important
}

.document-viewer .toolbar-button {
    height: 32px;
    min-width: 32px;
    border: 1px solid #c7c6c6;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin: 0 2px 0 2px
}

.document-viewer .toolbar-button:hover {
    background-color: #fff;
    display: inline-block
}

.document-viewer .active-border {
    border: 1px solid #51acd9 !important
}

.document-viewer .toolbar-button span fa-icon {
    line-height: 30px !important;
}

/** Components - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Notice this only works when items are placed in the content wrapper div, be carefully not to apply to all
 other elements.
*/

/* Pillbox  - - - - - - - - - - - - - - - - */
#content-wrapper .multi-select-container {
    width: unset !important;
}

/* Dropdown menu  - - - - - - - - - - - - - - - - */
#content-wrapper .select-dropdown-menu {
    max-width: unset;
}

/* Wizzard  - - - - - - - - - - - - - - - - */

#content-wrapper .wizard-container {
    width: 860px !important;
}

#content-wrapper .pip-wizard-steps {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#content-wrapper .step-content > :first-child > :first-child {
    padding: 12px 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* date picker   - - - - - - - - - - - - - - - - */
div.datepicker .header {
    display: block;
}

.input-group:not(.wide), .dropdown.input-dropdown:not(.wide), .input-dropdown.control-panel:not(.wide) {
    max-width: unset !important;
}

/* Grid layout  - - - - - - - - - - - - - - - - */
.grid-cell label input[type="checkbox"] {
    margin-top: 8px !important;
}




.conversation-panel .conversation-header {
    background-color: #51ACD9;
    color: #fff;
    user-select: none;
    height: 32px;
    padding: 4px 8px 0 8px;
}
.conversation-panel .conversation-header .left-column {
    padding: 2px;
}
.conversation-panel .conversation-header .left-column div {
    display: inline-block;
    float: left;
}
.conversation-panel .conversation-header .left-column div.title {
    font-weight: bolder;
    padding: 0 8px 0 8px;
    width: 160px;
}
.conversation-panel .conversation-header .right-column {
    padding: 2px 4px 2px;
    text-align: right;
}
.conversation-panel .conversation-header .right-column div {
    display: inline-block;
}
.conversation-panel .conversation-header .right-column fa-icon {
    margin-left: 8px;
    font-size: 1rem;
}
.conversation-panel .component-body .virtual-converations-list {
    background-color: #fff;
}
.conversation-panel .component-body .conversation-dialog {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.conversation-panel .component-body .conversation-dialog .summary-column {
    flex: 1;
    background-color: #f2f1ef;
    border-right: 1px solid #c7c6c6;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-nav {
    border: 0;
    display: block;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-nav div {
    text-align: center;
    padding-top: 6px;
    border-bottom: 1px solid #c7c6c6;
    cursor: pointer;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-nav div:first-child {
    background-color: #f2f1ef;
    display: inline-block;
    width: 50%;
    height: 32px;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-nav div:last-child {
    background-color: #f2f1ef;
    display: inline-block;
    width: 50%;
    height: 32px;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-nav div.active {
    background-color: #fff !important;
    border-bottom: 3px solid #E9A53B;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-filters {
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #c7c6c6;
    height: 36px;
    line-height: 32px;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-filters input {
    margin-left: 6px;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-filters label {
    margin-left: 8px;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-filters .border-right {
    border-right: 1px solid #c7c6c6;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-filters .border-left {
    border-left: 1px solid #c7c6c6;
}
.conversation-panel .component-body .conversation-dialog .summary-column .conversation-filters :last-child {
    height: 32px;
}
.conversation-panel .component-body .conversation-dialog .conversation-column-container {
    flex: 2;
    background-color: #fff;
}
.conversation-panel .component-body .conversation-dialog .conversation-column-container .conversations-column {
    border: 0;
    height: 100%;
}
.conversation-panel .component-body .conversation-dialog .conversation-column-container .conversations-column .conversation-label {
    margin: 4px 0 0 12px;
    background-color: transparent;
    min-width: 600px;
    float: left;
}
.conversation-panel .component-body .conversation-dialog .conversation-column-container .conversations-column .conversation-label span {
    background-color: transparent;
}
.conversation-panel .component-body .conversation-dialog .conversation-column-container .conversations-column .indicator {
    width: 40px;
    float: right;
    text-align: right;
    padding: 12px 8px 0;
    color: #5f5c5c;
}
.conversation-panel .component-body .conversation-dialog .conversation-column-container .conversations-column .conversations-header {
    height: 48px;
    border: 0;
    background-color: #f2f1ef;
    border-bottom: 1px solid #c7c6c6;
}
.conversation-panel .component-body .conversation-dialog .virtual-converations-list .active-conversation {
    border-left: 3px solid #F39C12;
}
.conversation-panel .component-body .conversation-dialog .virtual-converations-list.list-group, .conversation-panel .component-body .conversation-dialog .sortable-list-holder .virtual-converations-list.sortable-list, .sortable-list-holder .conversation-panel .component-body .conversation-dialog .virtual-converations-list.sortable-list {
    max-height: calc(100% - 77px);
    overflow-y: auto;
}
.conversation-panel .component-body .conversation-dialog .virtual-converations-list.list-group :first-child, .conversation-panel .component-body .conversation-dialog .sortable-list-holder .virtual-converations-list.sortable-list :first-child, .sortable-list-holder .conversation-panel .component-body .conversation-dialog .virtual-converations-list.sortable-list :first-child {
    border-top: 0;
}
.conversation-panel .component-body .conversation-dialog .list-group-item {
    padding: 0.75rem 1.25rem !important;
    cursor: pointer;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.conversation-panel .component-body .conversation-dialog .list-group-item span {
    font-weight: bolder;
}
.conversation-panel .component-body .conversation-dialog .list-group-item:hover {
    background-color: #51ACD9;
    color: #FFF;
}
.conversation-panel .component-body .conversation-dialog .list-group-item .list-title {
    background-color: transparent !important;
}
.conversation-panel .component-body .conversation-dialog .list-group-item .list-title {
    display: inline-block;
    float: left;
}
.conversation-panel .component-body .conversation-dialog .list-group-item .list-badge {
    background-color: red;
    display: inline-block;
    float: right;
}
.conversation-panel .component-body .conversation-dialog .conversation-filters {
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #c7c6c6;
    height: 36px;
    line-height: 32px;
}
.conversation-panel .component-body .conversation-dialog .conversation-filters input {
    margin-left: 6px;
}
.conversation-panel .component-body .conversation-dialog .conversation-filters label {
    margin-left: 8px;
}
.conversation-panel .component-body .conversation-dialog .conversation-filters .border-right {
    height: 36px;
    border-right: 1px solid #c7c6c6;
}
.conversation-panel .component-body .conversation-dialog .conversation-filters .border-left {
    height: 36px;
    border-left: 1px solid #c7c6c6;
}
.conversation-panel .component-body .conversation-dialog .conversation-filters :last-child {
    height: 36px;
}
.conversation-panel .conversation-participants {
    display: flex;
    height: 550px;
    flex-direction: column;
}
.conversation-panel .conversation-participants .participant-content {
    flex: 1 1;
    overflow-y: auto;
}
.conversation-panel .conversation-participants .participant-footer {
    flex: 0 0 42px;
    background-color: #f2f1ef;
}
.conversation-panel .conversation-comments {
    display: flex;
    flex-direction: column;
}
.conversation-panel .conversation-comments .no-messages {
    padding: 48px;
    color: #5f5c5c;
}
.conversation-panel .conversation-comments .end-messages-marker {
    float: left;
    clear: both;
    margin: 0 0 4px 0;
    max-width: 420px;
    height: 1px;
}
.conversation-panel .conversation-comments .message-divider {
    float: left;
    clear: both;
    width: 100%;
    padding: 4px 0 8px 0;
    text-align: center;
}
.conversation-panel .conversation-comments .message-divider .number-unseen-messages {
    font-weight: bold;
    background-color: #51ACD9;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 190px;
    margin: 0 auto;
}
.conversation-panel .conversation-comments .message-divider hr {
    border-top: 2px dashed #fd7e14;
}
.conversation-panel .conversation-comments .conversation-comments-footer {
    height: 48px;
    background-color: #f2f1ef;
}
.conversation-panel .conversation-comments .conversation-comments-footer .conversation-context {
    backgroud-color: red;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-left: 1px solid #c7c6c6;
    float: right;
}
.conversation-panel .conversation-comments .conversation-comments-list {
    border-bottom: 1px solid #e5e5e5;
    min-width: 96px;
    height: 502px;
    overflow-y: scroll;
    padding: 8px 16px 8px 16px;
    padding-bottom: 0;
}
.conversation-panel .conversation-comments .conversation-comments-list .relation {
    padding-top: 4px;
    font-size: 0.75rem;
}
.conversation-panel .conversation-comments .conversation-comments-list .owner {
    position: relative;
    float: left;
    clear: both;
    margin: 0 0 12px 0;
    padding: 6px;
    color: black;
    background-color: #F2F1EF;
    max-width: 420px;
}
.conversation-panel .conversation-comments .conversation-comments-list .owner:after {
    position: absolute;
    top: 8px;
    left: -6px;
    content: "";
    width: 0;
    height: 0;
    border-right: solid 6px #F2F1EF;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
}
.conversation-panel .conversation-comments .conversation-comments-list .other {
    position: relative;
    float: right;
    clear: both;
    margin: 0 0 12px 0;
    padding: 6px;
    color: black;
    background-color: rgba(81, 172, 217, 0.1);
    max-width: 420px;
}
.conversation-panel .conversation-comments .conversation-comments-list .other:after {
    position: absolute;
    top: 8px;
    right: -6px;
    content: "";
    width: 0;
    height: 0;
    border-left: solid 6px rgba(81, 172, 217, 0.1);
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
}
.conversation-panel .attachment {
    padding: 12px 0 12px 0;
}
.conversation-panel .attachment span {
    text-decoration: underline;
    padding: 8px 0 0 8px;
    cursor: pointer;
}
.conversation-panel .component-body {
    border: 1px solid #c7c6c6;
    padding: 0;
    margin: 0 -8px 0 -8px;
    height: 100%;
}
.conversation-panel .component-body > div {
    padding: 0;
}
.conversation-panel .component-body .menu .list-group-item {
    padding: 0.75rem 1.25rem !important;
}
.conversation-panel .component-body .menu .list-group-item span {
    font-weight: bolder;
}
.conversation-panel .component-body .menu .list-group-item:hover {
    background-color: #51ACD9;
    color: #FFF;
}
.conversation-panel .component-body .menu .list-group-item .list-title {
    display: inline-block;
    float: left;
}
.conversation-panel .component-body .menu .list-group-item .list-badge {
    display: inline-block;
    float: right;
}

req-company-upload-task div[class^="row"] {
    overflow: hidden;
}

pip-column-selector div[class^="dialog"] .toggle-label:hover {
    background-color: #f39c12
}

pip-column-selector div[class^="dialog"] .toggle-label.active, .toggle-label:active {
    background-color: #f39c12;
    border: none
}

pip-column-selector div[class^="dialog"] .toggle-label.active i.show-if-active, .toggle-label:active i.show-if-active {
    opacity: 1
}

pip-column-selector div[class^="dialog"]  .toggle-label {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 2px rgba(119, 119, 119, .25);
    font-weight: 600;
    border: none;
    width: 200px;
    height: 32px;
    text-align: left;
    margin-top: 8px;
    margin-right: 8px;
}


/* Zend action menu  Base styles for action menu */
div.action-menu {
    position: relative;
    margin: 0px;
    padding: 0px;
}

div.action-menu * {
    margin: 0px;
    padding: 0px;
}

div.action-menu a {
    text-decoration: none;
}

div.action-menu ul {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 9999;
}
/* Zend action menu  Base styles for action menu */

a {
    color: #333333;
}

.sharetabs.ui-sortable {
    height: 36px;
}

.nav.nav-tabs .nav-item {
    margin-top: 4px;
}


