body.modal-open {
    overflow: hidden;
}

.img-border{
    border: 1px solid #ccc;
}
.img-border.has-more-pics{
    box-shadow: 2px 2px 1px 0px #5b5b5b;
}

.circle-button-group {
    width: 100%;
    text-align: center;
}
.circle-button-group .circle-button{
    width: 45px;
    height: 45px;
    background-color: #9e9e9e;
    color: #ffffff;
    text-align: center;
    line-height: 3.4;
    font-size: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}
.circle-button-group .circle-button .info-number{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
}
.circle-button-group .circle-button.active-circle{
    background-color: #000000;
}
.circle-button-group .circle-button.recycle-bin{
    background-color: #ffffff;
    border: 1px dashed darkred;
    color: initial;
}
.circle-button-group .circle-button.pending-task{
    background-color: #ffffff;
    border: 1px dashed #038b00;
    color: initial;
}
.circle-button-group .circle-button.without-price{
    background-color: #ffffff;
    border: 1px dashed #275b8b;
    color: initial;
    font-size: 9px;
    line-height: 12px;
}
.circle-button-group .circle-button.add-new-button{
    background-color: #484691;
}
.circle-button-group .circle-button.border-dash-blue{
    border: 1px dashed #275b8b;
    background-color: transparent;
    color: #292929;
}

.circle-button-group .circle-button.without-price div,
.circle-button-group .circle-button.project-management div{
    font-size: 9px;
    line-height: 15px;
}
.circle-button-group .circle-button.active-circle{
    background-color: #000000;
    color: #ffffff;
}

.rectangle-button-group {
    width: 100%;
    text-align: center;
}
.rectangle-button-group .rectangle-button{
    background-color: #9e9e9e;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 52px;
    border-radius: 2px;
    display: inline-block;
    padding:3px 5px;
}
.rectangle-button-group .rectangle-button .info-number{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
}
.rectangle-button-group .rectangle-button.recycle-bin{
    background-color: #ffffff;
    border: 1px dashed darkred;
    color: initial;
}
.rectangle-button-group .rectangle-button.pending-task{
    background-color: #ffffff;
    border: 1px dashed #038b00;
    color: initial;
}
.rectangle-button-group .rectangle-button.without-price{
    background-color: #ffffff;
    border: 1px dashed #275b8b;
    color: initial;
    font-size: 9px;
    line-height: 12px;
}
.rectangle-button-group .rectangle-button.without-price div{
    font-size: 9px;
    line-height: 15px;
}
.rectangle-button-group .rectangle-button.active-rectangle{
    background-color: #000000;
    color: #ffffff;
}

.disable-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #0000009c;*/
    z-index: 10000;
    /*background-image: url('../img/svg/loader-tail-spin.svg');
    background-repeat: no-repeat;
    background-size: 100% 50px;
    background-position-x: center;
    background-position-y: 20px;*/
}
.disable-overlay.display-none{
    display: none;
}
.disable-overlay .image-loader{
    background-image: url('../img/logo.png');
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-color: #515151;
    border-radius: 50%;
    padding: 2px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #333333;
}

#table-tasks tr td .task-list-subtitle{
    font-weight: bold;
    font-size: 105%;
    padding-right: 20px;
    padding-top: 15px;
}

#table-tasks tr td.one-input-for-all{
    vertical-align: middle;
}
#table-tasks tr td.one-input-for-all .in-td-holder{
    position: relative;

}
#table-tasks tr td.one-input-for-all .in-td-holder .click-for-level-select,
#table-tasks tr td.one-input-for-all .in-td-holder .click-for-fin-income-input,
#table-tasks tr td.one-input-for-all .in-td-holder .click-for-price-input{
    cursor: pointer;
}
#table-tasks tr td.one-input-for-all .in-td-holder .input-price-padding{
    padding: 7px 5px;
}
#table-tasks tr td.one-input-for-all .in-td-holder .level-select-holder,
#table-tasks tr td.one-input-for-all .in-td-holder .price-input-holder{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
}
#table-tasks tr td.one-input-for-all .in-td-holder .price-input-holder input{
    width: 100%;
    border: 1px solid #ccc;
}

.btn-group-sm.extra-small-buttons>.btn {
    padding: .1rem .3rem;
    font-size: .65rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.dropdown-menu.colorful-items .dropdown-item.active, .dropdown-item:active{
    background-color: #add4ff;
}

.finance-form{
    padding: 10px;
    border: 1px solid #ccc;

}

.deadline-clickable{
    display: inline-block;
    cursor: pointer;
}

.img-circle.circle-cover-image{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

#unread-notifications-count, #unread-notifications-comment-count, #unverified-post-count{
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.notification-menu {
    max-height: 400px;
    overflow-y: scroll;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 450px !important;

}
.notification-menu .dropdown-item {
    padding: 0;
}
.notification-menu .nav-link {
    height: auto !important;
    max-width: 450px;
    overflow: hidden;
}
.notification-menu .nav-link.unread-alert {
     border-right: 4px #ff625b solid;
     background-color: #fff4ef;
}
.notification-menu .nav-link.unread-alert:before {
    position: absolute;
    right: 1px;
    top: 1px;
    font: normal normal normal 11px/1 FontAwesome;
    content: "\f0e0";
    color: #ff625b;
}
.notification-menu .nav-link .notification-title{
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
}
.notification-menu .nav-link .notification-description{
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
}

.notification-menu::-webkit-scrollbar {
    width: 5px;
}

.notification-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 2px;
}

.notification-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.mj-check-box-style{
    padding:2px 2px 2px 5px;
}
.mj-check-box-style.selected-checkbox{
    background-color: #e4e4e4;
}


.ekko-lightbox-nav-overlay a{
    text-shadow: 0px 0px 10px black;
    opacity: 1 !important;
    color: #962c35 !important;
    font-size: 45px !important;
}
.ekko-lightbox-nav-overlay a span{
    padding:0 !important;
}
.ekko-lightbox-nav-overlay a:last-child span{
    text-align: left !important;
}

@media (min-width: 768px){
    .content-wrapper, .main-footer, .main-header{
        z-index: 300 !important;
    }
}
