﻿.error {
    color: red;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0 !important;
}

.smallwebline {
    float: left;
    width: 100%;
    position: relative;
    background: #9e6b22;
    height: 1px;
    margin-bottom: 8px;
}

.pageheader {
    background: linear-gradient(#f3b45b 0%, #9e6b22 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #9e6b22;
    /*float: left;
    position: relative;
    width: 100%;
    height: 36px;*/
    border-radius: 5px 5px 0 0;
    color: black;
    font-size: 16px;
}

    .pageheader p {
        font-family: Arial Narrow;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 0 0;
    }

.pagecontent {
    margin-left: 10px;
    margin-right: 10px;
}

.licustom {
    list-style-type: none;
}

.liactive {
    background-color: aquamarine;
}

div.vertical {
    padding-left: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    overflow: hidden;
    /*  text-align: left;*/
}
/*Sidemenu Page*/
.sidenav {
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgb(16, 14, 50);*/
    overflow-x: hidden;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        color: #333333!important;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none !important;
        border-top: 1px solid #ffffff;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            /*            color: #818181;*/
            /*color: #ffffffd4;*/
            
            background-color: #9E6B22 !important;
            color: white !important;
        }

/*.dropdown-container a {
    padding-left: 40px;
}
.sidenav .dropdown-container .dropdown-btn {
    padding-left: 30px;
}*/
.plclass {
    padding-left: 30px;
}
/* Add an active class to the active dropdown button */
.activenav {
    background-color: #f3b45b !important;
    color: black !important;
}

.dropdown-btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: none !important;
}

/*.dropdown-btn active div.dropdown-container {
    padding-left: 45px !important;
    background-image: url(../../../Images/Pages/l.png);
    background-repeat: no-repeat;
}*/
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    /*  background-color: rgb(16, 14, 50);*/
    /*background-color: #262626;*/
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/*.plclass button, .plclass .dropdown-btn .active, .plclass div a {
    background-image: url(../../../Images/Pages/l.png);
    background-repeat: no-repeat;
}*/
/*.applyul {
    padding-left: 45px !important;
    background-image: url(../../../Images/Pages/l.png);
    background-repeat: no-repeat;
}*/
#topBar.make-accessible-header #accessibility ul li ul.accessiblelinks.textSizing, #topBar1.make-accessible-header #accessibility ul li ul.accessiblelinks.textSizing {
    display: none;
    position: absolute;
    width: 200px !important;
    background: #fff;
    left: 0;
    z-index: 99;
    padding: 0 !important;
    border: 1px solid #d8d8d8;
    border-top: none;
}
.btnthemecolor {
   /* background: linear-gradient(#f3b45b 0%, #9e6b22 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;*/
    background: linear-gradient(#eee 0%, #ada7a7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background-color: #9e6b22 !important;
    color: black !important;
}