﻿
.fwRight {
    display: flex;
    justify-content: flex-end;
}

.fwCenter {
    display: flex;
    justify-content: center;
}

.imageFlag {
    border: double;
    width: 15%!important;
    height: 100%!important;
    background-color: #F5F5F5;
    object-fit: cover;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 60%!important;
        height: 100%!important;
        background-color: #F5F5F5;
        padding: 0px;
        object-fit: cover;
    }
}

.langCenter {
    margin: auto;
    text-align: center;
    padding:20px 0px;
}

.paineisCenter {
    text-align: center;
    width: 95%;
    margin: 5% auto 5% auto;
}


.wentDown {
    color: #CC3300;
}

.padding10 {
    padding: 10px;
}


.repeaterEnc {
    width: 95%;
    font-size: 0.875em;
    padding: 0% 2% 0% 2%;
}

.holsHeader {
    background-color: #9d6000;
    color: white;
}


.noRecords {
    text-align: center;
    color: #9d6000;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: central;
}


.mainEnc {
    margin-top: 50px;
}

.cOverflow {
    overflow: auto;
}

.fwtooltip {
    position: relative;
    display: inline-block;
}

.tooltipemoji {
    visibility: hidden;
    width: 300px;
    background-color: #f5f5f5;
    color: #000000;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -155px;
    opacity: 0;
    transition: opacity 0.8s;
    font-size: 1em;
}

.fwtooltip .tooltipemoji::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.fwtooltip:hover .tooltipemoji {
    visibility: visible;
    opacity: 1;
}

.emojiIns {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-arrow-color: #9d6000;
}

.toolWrap {
    /*float: right;*/
    display: flex;
    justify-content: center;
}

.numberFont {
    font-size: 1.2em;
}

.timeDesFont {
    font-size: 1.2em;
}

.intText {
    text-align: center;
    padding: 2.5% 0% 5% 0%;
    font-size: 1.2em;
    font-weight:600;
}

.countBox {
    border: solid;
    padding: 12px;
    width: 100%;
    height: 50%;
    margin: auto;
    text-align: center;
    border-width: thin;
    padding: 10px
}

@media (min-width: 768px) {
    .countBox {
        border: solid;
        padding: 12px;
        width: 25%;
        height: 50%;
        margin: auto;
        text-align: center;
        border-width: thin;
        padding: 10px
    }
}

.boxTitle {
    padding: 20px 0px 10px 0px
}

.countSep {
    display: inline-block;
    border-right: solid;
    border-width: thin;
    padding: 10px;
}

.countLastSep {
    display: inline-block;
}

.countSecMain {
    padding: 10px 0px 5px 0px;
}

.countSecSec {
    padding: 5px 0px 20px 0px;
}

.gridSep {
    margin-top: 1.0%!important;
    margin-bottom: 1.0%!important;
}

.mColor {
    color: #9d6000;
}

.pageDes {
    width: 80%;
    text-align: center;
    margin: 2.5% auto 5% auto;
}

.rSeparator {
    border: solid #9d6000;
    border-width: thin;
    background-color: #fff;
    margin: 1%;
    padding: 20px;
    border-radius: 5px;
    display: block!important;
}


.gridView, gridView a {
    border-color: #9d6000;
    font-size: medium;
    color: White;
    border: none;
    height: 15px;
    width: 90%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.alternatingRowStyle {
    color: black;
    border-color: #9d6000!important;
    text-align: left !important;
    border-bottom-width: 1px;
}

.rowStyle {
    background-color: White;
    border-color: #9d6000!important;
    color: black;
    text-align: left !important;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.altRowStyle {
    color: white;
    border-color: #9d6000!important;
    text-align: left !important;
}