nav.navbar-custom { 
 background: #a04222;
 border-color: #a04222;
 box-shadow: 0 0 3px 0 #bb4b25; 
}
nav.navbar-custom a {
    color: white;    
}
nav.navbar-custom ul.navbar-nav a {
    color: white;
}
    
nav.navbar-custom ul.navbar-nav a:hover,
nav.navbar-custom ul.navbar-nav a:visited,
nav.navbar-custom ul.navbar-nav a:focus,
nav.navbar-custom ul.navbar-nav a:active { 
    background: #edebdd;
	color: white;
}

nav.navbar-custom ul.navbar-nav a:hover { 
	color: #03244d;  
    background: white;
}

nav.navbar-custom li.divider { 
    background: #bb4b25; 
}
nav.navbar-custom button.navbar-toggle { 
    background: #bb4b25; 
    border-radius: 2px; 
}
nav.navbar-custom button.navbar-toggle:hover { 
    background: #999; 
}
nav.navbar-custom button.navbar-toggle > span.icon-bar { 
    background: #fff; 
}
.travelmenu {
        font-size: 12px !important;
    }
.travelmenu-admin {
        font-size: 11px !important;
    }

/*for student navbar */
.scrollable-menu {
    height: auto;
    /* max-height: 100px; */
    overflow-x: hidden;
}

/*for input text box */
.label-text {
        font-weight: bold;
        color: #03244d;
    }
.txt-input
{
     border-color: #f0ad4e !important; 
    color: #03244d !important;
    border-radius: 5px !important;
}
.legend-petition {
    font-size: 1rem; color: #03244d !important;
}     
.fieldset-border-petition {
    border: #a04222 1px solid;
}
.h5-petition{
    font-size: 0.90em !important;
}