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

.breadcrumb {
    margin-bottom: 6px;
}

.card-two-line {
    max-width: 120px;
    line-height: 20px;
}

body.sidenav-toggled #profile_logo img {
    content: url("/images/logo_m.png");
}

body.sidenav-toggled #profile_logo .card-body {
    padding: 10px;
    min-height: 56px;
}

.color-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .125);
    position: relative;
}

.color-box:hover {
    opacity: 0.7;
    cursor: pointer;
}

.color-box i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gj-datepicker-bootstrap .clear-search {
    right: 44px;
}

.custom-control-label::after,
.custom-control-label::before {
    /*top: 0;*/
}

.form-check .custom-control-label::after,
.form-check .custom-control-label::before,
.properties-content .custom-control-label::after,
.properties-content .custom-control-label::before {
    top: calc(50% - 0.5rem);
}

.loading-opacity {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.loading-opacity:before {
    font-size: 26px;
    position: absolute;
    color: #000;
    content: "Loading...";
    margin: 0 !important;
    z-index: 1000;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
}

.easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.properties-content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
}

/*.marg-left-1 {
  margin-left: 0;
}

.marg-left-2 {
  margin-left: 15px;
}

.marg-left-3 {
  margin-left: 30px;
}*/
.has-child > .custom-control {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 7px 0;
}

.custom-control-label, .inside-property label {
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}

.chosen-container-multi .chosen-choices {
    display: block;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chosen-container-active .chosen-choices {
    color: #495057;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #6c757d !important;
}

.gc-container .chosen-container {
    padding: 0 !important;
}

.datepicker.datepicker-orient-bottom {
    margin-top: 62px;
    width: 250px;
}

.datepicker.datepicker-orient-top {
    margin-top: 54px;
    width: 250px;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
    background: #007bff !important;
}

#searchCompanyParent {
    flex: auto
}

#searchCompanyParent > input {
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    #navbarResponsive #profile_logo,
    #navbarResponsive #profile_info {
        display: none;
    }

    .properties-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }
}

@media screen and (max-width: 767px) {
    #navbarResponsive #profile_logo,
    #navbarResponsive #profile_info {
        display: none;
    }

    footer.sticky-footer {
        min-height: 56px;
        line-height: 15px;
        padding-top: 10px;
    }

    .properties-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 5px;
    }
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    font-size: 25px;
}

/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icheck/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-green {
    background-position: 0 0;
}

.icheckbox_flat-green.checked {
    background-position: -22px 0;
}

.icheckbox_flat-green.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-green.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-green {
    background-position: -88px 0;
}

.iradio_flat-green.checked {
    background-position: -110px 0;
}

.iradio_flat-green.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-green.checked.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}


#image_cropper {
    width: 100%;
    border: 2px solid #3f3f3f;
    min-height: 350px;
    max-height: 500px;
}

#file {
    display: none;
}

.profile-name {
    font-weight: 600;
    color: #5d5d5d;
}

.profile-desc {
    color: #cacaca;
}

.profile-img-container {
    position: relative;
    max-width: 200px;
    height: 200px;
}

.profile-img-container i {
    position: absolute;
    top: 100px;
    left: 100px;
    transform: translate(-50%, -50%);
    display: none;
    color: #3f3f3f;
}

.profile-img-container:hover img {
    opacity: 0.5;
    cursor: pointer;
}

.profile-img-container:hover i {
    display: block;
    z-index: 500;
    cursor: pointer;
}

#codeigniter_profiler {
    display: none;
}

.gc-container .table-container {
    background: white;
    border: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}

.gc-container .table-label {
    display: none;
}

.gc-container .header-tools {
    background: #f7f7f7;
    padding: 8px 12px !important;
    border: 0;
}

.gc-container .scroll-if-required {
    padding-bottom: 15px !important;
    /*min-height: 550px !important;*/
}

.gc-container .displaying-paging-items {
    margin-top: 0 !important;
}

.footer-tools .floatL.t20 {
    margin-top: 0 !important;
}

.gc-container .search-button-big {
    color: var(--primary);
    border-color: var(--primary);
}

.gc-container .clear-all-search {
    margin-top: 5px !important;
}

.main-container {
    margin-bottom: 55px;
    font-size: 0.9rem;
}

.main-container-fluid {
    padding: 0 30px;
}

#breadcrumbs_top {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    background: #fff;
    display: none;
}

.tooltip {
    pointer-events: none;
}

.debug-holder pre {
    line-height: 18px;
}

body.fullpage .site-title {
    display: none;
}

body.fullpage .main-container-fluid,
body.fullpage .content-wrapper {
    padding: 0;
}

.profile-jumbotron {
    background: #fff url('../../images/login-bg.jpg') 20% 50% no-repeat;
    background-size: cover;
}

.profile-jumbotron img.img-thumbnail {
    max-width: 150px;
    border: none;
    background-color: #f2f3f7;
}

.load::after {
    content: '\f110';
    font-family: 'FontAwesome';
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    top: 0;
    right: 0;
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.objectWatchParent {
    float: left;
    display: inline-block;
    padding-top: 13px;
}

.gc-container .column-with-ordering[data-order-by="functions"] {
    width: 75px;
    min-width: 75px;
}

.x1-badge {
    display: inline-block !important;
    float: left !important;
    margin-top: 17px;
}

.bg-primary_2 {
    background-color: #4267b2 !important;
}

.bg-danger_2 {
    background-color: #8A0808 !important;
}

tr.irrelevant .only_irrelevant {
    display: inline-block !important;
}

tr.irrelevant, tr.irrelevant a, h1.irrelevant {
    color: #cacaca;
}

tr.deleted td {
    background-color: #ff000026;
}

#company_members td.member_contact {
    word-break: break-word;
}

.info-number .badge {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 25px;
    top: 2px;
}


.myday.search-button {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /*width: 40px;*/
    text-align: left;
    outline: none !important;
}

.myday.search-button-big {
    width: 180px;
    background: #fff;
}

.myday.search-button-big:hover,
.myday.search-button-big:focus,
.myday.search-button-big:active {
    background: white !important;
}

.myday.search-button input.search-input {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 0px;
    border: none !important;
    background: transparent;
}

.myday.search-button input.search-input-big {
    width: 130px;
    height: 26px;
}

.red {
    color: #E74C3C;
}

.fc-highlight {
    background: #eea236 !important;
    opacity: 1 !important;
}

tr.late_project, tr.late_project td, a.late_project {
    background: #ffdfdf !important;
}

.custom-switch-right {
    padding-right: 2.5rem;
    padding-left: 0;
}

.custom-switch-right .custom-control-label::after {
    left: auto;
    right: calc(-2.25rem + 14px);
}

.custom-switch-right .custom-control-label::before {
    left: auto;
    right: -2.25rem;
}

.project_description {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 56px;
    transition: max-height 1.5 ease;
    padding: 0 90px 0 0;
}

.project_description.full {
    max-height: 8000px;
    transition: max-height 1.5s ease;
}

.description_controller {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* dropzone */
@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.1)
    }
    20% {
        transform: scale(1)
    }
}

.dropzone {
    box-sizing: border-box;
    min-height: 9.75rem;
    padding: .5rem;
    border: .125rem dashed #007bff;
    border-radius: .3rem;
    background: 0 0
}

.dropzone * {
    box-sizing: border-box
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message {
    cursor: pointer
}

.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-color: #28a745;
    background: rgba(40, 167, 69, .15)
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5;
    color: #28a745
}

.dropzone.dz-drag-hover .dz-message span:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2328a745' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E")
}

.dropzone .dz-message {
    margin-top: 2.25rem;
    font-size: .875rem;
    text-align: center;
    line-height: 1;
    color: #007bff
}

.dropzone .dz-message span:before {
    display: block;
    position: relative;
    top: 0;
    left: calc(50% - (2.5rem / 2));
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007bff' d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/svg%3E");
    background-size: 2.5rem 2.5rem;
    background-position: center center;
    background-repeat: no-repeat
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    min-height: 5rem;
    margin: .5rem;
    vertical-align: top
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background-color: #54a7ff
}

.dropzone .dz-preview.dz-file-preview .dz-image:hover {
    background-color: #007bff
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: 0 0
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    display: block;
    cursor: pointer;
    border: none;
    text-align: center
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: .5rem;
    font-size: .75rem;
    text-align: center;
    line-height: 150%;
    color: #fff;
    opacity: 0
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 4.5rem;
    font-size: .875rem
}

.dropzone .dz-preview .dz-details .dz-filename, .dropzone .dz-preview .dz-details .dz-size {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover:before, .dropzone .dz-preview .dz-details .dz-size:hover:before {
    content: "";
    margin-left: -100%
}

.dropzone .dz-preview .dz-details .dz-filename:hover:after, .dropzone .dz-preview .dz-details .dz-size:hover:after {
    content: "";
    margin-right: -100%
}

.dropzone .dz-preview .dz-details .dz-filename:hover span, .dropzone .dz-preview .dz-details .dz-size:hover span {
    padding: .125rem .375rem;
    background-color: rgba(0, 0, 0, .8);
    border-radius: .2rem
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover), .dropzone .dz-preview .dz-details .dz-size:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 7.5rem;
    height: 7.5rem;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: passing-through .3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: slide-in .3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -1.5rem;
    margin-left: -1.5rem
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 3rem;
    height: 3rem
}

.dropzone .dz-preview .dz-success-mark svg * {
    fill: #28a745;
    fill-opacity: 1
}

.dropzone .dz-preview .dz-error-mark svg * {
    fill: #dc3545;
    fill-opacity: 1
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 1rem;
    margin-top: -.5rem;
    margin-left: -2.5rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, .6);
    -webkit-transform: scale(1);
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #28a745;
    background: linear-gradient(to bottom, #28a745, #1e7d34);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    top: 8rem;
    left: -.5rem;
    width: 8.5rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
    background: #dc3545;
    font-size: .875rem;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 3.75rem;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #dc3545
}

.dropzone .dz-preview.dz-file-preview.dz-success .dz-image {
    background: #1a9e2d;
}

text-orange {
    color: #cb4f24;
}

.btn-orange {
    color: #fff;
    background-color: #cb4f24;
    border-color: #cb4f24;
}

.btn-orange:hover {
    color: #fff;
    background-color: #8e3719;
    border-color: #8e3719;
}

#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
    padding: 0.5em 1em;
}

.text-okker {
    color: #ecb012;
}

.text-yellow {
    color: #f9cf09;
}

.bg-yellow {
    background-color: #f9ff79;
}

.is_closed {
    background-color: #cacaca;
}

.table-container.my_day {
    overflow: hidden;
}

.table-container.my_day table.dataTable {
    margin-bottom: 0;
}

.can-be-dropped {
    background: #cb4f24 !important;
    background-image: repeating-linear-gradient(-45deg, #007bff, #007bff 25px, #66afff 25px, #66afff 50px) !important;
    -webkit-animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    -ms-animation: progress 2s linear infinite;
    animation: progress 2s linear infinite;
    background-size: 150% 100% !important;
    line-height: 40px !important;
    transition: all 0.1s ease !important;
}

.dropped a.nav-link,
.can-be-dropped a.nav-link {
    background: transparent !important;
    color: #000 !important;
}

.drag-helper {
    position: fixed;
    height: 50px;
    min-width: 160px;
    padding: 0 5px;
    line-height: 50px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    background: #007bff;
    z-index: 999999;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.drag-helper * {
    color: #fff !important;
}

.dropped {
    background: #cb4f24;
    background-image: repeating-linear-gradient(-45deg, #007bff, #007bff 25px, #66afff 25px, #66afff 50px);
    -webkit-animation: progress .25s linear infinite;
    -moz-animation: progress .25s linear infinite;
    -ms-animation: progress .25s linear infinite;
    animation: progress .25s linear infinite;
    background-size: 150% 100%;
    line-height: 40px !important;
    transition: all 0.1s ease !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}

@-moz-keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}

@-ms-keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}

@keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -70px 0px;
    }
}

@media (max-width: 576px) {
    .modal-md {
        max-width: 300px;
    }
}

@media (min-width: 576px) {
    .modal-md {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-md {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 650px;
    }
}

ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
}

ul.msg_list li:last-child {
    margin-bottom: 6px;
    padding: 10px;
}

ul.msg_list li a {
    padding: 3px 5px !important;
}

ul.msg_list li a .image img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 11%;
}

ul.msg_list li a .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
    word-wrap: break-word;
}

.dropdown-menu.msg_list span {
    white-space: normal;
}

#alertsDropdownContent {
    width: 300px;
}

.ui-tooltip {
    display: none !important;
}

.sortable li {
    cursor: move;
}

ul.list-group.list-group-striped li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

ul.list-group.list-group-striped li:nth-of-type(even) {

}

.notification-project-name {
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline-block;
    overflow: hidden;
}

#tasks_for_this_day.card-body hr:last-child {
    display: none;
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

#massAddLabelModal .chosen-container {
    width: 100% !important;
}

.modal-body.inner-scroll {
    max-height: 80vh;
    overflow-y: auto;
}

div#dropdown-search {
    width: 100%;
}

div#navbarResponsive {
    margin-left: 16%;
}

@media (max-width: 1750px) {
    div#navbarResponsive {
        margin-left: 20%;
    }
}

@media (max-width: 1400px) {
    div#navbarResponsive {
        margin-left: 25%;
    }
}

@media (max-width: 1200px) {
    div#navbarResponsive {
        margin-left: 27%;
    }
}

div#menuItems{
    overflow:hidden;
}

.hoverable-div:hover {
    opacity: 0.6;
}

mark {
    background: orange;
    color: black;
    margin: 0;
    padding: 0;
}