html {
    position: relative;
}
body {
    /*defined in kdbe*/
    background-color: #F6F7F9;
}
h1 {
    font-weight: bold;
}
.navbar {
    border-bottom: 3px solid #1967be;
    height: 90px;
}
.brand_container {
    height: 36px;
    line-height: 36px;
}
.brand_container i,
.brand_container span {
    vertical-align: middle;
}
#home_icon {
    margin-right: 4px;
    font-size: 28px;
}
.nav_icon {
    margin-left: 4px;
}
.nav-link .btn-primary {
    border: 1px solid #1967be;
    padding-top: 3px;
    padding-bottom: 3px;
}
a.btn_link:hover {
    text-decoration: none !important;
}
.body {
    /*defined on BODY div*/
    margin-top: -15px;
}
.body .btn {
    margin-top: 15px;
}
.search-form .btn{
    margin-top: 0;
}
.position {
    min-height: 100vh;
    margin-bottom: 70px;
}
.body_frame {
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
    background-color: white;
    margin-bottom: 20px;
}
footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 70px;
    padding-top: 25px;
}
.footer_logo {
    height: 16px;
    padding-bottom: 2px;
    margin-left: 3px;
    margin-right: 2px;
}
.req_field label:after {
    content: " *";
    color: red;
}

#set_language_form {
    display: inline-block;
}
#set_language_form select {
    border: none;
    padding: 0px;
}
.btn-primary:hover #set_language_form select{
    background-color: #1a6dca;
}

/* This is to remove the arrow of select element in IE */
#set_language_form select::-ms-expand {display: none; }
#set_language_form select{
    -webkit-appearance: none;
    appearance: none;
}
@-moz-document url-prefix(){
    .ui-select{border: 1px solid #CCC; border-radius: 4px; box-sizing: border-box; position: relative; overflow: hidden;}
    .ui-select select { width: 110%; background-position: right 30px center !important; border: none !important;}
}

/*for .logo img, undo max-width and revert to img-fluid*/
@media (max-width: 768px) {
    .logo img {
        max-width: 100% !important;
    }
}


.btn-margin-left {
    margin-left:8px;
  }
