﻿/* Lists */

.list-content {
    position: relative;
    height: 100%;
}

.list-resizer {
    width: 100%;
    z-index: 9000;
    height: 4px;
    position: relative;
    margin-bottom: 6px;
}

.list-bar-resizer {
    border: 1px solid #ccc;
    position: relative;
    background: #F1F1F1;
    margin: 2px 0px;
    height: 4px;
    text-align: center;
}

    .list-bar-resizer:hover {
        cursor: row-resize;
    }

.list-area-resizer {
    text-align: center;
    position: relative;
    height: 4px;
    width: 80px;
    left: 50%;
    margin-left: -80px;
    font-size: 18px;
    padding: 0;
    line-height: 0px;
    margin-top: -4px;
}

    .list-area-resizer:hover, .list-area-resizer:focus {
        background: #ccc;
        opacity: 0.6;
    }

.list-detail-title {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    height: 30px;
    background: #F2F2F2;
    line-height: 30px;
    text-indent: 8px;
    text-align: left;
}

    .list-detail-title > div {
        display: inline-block;
        margin: 7px;
        cursor: pointer;
    }

        .list-detail-title > div.i-edit, .list-detail-title > div.i-view-detail {
            float: left;
            position: absolute;
            margin-left: 10px;
        }

        .list-detail-title > div.i-close {
            float: right;
        }

.list-detail.title-label {
    color: #F5846F;
    font-size: 16px;
    margin-right: 10px;
    max-width: 600px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.list-detail-case {
    background: #fff;
    position: fixed;
    bottom: 0;
    height: 310px;
    z-index: 800;
    right: 20px;
    left: 66px;
    min-height: 210px;
}

.list-detail-content {
    position: relative;
    height: 100%;
}

#list_tab_historic .hc-content-notes {
    max-height: 136px;
    display: block;
    float: left;
}

#list_tab_description,
#list_tab_historic,
#list_tab_commentary,
#list_tab_relations,
.list-detail-case #tab_fields_extend {
    max-height: 216px;
    height: 216px;
    margin-top: 24px;
    width: 74%;
    max-width: 74%;
    overflow: auto;
    display: inline-block;
}

.list-detail-case #tab_fields_extend {
    overflow: hidden;
    display: inline-block;
}

#list_tab_attachment {
    float: right;
    display: inline-block;
    width: 25%;
    height: 79%;
}

    #list_tab_attachment #files_content {
        max-height: 210px;
        min-height: 210px;
    }

    #list_tab_attachment > div > div, #list_tab_attachment > div > div #title_files_label {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 88%;
    }

.list-content-historic {
    display: inline-block;
    width: 100%;
}

.list-content-attachment {
    width: 100%;
    height: 100%;
}

.list-content-historic .hc-column.content-note {
    border-bottom: 2px dotted #ccc;
    width: 86%;
}

.list-content-historic .hc-column.title {
    width: 10%;
}

.list-content-historic .hc-add-note {
    text-indent: 10%;
    padding-left: 18px;
}

#list_link_edit, #list_link_view {
    font-size: 13px;
    text-decoration: none;
    margin-left: 28px;
    cursor: pointer;
}

.list-dropdown-views {
    display: inline-block;
    float: left;
    margin-right: 16px;
}

.list-module-grid, .list-module-grid > div, .list-module-grid > div > section, .list-module-grid > div > section > div {
    height: 100%;
}


/* Fin Lists */

/*Grid*/

#list_grid_alarms {
    position: relative;
    margin-top: 10px;
    height: 98%;
}

.GridHeaderDiv_WebBlue .mCSB_dragger_bar {
    display: none;
}

.GridDataDiv_WebBlue .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -12px;
}

/* Fin Grid*/


/* List Details */

.content-view-template {
    width: 100%;
    height: auto;
    max-height: 80%;
}

    .content-view-template > .content-view {
        width: calc(100% - 30px);
        margin: auto;
        border: none;
        min-height: 580px;
    }

#list_tab_description .k-editor-widget {
    height: 210px;
}

.form-editor .k-editable-area {
    padding: 0px !important;
}

#list_tab_description .k-editor-widget .k-editable-area {
    padding: 0;
}

.modal-box-content.modal_expand {
    width: 100% !important;
    max-width: 100% !important;
}

.bubble-detail-template {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 40px;
    height: 34px;
    width: 34px;
    background-color: #F2F2F2;
    border: 1px solid#ccc;
    border-radius: 46%;
    -webkit-border-radius: 46%;
    z-index: 99;
    cursor: pointer;
    -moz-border-radius: 46%;
    box-shadow: inset 0px 1px 4px 1px #dadada;
}

    .bubble-detail-template:hover {
        background-color: #ebebeb;
        opacity: 1;
    }

.bubble-icon {
    background-image: url(../../../../app/ui/img/icons/arrow-extend.png);
    background-position: 50% center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}


#list_tab_relations {
    padding-bottom: 10px;
    box-sizing: border-box;
}

    #list_tab_relations > label {
        font-size: 12px;
        color: #999999;
    }

.listdatails__relations {
    padding-top: 10px;
}

    .listdatails__relations label {
        color: #f5846f;
        font-size: 16px;
        margin-bottom: 1px;
        display: block;
    }

    .listdatails__relations span {
        color: #999999;
        font-size: 12px;
        text-decoration: underline;
        display: inline-block;
        padding-right: 10px;
    }

        .listdatails__relations span:hover {
            cursor: pointer;
        }

.tab_relations-no-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 16px);
    flex-direction: column;
}

    .tab_relations-no-info i {
        background-image: url(../../../../app/ui/Images/Svg/no-info.svg);
        background-repeat: no-repeat;
        background-position: 0 center;
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: inline-block;
    }

    .tab_relations-no-info span {
        color: rgba(152, 152, 152, 0.3);
    }

.list-detail-content #afc_main {
    padding-bottom: 0;
    min-height: 200px;
}

/* Fin List Details*/


