html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a {
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    height: 100%;
    /*    font-family: Helvetica;*/
    font-family: Montserrat;
    background-color: #FFFFFF;
}
#page-wrapper {
    padding: 0px;
    height: 100%;
    height: auto !important;
    background-color: #231F20;
    border-top: 1px solid #DEDEDE;
}

.page-header {
    margin: 0 auto;
    border: none;
    padding: 10px;
    background-color: #0a182e;
    color: #ffffff;
    height: 70px;
}



.page-header a {
    color: #E4E5E6;
}

.page-header a:hover {
    color: #ffffff;
}

.disclaimer {
    font-size: 11px;
}
/* Set the fixed height of the footer here */
#footer {
    height: 300px;
}

#footer {
    background-color: #0a182e;
    color: #ffffff;
    padding: 10px;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.navbar-custom {
    background-color: #3D7DB7;
    font-size: 15px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial','Microsoft Sans Serif';
    padding-left: 50px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
}

.navbar-custom a {
    color: #ffffff !important;
}

.navbar-custom a:hover {
    color: #8DC63F !important;
}


/*Agent,Agency,BD Navigation*/
.navigation-custom {
    background-color: #3D7DB7;
    font-size: 15px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Arial','Microsoft Sans Serif';
    padding-left: 5px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
}

.navigation-custom a {
    color: #ffffff !important;
}

.navigation-custom a:hover {
    color: #000000 !important;
}
.dropdown-item {
    color: #ffffff !important;
}
    .dropdown-item:hover {
        color: pink !important;
        background-color: #67686b;
    }
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: pink;
}

.navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
nav .navbar-nav li a {
    color: white !important;
}

/* Page Columns */
.threeColumns {
    float: left;
    width: 33%;
    padding: 10px;
}

.twoColumns {
    float: left;
    width: 50%;
    padding: 10px;
}


.columnsLeft {
    float: left;
    width: 40%;
}

.columnsRight {
    float: left;
    width: 60%;
}


/* Clear floats after the columns */
.columnsRow:after {
    display: table;
    clear: both;
}

.msgProgressBottomRight {
    width: 200px;
    height: 100px;
    position: fixed;
    right: 0;
    top: 0;
    border: 1px solid #C4C4C4;
    background-color: #DBDBDB;
    padding: 10px;
    z-index: 1000;
}

    .msgProgressBottomRight table {
        width: 100%;
    }

    .msgProgressBottomRight td {
        text-align: center;
    }

    .msgProgressBottomRight span {
        color: #858585;
        font-size: 12px;
    }