
.main-menu.menu-light .navigation > li {
    padding: 14px 0px;transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-webkit-transition: 0.4s;
}
.main-menu.menu-light .navigation > li > a {
  transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-webkit-transition: 0.4s;
}
.plr-15{padding-left: 15px;padding-right: 15px;}
.pb-15{padding-bottom: 15px;}
.dropdown-disable {
    background-color: #ECEFF1;
    pointer-events: none;
}
.seach-field fieldset{margin-bottom: 0px;}

.seach-field select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.75rem + 2px);
    height: -moz-calc(2.75rem + 2px);
    height: calc(3em);
}
.seach-field .form-control {line-height: 2;}
.btn-search {
    background-color: #1e9ff2 !important;
    border: 1px solid #1e9ff2 !important;
    transition: 0.2s;
    font-weight: bold;
}
.btn-search:hover{
	background: transparent !important;
	color: #00BCD4 !important;
	border: 1px solid #00BCD4 !important;
}
.pro-det {
    background-color: #f7f7f7;
    padding: 5px 10px 2px;
    border-bottom: 3px solid #1e9ff2;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
}
.pro-det p{margin-bottom: 0px;}
.pro-mrgn{margin-bottom: 8px;}

.pro-select select {
    height: -webkit-calc(2.75rem + 2px);
    height: -moz-calc(2.75rem + 2px);
    height: calc(1.8em + 2px) !important;
	border-radius: 0px;
}
.home-li li{margin-bottom: 15px;}
.pt-0{padding-top: 0px;}

.search-bar .card-body{padding: 1rem 1.5rem}

/*start style*/
.plan-sec{border: 1px solid #3adbed;margin-bottom: 10px;}
.plan{margin-bottom: 40px;}
.width100{width: 100%;}
.plan-title {
    width: 100%;
    background-color: #1e9ff2;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.plan-sec h4{color: #fff;font-weight: bold;}
.plan-list-style{padding-left: 30px;padding-right: 30px;}
.plan-list-style li{list-style: none;margin-top: 15px;margin-bottom: 15px;}
.datetime{height: 26px;line-height: 11px !important;font-size: 13px;padding: 5px;}

.paddinglr-10{padding-left: 10px;padding-right: 10px;}
.paddinglr-0{padding-left: 0px;padding-right: 0px;}

.table.table-xl td, .table.table-xl th{padding: 1rem 2rem;}
.table.table-xl th, .table.table-xl th{color: #fff;;}

.search-section .form-control {padding: .4rem 1rem;}
.search-section .btn {padding: 0.7rem 1.25rem;}
.green-color{color: #04C308}
.cyan-color{color: #00BCD4}

.my-table tr td i{font-size: 20px;}
.my-table tr td i.fa-check{color: #04C308;}
.my-table tr td i.fa-clock-o{color: #00BCD4;}
.my-table tr td i.fa-times-circle-o{color: #C30404;}
.my-table tr td i.fa-times{color: #C30404;}
.my-table tr td .btn{padding: .2rem 1rem;}

.hide-item {display: none;}

.loan-banner {
    text-align: center;
    background-color: #ff7d48;
    height: 40px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
}
.download-icon {
    font-size: x-large;
    text-align: center;
}
@media (min-width:320px) and (max-width:479px){
	.home-li li{margin-bottom: 3px;}
}

@media (min-width:480px) and (max-width:767px){
	.home-li li{margin-bottom: 3px;}
}

@media (min-width:768px) and (max-width:1024px){
	.home-li li{margin-bottom: 3px;}
}

@media (min-width:992px) and (max-width:1199px) {.account-inner{width: 33.333333333%}}
@media (min-width:1200px) and (max-width:1299px) {.account-inner{width: 25%}}
@media (min-width:1300px) and (max-width:1599px) {.account-inner{width: 25%}}
@media (min-width:1600px) and (max-width:1799px) {.account-inner{width: 16%}}
@media (min-width:1800px) and (max-width:1920px) {.account-inner{width: 14%}}

/* Accounting Dashboard styles: assets/css/accounting-dashboard-apex.css (page head) */

/* Search.aspx: search bar stays fixed height; only the grid scrolls (vertical only, fits viewport width) */
.search-page-layout {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 0;
  max-height: calc(100vh - 7rem);
}
.search-page-layout > .row:first-child {
  flex-shrink: 0;
}
.search-page-layout .search-grid-row {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.search-page-layout .search-grid-row > .col-12 {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.search-page-layout .search-grid-panel {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 100%;
}
.search-page-layout .search-grid-panel .card-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.search-page-layout .search-grid-scroll {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
/* Grid fits viewport width: no horizontal scroll; cells wrap; columns use % widths (9 cols) */
.search-page-layout .search-accounts-grid {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.search-page-layout .search-accounts-grid.table-xl th,
.search-page-layout .search-accounts-grid.table-xl td {
  padding: 0.5rem 0.45rem;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
  line-height: 1.35;
  hyphens: auto;
}
.search-page-layout .search-accounts-grid th:nth-child(1),
.search-page-layout .search-accounts-grid td:nth-child(1) {
  width: 18%;
}
.search-page-layout .search-accounts-grid th:nth-child(2),
.search-page-layout .search-accounts-grid td:nth-child(2) {
  width: 10%;
}
.search-page-layout .search-accounts-grid th:nth-child(3),
.search-page-layout .search-accounts-grid td:nth-child(3) {
  width: 8%;
}
.search-page-layout .search-accounts-grid th:nth-child(4),
.search-page-layout .search-accounts-grid td:nth-child(4) {
  width: 12%;
}
.search-page-layout .search-accounts-grid th:nth-child(5),
.search-page-layout .search-accounts-grid td:nth-child(5) {
  width: 10%;
}
.search-page-layout .search-accounts-grid th:nth-child(6),
.search-page-layout .search-accounts-grid td:nth-child(6) {
  width: 8%;
}
.search-page-layout .search-accounts-grid th:nth-child(7),
.search-page-layout .search-accounts-grid td:nth-child(7) {
  width: 8%;
}
.search-page-layout .search-accounts-grid th:nth-child(8),
.search-page-layout .search-accounts-grid td:nth-child(8) {
  width: 18%;
}
.search-page-layout .search-accounts-grid th:nth-child(9),
.search-page-layout .search-accounts-grid td:nth-child(9) {
  width: 8%;
  text-align: center;
}
.search-page-layout .search-accounts-grid td:nth-child(2),
.search-page-layout .search-accounts-grid td:nth-child(4),
.search-page-layout .search-accounts-grid td:nth-child(5),
.search-page-layout .search-accounts-grid td:nth-child(6) {
  text-align: right;
}

@media (max-width: 767px) {
  .search-page-layout {
    max-height: none;
    overflow: visible;
  }
  .search-page-layout .search-grid-scroll {
    max-height: min(65vh, calc(100vh - 14rem));
  }
}









