/* Use own font */
@font-face {
        font-family: 'LeagueGothicRegular';
        src: url('../fonts/League_Gothic-webfont.eot');
        src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/League_Gothic-webfont.woff') format('woff'),
        url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
        url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
        font-weight: normal;
        font-style: normal;
}
.customFont { font-family: LeagueGothicRegular; }
.tranAm { color: #FBC42D; text-shadow: 1px 1px 4px #000; }

a { color:#ccc; }
a:hover { color:#eee;}

/* sticky footer include if required */

#pageWrapper {
    background:url(../images/layout/bg-light.png) no-repeat top center;
    min-height:100%;
    margin-bottom:-65px;
    width:100%;
}
.push,#pageFooter {
    height:35px;
}
.badge {
    background: #3C85C4;
    margin-left:20px;
}
.btn-block {
    margin-top:5px;
}
/* ============================================= */
/* Header */
/* ============================================= */
body {
    background: url(../images/layout/bg.png) top center repeat;
    font-size:14px;
}
.TAlogo {
    max-width: 250px;
    margin:5px;
}
/* NavigationnBar */
#topNav {
    background:url(../images/layout/menubar_bgd.png) #000;
    padding:5px;
    border-bottom: 1px solid #ccc;
    margin-bottom:15px;
}
.nav {
    display:block;
    float:right;
}
.nav li {
    display: inline-block;
    background:rgba(0,0,0,0.3);
}
.nav li:hover {
    background:rgba(0,0,0,0.5);
}
.nav li a {
    text-align: center;
    white-space: nowrap;
    width:100px;
    opacity:0.7;
}
.nav li a:hover {
    color:#000;
    opacity:1;
}
.nav li a:focus {
    background:rgba(0,0,0,0.5);
}
.dropdown-menu li, .dropdown-menu li a {
    margin:0px 2%;
    text-align: left;
    background:#fff;
    opacity:1;
    width:96%;
}
.dropdown-menu li:hover {
    background:#fff;
}
.dropdown-menu li a:hover {
    background:#FBC42D;
    color:#000;
    opacity:1;
    border-radius: 3px;
}
.nav .fa {
    font-size: 1.5em;
}
.nav b {
    display:block;
    margin-left:45%;
}
.caret {
    margin-top:0px;
    margin-bottom:-4px;
}
.dropdown-menu {
    font-size:0.8em;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
#searchBox {
    position:fixed;
    top:100px;
    z-index:10;
    left:-300px;
}
#searchArea {
    padding:10px;
    background:#fff;
    border-radius:0px 0px 5px 0px;
    float:left;
    display:inline-block;
    width:300px;
        border-top:2px solid #FBC42D;
    border-right:2px solid #FBC42D;
    border-bottom:2px solid #FBC42D;
}
#searchArea label {
    color:#000;
}
#searchBtn {
    padding:5px;
    background:#FBC42D;
    border-radius:0px 5px 5px 0px;
    float:left;
    display:inline-block;
    cursor:pointer;
    box-shadow: 2px 2px 4px #000;
    border-top:2px solid #FBC42D;
    border-right:2px solid #FBC42D;
    border-bottom:2px solid #FBC42D;
}
/* ============================================= */
/* Pages */
/* ============================================= */

/* Login Boxes */
#loginForm, #resetForm, #changePass {
    margin-top:35px;
}
#changePass button{
    margin-top:10px;
}
label {
    color:#fff;
    margin-top:6px;
}
#loginForm input, #resetForm input, #changePass input{
    background:rgba(200,200,200,0.3);
    height:45px;
    line-height: 45px;
    border:1px solid rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow: inner 0 0 5px #888;
    color:#fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#loginForm input:focus, #resetForm input:focus, #changePass input:focus{
    background:rgba(200,200,200,0.5);
    color:#222;
}
#loginForm input[type=email], #resetForm input[type=text] {
    border-radius: 4px 4px 0px 0px;
}
#loginForm input[type=password] {
    border-radius: 0px 0px 4px 4px;
    position:relative;
    margin-top:-1px;
    margin-bottom:10px;
}
#resetForm input[type=email] {
    margin-bottom:10px;
}
.panel-tranam {
    border:1px solid #d4a628;
}
.panel-tranam .panel-heading {
    background:#FBC42D;
    color:#000;
}

.control-label {
    color:#222;
}
.table-condensed {
    font-size:0.8em;
}
/* ============================================= */
/* Footer */
/* ============================================= */

#pageFooter img {
    max-width:250px;
}
#pageFooter #copyright {
    font-size:12px;
}
#pageFooter, #pageFooter a {
    color:#AAA;

}
#pageFooter a:hover {
    color:#fff;
}

/* ============================================= */
/* Responsive Styles */
/* ============================================= */
@media handheld, only screen and (max-width: 801px), only screen and (max-device-width: 801px) and (orientation:portrait){

}
@media (max-width: 600px){
    .nav li {
        display:block;
        width:100%;
    }
    .nav li a {
        display:block;
        width:100%;
    }
}