#flDebugToolbar{
    display:none !important;
}

body{
    color: #000000;
}
input {
    border: 1px solid #a9a8a9;
}



.indexHeader {
    background-color: #dedede;
}
.indexBlueBG {
    width: 750px;
    height: 250px;
    background-color: #052049;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.indexHeading {
    width: 240px;
    text-align: center;
    margin-top: 70px;
    color: #fff;
}
.cstm-login {
    width: 400px;
    min-height: 300px;
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 150px;
    right: 0;
    display: inline-table;
}
.loginBtn {
    background-color: #6CC04A !important;
    border-color: #6CC04A !important;
}

.navbar {
    min-height: 45px;
}
.cstmHeader {
    width: 100%;
    margin-top: 0px !important;
}
.headerLogo {
    width: 65px;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}
.headerLogo img {
    width: 100%;
}
.userDropDownMenu li a {
    color: #00BCD4;
}
.footer {
    padding: 3px 20px;
    position: fixed;
}
.headerStaticTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.page-heading {
    padding: 0 10px 5px 10px;
}
.page-heading h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}
.breadcrumb {
    font-size: 11px;
}
#page-wrapper {
    margin:0px;
}









