﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }
    .top-menu>.navbar-nav>li {
        float: none!important;
    }
}

@media (min-width: 768px) {
    .top-menu {
        margin-right: -15px;
    }
    .top-auth-menu {
        margin-left: auto;
    }
}

/*Overrides*/

g-recaptcha {
    width: 40px;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
    background-color : aqua;
}
.myCss {
    white-space: normal;
}
.mdc-global-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding:10px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* =============================================
   DEVEXPRESS BOOTSTRAP GRIDVIEW - ADAPTIVE
   ============================================= */

/* Adaptive column cell */
td.dxgvAIC {
    visibility: visible !important;
    text-align: center;
    width: 30px !important;
    cursor: pointer;
}

/* Hide X from column HEADER only */
.dxgvAIC.dxgvHeader {
    visibility: hidden !important;
}

/* Adaptive cell links/spans */
td.dxgvAIC a,
td.dxgvAIC span,
td.dxgvAIC div {
    display: inline-block !important;
    visibility: visible !important;
    color: #027abb;
    font-weight: bold;
}

/* Adaptive cell - remove inherited color */
td.dxgvAIC.dxbs-nlb.dxgRRB {
    color: inherit !important;
}

/* =============================================
   DOTS BUTTON (show adaptive detail)
   ============================================= */
button.dxgvADSB {
    width: 30px !important;
    height: 30px !important;
    color: #027abb !important;
    opacity: 1 !important;
    padding: 0 !important;
}

    button.dxgvADSB span.fa {
        width: 16px !important;
        height: 16px !important;
        display: inline-block !important;
        visibility: visible !important;
        color: #027abb !important;
        font-size: 16px !important;
    }

/* =============================================
   X CLOSE BUTTON (hide adaptive detail)
   ============================================= */
button.dxgvADHB {
    width: 30px !important;
    height: 30px !important;
    color: #027abb !important;
    opacity: 1 !important;
    padding: 0 !important;
}

    button.dxgvADHB span.fa {
        width: 16px !important;
        height: 16px !important;
        display: inline-block !important;
        visibility: visible !important;
        color: #027abb !important;
        font-size: 16px !important;
    }

/* =============================================
   GRID CONTAINER
   ============================================= */

/* Prevent grid expanding outside container */
#BootstrapGridView1 {
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Adaptive detail row */
.dxgvCSD {
    width: 100% !important;
    max-width: 100% !important;
}

.dxgvADR {
    width: 100% !important;
}

/* =============================================
   ROW SELECTION COLORS
   ============================================= */

/* Selected row - exclude adaptive column */
.dxbs-gridview td.bg-primary,
.dxbs-gridview tr.bg-primary td:not(.dxgvAIC),
.dxbs-gridview tr.bg-primary:not(.dxgvAIC) {
    background-color: #027abb !important;
    color: #FFFFFF !important;
}

/* Adaptive cell always visible regardless of row selection */
.dxbs-gridview tr.bg-primary td.dxgvAIC,
.dxbs-gridview td.dxgvAIC {
    color: #027abb !important;
    background-color: transparent !important;
}

/* =============================================
   PAGER
   ============================================= */

/* Selected page number */
.dxbs-pager .pagination .page-item.active.page-number > a.page-link {
    background-color: #027abb !important;
    color: #FFFFFF !important;
    border-color: #027abb !important;
}

/* =============================================
   DOTS AND X BUTTON OVERRIDE - add at bottom
   ============================================= */

/* DOTS BUTTON - white */
button.dxgvADSB {
    width: 30px !important;
    height: 30px !important;
    color: white !important;
    opacity: 1 !important;
    padding: 0 !important;
}

    button.dxgvADSB span.fa {
        width: 16px !important;
        height: 16px !important;
        display: inline-block !important;
        visibility: visible !important;
        color: white !important;
        font-size: 16px !important;
    }

/* X CLOSE BUTTON - dark */
button.dxgvADHB {
    width: 30px !important;
    height: 30px !important;
    color: #027abb !important;
    opacity: 1 !important;
    padding: 0 !important;
}

    button.dxgvADHB span.fa {
        width: 16px !important;
        height: 16px !important;
        display: inline-block !important;
        visibility: visible !important;
        color: #027abb !important;
        font-size: 16px !important;
    }

/* DOTS - unselected row (dark dots) */
button.dxgvADSB span.fa {
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
    visibility: visible !important;
    color: #027abb !important;
    font-size: 16px !important;
}

/* DOTS - selected row (white dots) */
tr.bg-primary button.dxgvADSB span.fa {
    color: white !important;
}

/* DOTS button general */
button.dxgvADSB {
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    padding: 0 !important;
}

tr.bg-primary button.dxgvADSB {
    color: white !important;
}