.menu > li {
    padding-right: 2px;
}
.content .row{
   background-color: #FFFFFF;
}
.button-group .parent ul {
	display: none;
}
.nav-bar {
    margin-top: 40px;
}
.intro-text p {
    color: #ffffff;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
}

.carouselContainer {
    display: block;
    height: 670px;
    margin: 0;
    width: 100%;
}
.carouselImg {
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 670px;
    position: absolute;
    top: 0;
    width: 100%;
}
.carouselText {
  padding-top: 500px; 
  padding-left: 20px;
}
.font11 {
  font-size: .7em;
}
.font12 {
  font-size: .9em;
}
.fontB{
  font-weight: bold;
}
.head2{
    font-family:sans-serif;
    font-size: 1.3rem;
    color: #222323;
    letter-spacing: 0
}

.head3{
    font-family:sans-serif;
    font-size: 0.8rem;
    color: #2199e8;
    letter-spacing: 0
}
.letterBox {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(194,194,194,1);
    box-shadow: 0px 0px 8px 1px rgba(194,194,194,1);
    padding: 5px;
    position: relative;
}

#listing {
    padding: 10px;
}
#listing .image{ }
#listing img{ width: 100%}
#listing .text { white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }
#listing .letterBox {
    padding: 0.5rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer {
    background-color: #C5BCAF;
    min-height: 400px;
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 50px;
    position: fixed;
    width: 100%;
    bottom: -300px;
    height: 400px;
}

.bottomspacer {
 height: 100px;
}
/*===============*/
.pageContainer.app {
    background-color: white;
    border: 1px solid #147fdb;
    border-radius: 3px;
    margin: 10px;
}
.app .date select {
    width: 30%;
}
.app .mainrow {
margin-top: 75px;
}

#uitabs ul {
    display: block;
    padding: 0px;
    margin: 20px 0px;
}
#uitabs ul li {
    display: inline-block;
    border: solid 1px;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: silver;
    color: white;
}
#uitabs ul li.active {
    background-color: #2199e8;
}
#uitabs ul li a {
    color: white;
}

.inlineEdit input[type=submit] {
    display: inline-block;
    background-color: #2199e8;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 2px;
    border: solid #2199e8 1px;
}
.inlineEdit input[value=Delete] {
    background-color: red;
    border-color: red;
}
tr.rowHighlight,tr.rowHighlighthover {
    background-color: #FFF0F0;
}
td.listDate {
    font-size: 9px;
}
/* Stylesheet: AmericanCss Modified On 2016-08-14 17:45:05 */
