﻿.master-content.master-content-case {
    bottom: 10px;
}

.caseManagement-main {
    height: calc(100% - 8px);
    overflow: auto;
}

.caseManagement__content--step1 {
    height: calc(100% - 108px);
}

.caseManagement__content {
    height: 100%;
}

.caseManagement__content--step2 {
    height: calc(100% - 90px);
}

.caseManagement__content--step1 {
    padding-top: 8px;
}

.row__content--catalog {
    height: calc(100% - 60px);
    margin-top: 8px;
}

.content__category, .content__service {
    overflow-y: hidden;
    max-height: 100%;
    min-height: 100%;
}

.content__service {
    border-right: dashed 1px #ccc;
}

.caseManagement__content--fluid {
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    background: #f2f2f2;
}

    .caseManagement__content-form > .row:nth-child(n+1) {
        height: calc(100% - 30px);
    }

    .caseManagement__content-form > .row:nth-child(n+2) {
        height: 30px;
        min-height: 30px;
        max-height: 30px;
    }

.caseManagement__content-form--top {
    height: 100%;
    position: relative;
    top: -8px;
}

.caseManagement__content-form--bottom-container {
    background-color: #f2f2f2;
    height: 45px;
    padding-top: 10px;
}

.caseManagement__content-form--bottom {
    height: 100%;
    margin: 0px 80px;
    padding: 0;
}

.kb__article-details .caseManagement__content-form--bottom .text-label {
    border: none;
}

.kb__article-details .caseManagement__content-form--bottom .text-label, .kb__article-details .content-list-attachments {
    width: 100% !important;
}

.caseManagement__content-form--bottom .text-label {
    width: 100%;
    cursor: pointer;
    height: 30px;
    border: 1px solid #e4e4e4;
    margin: 0;
    border-radius: 4px;
    color: #999999;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 9px;
    background-color: #FFFFFF;
}

    .caseManagement__content-form--bottom .text-label:hover {
        text-decoration: underline;
    }

.caseManagement__content-list {
    border-right: dashed 2px #ccc;
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}

.caseManagement__content-list, .caseManagement__content-detail {
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
}

.caseManagement__content-detail {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    position: relative;
}

.caseManagement__row-category {
    min-height: 40px;
}

.caseManagement__row-summary {
    height: calc(100% - 85px);
    min-height: 379px;
}

.caseManagement__category-list {
    margin-left: 15px;
    margin-right: 15px;
}


.text-header-catalog {
    font-size: 19px;
    margin-left: 21px;
    display: inline;
}

    .text-header-catalog.projects {
        margin-left: 0px;
    }

.number-header-catalog {
    font-size: 50px;
    border-radius: 4px;
    border: 1px solid;
    width: 52px;
    min-width: 52px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
}

.text-all-rows {
    color: #9f9f9f;
    font-size: 10px;
    text-align: right;
}

.down-arrow-icon {
    font-size: 23px;
    padding-top: 7px;
}

.down-arrow-icon-gray {
    color: #ccc !important;
}

.search-icon {
    background-image: url("../../img/search.png");
    width: 20px;
    height: 20px;
    background-position: 50% center;
    display: block;
}

.search-icon-gray {
    background-image: url("../../img/search_gray.png");
    cursor: pointer;
}

.service-catalog-icon {
    background-color: #ccc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-bottom: 37px;
    margin-top: -9px;
    margin-left: 26px;
    width: 80px;
    color: #fff;
}


.card-design {
    display: inline-flex;
    margin: 0px 25px 25px 0px;
    min-height: 180px;
    max-height: 180px;
}

.card-title {
    height: 46px;
    max-height: 46px;
    overflow: hidden;
    text-align: center;
    padding: 8px 10px 8px 8px;
    font-size: 12px;
    position: relative;
}

    .card-title:before {
        content: '...';
        position: absolute;
        right: 3px;
        bottom: 4px;
        z-index: 999;
        background: transparent;
    }

    .card-title.no-before:before {
        content: '';
    }

.card-footer {
    color: #9f9f9f;
    border-top: solid 1px #ccc;
    margin: 0;
    padding-top: 4px;
    padding-left: 12px;
    text-align: left;
    font-size: 10px;
}

.category-item {
    border-radius: 4px;
    width: 100%;
    height: 30px;
    background: #fff;
    line-height: 30px;
    margin: 4px 0px 4px 0px;
    font-size: 12px;
}

.content-category {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}

.category-catalog-list {
    border-radius: 3px;
    color: #9f9f9f;
    overflow-y: hidden;
    max-height: calc(100% - 40px);
    height: calc(100% - 40px);
    position: relative;
    padding-top: 13px;
}

.category-item:hover, .category-item-active {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}

    .category-item-active > label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

.content-btn-continue {
    position: absolute;
    bottom: 2px;
    width: 100%;
}

.btn-continue {
    border: solid 2px;
    text-align: center;
    background: transparent;
    border-radius: 4px;
    line-height: 22px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    width: 100%;
}

.text-disabled {
    color: #e5e5e5 !important;
}

.border-disabled {
    border: solid 1px #e5e5e5 !important;
}

.header-step-2 {
    border-bottom: solid 1px #cfcfcf;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.text-label {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
}

.tab {
    background: #f2f2f2;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: solid 4px #e6e6e6;
    color: #666666;
    font-size: 12px;
}

    .tab:hover, .tab-active {
        background: #f2f2f2;
        line-height: 34px;
        height: 34px;
        text-align: center;
        border-bottom: 4px solid;
        cursor: pointer;
        font-size: 12px;
    }

.tab-data-case, .tab-additional-fields {
    background: #f2f2f2;
    width: 100%;
    padding: 20px;
    overflow: auto;
    margin: 0;
}

.tab-data-case {
    font-size: 12px;
    color: #8DA5A3;
    color: #666;
}

select.form-control {
    height: 25px;
}

.content-tabs {
    border-radius: 3px;
    width: 100%;
    margin: 0;
}

.form-editor {
    height: 223px;
}

.case__category__content,
.content__service--empty,
.content__categories--empty {
    background: #f2f2f2;
    border-radius: 3px;
    position: absolute;
    min-width: calc(100% - 30px);
    bottom: 0;
    top: 0;
    max-width: calc(100% - 30px);
    min-height: 350px;
}

.content__tabs-description .tab {
    background: #fff;
}

.content-buttons {
    text-align: right;
    padding-top: 8px;
    position: relative;
    right: 15px;
}

.caseManagement__content-form--bottom.hidden {
    display: none;
}

.caseManagement__content-form > .row:nth-child(n+1).extend {
    height: 100%;
}

.caseManagement__content-form--top .form-group:nth-child(n+2).extend {
    position: absolute;
    top: 8px;
    height: calc(100% - 22px) !important;
    z-index: 100;
}

.k-tool-icon.k-toggleFullScreen {
    background-position: -29px -128px;
    height: 18px !important;
    width: 18px !important;
    opacity: 0.4;
}

.caseManagement__content-form--bottom .toolbar_files {
    width: 30px;
    display: flex;
    align-items: center;
    max-height: 30px;
    min-width: 84px;
    border-radius: 3px;
    margin: 0;
    margin-left: 10px;
    justify-content: center;
}


.caseManagement__projects {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0px;
    min-height: 88px;
}

.caseManagement__projects--center {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
}

.caseManagement__projects--labels {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-left: 21px;
}

    .caseManagement__projects--labels span:nth-child(2) {
        font-size: 10px;
        color: #9f9f9f;
        display: flex;
        flex-direction: column-reverse;
        right: 36px;
    }

.caseManagement__projects--slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.caseManagement__projects--slider--card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f2f2f2;
    color: #9f9f9f;
    margin-left: 6px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    font-size: 13px;
    height: 30px;
    min-width: 220px;
    max-width: 220px;
}

.number-header-catalog--project {
    margin-top: 10px;
}

.caseManagement__projects--content--slider {
    display: flex;
    position: relative;
}

.caseManagement__projects--search,
.caseManagement__services--search,
.caseManagement__category--search {
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}

.caseManagement__services--search,
.caseManagement__category--search {
    display: inline-flex;
}

.caseManagement__content__search-service,
.caseManagement__content__search-category {
    text-align: right;
    position: relative;
}

.caseManagement__projects--slider--card.slider--card--over,
.caseManagement__projects--slider--card:hover {
    color: #fff;
    cursor: pointer;
}

.show-more-icon {
    cursor: pointer;
}

    .show-more-icon.show-more-hidden {
        visibility: hidden;
    }

.caseManagement__projects--slider .slider--card--description.active {
    display: block;
}

.caseManagement__projects--slider .slider--card--description.inactive {
    background-color: #f2f2f2;
    color: #9f9f9f;
}

.caseManagement__projects--slider .slider--card--description {
    position: absolute;
    min-width: 220px;
    max-width: 216px;
    min-height: auto;
    z-index: 999;
    border-radius: 4px;
    color: #fff;
    padding: 14px;
    font-size: 13px;
    text-align: justify;
    display: none;
    margin-left: 6px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.left-arrow-icon {
    background-image: url("../../img/left-arrow.png");
    width: 20px;
    height: 20px;
    background-position: 5px;
    display: block;
    background-repeat: no-repeat;
}

.right-arrow-icon {
    background-image: url("../../img/right-arrow.png");
    width: 20px;
    height: 20px;
    background-position: 50% center;
    display: block;
    background-repeat: no-repeat;
}

.caseManagement__projects--slider--back {
    margin-left: 21px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    min-height: 30px;
    max-height: 30px;
    width: 18px;
    max-width: 18px;
    cursor: pointer;
}

.caseManagement__projects--slider--next {
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    min-height: 30px;
    max-height: 30px;
    width: 18px;
    max-width: 18px;
    cursor: pointer;
}

    .caseManagement__projects--slider--back.inactive,
    .caseManagement__projects--slider--next.inactive {
        background-color: #ccc;
        pointer-events: none;
        cursor: default;
    }

.caseManagement__category--search.inactive,
.caseManagement__services--search.inactive {
    pointer-events: none;
    cursor: default;
}

.show-more-icon {
    background-image: url("../../img/show-more.png");
    width: 15px;
    max-width: 15px;
    height: 15px;
    background-position: 50% center;
    display: block;
    background-repeat: no-repeat;
    background-color: #ccc;
    border-radius: 50%;
    position: relative;
    bottom: 5px;
    left: 104px;
    border: 1px solid #fff;
}

.show-less-icon {
    width: 15px;
    max-width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 104px;
    border: 1px solid;
    cursor: pointer;
}

    .show-less-icon.show-less-inactive {
        color: #ff;
        border-color: #ccc;
        background-color: #ccc;
    }

.searchProject,
.searchService,
.searchCategory {
    height: 30px;
    width: 220px;
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 20px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: none;
    border-left: none;
    margin-right: 2px;
}

.searchService,
.searchCategory {
    width: 280px;
}

.searchProject--close,
.searchService--close,
.searchCategory--close,
.setting__case-close {
    background: url("../../img/close-search.png") no-repeat scroll 0 0 transparent;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.searchService--close,
.searchCategory--close {
    right: 23px;
}

.setting__case-close {
    background-image: url(../../../assets/css/kendo/Material/sprite.png);
    background-position: -46px -14px;
    right: 25px;
    z-index: 9999;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.setting__case-content-close {
    display: inline-block;
}

.caseManagement__projects--content--search {
    display: flex;
    position: relative;
}

.caseManagement__title-box, .caseManagement__title-search {
    margin: 0;
    padding: 0;
}


.card-design:hover {
    transition: background 0.2s linear 0.2s;
    cursor: pointer;
}

.card-text-active {
    color: #fff !important;
}

.card-design:hover .card-title {
    transition: color 0.2s linear 0s;
    color: #fff;
}

.card-design:hover .service-catalog-icon, .card-background-active {
    transition: background-color 0.2s linear 0s, background-image 0.2s linear 0.2s;
    background-color: #fff;
}

.card-design-left {
    width: 133px;
    min-width: 133px;
    max-width: 133px;
    background-color: #f2f2f2;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.card-design-right {
    width: 133px;
    min-width: 133px;
    max-width: 133px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.card-description {
    position: relative;
    overflow: hidden;
    font-size: 11px;
    color: #999999;
    padding: 12px;
    text-align: left;
    min-height: 143px;
    max-height: 143px;
    margin-bottom: 10px;
}

    .card-description:before {
        content: '...';
        position: absolute;
        right: 10px;
        bottom: 0;
    }

    .card-description:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

    .card-description.no-before:before {
        content: '';
    }

.card-content {
    position: relative;
    top: 20px;
}

.content__down-arrow {
    margin-left: 21px;
}

.content__header--step {
    display: flex;
    justify-content: space-between;
}

.content__header--step--number {
    display: flex;
}

.content__header--step--search {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content__service--empty,
.content__categories--empty {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 140px;
    width: 140px;
    border: dashed 1px #ccc;
    border-radius: 50%;
    color: #A7A9AB;
    font-size: 12px;
}

.icon__services--empty {
    background-image: url("../../img/emptyServices.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    width: 52px;
    height: 58px;
}

.icon__categories--empty {
    background-image: url("../../img/emptyCategories.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.icon_searchProject {
    position: absolute;
    top: 9px;
    left: 8px;
}

.icon_searchService {
    position: absolute;
    left: 8px;
    top: 9px;
}

.icon_searchCategory {
    position: absolute;
    left: 8px;
    top: 9px;
}

.font-service-catalog {
    font-size: 34px;
    position: relative;
    left: 3px;
}

.font_show_less {
    font-size: 8px;
    position: relative;
    top: 3px;
}

.font_show_less-inactive {
    color: #fff !important;
}

.search__ci-card {
    padding-bottom: 10px;
    padding-left: 10px;
    overflow: hidden;
}

    .search__ci-card div {
        height: 20px;
        max-height: 20px;
    }

        .search__ci-card div label {
            display: inline-block;
            font-size: 12px;
            color: #8DA5A3;
            font-family: ClearSans-Bold;
            width: 55%;
            margin: 0;
            padding: 0;
        }

#searcherClient_listbox .search__ci-card div label:not(.search__ci-card-title) {
    width: 130px;
}

#searcherClient_listbox .search__ci-card div span {
    width: calc(100% - 150px);
}

.search__ci-card div label.search__ci-card-title {
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
}

.search__ci-card div span {
    display: inline-block;
    font-size: 12px;
    color: #8DA5A3;
    width: 45%;
    margin: 0;
    padding: 0;
}

.icon__question {
    background-image: url("../../img/question.png");
    width: 12px;
    height: 12px;
    background-position: 50% center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    cursor: pointer;
    padding-right: 25px;
}

.setting__case {
    display: inline-block;
}

    .setting__case i {
        padding-right: 4px;
    }

        .setting__case i:hover + span {
            text-decoration: underline;
        }


    .setting__case:hover {
        cursor: pointer;
    }

    .setting__case span:hover {
        text-decoration: underline;
    }

.tab-data-case .col-md-12 {
    padding: 0;
}

.caseManagement__content-form--top .form-group:nth-child(n+2).reduce {
    height: calc(100% - 122px);
}

.show__more::before {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 8px;
}

.subject__search-header {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-left: 16px;
    margin-right: 16px;
}

    .subject__search-header label {
        font-size: 18px;
        color: #000000;
        padding-bottom: 2px;
        font-family: ClearSans-Bold;
        margin: 0;
    }

    .subject__search-header p {
        font-size: 12px;
        color: #999999;
        margin: 0;
    }

.action-save {
    height: 30px;
    margin-right: -15px;
}

.attachment-button {
    display: inline-block;
    margin: auto;
    margin-right: 9px;
    border-radius: 4px;
    height: 17px;
    min-width: 80px;
    outline: none;
    border: none;
    background-color: #999999;
    width: 114px;
    color: #FFFFFF;
    font-family: ClearSans;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 4px;
    cursor: pointer;
    padding-top: 1px;
}

.attachment-button input[type='file'] {
   width: 114px;
}

.attachment-input {
    opacity: 0;
    position: absolute;
}
