/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2019, 11:49:55 PM
    Author     : saidu
*/

.margin-top-10{
    margin-top: 10px;
}
span.required{
    color: red;
}
.errorMessage{
    color: red;
}
.banner-bgcolor {
    background-color: #002060;
    border-top: 1px solid #0060B1;
    border-bottom: 1px solid #0060B1;
}
.banner-text{
    color: #FFF;
    margin-top: 30px;
    font-size: 36px;
    line-height: 33px;
}
.banner-text-small{
    color: #FFF;
    margin-top: 20px;
    font-size: 20px;
    /*margin-left: 100px;*/
    text-align: center;
}
.ljs-button{
    background:transparent!important;
    color:#545454;
}
.btn-green {
    background-color: #49C32C;
    border-color: #3db720;
    color: #fff;
}
.aboutArea{
    background-color: #0A0831 !important;
    background: #0A0831 !important;
}
.menuFooter{
    background-color: #f1f1f1 !important;
}
.marquee-bgcolor{
    background-color: #F0F0F0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 0px;
}
.bs-example{
    margin: 20px 0px;
}
.panel-title .glyphicon{
    font-size: 14px;
}
.topbar{
    background-color: #002060 !important;
}
ul.list li {
  width: 180px !important;
  margin: 0 10px 10px 0 !important;
}