﻿/*
    sidebar custom style
*/
#sidebar {
    /*width: 350px;
            position: fixed;*/
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background: #7386D5;
                color: #fff;*/
}

#main-wrap-content {
    height: 100vh;
    overflow-y: scroll;
}

#sidebar-nav {
    max-height: calc(100vh - 275px);
    overflow-y: scroll;
    min-height: 20vh;
}



.collapsing {
    -webkit-transition: left .5s !important;
    -o-transition: left .5s !important;
    transition: left .5s !important;
}

/*
    end sidebar custom style
*/

/*
    Srollbar custom style
*/
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #3488ff;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3488ff;
    border-radius: 2px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #2b6fcf;
    }
/*
    End scrollbar custom style
*/

/*
    Start GridView styles
*/
.header_grid {
    color: #707070;
    font-weight:bold;
}

    .header_grid td {
        border: none !important;
    }

.rowSelected_grid {
    background: #eeeeee;
    color: #707070;
}

.row_grid {
    color: #707070;
}

    .row_grid td {
        padding: 0.4rem !important;
    }

.rowOver_grid {
    background: #eeeeee;
    color: #707070;
}

    .rowOver_grid td, .rowSelected_grid td {
        padding: 0.4rem !important;
    }

.paginator table > tbody > tr {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 1rem;
    font-weight:normal !important;
}

    .paginator table > tbody > tr > td {
        padding: 0px !important;
    }

        .paginator table > tbody > tr > td > span, .paginator table > tbody > tr > td > a {
            position: relative;
            display: block;
            padding: 0.5rem 0.75rem;
            margin-left: -1px;
            line-height: 1.25;
            color: #212933;
            background-color: #fff;
            border: 1px solid #dee2e6;
        }

            .paginator table > tbody > tr > td > span:hover,
            .paginator table > tbody > tr > td > a:hover {
                z-index: 2;
                color: #030405;
                text-decoration: none;
                background-color: #e9ecef;
                border-color: #dee2e6;
            }

            .paginator table > tbody > tr > td > span:focus,
            .paginator table > tbody > tr > td > a:focus {
                z-index: 3;
                outline: 0;
                box-shadow: 0 0 0 0.2rem rgba(33, 41, 51, 0.25);
            }

        .paginator table > tbody > tr > td:first-child span,
        .paginator table > tbody > tr > td:first-child a {
            margin-left: 0;
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
        }

        .paginator table > tbody > tr > td:last-child span,
        .paginator table > tbody > tr > td:last-child a {
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem;
        }

        .paginator table > tbody > tr > td > span {
            z-index: 3;
            color: #fff;
            background-color: #3488FF;
            border-color: #3488FF;
        }

            .paginator table > tbody > tr > td > span:hover {
                z-index: 3;
                color: #fff;
                background-color: #2864b8;
                border-color: #2864b8;
            }
/*
    END GridView styles
*/



/*BootstrapTable styles*/
.bootstrapTable thead {
    background-color: transparent;
}

.bootstrapTable > tbody > tr > td {
    padding: 8px 10px 8px 10px;
    font-size: 15px;
}

.pagination{
    float:none !important;
    justify-content:center !important;

}



/*End BootstrapTable styles*/

.smallControl {
    height: 30px !important;
    padding: 3px 3px !important;
    font-size: 11px !important;
}

.input-group-text{
    color:#707070 !important;
    background-color: #ffffff !important;
}

.btn-sm{
    border-radius: 1rem !important;
}


.rcTitlebar tr, .rcTitlebar caption, .rcTitle, .rcMainTable caption {
    background: #f4f4f4 !important;
}

.rcCalendar caption {
    background: #eee !important;
}


.ul.dropdown-icons{
    min-width: 100px !important;
}

.TelerikModalOverlay{
    display:none !important;
}


.btn-lightgray {
    color: #11151b;
    background-color: #d3d4d6;
    border-color: #c1c3c6;
}

    .btn-lightgray.disabled, .btn-lightgray:hover {
        color: #11151b;
        background-color: #b1b1b3;
        border-color: #b1b1b3;
    }