﻿label {
    font-size: 14px;
}

.menuHeader {
    background-color: #EBC402;
    width: 200px;
    text-wrap: none;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 8px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
}

hr.menu-sep {
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    border-bottom-color: #000;
    opacity: 0.5;
}

.panel-body img {
    padding: 20px;
}

.panel-body {
    text-align: center;
}

.cellTextLayout {
    font-size: 14px;
    color: Gray;
}

.trail {
    color: #EBC402 !important;
}

#dropDownNav {
    margin: 0px;
    padding: 0px;
    padding-right: 24px;
}

#dropDownNav li {
    text-align: right;
    display: block;
    list-style-type: none !important;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
}

#dropDownNav li a {
    color: #343432;
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.searchTextBox {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    width: 610px;
    color: #666;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.accordionItemHolder  {
    width: 620px;
}


#applicationListServerSide_processing {
    background-color: white;
    border: 3px solid gray;
    font-size: 22px;
    height: 110px;
    padding-bottom: 40px;
}