﻿a {
    text-decoration: none;
    color: #333333;
}

li {
    list-style: none;
}

.homeTitle {
    position: absolute;
    left: 40px;
    font-size: 1.3rem;
    font-weight: 500;
}

    .homeTitle img {
        height: 40px;
        padding-right: 10px;
    }

/*! Left menu */
.child-navlink {
    margin: 5px 5px;
    padding-left: 30px;
    background-color: #292961;
}

.child-menu {
    background-color: #131664;
    border: solid 1px;
}
/*# Left menu */


/*! Data Grid */
.sort {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.asc {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 0px;
}

.desc {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 2px;
}

.no-sort {
    display: none;
}

thead th {
    cursor: pointer;
}

.gridspancss {
    font-size: 14px;
    color: gray;
}
/*# Data Grid */

/*! bootstrap-icons */
.icon {
    font-size: 1.5rem;
    fill: currentColor;
}

/*# bootstrap-icons */

.paragraph-text-1 {
    line-height: 1.6rem;
}

/* Logo */

.logo-ee {
    max-height: 70px;
}

/* End Logo */

.close-tab {
    vertical-align: middle;
    margin-right: -10px;
    margin-left: 3px;
    margin-bottom: 2px;
}

.table-form-control {
    border: 0;
    outline: none;
    webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255,255,255,0.3);
}

    .table-form-control:disabled, .table-form-control[readonly] {
        background: rgba(255,255,255,0.3);
        opacity: 1;
    }

.table-btn-group button {
    border: 0;
    outline: none;
    webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(232, 232, 232,0.3);
    color: rgba(0,0,0,1)
}


/*Scroll to top button*/
.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: fixed;
    border-radius: 10px;
    bottom: 20px;
    right: 12px;
    background-color: rgb(96 96 96 / 50%);
    z-index: 5
}

    .back-to-top:hover {
        color: #fff;
        background-color: #000;
        transition: all .5s
    }

/* End Scroll to top button*/

/* QuickGrid */
.col-width-draghandle[b-vznuo5fmpv]:after {
    border-left: 0px solid #333;
}

.quickgrid[theme=default] {
    --col-gap: 2px;
}

th[b-vznuo5fmpv] .sort-indicator {
    width: 0rem;
    height: 1rem;
    align-self: center;
    text-align: center;
}

.QuickGrid-column-width-1 {
    width: 60px;
}

.QuickGrid-column-width-2 {
    width: 120px;
}

/* End QuickGrid */
