html,
body {
    height: 100%;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
}

@media (max-width: 768px) {
    .nav li > form {
        padding: 3px;
    }
}

.nav > li > form > button:hover {
    text-decoration: none;
}

#sidebar-menu {
    position: fixed;
    top: 0%;
    left: 0%;
}

.wid-45 {
    width: 45%;
    margin-bottom: 15px;
}

.crm-collapse > .panel > .panel-heading {
    padding: 0;
}

.crm-collapse > .panel > .panel-heading .panel-title .collapse-toggle {
    display: block;
    padding: 10px;
    font-weight: bold;
}

.btn-add-link {
    color: #428bca;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 2px 1px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed;
}

.hidden {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.red-bold {
    color: #FF0000;
    font-weight: bold;
}

.red-bold a {
    color: #FF0000;

}

.success-color {
    color: #5cb85c;
}

.custom-divider {
    margin-bottom: 10px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.custom-remove-btn {
    margin-top: 22px;
}

.btn-more-dropdown {
    border: 0;
}

.btn-more-dropdown .caret {
    display: none;
}

.font-bigger {
    font-size: 18px;
}

#side-nav {
    flex-basis: 12%;
}

/*#main-container{
    display: flex;
    flex-flow: row wrap;
}*/
#content-conainer {
    flex: auto;
}

.table a {
    text-decoration: none;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered {
    border-left: 0;
    border-right: 0;
}

.table-small {
    font-size: 100%;
}

.ui-dialog {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 0;
    padding: 0;
}

.ui-widget-header {
    background: #2c3e50 none;
    font-weight: normal;
    color: #ffffff;
    border-color: #2c3e50;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 90%;

}

.ui-dialog .ui-dialog-titlebar {
    padding: 10px 10px 10px 20px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: default;
}

.ui-widget-header .ui-dialog-titlebar-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.ui-icon-closethick {
    filter: brightness(200%);
}

#ajax-msg {
    font-size: 90%;
    padding: 20px;
}

.modal {
    z-index: 1060;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loadingModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loadingModal .loadingModal {
    display: block;
}

.action-checkbox-column {
    min-width: 60px;
}

.user-panel {
    min-height: 60px;
}

.sidebar-menu > li > a {
    padding: 8px 5px 8px 15px;
}

.sidebar-menu form {
    display: inline-block;
}

.sidebar-menu .btn-link {
    padding: 0;
    color: inherit;
}

.sidebar-menu .btn-link:hover {
    text-decoration: none;
}

.table-hover > tbody > tr:hover {
    background-color: #d3e3f1;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #cce5ea;
}

.grid-view {
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    padding: 0.5%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .10s linear;
    -o-transition: opacity .10s linear;
    transition: opacity .10s linear;
}

.modal-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1070;
    background: rgba(255, 255, 255, .8) url('../img/loading60px.svg') no-repeat center center;
    min-height: 180px;
}

.modal-body {
    position: relative;
    padding: 0px 15px 15px 15px;
    min-height: 180px;
}

.progress {
    position: relative;
}

.progress .progress-value-text {
    font-weight: bold;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header-navbar-btn {
    display: inline-block;
    color: #fff;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
}

.header-navbar-btn:hover {
    background-color: #367fa9;
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}

.header-navbar-btn i {
    padding-right: 5px;
}

.border-right {
    border-right: 2px solid #3c8de5;
}

.pjax-reload-animation {
    position: relative;
}

.content-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .8);
    background-image: url('../img/tableLoading.gif');
    background-position: center 15%;
    background-repeat: no-repeat;
}

.content-loading.min-height {
    min-height: 50px;
}

.dropdown-action-btn {
    display: inline-block;
    margin: 5px 0;
}

.no-padding {
    padding: 0;
}

.select2-container--open {
    z-index: 1061;
}

.btn-general {
    margin-right: 0.2%;
}

.btn-general i {
    padding-right: 3%;
}

.low-priority {
    background-color: #edf2fa;
}

.lowest-priority {
    background-color: #c3fbb5;
}

.normal-priority {
    background-color: #FFF;
}

.high-priority {
    background-color: #ffedf0;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a.deals-report-short {
    padding: 8px;
}

.navbar-nav > .messages-menu > .dropdown-menu.deals-reports-dropdown {
    width: 350px;
}

.navbar-nav > .messages-menu > .dropdown-menu.deals-reports-dropdown > li .menu {
    max-height: 350px;
}

.new-report-notification {
    color: #00d004;
    font-size: 75%;
}

.header-panel-subtitle {
    font-size: 12px;
    color: #888888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4.header-panel-title {
    margin: 0;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.navbar-nav > .messages-menu > .dropdown-menu > li.header {
    padding: 0;
    text-align: center;
}

.navbar-nav > .messages-menu > .dropdown-menu > li.header p {
    margin: 0;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p.subdescription {
    margin: 0;
    color: #888;
    font-weight: bold;
}

.template-download img {
    max-width: 300px;
    max-height: 300px;
}

.file-view-table img {
    max-width: 200px;
    max-height: 200px;
}

#main-modal {
    font-size: 90%;
}

#main-container {
    /*font-size: 93%;*/
}

#main-container .v-dialog__content{
    font-family: Roboto,sans-serif;
    line-height: 1.5;
}

.form-group label.hint {
    border-bottom: 1px dashed #888;
}

.bold {
    font-weight: bold;
}

.box-bg {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 2px solid #d2d6de;
    margin-bottom: 1%;
    padding: 0.5%;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.title {
    font-size: 200%;
    font-weight: bold;
}

.table-sm {
    font-size: 90%;
}

.table-sm > tbody > tr > td {
    padding: 2px;
}

.link-modifier-widget {
    margin-right: 0.5%;
}

.user-panel > .info {
    position: static;
    left: 0;
    padding: 5px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.box-header .fa {
    font-size: 60%;
    margin-left: 7px;
}

.box-bg .box > .box-header > .box-title {
    display: block;
}

.info-box-button {
    font-size: 95%;
    display: flex;
    justify-content: flex-end;
    filter: brightness(100%);
    margin-bottom: 2%;
}

.info-box-button:hover {
    filter: brightness(90%);
}

.info-box-button.btn {
    border-width: 0;
}

.info-box-button > .info-box-text {
    text-align: center;
    vertical-align: middle;
    align-self: center;
    margin-right: 5%;
    font-weight: bold;
    font-size: 150%;
}

.info-box-button > .info-box-button-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    width: 25%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 3% 0;
}

.box-lg {
    font-size: 120%;
}

#sticky-box {
    min-width: 170px;
    width: 13%;
    position: absolute;
    margin-right: 0.5%;
    margin-top: 0.5%;
    right: 1%;
    z-index: 100;
}

#sticky-box.fixed-box {
    position: fixed;
    top: 1%;
    z-index: 50;
    margin: 0;
}

#sticky-box .box-title {
    display: block;
}

.fixed-box {
    position: fixed;
    top: 1%;
    z-index: 50;
}

.box.box-solid.box-maroon {
    border: 1px solid #d81b60;
}

.box.box-solid.box-maroon > .box-header {
    color: #fff;
    background: #d81b60;
}

.box.box-solid.box-maroon > .box-header a, .box.box-solid.box-maroon > .box-header .btn {
    color: #fff;
}

.expanded-details [class^='col-'] {
    padding: 0 6px;
}

.expanded-details > .row {
    margin-right: -6px;
    margin-left: -6px;
}

.grid-view .filters input.filter-id, .grid-view .filters select.filter-id {
    min-width: 20px;
    padding: 2px;
    max-width: 60px;
}

.table-striped > tbody > tr.high-priority {
    background-color: #ffedf0;
}

.table-striped > tbody > tr.normal-priority {
    background-color: #fff;
}

.table-striped > tbody > tr.low-priority {
    background-color: #edf2fa;
}

.table-striped > tbody > tr.lowest-priority {
    background-color: #c3fbb5;
}

.custom-tab-pane {
    position: relative;
    min-height: 75px;
}

.sticky-box {
    position: absolute;
    min-width: 170px;
    width: 13%;
    top: 100px;
    right: 1%;
    z-index: 100;
}

.sticky-box.fixed-box {
    position: fixed;
    top: 1%;
}

.sticky-box .box-title {
    display: block;
}

.deals-report-ajax-view {
    padding: 1%;
}

.popover-hover {
    cursor: pointer;
    text-decoration-color: #7cc3ec;
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.report-event {
    position: relative;
    border: 1px solid #a0a0a0;
    border-left: 2px solid;
    padding: 0.5%;
    margin-bottom: 0.5%;
}

.event-title {
    font-weight: bold;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
    display: inline-block;
}

.event-date-author {
    position: absolute;
    top: 1%;
    right: 1%;
}

.event-author, .attachment-header {
    font-size: 90%;
    color: #a0a0a0;
}

.event-icon {
    z-index: 10;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

.event-body {
    padding-left: 2%;
}

.event-desc > table {
    width: 12%;
}
.grid-view td .event-desc{
    white-space: normal;
}

.popover-primary >
.popover-title {
    font-weight: bold;
    color: #fff;
    background-color: #428bca;
    border: 2px solid #428bca;
}

.dynamic-ext-row .cbx-container {
    margin-right: 10px;
}

.dynamic-form-field > .control-label + .cbx-container {
    display: block;
}

.dynamic-form-field > .cbx-container {
    min-width: 50px;
}

.worker-type-picker-field-checkbox {
    text-align: center;
}
.worker-type-picker-field-checkbox .cbx-container {
    margin-right: 0;
    margin-left: 0;
}

.closed {
    filter: brightness(90%);
}

.break-to-long {
    word-wrap: break-word;
}

.popover-content {
    word-break: break-word;
}

.informational-event {
    font-size: 85%;
    padding: 2px;
}

.informational-event .event-icon {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 70%;
}

.informational-event .event-title {
    margin-bottom: 0.2%;
}

.small-action-button {
    color: #000;
}

.ajax-btn:hover {
    cursor: pointer;
}

.box-scroll {
    max-height: 350px;
    overflow: auto;
}

.stock-inventory-table {
    position: relative;
}

.font-danger {
    font-weight: bold;
    color: red;
}

.wid-editable-value {
    margin: 0;
    padding: 0;
    color: #428bca;
    background: none;
    border: none;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed;
}

.input-w-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.input-w-buttons button {
    margin-left: 1%;
}

.input-loading {
    background-color: #ffffff;
    background-image: url('../img/loading60px.svg');
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

.no-top-margin {
    margin-top: 0;
}

.td-asap {
    white-space: nowrap;
    width: 1%;
}

.font-green {
    color: #008000;
}

.font-red {
    color: #c70000;
}

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

.summary-table {
    font-weight: bold;
    background-color: #eff1f3;
}

.info-tooltip .tooltip-inner {
    font-weight: bold;
}

.receipt-attachment-header {
    text-align: right;
    font-weight: bold;
    width: 20%;
}

.wrap-too-long {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal !important;
}

.presentation-place-history-view > #blueimp-gallery {
    background: #333;
    width: 92%;
}

.column-timestamp {
    max-width: 300px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.grid-view td.column-timestamp {
    white-space: normal;
}

.flex-container {
    display: flex;
}

.flex-item-center {
    align-self: center;
}

.m-t-sm {
    margin-top: 7px;
}

.notification-entry {
    color: inherit;
    border-bottom: 1px solid #DEDEDE;
    display: block;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a.notification-entry {
    border-bottom: 1px dashed #d8d8d8;
}

.notification-entry:hover {
    color: inherit;
}

.notification-entry--text {
    white-space: normal;
}

.notification-entry--subtext {
    color: #b1b1b1;
}

.notification--indebt-icon {
    color: #ff4b4b;
}

.notification--trip-not-closed-icon {
    color: #8e8e8e;
}

.notification--presenter-reckon-icon {
    color: #ffab06;
}

.notification--car-icon {
    color: #ababab;
}

.notification--place-cost-reached-icon {
    color: #ffa91e;
}

.notifications--header-menu {
    justify-content: space-between;
}

.notifications--header-menu--title {
    padding: 3px;
}

.dropdown-menu > li > a.notifications--header-menu--mark-as-read-btn {
    padding: 3px;
}

.dropdown-menu > li > a.notifications--header-menu--mark-as-read-btn:hover {
    background-color: inherit;
    color: #a9a9a9;
}

.notification-entry--not-read {
    background: #e2edff;
}

.notifications--footer-menu {
    text-align: center;
}

.box-with-padding {
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    padding: 0.5%;
}

.notification--list-entry {
    border-bottom: 1px dashed #ababab;
}

.notification--list-entry:hover {
    background: #ececec;
}

.notification--list-entry > .notification-entry.notification-entry--not-read:hover {
    background: inherit;
}

.notification--list-entry > .notification-entry {
    padding: 5px 0;
}

.m-r-sm {
    margin-right: 5px;
}

.table-responsive > .table > thead > tr > th.presentation-list-small-column {
    width: 1%;
    white-space: normal;
}

.map-widget {
    min-height: 400px;
}

.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
    background-color: inherit !important;
}

.text-break-word {
    word-break: break-word;
}

.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-tag-select div.tagsinput span.tag,.custom-tag-select div.tagsinput span.tag > a {
    background: #eee;
    color: #444;
    border-color: #ccc;
    margin-bottom: 0;
}

.custom-tag-select div.tagsinput {
    height: unset;
    width: unset;
    line-height: 1;
}

.custom-tag-select div.tagsinput input {
    margin-bottom: 0;
}

.white-space-normal {
    white-space: normal !important;
}

.form-group.has-error div.tagsinput {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-success div.tagsinput {
    border-color: #00a65a;
    box-shadow: none;
}

.tooltip-inner{
    max-width: 300px;
}

.bold-checkbox-label .cbx-label{
    font-weight: bold;
}

.table-striped > tbody > tr.error-row {
    background-color: #ffa694;
}

.table-striped > tbody > tr.error-row:hover{
    background-color: #f7b399;
}

.closed-row, .table-striped > tbody > tr:nth-of-type(odd).closed-row {
    background-color: #e1e1e1;
}

.uploadbox .template-download .toggle,
.fileupload-buttonbar .start,
.fileupload-buttonbar .cancel,
.fileupload-buttonbar .delete,
.fileupload-buttonbar .toggle,
.fileupload-buttonbar .fileupload-progress {
    display: none;
}

.error-summary-custom {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.v-dialog__content--active {
    /*z-index: 1031;*/
}

@media (min-width: 1600px) {
    .col-xl-1 {
        width: 8.33333%;
    }
}

.exchanged-info-tooltip {
    color: #7c7c7c;
    font-size: 90%;
}

.truncate-long-labels label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.payments-options-stats {
    font-size: 16px;
}

.payments-options-stats > *:not(:first-child){
    margin: 0 8px;
}

.sidebar-featured {
    font-weight: 600;
    margin-bottom: 10px;
}

.select2-only-arrow .select2-container--krajee-bs3 .select2-selection {
    border: 1px solid #cccccc38 !important;
    background-color: transparent;
}

.select2-only-arrow .select2-selection__rendered{
    color: white !important;
    font-weight: 600;
    margin: auto !important;
}

.select2-only-arrow .select2-selection:focus, .select2-only-arrow .select2-selection{
    border-color: unset !important;
    box-shadow: unset !important;
}

.select2-only-arrow .select2-selection__arrow{
    border: none !important;
}

.main-sidebar {
    z-index: 100;
}

@media (max-width: 450px) {
    .main-sidebar {
        padding-top: 150px;
    }
}

@media (max-width: 250px) {
    .main-sidebar {
        padding-top: 200px;
    }
}

.main-header {
    z-index: 101;
}

.fixed-details-views table.detail-view th{
    width: 25%;

}
.fixed-details-views table.detail-view td{
    width: 75%;
}

.children-spacing > *:not(:first-child) {
    margin-left: 4px;
}

.alert-title {
    font-weight: 700;
    font-size: 24px;
}

.alert-separator {
    margin-top: 10px;
    margin-bottom: 10px;
}

.system-message-body {
    display: flex;
    flex-wrap: nowrap;
}

.system-message-message{
    width: 50%;
    font-size: 18px;
}

.system-message-counter {
    width: 50%;
    text-align: end;
    font-weight: bold;
    font-size: 80px;
}
