﻿body {
}


@media print {
    a[href]:after {content: none !important;}
}


.display-value {
    margin: 1px 1px 1px 5px;
}

.tool-label:after {
    content: "";
    display: block;
    background: url("/Images/helpImage.png") no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin: 1px 1px 1px 5px;
}     

input[type="text"].large-text-box {
    width: 550px !important;
    max-width: 850px !important;
}

.myGrid1 {
}

    .myGrid1 Caption {
        font-family: Calibri;
        font-size: x-large;
        color: #000000;
        font-weight: Normal;
        letter-spacing: 3px;
        text-align: left;
    }

    .myGrid1 PagerStyle {
        font-size: x-large;
        letter-spacing: 10px;
    }
.custom-listbox {
    min-width: 100%;
    max-height: 50px;
}

.nav-tabs {
    border-bottom: 2px solid #F5785A;
}


    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
       
        cursor: default;
        background-color: #F5785A;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        color: white;
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.428571429;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        color: #428bca;
    }


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .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: #dd4814;
            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: #aea79f;
            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: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

@media print {
    a[href]:after {
        content: none !important;
    }
}

.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.li-list {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    padding: 9px 12px;
    text-decoration: none;
}

   /* li a:hover, .dropdown:hover .dropbtn {
        background-color: gray;
        color: white;
    }*/

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 0;
}

    .dropdown-content li {
        list-style: none;
        width: 100%;
        display: inline-block;
    }

    .dropdown-content a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-bottom: 1px solid gray;
        /*position:relative;*/
    }

        .dropdown-content a:hover {
            background-color: gray;
        }

    .dropdown:hover > .dropdown-content,
    .dropdown-content .dropdown:hover > .dropdown-content {
        display: block;
    }

    .dropdown-content .dropdown > .dropdown-content {
        left: 100%;
        top: 0;
    }

    select[multiple], select[size]{
        max-height: 40px !important;
    }
    select[multiple] option {
        line-height: 40px !important;
        padding: 5px;            
    }

[data-tooltip]:hover::after {
    display: block;
    position: absolute;
    content: attr(data-tooltip);
    border: 1px solid black;
    background: #eee;
    padding: .25em;
}

.td-message{
    text-align:center;
    font-size: 14px;
    color-red;
    font-weight:bold;
}

.label-small {
    font-size: 10px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
}

.label-small:hover {
    overflow: visible;
    text-overflow: initial;
    white-space:normal;
    opacity: 1;
}

.multiple_select {
    height: 18px;
    width: 90%;
    overflow: hidden;
    -webkit-appearance: menulist;
    position: relative;
}

    .multiple_select::before {
        content: var(--text);
        display: block;
        margin-left: 5px;
        margin-bottom: 2px;
    }

.multiple_select_active {
    overflow: visible !important;
}

.multiple_select option {
    display: none;
    height: 18px;
    background-color: white;
}

.multiple_select_active option {
    display: block;
}

.multiple_select option::before {
    content: "\2610";
}

.multiple_select option:checked::before {
    content: "\2611";
}

.custom-select {
    width: 190px;
    max-height: 75px;
    border: 1px solid #ccc;
    padding: 3px;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
    transition: height 0.3s ease-in-out;
}
.expandable {
    min-height: 300px !important;
}
/* .custom-select:hover {
        min-height: 300px !important;
    }*/
.custom-select label {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: normal !important;
}

    .custom-select input[type="checkbox"] {
        margin-right: 10px;
    }

.pagination > li > a {
    color: black;
}

#sticky-table thead th {
    position: sticky;
    top: 50px;
    background-color: white;
}
#loadingShade {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 1000;
}

.greyShade {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
}

#loadingShade .info {
    display: block;
    padding: 25px 50px;
    width: 200px;
    box-shadow: 0px 5px 5px #000;
    background-color: #fff;
    border-radius:4px;
    z-index: 1001;
}

    #loadingShade .info:after, .loading:after {
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        -webkit-animation: ellipsis steps(4,end) 900ms infinite;
        animation: ellipsis steps(4,end) 900ms infinite;
        content: "\2026"; /* ascii code for the ellipsis character */
        width: 0px;
    }

.success {
    background-color: #61c27b;
}
.fail {
    background-color: #c26161;
}

        @keyframes ellipsis {
            to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
