﻿.mainEnc {
    margin: auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 75px;
}

.sideColumn {
    border: solid;
    border-color: #9d6000;
    border-width: thin;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    width: auto !important;
    margin: 1%;
    min-height: 795px !important;
    padding-top:20px;
}

.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;
    text-align: left !important;
    border-width: thin;
    border-style: none none solid;
}

.rowStyle {
    background-color: White;
    border-color: #9d6000;
    color: black;
    text-align: left !important;
    border-width: thin;
    border-style: none none solid;
}


.chkChoice {
    font-size: 1em;
}

    .chkChoice input {
        margin-left: 0px;
    }

    .chkChoice label {
        padding-left: 10px;
    }


.cleanNoBorder {
    color: #9d6000;
    background-color: transparent;
    border: none;
}

.imageFlag {
    border: double;
    width: 15%;
    height: 100%;
    background-color: #F5F5F5;
    object-fit: cover;
}

@media (min-width: 768px) {
    .imageFlag {
        border: double;
        width: 100%;
        height: 100%;
        background-color: #F5F5F5;
        padding: 0px;
        object-fit: cover;
    }
}

.goLeft {
    text-align: left;
}


.holsHeader {
    background-color: #9d6000;
    color: white;
}

.repeaterStyle {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9d6000;
}

.aligCenter {
    text-align: center;
}

.rightSide {
    float: right;
}

.image {
    color: #9d6000;
    background: transparent;
    border: none;
}

.repeatEnc {
    width: 75%;
    margin: auto;
    padding: 5%;
}


.cleanButton {
    color: #9d6000;
    background-color: transparent;
    border: outset;
    border-color: lightgray;
    text-align: center;
}



/* 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;
}


.cSeparator {
    border: solid #9d6000;
    border-width: thin;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

    input{
        margin:2px 10px 2px 10px!important;
    }

.h5 {
    font-size: 0.875rem!important;
}