
.moazure-rad {
	border-radius: 2px;
}

.moazure-flex {
	display: flex;
	align-items: center;
}

.moazure-center {
	text-align: center;
}

/* --------- CSS for Doc Table --------- */

.copytooltip {
    position: relative;
}

.copytooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #c9d8f6;
    color: #3e5c94;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 200%;
    transform: translateX(-50%);
}

.copytooltip:hover .copytooltiptext {
    visibility: visible;
}

.table-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.search-cont {
    display: flex;
    align-items: center;
}

.refresh-btn {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 2px;
    margin-left: 20px;
    cursor: pointer;
    background: none;
    padding: 2px 5px;
}

.refresh-btn:hover {
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
}

.refresh-content {
    margin-left: -100px !important;
    padding: 10px 10px !important;
}

.sps-ncdoc {
    justify-content: space-between;
}

.doc-table {
    width: 100%;
}

.sps-filetype {
    width: fit-content; /* 3% */
}

.sps-namehead {
    /* width: 23rem; 47% */
}

.sps-modhead {
    /* width: 10rem; 20% */
}

.sps-sizehead {
    /* width: 3rem; 6% */
}

.dt-head tr th {
    text-align: left;
    padding: 10px !important;
}

.sps-docname {
    width: 18rem;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .sps-docname {
        width: 14rem;
        cursor: pointer;
    }

    .sps-imghover img {
        padding-right: 0.5rem !important;
    }
}

@media screen and (max-width: 1300px) {
    .sps-docname {
        width: 9rem;
        cursor: pointer;
    }

    .sps-imghover img {
        padding-right: 0.2rem !important;
    }
}

.sps-filename {
    margin: 0 !important;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sps-lastmod-para {
    margin: 0 !important;
}

.sps-size-para {
    margin: 0 !important;
}

.sps-imghover {
    display: none;
    margin-right: 1rem;
    cursor: pointer;
}

.dt-body tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.dt-body tr:hover .sps-imghover {
    display: inherit;
}

.sps-imghover img {
    padding-right: 1rem;
}

.dt-foot {
    display: none;
}

.dt-foot tr{
    background-color: #fff;
}

.table-loader {
    display: none;
}

.dt-length select {
    min-width: 4rem;
}

.dt-input {
    line-height: 1 !important;
}

.sps-empty {
    display: none;
}

.dt-body tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    max-height: fit-content;
}

.sps-sc-err {
    display: none;
    text-align: center;
}

/* --------- CSS for Breadcrumb --------- */

.bread-cont {
    max-width: 8rem;
    font-size: 16px;
    cursor: pointer;
    margin: 0px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bread-cont:hover {
    background-color: #f4f4f4;
}

.bread-sel {
    font-weight: bold;
}

.bread-sel:hover {
    background-color: none;
}

.bread-separator {
    margin: auto 5px;
}