﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    height: 100%;
    width: 100%;
    background: #FFF
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0px;
    font-weight: normal;
    padding: 0px;
    display: block
}

img {
    border: 0px
}

a {
    text-decoration: none;
    color: #CCC;
    outline: none
}

.clear {
    clear: both
}

/****************************** Common Css******************************************/
.padTop {
    padding: 2% 2%
}

.padLeft {
    padding-left: 2%;
}

.noPadBottom {
    padding-bottom: 0 !important;
}

#lblUserkKey {
    color: #FFF;
    font-size: 10px
}

.fbold {
    font-weight: bold
}

input[type=text]:focus, input[type=password]:focus {
    box-shadow: 0px 1px 10px 2px #CCCCCC
}

.w100 {
    width: 100% !important;
}

.h70 {
    height: 55px
}
.headerBlock {
    background: #0A5A8D;
}

.dataList .dataTitleRow {
    background: #0A5A8D;
}

.CustList .dataTitleRow {
    background: #0A5A8D;
}

.gridLayout .gridTable .headerTableTitle {
    background-color: #0A5A8D !important;
}

.mobile-bottom-nav {
    background-color: #0A5A8D;
}

.focus-input100::before {
    background: #0A5A8D;
}

.login100-form-btn {
    background-color: #0A5A8D;
}

.txt2 {
    color: #0A5A8D;
}


.footerBlock {
    background: #0A5A8D;
}




/* For Login Page*/



