﻿
.dropdown {
    position: absolute;
    background: white;
    max-height: 170px;
    overflow-y: scroll;
    width: 100%;
    z-index: 100;
    flex-direction: column;
    display: none;
    margin-left: 0px !important;
    border: 1px solid;
}


.dropdown-container {
    flex-direction: column;
    display: none;
    gap: 2px;
    margin-top: 2px;
    position: relative;
    display: inline;
}

.gvEmailStyle {
    border: 1px solid #828282;
    background-color: white;
    color: #333;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
    .gvEmailStyle table{
        width:100%;
    }

    .tooltip-container {
        display: none;
        position: absolute;
        z-index: 1000;
        background: white;
        width: 170px;
        padding: 2px;
        flex-direction: column;
        border: 1px solid;
    }

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-parent {
    position: relative;
}

.dropdown li {
    padding: 2px;
}

    .dropdown li:hover {
        background: #eeeeee;
        cursor: pointer;
    }

.spanBorder {
    border: 1px solid #fad163;
    border-radius: 25px;
}


.txtHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}


.sortby-container {
    display: none;
    flex-direction: column;
    width: 120px;
    position: absolute;
    margin-top: 5px;
    left: 0;
}

.btn-level {
    border: 1px solid;
    margin: auto;
    width: 100%;
}

.div-sortby {
    border: 1px solid;
    display: none;
    position: absolute;
    z-index: 10000;
    left: 121px;
    top: 64px;
    background: white;
    flex-direction: column;
    padding: 4px;
}

.dataPagerGrid {
    display: flex;
    height: 100%;
    background: #eee;
    color: #333;
    min-height: 16px;
    width: 100%;
    flex-direction: column;
}

.gridview-style {
    width: 100% !important;
    font: 12px / 16px "segoe ui", arial, sans-serif;
    color: black;
}

.margins {
    margin-left: 0px !important;
}

.gvHeader {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 4px;
    text-align: left;
    color: #333;
    border: 0;
    border-bottom: 1px solid #828282;
    background: #eaeaea 0 -2300px repeat-x url(WebResource.axd?d=dIbqQ_qfp2A07MDcHaly1zcrW3E_PJTYdkAJGFszWzmJS-MZDjx_btAEHIXqyT8Z-QBH2rGYF0ipzYMAdkaYHm0pCkBFS66omaMMtKxWsRa9OaI4vmfpVR2weSg1&t=638477330734323972);
    font-weight: normal;
}

.row {
    width: 100% !important;
}

.altRow {
    background: rgb(242, 242, 242);
    width: 100% !important;
}


.box {
    border: 1px solid #828282;
    background: #fff;
    color: #333;
    font: 12px / 16px "segoe ui", arial, sans-serif;
}

.topHeader {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.pageView {
    padding-left: 10px;
    padding-right: 10px;
}

.rbPrimaryIcon {
    margin-top: -13px;
}

.RadToolTip .rbPrimaryIcon {
    margin-top: 0;
}

.tableFilter {
    border-spacing: 4px;
    border-collapse: separate;
}

.selectedRow {
    background: #828282;
    color: #fff;
}


.tool-row {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%
}

.templates ul li {
    margin-left: 0px !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/ProgressImage.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.success {
    color: green;
}

.failure {
    color: red;
}