body {
    font-family: Calibri;
    /*opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;*/ /* Safari */
}

a {
    color: black;
    text-decoration: none;
}

.OVT {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    a:hover {
        color: #881a51;
        cursor: pointer;
    }


.Pointer:hover {cursor:pointer;}
checkbox:checked {
    color: #881a51;
}
/*Scrollbar*/
body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #881a51;
}

div::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #881a51;
}
/*Scrollbar*/


.Title_Heading {
    color: #881A51;
}

.btn-primary {
    color: White;
    background-color: #4B4C4E;
    border-color: #4B4C4E;
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: White;
        background-color: #4B4C4E;
        border-color: #4B4C4E;
        cursor: not-allowed;
    }

    .btn-primary:hover {
        background-color: #881A51;
        border-color: #881A51;
    }

.GVHeader {
    color: black;
}

    .GVHeader:Hover {
        color: White;
        background-color: #4B4C4E;
    }

.disabled:hover {
    cursor: not-allowed;
}


/*Defaul Page*/
.default_left_column {
    background: url("../bg.jpg") no-repeat center center;
    height: 100vh;
    background-size: cover;
    border-left: solid;
    border-left-color: #881A51;
}

.default_logo {
    text-align: center;
    width: 100%;
    padding: 25px;
}

.default_heading {
    text-align: center;
    width: 100%;
    color: #881A51;
    font-weight: bold;
    font-size: x-large;
    padding: 25px;
}

.default_content {
    color: #881A51;
    padding: 25px;
}

.default_footer {
    font-size: small;
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 50%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .default_left_column {
        display: none;
    }

    .default_footer {
        font-size: small;
        text-align: center;
        bottom: 0;
        position: fixed;
        width: 100%;
    }
}
/*Defaul Page*/

/*Gridview_Footer*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #747f94;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #747f94;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #747f94;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
/*Gridview_Footer*/
