#loading-img {
    background: url(http://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.h3class{
        float: left;
        margin: 10px;
        width: 100%;
    }
    .wizardLangselectContainer{
        background-color: #f7f7f7;
        border: 2px solid #f7f7f7;
        color: #7a7b81;
        cursor: pointer;
        display: block;
        margin: 2px;
        overflow: hidden;
        padding: 5px 10px;
        width: 166px;
        float:left;
    }
    .popover-select-wrapper{
        width:98% !important;
    }
    .popover-select-tags{
        height:60px !important;
    }
    .popover-select-tags .tag{
        padding:5px;
        height: 15px;
        margin-left: 10px;
        margin-top: 3px;
    }
    .popover-select.bottom {
        margin-left: 142px !important;

    }
    .Assamese,.Bengali,.Gujarati,.Hindi,.Kannada,.Malayalam,.Marathi,.Oriya,.Punjabi,.Tamil,.Telugu,.Urdu{
        background-color: orange !important;
    }
    .English{
        background-color: blue !important;
    }
    .Bulgarian,.Croatian,.Czech,.Danish,.Dutch,.Estonian,.Finnish,.French,.Georgian,.German,.Greek,.Hebrew,.Hungarian,.Italian,.Norwegian,.Polish,.Portuguese,.Romanian,.Serbian,.Slovak,.Spanish,.Swedish,.Turkish{
        background-color: yellow !important;
    }
    
    .responstable {

        width: 100%;
        overflow: hidden;
        background: #FFF;
        color: #024457;
        border-radius: 10px;
        border: 1px solid #167F92;
    }
    .responstable tr {
        border: 1px solid #D9E4E6;
    }
    .responstable tr:nth-child(odd) {
        background-color: #EAF3F3;
    }
    .responstable th {
        display: none;
        border: 1px solid #FFF;
        background-color: #167F92;
        color: #FFF;
        padding: 1em;
    }
    .responstable th:first-child {
        display: table-cell;
        text-align: center;
    }
    .responstable th:nth-child(2) {
        display: table-cell;
    }
    .responstable th:nth-child(2) span {
        display: none;
    }
    .responstable th:nth-child(2):after {
        content: attr(data-th);
    }
    @media (min-width: 480px) {
        .responstable th:nth-child(2) span {
            display: block;
        }
        .responstable th:nth-child(2):after {
            display: none;
        }
    }
    .responstable td {
        display: block;
        word-wrap: break-word;

    }
    .responstable td {
        font-size: 13px;
        line-height: 13px;
    }
    .responstable td:first-child {
        display: table-cell;

        border-right: 1px solid #D9E4E6;
    }
    @media (min-width: 480px) {
        .responstable td {
            border: 1px solid #D9E4E6;
        }
    }
    .responstable th, .responstable td {
        text-align: left;
        margin: .5em 1em;
    }
    @media (min-width: 480px) {
        .responstable th, .responstable td {
            display: table-cell;
            padding: 1em;
        }
    }

    .responstable {
        border-radius: 3px !important;
        font-size: 11px;
        line-height: 20px;
    }
    h1 {
        font-family: Verdana;
        font-weight: normal;
        color: #024457;
    }
    h1 span {
        color: #167F92;
    }