.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
    min-height: 100%;
    position: relative;
}

body {
  padding: 0;
  background-color: #ffff;
  margin-bottom: 40px;
}

.row {
    margin-right: -15px;
    margin-left: -1px;
}

@media (max-width: 768px) {
    body {
        margin-bottom: 80px;
    }

    .footer {
        padding: 0px!important;
    }

    .footer .text-right,.text-left {
        text-align: center;
    }

    .model-input {
        margin-top: 15px;
    }
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  color: #777;
}

.container-narrow > hr {
  margin: 30px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .container {
    max-width: 730px;
  }

  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}


.dvSelectPolicy{
    background: #025486;
    /*background-image : url("htlk.jpg");*/
    text-align : center;
    color : rgb(255, 255, 255);
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px
}

.pageFooter{
    background: #025486;
    text-align : center;
    color : rgb(255, 255, 255);
    padding: 10px;  /*give padding to text in the footer*/
}


.rz-floor,.rz-ceil{
   top: 12px;
}

.rzslider .rz-bubble {
    bottom: 12px;
}
.rzslider .rz-pointer:after {
   position: absolute;
   top: 6px;
   left: 6px;
   width: 12px;
   height: 12px;
   background: #025486!important;
   background-color: #025486!important;
   border-radius: 22px;
   content: '';
}
.rzslider .rz-pointer {
   top: -10px;
   z-index: 3;
   width: 24px;
   height: 24px;
   cursor: pointer;
   background-color: rgba(211, 214, 214, 0.68)!important;
   border-radius: 16px;
}

.rzslider .rz-pointer:focus {
    outline: none!important;
}
.rzslider .rz-bar {
   left: 0;
   z-index: 1;
   width: 100%;
   height: 6px;
   background: #f1f1f1;
   border-radius: 2px;
}
.rzslider .rz-bubble {
   visibility: visible!important;
}

.blockOverlay, .blockOverlayPreloader {
    z-index: 9999;
    border: none;
    margin: 0px;
    color: white;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgb(0, 0, 0);
    position: fixed;
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.blockUI {
    font-size: 30px;
    left: 46%;
    margin: 0 auto;
    position: absolute;
    top: 42%;
}

/*
    Login Page CSS
 */
.login {
  width: 400px;
  margin: 40px auto;
  font-size: 16px;
}

.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}

.login-header {
  background: #025486;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.login-container {
  background: #f2f2f2;
  padding: 12px;
}

.login p {
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}

.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
}

.login input[type="submit"] {
  background: #025486;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background: #17c;
}

.login input[type="submit"]:focus {
  border-color: #05a;
}

.submit-button {
   padding: 5px !important;
   width: 30% !important;
   
}

.login-error {
   padding-left: 12px;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.5s linear;
}

.login-submit {
   padding-top: 2px !important;
}

.password-field {
   padding-bottom: 2px !important;
}

.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff !important;
    z-index: 9999;
    opacity: 0.8;
    cursor: pointer;
}

.swal2-popup {
  font-size: 1.6rem !important;
}
