﻿/* Page with header, content and footer */
.uts-page {
    max-width: calc(100vw - 56px);
    max-height: calc(100vh - 60px);
}
    .uts-page header {
        height: 70px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*border-bottom: 1px solid #D4D7DD;*/
        padding: 0 15px;
    }
    .uts-page main {        
        width: calc(100vw - 56px);
        height: calc(100vh - 180px);
        overflow: auto;
    }
/*        .uts-page main::-webkit-scrollbar {
            width: 8px;
            height: 8px;            
        }        
        .uts-page main::-webkit-scrollbar-thumb {
            width: 8px;
            height: 8px;
            border-radius: 4px;
            background-color: #8F9CB366;
        }*/
        .uts-page main:hover::-webkit-scrollbar-thumb {
            background-color: #8F9CB3;
        }
    .uts-page footer {
        border-top: 1px solid #D4D7DD;
        height: 50px;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 15px;
    }
.uts-page header .icon-btn path {
    fill: #C70505
}



/* For search box */
.searchBox {
    max-width: 300px;
    position: relative;
}
    .searchBox::before {
        position: absolute;
        left: 10px;
        top: 8px;
        content: url('data:image/svg+xml,<svg width="14" height="14" xmlns="http://www.w3.org/2000/svg"><path d="M5.833 0c1.78 0 3.364.846 4.387 2.165a5.71 5.71 0 0 1 1.245 3.567c0 1.21-.376 2.36-1.058 3.32l-.037.047.04.01a.551.551 0 0 1 .154.078l.067.058 3.205 3.204c.14.14.19.334.151.512a.334.334 0 0 1-.082.325l-.607.618a.319.319 0 0 1-.326.08.556.556 0 0 1-.523-.148l-3.208-3.209a.576.576 0 0 1-.133-.22l-.01-.036-.046.036a5.708 5.708 0 0 1-3.042 1.051l-.278.007A5.732 5.732 0 0 1 0 5.732 5.732 5.732 0 0 1 5.512.004L5.833 0zm-.1 1.75A3.981 3.981 0 0 0 1.75 5.732 3.981 3.981 0 0 0 5.534 9.71l.198.005.2-.005A3.982 3.982 0 0 0 9.71 5.931l.005-.199c0-2.2-1.782-3.982-3.983-3.982z" fill="rgb(41,82,163)" fill-rule="nonzero"/></svg>');
    }
    .searchBox input {
        width: 275px !important;
        padding-left: 32px !important;
    }


.page-header p,
.section-label {
    color: #737475;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto !important;
}
    .page::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .page::-webkit-scrollbar-button {
        background-color: #fff;
    }
    .page::-webkit-scrollbar-thumb {
        background-color: #8F9CB3;
        border-radius: 5px;
    }
.page-header {
    display: flex;
    position: fixed;
    width: calc(100% - 55px);
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 0 15px;
}
    .page-header .right {
        display: flex;
        gap: 0.5em;
    }
div.documents,
div.chip {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1362D2;
    font-size: 12px;
    line-height: 12px;
    width: 30px;
    height: 20px;
    margin: auto;
    text-align: center;
    border-radius: 16px;
    background-color: #EEEFF2 !important;
}
div.documents {
    width: 40px;
}
.data-grid td span {
    color: #737475;
    font-size: 18px;
}
div.documents span {
    color: #1362D2;
    font-size: 12px;
    line-height: 12px;
}
div.chip span {
    color: #404041 !important;
    font-size: 12px;
    line-height: 12px;
}
.text-center {
    text-align: center;
    padding: 0 !important
}
.text-right {
    text-align: right;
    padding: 0 !important
}
.action-icon {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 5px;
}
.page-content {
    min-width: calc(1440px - 60px) !important;
    width: 100%;
    height: calc(100% - 56px);
    margin-top: 53px;
    flex: 1;
    overflow: auto !important;
}


/* Add and Edit Page CSS */
.two-columns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 32px;
    row-gap: 10px;
    justify-content: space-between;
}

    .two-columns .group {
        width: 355px;
        min-height: 52px;
        display: flex;
        flex-direction: column;
    }

    .two-columns label {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 15px;
        color: #737475;
    }

    .two-columns h5 {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        column-span: 2;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        color: #363637;
    }

.plus-sign-blue path {
    fill: #1362D2 !important
}

.filter-count {
    position: absolute;
    right: -18px;
    top: -16px;
    color: white;
    background-color: #C70505;
    width: 18px;
    height: 14px;
    border-radius: 9px;
    font-size: 8px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-thumb {
    width: 8px;
    height: 8px;
    background-color: #ddd !important;
    border-radius: 5px;
}
*:hover::-webkit-scrollbar-thumb {
    background-color: #8F9CB3 !important;
}