﻿.imageFlag {
    border: double;
    width: 15%;
    height: 100%;
    background-color: #F5F5F5;
    background-color: #F5F5F5;
    object-fit: cover;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 100%;
        height: 100%;
        background-color: #F5F5F5;
        padding: 0px;
        background-color: #F5F5F5;
        object-fit: cover;
    }
}

.clockCanvas {
    display: flex;
    width: 150px;
    height: 150px;
    background-color: #9d6000
}

.textJustify {
    text-align: justify;
}

.newsBox {
    border: solid;
    border-width: thin;
    margin: 10px;
    border-color: #9d6000;
    text-align: justify;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 800px;
}


.newsMargin {
    margin-left: 1%;
}

.hideOver {
    overflow: hidden;
}

.newstext {
    border: none;
    text-align: justify;
    font-size: 1.1em;
    overflow: hidden;
    padding: 0px;
}

.holsDrop {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.holsHeader {
    background-color: #9d6000;
    color: white;
}


.repeaterStyle {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9d6000;
}

.goLeft {
    text-align: left;
}

.holsEnclosure {
    width: 80%;
    margin: auto;
}

.displayIn {
    display: inline-block;
}

.padding10 {
    padding: 10px;
}

.cInfoBox {
    border: solid;
    border-width: thin;
    margin: 10px;
    border-color: #9d6000;
    text-align: justify;
    height: 400px;
    max-width: 800px;
}

.cInfoOverflow {
    overflow-x: hidden;
    overflow-y: auto;
    height: 330px;
    width: 95%;
    margin: auto;
}

.cityInfoHeader {
    margin: 5px 0px 5px 15px;
}

.cleanSmallFont {
    color: #9d6000;
    background-color: transparent;
    border: outset;
    border-color: lightgray;
    text-align: center;
    font-size: 0.9em;
}

.cleanButton {
    color: #9d6000;
    background-color: transparent;
    border: outset;
    border-color: lightgray;
    text-align: center;
}

.image {
    color: #9d6000;
    background-color: transparent;
    border: none;
}

.rightSide {
    float: right;
}


.topright {
    float: right;
    top: 0px;
    font-size: 65%
}


.gridView, gridView a {
    border-color: #9d6000;
    font-size: medium;
    color: White;
    border: none;
    height: 15px;
    width: 90%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.rowStyle {
    background-color: White;
    border-color: #9d6000;
    color: black;
    text-align: left;
    margin-bottom: 5px;
}

.alternatingRowStyle {
    color: black;
    border-color: #9d6000;
    text-align: left;
    margin-bottom: 5px;
}


.cOverflow {
    overflow: auto;
}



.fwCenter {
    display: flex;
    justify-content: center;
}

.fwCenterTitle {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


.langCenter {
    margin: auto;
    text-align: center;
}


.mainEnc {
    margin: auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 74px;
}


.thisframe {
    width: 100%;
    height: 275px;
    border: 1px solid black;
}


.repeaterS {
    font-size: 0.875em;
    width: 100%
}


.newsBox {
    border-bottom: solid;
    border-width: thin;
    border-color: whitesmoke;
    margin: 10px;
    text-align: justify;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 800px;
}


.subtitle {
    font-size: 0.9em;
}

.title {
    font-size: 1.1em;
}

.thisChart {
    height: 100%!important;
    width: 80%!important;
}


.cenChart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 275px;
    border: 1px solid #333;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    /*border: 2px solid #e7e7e7;*/
}

    .button1:hover {
        background-color: #9d6000;
        color: white;
    }


.structRepeater {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #b2853d;
}

.structHeader {
    background-color: #b2853d;
    color: white;
}

.structHeaderCol {
    text-align: center;
    font-size: 1em;
    border: none;
}

.structReapCol0 {
    text-align: center;
    width: 5%;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    height: 45px;
}


.structReapCol1 {
    width: 17.5%;
    text-align: center;
    padding-left: 5px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    height: 45px;
}

.structReapCol2 {
    width: 25%;
    text-align: center;
    padding-left: 5px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    height: 45px;
}

.structReapCol3 {
    text-align: center;
    width: 11.5%;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    height: 45px;
}

.structReapCol4 {
    text-align: center;
    width: 10%;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    height: 45px;
}

.structReapCol6 {
    text-align: center;
    width: 50%;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    height: 45px;
}


.structReapUp1 {
    width: 20%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    min-height: 45px;
}

.structReapUp2 {
    width: 60%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2853d;
    min-height: 45px;
}

.structHeaderColUp {
    text-align: center;
    width: 50%;
    font-size: 1em;
    border: none;
}


.structHeaderColUp1 {
    text-align: center;
    width: 20%;
    font-size: 1em;
    border: none;
}

.structHeaderColUp2 {
    text-align: center;
    width: 60%;
    font-size: 1em;
    border: none;
}

.Sentence{
    padding:20px;
    font-size:1.2em;
}

.thisPre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    word-wrap: break-word;
    border-bottom:solid;
    border-width:1px;
    border-color: #333;
}


.topMargin{
    margin-top:5%!important;
}

.centered {
    text-align: center;
    color: #9d6000;
}

.imgEnclosure {
    position: relative;
    text-align: center;
    color: white;
}

.thisImg {
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    max-width: 800px;
    height: auto;
}

.imagecap {
    position: absolute;
    bottom: 8px;
    background: black;
    left: 27%;
    opacity: 0.7;
}

.textEnclosure {
    margin: 10px auto 10px -15px;
    text-align: justify;
}

.inlineD {
    display: inline-block;
    font-size: 2em;
}
