﻿/*Informacion detalles Cliente*/

[class*="discapacidad_over"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/discapacidad_over.png) !important;
}

[class*="discapacidad_1_over"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/discapacidad_1_over.png) !important;
}

[class*="discapacidad_2_over"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/discapacidad_2_over.png) !important;
}

[class*="discapacidad_3_over"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/discapacidad_3_over.png) !important;
}

[class*="discapacidad_4_over"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/discapacidad_4_over.png) !important;
}

[class*="vip_over"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/VIP_over.png) !important;
}

[class*="visitantes_over:"]:hover {
    background-image: url(../../../../app/ui/Images/SpecialGroups/visitantes_over.png) !important;
}

.client__detail-content {
    display: flex;
}

    .client__detail-content > div:nth-child(1) {
        position: absolute;
        width: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .client__detail-content > div:nth-child(2) {
    }

.dc_icon_align {
    top: 24px !important;
    width: 50px !important;
    height: 50px !important;
    background-size: 440px !important;
}

.dc-icon {
    cursor: pointer;
    position: absolute;
    background: transparent url(../../Images/Svg/icons_32.svg) no-repeat;
    z-index: 1;
}

.content__special-client {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .content__special-client.image-profile-special {
        top: -11px;
    }

    .content__special-client > div {
        cursor: pointer;
        display: flex;
        width: 150px;
        position: relative;
        height: 40px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }

    .content__special-client div div > span {
        width: 29px;
        height: 29px;
        display: inline-block;
        bottom: -3px;
        border-radius: 4px;
        border: 1px solid #c6c6c6;
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .content__special-client div .title-special-group {
        cursor: default;
        font-size: 12px;
        text-align: center;
        min-width: 50px;
        height: 18px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 11px;
        text-align: left;
        padding-left: 6px;
    }

.dc-icon.client {
    height: 32px;
    width: 32px;
    background-size: 100% !important;
    background-origin: content-box !important;
    border-radius: 3px;
    background: #f5f5f5 url(../../Images/Svg/user.svg) no-repeat;
    background-origin: padding-box;
    background-size: auto auto;
    /* left: 64px; */
    top: 1px !important;
    position: relative;
}

.dc-icon.company {
    background-position: 1px -145px !important;
    height: 34px;
    width: 32px;
    left: 64px !important;
    top: 8px;
}

.dc-icon.ci {
    background-position: -49px -147px;
    height: 32px;
    width: 32px;
    left: 64px !important;
    top: 8px;
    background-size: 441px !important;
}

.dc_arrow {
    display: none !important;
    position: absolute;
    z-index: 5;
    top: 23px;
}

    .dc_arrow.client {
        left: 15%;
    }

    .dc_arrow.company {
        left: 48%;
    }

    .dc_arrow.ci {
        left: 81%;
    }

#dc_info {
    display: block;
    height: auto;
    text-align: left;
    margin-left: 103px;
    width: calc(100% - 103px);
}

    #dc_info .container-field {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

        #dc_info .container-field .title span {
            color: #8DA5A3;
            padding-right: 4px;
        }

        #dc_info .container-field .title {
            float: left;
            overflow: hidden;
            /*text-indent: 70px;*/
            width: 50%;
            text-align: right;
        }

        #dc_info .container-field .label span {
            color: #666666 !important;
            overflow: hidden;
            text-overflow: ellipsis;
            width: auto;
            display: block;
            white-space: nowrap;
        }

#dc_more {
    position: absolute;
    top: 66px;
    width: 100%;
    background-color: #f2f2f2;
    height: 29px;
    text-align: right;
    color: #F5846F;
}

    #dc_more label {
        padding-right: 40px;
        cursor: pointer;
    }

        #dc_more label:after {
            content: '';
            background: transparent url(../../Images/Svg/down.svg) no-repeat;
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            right: 14px;
            background-size: 20px;
        }

.dc-tooltip-info {
    border: 1px solid #ccc;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    height: auto;
    min-height: 120px;
    padding: 10px 4px 8px 11px;
    -webkit-border-radius: 1px;
    position: absolute;
    top: 34px;
    width: 96.2%;
    overflow: hidden !important;
    z-index: 4;
    left: 0px;
    max-height: 340px;
    background: #f2f2f2;
}

.dc-client-arrow {
    cursor: pointer;
    float: right;
    padding-left: 6px;
    padding-top: 38px;
}

.dc-tab-close {
    cursor: pointer;
    height: 16px;
    width: 16px;
    background: url(../../Images/Actions/close.png) no-repeat right;
    position: absolute;
    right: 8px;
    top: 8px;
}

    .dc-tab-close:hover {
        opacity: 0.7;
    }

#form_client {
    overflow: hidden;
}

#tab_details_client {
    position: relative;
    position: relative;
    /*height: 222px;*/
}

#tab_attachment {
    height: 120px;
}

#tab_attachment {
    margin-top: 10px;
    background: #f2f2f2;
}

#tab_sla-data-history {
    background: #F2F2F2;
    height: calc(100% - 270px);
    overflow: hidden;
    position: relative;
    top: 0px;
}

    #tab_sla-data-history .fc-tab-content {
        height: calc(100% - 30px);
        width: calc(100% - 15px);
        padding-bottom: 0px;
        min-height: initial;
        box-sizing: border-box;
        margin-top: 5px;
    }

    #tab_sla-data-history #tab_fields, #tab_sla-data-history #tab_historic {
        width: calc(100% - 0px);
        padding-right: 12px;
        height: calc(100% - 40px);
    }

    #tab_sla-data-history .afc-row {
        box-sizing: border-box;
    }
/*Fin detalles de Cliente*/
#form_client .fc-tab-container {
    width: 100%;
    min-width: initial;
}

.tab-attachment-content {
    height: 100%;
    width: calc(100% - 14px);
}

    .tab-attachment-content #files_content {
        min-height: initial;
        max-height: initial;
    }


#tab_historic .hc-content-notes {
    float: left;
    width: 100%;
}

#tab_form {
    width: 64%;
}

@media (max-width: 1400px) {
    #fc_progress, #fc_effort, #fc_time, #fc_costs {
        width: 100% !important;
    }
}

ul.dc-tabs li:first-child, 
ul.fc-tabs li:first-child {
    min-width: 34%;
}

ul.fc-tabs li.expand {
    width: 50% !important;
    min-width: 50% !important;
}

.dc-icon.client.image-profile {
    background-size: 100% 100% !important;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 50%;
    width: 70px !important;
    height: 70px !important;
    top: 8px !important;
    display: inline-block;
    cursor: default;
}

    .dc-icon.client.image-profile.image-profile-special {
        width: 60px !important;
        height: 60px !important;
        top: 0px !important;
    }

/*Fin detalles de Cliente*/
