.container-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 10px; }

.marg20 {
  margin: 20px 0 20px 0; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.fixed-container {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  display: block; }

.grey-bg-banner {
  background-color: #f7f7f7;
  padding: 10px 0; }

.topbar {
  background-color: #2a3a91;
  padding: 10px 0; }

.tpbar-col-4 {
  width: 33.33%;
  display: inline-block;
  margin: 0 -2px; }

.topbar-mod {
  display: block;
  width: 100%; }

.tp-info {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8em;
  position: relative;
  padding-left: 25px;
  padding-top: 5px; }

.tp-info:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 40px;
  background-size: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat; }

.tp-info.tp-contact {
  background-repeat: no-repeat;
  background-image: url(../images/brand-icons/Phone.svg); }

.tp-info.tp-Support {
  background-repeat: no-repeat;
  background-image: url(../images/brand-icons/email.svg); }

.tp-info.tp-address {
  background-repeat: no-repeat;
  background-image: url(../images/brand-icons/location.svg); }

.navigation-container {
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(225, 225, 225, 0.75);
  -moz-box-shadow: 0px 5px 6px 0px rgba(225, 225, 225, 0.75);
  box-shadow: 0px 5px 6px 0px rgba(225, 225, 225, 0.75);
  background: #fff; }

.logo-container {
  width: 120px;
  height: 60px; }

.logo-container .dhbvn-logo {
  width: 100%;
  height: 100%; }

.logo-container {
    display: inline-block;
    width: 20%;
    margin: 0px 0px;
    padding-top: 10px;
}
.navigation-sec {
  display: inline-block;
  margin: 0 -2px;
  width: 80%; }

.navigation {
  text-align: right; }

.navigation > li {
  display: inline-block;
  margin: 0 -2px;
  margin-left: 25px;
  padding-bottom: 20px; }

.navigation > li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #565656;
    font-size: 0.8em;
    position: relative;
    padding-bottom: 30px;
    text-decoration: none;
}


.navigation > li > a:after {
  background-color: #32297a;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  width: 0;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out; }

.navigation > li.active a::after,
.navigation > li a:hover::after,
.navigation > li a:active::after,
.navigation > li a:focus::after {
  left: 0px;
  right: 0px;
  width: auto; }

.payment-option-icon img {
  max-width: 100%;
  height: 42px; }

.navigation-sec ul,
.navigation-sec .sub-siblings:after {
  transition: .4s; }

.navigation-sec ul li {
  position: relative; }

.navigation-sec ul li ul {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: absolute;
  width: 210px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 60;
  top: 126%; }

.navigation-sec ul.navigation > li:nth-last-child(1) > ul,
.navigation-sec ul.navigation > li:nth-last-child(2) > ul,
.navigation-sec ul.navigation > li:nth-last-child(3) > ul {
  right: 0;
  left: auto; }

.navigation-sec ul li ul li {
  display: block; }

.navigation-sec ul li ul li a {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  line-height: 1.4; }

.navigation-sec ul li ul li:hover > a,
.navigation-sec ul li ul li.current_page_item > a,
.navigation-sec ul li ul li.current-page-ancestor > a {
  border-color: transparent;
  background-color: #f3f2f2; }

.navigation-sec ul li ul li ul {
  left: 100%;
  top: -1px; }

.navigation-sec ul.navigation > li:nth-last-child(4) ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(5) ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(1) ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(2) ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(3) ul > li > ul,
.navigation-sec ul.navigation > li > ul > li > ul > li > ul {
  left: auto;
  right: 100%; }

.navigation-sec ul.navigation > li:nth-last-child(1) > ul > li > ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(2) > ul > li > ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(3) > ul > li > ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(4) > ul > li > ul > li > ul,
.navigation-sec ul.navigation > li:nth-last-child(5) > ul > li > ul > li > ul {
  right: auto;
  left: 100%; }

.navigation-sec .sub-siblings {
  position: relative; }

.navigation-sec .sub-siblings:after {
  content: "+";
  margin-left: 7px;
  position: absolute;
  top: 50%;
  right: -7px;
  line-height: 20px;
  margin-top: -10px; }

.navigation-sec ul li ul li a.sub-siblings:after {
  right: 20px; }

.navigation-sec ul.navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible; }

.navigation-sec ul.navigation > li:hover > ul > li:hover > ul,
.navigation-sec ul.navigation > li:hover > ul > li:hover > ul > li:hover > ul {
  top: -1px;
  opacity: 1;
  visibility: visible; }

.navigation-sec ul > li:hover > a.sub-siblings:after {
  content: '-';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.navigation-sec ul.navigation > li > a.sub-siblings {
  padding-right: 10px; }

.payment-option-list {
  display: block;
  width: 100%;
  background-color: #2a3a91;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 30px 0; }

.payment-option-first {
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px; }

.payment-option-last {
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px; }

.payment-option-list li {
  width: 16.66%;
  display: inline-block;
  margin: 0 -2px;
  padding: 12px;
  position: relative; }

.payment-option-list li .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #2a3a91;
  min-width: 160px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  z-index: 20; }

.payment-option-list li {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.payment-option-list li .dropdown-list li {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  display: block;
  width: 100%;
  margin: 0; }

.payment-option-list li:hover,
.payment-option-list li:focus {
  background-color: #1a2a81; }

.payment-option-list li .dropdown-list li:hover,
.payment-option-list li .dropdown-list li:focus {
  background-color: #1a2a81; }

.payment-option-list li .dropdown-list li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9em; }

.payment-option-list li:hover .payment-name,
.payment-option-list li:focus .payment-name {
  color: #eaeaea;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }

.payment-option-list li:hover .dropdown-list,
.payment-option-list li:focus .dropdown-list {
  visibility: visible;
  opacity: 1; }

.payment-option-list li a {
  display: block; }

.payment-option-icon {
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 10px; }

.payment-name {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0.8em;
  color: #ffffff;
  display: block;
  text-align: center; }

.payment-section {
  display: block;
  width: 100%; }

.payment-checkout {
  width: 40%;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top; }

.dhvbn-banner {
  width: 60%;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top; }

.payment-checkout-inner {
  padding: 15px 15px;
  min-height: 554px; }

.payment-checkout-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-shadow: inset 0 -2px #d1d3d2; }

.payment-checkout-list li {
  width: 33.33%;
  display: table-cell;
  padding-bottom: 10px;
  font-size: 0.8em;
  box-shadow: inset 0 -2px #676767;
  color: #676767;
  font-weight: 500;
  text-align: center; }

.payment-checkout-list li.active {
  box-shadow: inset 0 -2px #2a3a91;
  color: #2a3a91; }

.payment-title h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: #2a3a91;
  font-size: 1.9em;
  margin: 15px 0 0 0; }

.dhbvn_banner-img {
  position: relative; }

.dhbvn_banner-img img {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  max-width: 100%; }

.payment-category-list {
  display: block;
  width: 100%;
  border-width: 1px;
  border-color: #c4c4c4;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  box-shadow: 2.5px 4.33px 10px 0px rgba(222, 222, 222, 0.294);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 30px 0; }

.payment-category-list li {
  width: 14.285%;
  display: inline-block;
  margin: 0 -2px;
  padding: 12px;
  position: relative; }

.payment-category-icon {
  display: block;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 10px; }

.payment-category-icon img {
  height: 52px;
  width: 100%; }

.payment-category-name {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0.8em;
  color: #676767;
  display: block;
  text-align: center; }

.copyright-sec-inner {
  border-top: 1px solid rgba(42, 58, 145, 0.5);
  padding-top: 15px; }

.copyright-left p {
    float: left;
    color: #676767;
    font-size: 14px;
}

.copyright-right p {
    float: right;
    color: #444444;
    font-size: 14px;
}

.watermark {
  padding-top: 15px; }

.watermark-name {
    display: block;
    color: #a4a4a4;
    font-weight: 400;
    text-align: center;
}

.company-img-block img {
  display: block;
  margin: 0px auto;
  text-align: center; }

.payment-o-de {
  color: #000000;
  font-weight: 500;
  font-size: 0.8em;
  padding-left: 5px;
  display: block; }

.dhbvn-bill-section {
  width: 100%;
  display: block;
  border: 1px solid #9e9e9e; }

.billsection-left, .billsectionright {
  margin: 0 auto;
  vertical-align: top;
  width: 16.66%;
  float: left; }

.billsectionright {
  border-left: 1px solid #2a3a91; }

.bill-section-view {
  width: 100%;
  display: block; }

.billlabel-sec, .billvalue-sec {
  margin: 0 auto;
  vertical-align: top;
  width: 50%;
  float: left;
  border-bottom: 1px solid #2a3a91;
  padding: 5px;
  min-height: 50px; }

.billvalue-sec {
  border-left: 1px solid #2a3a91; }

.bill-option-heading {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #2a3a91; }

.payment-bill-head-big {
  font-size: 16px;
  font-weight: 600;
  color: #000; }

.payment-bill-head {
  font-size: 11px;
  color: #2a3a91;
  font-weight: 500;
  text-transform: uppercase;
  display: table-cell;
  min-height: 30px !important;
  border-right: 1px solid #9e9e9e;
  text-align: center;
  vertical-align: middle; }

.payment-bill-label {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  display: table-cell;
  min-height: 30px !important;
  border-right: 1px solid #9e9e9e;
  text-align: center;
  vertical-align: middle; }

.marpt10 {
  margin-bottom: 0px;
  border-bottom: 1px solid #9e9e9e; }

.noborder {
  border-right: 1px solid transparent; }

.waves-blue {
  background-color: #1c9ddb !important; }

.waves-red {
  background-color: #d51700 !important; }

.grid-6 {
  width: 50%;
  float: left; }

.value-section-container {
  margin-bottom: 15px; }

.value-section-container.padtxtcenter {
  text-align: center;
  padding: 10px 0; }

.value-section-container {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #b7b7b7;
  margin-bottom: -1px; }

.value-section {
  display: table-cell;
  width: 30%;
  border-right: 1px solid #b7b7b7;
  padding: 5px;
  background-color: #efefef;
  vertical-align: middle; }

.value-btn {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #b7b7b7;
  padding: 5px;
  vertical-align: middle; }

.value-btn.text-center {
  text-align: center; }

.value-section .view-bill-value {
  color: #2a3a91;
  font-weight: 500;
  font-size: 1em; }

.value-details {
  display: table-cell;
  width: 70%;
  padding: 5px;
  vertical-align: middle; }

.value-details.pad10 {
  padding: 10px 0; }

.value-details.pad23 {
  padding: 23px 0; }

.value-details.pad28 {
  padding: 28px 0; }

.value-details.pad13 {
  padding: 13px 0; }

.value-details.pad38 {
  padding: 38px 0; }

.value-details.pad15 {
  padding: 15px 0; }

.payment-details-title h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: #2a3a91;
    font-size: 25px;
    margin: 10px 0 10px 0;
    padding: 20px 0px;
}

.payment-btn {
  padding: 20px 0 10px 0; }

.radio-left {
  display: inline-block;
  margin: 0 -2px;
  padding-right: 10px; }

.login-section {
  max-width: 500px;
  margin: 20px auto;
  width: 100%; }

.login-section-title {
  font-size: 24px;
  font-weight: 500;
  color: #2a3a91;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0; }

.login-section-inner {
  border-width: 1px;
  padding: 15px;
  border-color: #cacaca;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 6px 8.37px 0.63px rgba(0, 0, 0, 0.21);
  z-index: 17; }

.forget-pass a {
  display: block;
  padding: 10px 0;
  color: #2a3a91; }

.grid-container {
  max-width: 1200px;
  width: 100%;
  overflow: scroll;
  height: 500px;
  padding-top: 10px; }

.table-gridview th {
  background-color: #2a3a91;
  color: #FFF;
  border-right: 1px solid #FFF;
  font-size: 12px; }

.table-gridview td {
  border: 1px solid #2a3a91;
  font-size: 12px;
  color: #000; }

.table-bill tr td, .table-bill tr th {
  border: 1px solid #000; }

.bold-bill-title {
  font-weight: 500;
  color: #2a3a91; }

.value-title-bold {
  font-weight: 500;
  color: #000; }

.bold-title-span {
  display: block;
  border: 1px solid #000;
  padding: 5px;
  font-weight: 500;
  color: #000; }

.text_name {
  font-weight: 600;
  color: #000; }

.complaint-section {
  border-width: 1px;
  border-color: #f2f2f2;
  border-style: solid;
  background-color: white;
  min-height: 168px;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.complaint-section:hover, .complaint-section:focus {
  box-shadow: 0px 5px 14.88px 1.12px rgba(0, 0, 0, 0.22); }

.complaint_title {
  font-weight: 600;
  color: #2a3a91;
  font-size: 16px;
  padding-bottom: 5px; }

.complaint_subhead {
  font-weight: 600;
  text-transform: uppercase;
  color: #2a3a91;
  padding-bottom: 5px;
  font-size: 18px; }

.complaint_subtitle {
  color: #323232;
  font-size: 14px; }

.details_container .border_all {
  border: 1px solid #000;
  margin-bottom: -1px; }



/* 7 JAN 2021 */

nav.breadcrumb-back {
    font-weight: 600;
    background: #edf9ff;
    color: #292929;
    padding: 15px 90px;
    margin-bottom: 20px;
}

h2.h2.headline {
    float: left;
    font-size: 25px;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 1px 0px 2px 0px;
}

.breadcrumb-back .breadcrumb .breadcrumb-item {
    margin-top: 7px;
}

.breadcrumb-back .breadcrumb-item a {
    color: #0094de;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #292929;
    content: "/";
}

/*.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #0093df;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 0px 25px;
    margin-right: 15px;
    margin-top: 20px;
}*/

/*#Button3 {
    background-color: #33ab3f;
}*/


input[type="search"] {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 7px !important;
    background-color: transparent;
    margin-left: 3px;
    height: 25px;
    font-size: 15px;
}

.breadcrumb li {
    margin: 0px;
    list-style-type: none;
}

.content-inside .card {
    border: 1px solid transparent;
}

.content-inside .scheme {
    margin: 0;
}

.table {
    margin-bottom: 0;
}

.content-inside.view-emp .card-body {
    width: 100%;
}

.container.ledger {
    height: calc(100vH - 360px);
}

.input-field span, .form-group label {
    font-size: 15px;
    color: #292929;
    font-weight: 600;
}

.input-field.col.s6.ctborder-left {
    border: 1px solid transparent;
}

.input-field.col.s6.ctborder-right {
    border: none;
}

footer {
    padding: 20px 0px;
}

/* 18 MAY CSS CHANGES */

/* ReportSDAbstract Page CSS Changes */

.btn-secondary, .btn-block, .btn-success, .btn-danger, .btn-primary {
    font-size: 15px;
}

.input-field select {
    cursor: pointer;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 39px;
    padding: 0px 10px;
}

.form-group.scheme .btn-block {
    margin-top: 27px;
    padding: 0px 15px;
    text-transform: capitalize;
}

.col.s2 select, .col.s4 select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 39px;
    padding: 0px 10px;
}

.col.s4 select {
    height: 45px;
}

.btn-primary:hover {
    background: none;
    color: #0093df;
    box-shadow: 0 0 0 1px rgb(0 147 223 / 50%);
    transition: all 0.5s ease-in;
}

.add-employee {
    min-height: calc(100vH - 350px);
}

/* COMMON BLUE BUTTON */
.btn-block, .btn-primary {
    color: #fff;
    background-color: #0094de !important;
    text-align: center;
    letter-spacing: .5px;
    padding: 0px 15px;
    box-shadow: 0px 0px;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-block:hover, .btn-primary:hover {
    background-color: #fff !important;
    color: #0093df;
    box-shadow: 0 0 0 1px rgb(0 147 223 / 50%);
    transition: all 0.5s ease-in;
}

.btn-primary {
    margin-right: 0;
}

.btn-secondary {
    color: rgb(0 148 222 / 100%);
    background-color: rgb(0 148 222 / 10%);
    text-align: center;
    letter-spacing: .5px;
    padding: 0px 20px;
    box-shadow: 0px 0px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-top: 27px;
}

.btn-secondary:hover {
    box-shadow: none;
    transition: all .5s ease-in;
}
/* ENDS */

.scheme.view-sch {
    margin-top: 27px;
    padding-right: 0;
}

/* COMMON CANCEL BUTTON */
.btn-danger {
    text-decoration: none;
    color: #d51700;
    background-color: rgb(213 23 0 / 10%) !important;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    padding: 8px 25px;
    margin-right: 0px;
    margin-top: 20px;
    border-radius: 5px;
    text-transform: capitalize;
}
.btn-danger:hover {
    background-color: rgb(213 23 0 / 100%) !important;
    color: #fff;
    transition: all .5s ease-in;
}

.ae-emp .btn-danger {
    padding: 0px 20px;
    box-shadow: none;
}

.ae-emp .btn-primary {
    padding: 0px 20px;
    margin-top: 17px;
    margin-right: 10px;
}
/* ENDS */

/* COMMON EXPORT BUTTON GREEN */
.btn-success {
    background-color: #33ab3f;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    padding: 0px 15px;
    box-shadow: 0px 0px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-right: 0;
    margin-top: 27px;
}

.btn-success:hover {
    background-color: rgb(51 171 63 / 19%);
    color: rgb(10 115 21);
    border-color: transparent;
    transition: all .5s ease-in;
    box-shadow: none;
}

.view-atd .btn-success {
    background-color: #33ab3f !important;
}

.view-atd .btn-success:hover {
    background-color: rgb(51 171 63 / 50%) !important;
}

/* ENDS */

.payment-btn .btn-primary:hover {
    background-color: #fff !important;
    color: #0093df;
    box-shadow: 0 0 0 1px rgb(0 147 223 / 50%);
    transition: all 0.5s ease-in;
}


.input-field.col.s6.view-atd {
    margin-top: 5px;
}

.input-field.col.s6 .btn-block:hover {
    margin-top: 0px;
    background-color: #fff !important;
    color: #0093df;
    box-shadow: 0 0 0 1px rgb(0 147 223 / 50%);
    transition: all 0.5s ease-in;
}

/*.btn-success {
    background-color: #33ab3f !important;
}
*/

/* NAVIGATION MENU CHANGES */

.navigation-sec ul li ul li a {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    line-height: 1.4;
    background-color: aliceblue;
    text-decoration: none;
}

.navigation-sec ul li ul li a:hover {
    background-color: #0094de;
    color: #fff;
    transition: .4s cubic-bezier(0.51, 0.01, 0.98, 1.26);
}

.scheme.send-btn .btn-block {
    text-decoration: none;
    color: #0093df;
    background-color: rgb(0 147 223 / 15%);
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    padding: 0px 15px;
    margin-top: 45px;
    box-shadow: 0px 0px;
    border-radius: 0px;
}

.scheme.send-btn .btn-block:hover {
    background-color: rgb(0 147 223 / 100%);
    color: #fff;
    transition: .4s ease-in;
}

.scheme.view-ofc {
    margin-right: 5px;
}

.content-inside.view-emp .form-group select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 39px;
    padding: 0px 10px;
}

.content-inside.view-emp .form-group input[type="text"] {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 39px;
    padding: 0px 10px;
}

/* 18 OCT CSS CHANGES */

h4.page-title.heading_new {
    font-size: 30px;
    color: #0094de;
}

.card_box {
    display: inline-flex;
    background-color: #fff;
    box-shadow: 0px 0px 20px 2px rgb(128 128 128 / 21%);
    padding: 15px 20px;
    margin-right: 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.mri_buttons {
    display: contents;
}

.text-left.mri {
    margin: 0;
    padding-left: 20px;
}

.mri_page_body.py-4 {
    min-height: calc(100vH - 290px);
    background-color: #f7f7f7;
}

select {
    background-color: rgba(255, 255, 255);
    width: 100%;
    padding: 10px;
    border: transparent;
    border-radius: 7px !important;
    height: 45px !important;
    font-size: 15px !important;
    box-shadow: 0px 0px 20px rgb(128 128 128 / 20%) !important;
    cursor: pointer;
    margin-bottom: 10px;
}

.form-group {
    margin: 0;
}

.tabcontent {
    margin-top: 40px;
}

select:focus {
    color: #495057 !important;
    outline: 0 !important;
    box-shadow: 0 0 20px 0.2rem rgb(0 123 255 / 16%) !important;
    transition: all .5s ease-in;
}

.mri_buttons.rest .btn.btn-danger {
    margin-top: 0 !important;
    padding: 0px 20px;
    box-shadow: none;
    margin-left: 15px;
}

thead {
    background-color: #0094da !important;
    color: #fff !important;
}

tbody {
    background-color: #fff;
}

.table td, .table th {
    padding: 15px 7px;
}

table#GridViewSearch {
    margin-top: 50px;
}

.table#GridViewSearch {
    margin-top: 50px;
}

.validator_color {
    color: red;
    font-size: 15px;
    padding: 2px 0px 0px 10px;
}

/*.scroll_body_table {
    height: 400px;
}*/

.date_format .edit-date-sl input {
    margin: 10px 0px;
    width: 95% !important;
}