header{
    height: 8% !important;
    background: #128fcf !important;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 6px 0px 0px rgba(39,128,184,1);

}

body{
    background: #f4f5fa;
    padding: 0;
    margin: 0;
} 

.biggest-div-login-page{
    background: #ffffff;
    width: 30em;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 0px 10px 4px rgba(220,220,220,1);
    text-align: center;
    padding: 0;
}

.upper-div-login-page{
    height: 70%;
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
}

.inputTextBox{
    background: #f4f5fa;
    border-radius: 7px 7px 7px 7px !important;
    border: #eae9ee solid 3px !important;
    width: 90% !important;
    height: 0.9em !important;
    text-align: center;
    box-shadow: none !important;
    padding: 0.5em !important;
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
}

.buttonLogin{
    width: 10em;
    height: 2.2em;
    background: #4090d3 !important;
    color : white !important;
    border-radius: 12px 12px 12px 12px;
    border: 0px solid #000000;
    outline: 0 !important;
    box-shadow: none;
    margin-top: 1em;
    font-weight: normal;
}

.buttonLogin:hover{
    background: #3080c3 !important;
}

.outputLabel{
    font-weight: bold;
    color: #8e8e8e;
}


.divider{
    width: 80% !important;
    text-align: center;
    border-bottom: 1px solid #e1e1e1 !important;
    line-height: 0.2em !important;
    margin: -20px 0 30px !important;
    margin-left: 10% !important;
}

.divider span{
    color: #2c90c9;
    font-size: 1.2em;
    background: #ffffff;
    padding: 0 20px;
    font-weight: bold;
}

input {
    filter: none;
    border: 0;
}

tr{
    line-height: 25px;
}  

.menuUl {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #128fcf;
}

.menuLi {
    float: left;
    border: 0;
}

li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.nav_bar_button{
    text-decoration: none;
    color: white !important;
}

.nav_bar_button:hover{
    background: #2070b3 !important;
}

nav ul li ul { display:none; }

nav ul li:hover ul {
    z-index:99999;
    display:list-item !important;
    position:absolute;
    margin-top:0px;
    margin-left:0px;
    border-right: none;
    background: #3080c3;
}

nav ul li:hover ul li {
    float:none;
    border-right: none;
}

nav ul li ul li:hover {
    background: #2070b3;
}

#customBtn {
    display: inline-block;
    color: #128fcf;
    border-radius: 5px;
    white-space: nowrap;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.ui-growl {
    top:12% !important;
    width: auto !important;
    z-index:9999;
}

.ui-growl-message {
    padding: 10px 2em 10px 1em !important;
    width: auto !important;
    float: right;

}

.ui-growl-title {
    text-align: center;
}

.ui-growl-image{
    margin-right: 1em !important;
}

div[id="logCla:growl_container"] > div[class~="g-fatal"] {
    background-color: black !important;
}

div[id="logCla:growl_container"] > div[class~="g-error"] {
    background-color: red !important;
}

div[id="logCla:growl_container"] > div[class~="g-warn"]{
    background-color: orange !important;
}

div[id="logCla:growl_container"] > div[class~="g-info"]{
    background-color: green !important;
}

.ui-growl-image-info ~ .ui-growl-message {
    color:#fff;
}
.ui-growl-image-error ~ .ui-growl-message {
    color:#fff;
}
.ui-growl-image-warn ~ .ui-growl-message {
    color:#fff;
}
.ui-growl-image-fatal ~ .ui-growl-message {
    color:#fff;
}
