﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}
/*
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
/*.fibip {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #000000;
    background-color: #F1F5F9;
    margin: 1px 5px;
    padding:0px 5px;
}*/
.fibip {
    border:0px;
    background-color: #dadada;
    margin: 1px 5px;
    padding: 0px 8px;
    border-radius: 5px;
   
}
.fill-textbox {
    height: 25px;
}
.fibdd {
    border: 0px;
    background-color: #dadada;
    margin: 1px 5px;
    padding: 3px 8px;
}
.w60 {
    width: 60%;
}
.w40 {
    width: 40%;
}
/*.mtcdd {
    width: 100%;
    margin: 0px 0px;
    padding: 15px 10px;*/
    /*background-color: #F1F5F9;*/
    /*background-color: #e6eef6;
    border:0px;
    border-radius: 20px;
}*/
.text-center{
    text-align:center;
}
.main-height{
    min-height:573px!important;
}
.sub-height{
    min-height:300px!important;
}
.mh-300{
    min-height:300px;
}
.mh-400{
    min-height:400px;
}
.mh-250{
    min-height:250px;
}
.lbltext {
    color: black;
    margin-left: 3px;
    font-size: 17px;
}
.form-check-input {
    font-size: 20px;
}
.mb-5{
    margin-bottom:5px;
}


.form-check-label {
    color: #0F172A !important;
    font-size: 16px !important;
}

.form-check{
    margin-bottom: 0 !important;
}