﻿.inlineDrop {
    display: flex;
    justify-content: flex-end;
}

.indropM {
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
}

.fwCenter {
    display: flex;
    justify-content: center;
}

.pInterior {
    border: groove;
    padding: 10px;
    border-color: #D3D3D3;
    background-color: #fff;
    box-sizing: border-box;
}

.panelCenter {
    margin: auto;
    width: 85%;
}

.langCenter {
    margin: auto;
    text-align: center;
}

.calTitle {
    display: inline-block;
    text-align: center;
}

.finInBlock {
    display: inline-block;
}

.forwardTitle {
    display: flex;
    justify-content: center;
    margin: 2% 10%;
    color: #9d6000;
}

.repeaterStyle {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9d6000;
}

.paddingzero {
    padding: 0px;
}

.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;
}

.emptyRowStyle {
    color: #9d6000;
    background-color:white;
    text-align: center;
}

.headerStyle {
    background-color: #b2853d;
    font-size: medium;
    text-align: center;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #b2853d;
    border-radius: 50%;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.rightHeader {
    text-align: center;
    background-color: #b2853d;
    width:100%;
    font-size:1.1em;
    color:white;
}


.holidaysquare {
    height: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.square {
    height: 25px;
    width: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.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;
}

.thisSeparator {
    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;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1199px) {
    .thisSeparator {
        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;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 47%!important;
    }

    .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;
        margin-left: 5px;
        margin-right: 5px;
        width: 24%!important;
    }

}

.pageDes {
    width: 95%;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.mainEnc {
    margin: auto;
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 75px;
}


/* unvisited link */
a:link {
    /*color: red;*/
    text-decoration: none;
    color: #337ab7;
}


/* mouse over link */
a:hover {
    color: #9d6000 !important;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #9d6000 !important;
    text-decoration: underline;
}