﻿.repeaterStyle {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9d6000;
}

.rightSide {
    float: right;
}

.topright {
    float: right;
    top: 0px;
    font-size: 65%
}

.goLeft {
    text-align: left;
}

.panelCenter{
    width:96%!important;
}

.image {
    color: #9d6000;
    background-color: transparent;
    border: none;
    font-size: 0.7500em;
}

.imageFlag {
    border: double;
    width: 15%;
    height: 100%;
    background-color: #F5F5F5;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 100%;
        height: 100%;
        background-color: #F5F5F5;
        padding: 0px;
    }
}

.cleanButton {
    color: #9d6000;
    background-color: transparent;
    border: outset;
    border-color: lightgray;
    text-align: center;
}

.langCenter {
    margin: auto;
    text-align: center;
}

.holsHeader {
    background-color: #9d6000;
    color: white;
}


.noRecords {
    font-size: 1.2em;
    text-align: center;
    color: #9d6000;
    margin-top: 20px;
}

.mainEnc {
    margin: auto;
    width: 99%;
    box-sizing: border-box;
    margin-top: 75px;
}

.cOverflow {
    overflow: auto;
}


.Check  {
    margin-top: 50px;
}

.padding10 {
    padding: 10px;
}


.holidayHeight {
    min-height: 545px;
}

.holidayEnc {
    width: 80%;
    margin: auto;
}

.pageDes {
    width: 90%;
    text-align: justify;
    margin: 2.5% auto 5% auto;
}

.marginTop50{
    margin-top:50px!important;
}

.marginBot40 {
    margin-bottom: 40px;
}

/* unvisited link */
a:link {
    /*color: red;*/
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #9d6000 !important;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #9d6000 !important;
    text-decoration: underline;
}