@import url('glyphicons/glyphicons.min.css');
/****************************************** Grey Color***************************************/
/****************************************** Black Color***************************************/
/****************************************** White Color***************************************/
@font-face {
    font-family: "roboto-bold";
    src: url("../../contents/css/fonts/roboto-bold-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-light";
    src: url("../../contents/css/fonts/roboto-light-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-medium";
    src: url("../../contents/css/fonts/roboto-medium-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-regular";
    src: url("../../contents/css/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../../contents/css/fonts/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.font-weight-normal {
  font-family: "roboto-medium", sans-serif; }

*{
    margin:0;
    padding:0;
}
body {
    font-family: "roboto-regular";
}

.row{
    margin-left:0px !important;
    margin-right: 0px !important;
}

.txtC{
    text-align:center;
}

.txtL{
    text-align:left;
}
.mTop20 {
    margin-top: 20px;
}

.mTop40 {
    margin-top: 40px;
}

.mTop60 {
    margin-top: 60px;
}

.pTop20{
    padding-top:20px;
}

.pBottom20{
    padding-bottom:20px;
}

label{
    font-weight:bold;
}

.mandatory-mark{
    color:red;
}

.btn-red {
    color: #fff;
    background-color: red;
    border-color: #dc3545;
}

.btn:hover {
    color: white;
    border: 1px solid red;
    background: red;
}

.btn:disabled{
    background-color:lightgray;
    border-color:gray;
}

.btnBack {
    float: left;
    color: gray;
    outline: none;
    background: none;
    border: none;
}

.img-calender {
    height: 21px;
    width: 21px;
    position: absolute;
    margin-top: -30px;
    right: 28px;
}

.form-control {
    border-radius: .1rem !important;
}

.form-control:focus {
    background-color: #fff;
    border: 1px solid #767879;
    box-shadow: none;
}

#errChqNo {
    display: block;
    margin-top: 20px;
    background: #ff8044;
    /*margin-left: 15px;
    margin-right: 15px;*/
    font-size: 12px;
    padding: 5px;
}

input::selection{
    outline:none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.footer-row {
    /*position: fixed;*/
    width: 100%;
    /*bottom: 10px;*/
    padding-top: 10px;
    border-top: 1px solid lightgray;
    background: white;
    padding-bottom:10px;
    z-index:9999;
}