﻿ .th {
            background-color: #0C64AE;
            position: -webkit-sticky;
            position: sticky;
            color: white;
            top: 0;
            z-index: 5;
            border:1px solid lightgray;
            /*background: #fff;*/
        }

        .combobox {
            height: calc(1.5em + 1.3rem + -6px);
            background-color: #dbdde1;
            border-color: #bfc3ca;
            background-image: linear-gradient(#f1f2f3,#dbdde1);
            width: 100%;
        }

        .boxshadow {
            -webkit-box-shadow: -1px 0px 13px 2px rgba(60,59,61,1);
            -moz-box-shadow: -1px 0px 13px 2px rgba(60,59,61,1);
            box-shadow: -1px 0px 13px 2px rgba(60,59,61,1);
        }
        body.loading {
            overflow: hidden;
        }

            body.loading .modal {
                display: block;
            }

.modal {
            display: none;
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba( 255, 255, 255, .8 ) url('Ajax.gif') 50% 50% no-repeat;
        }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    line-height: 1.5;
    padding: 5px !important;
    background-color: #dbdde1;
    /*border-color: #bfc3ca;*/
    background-image: linear-gradient(#f1f2f3,#dbdde1);
    color: black;
    font-weight:400;
    border:1px solid darkgray;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 30px;
}