@import url(https://fonts.googleapis.com/css?family=Lato:300;400;700;900);
body {
  -webkit-font-smoothing: subpixel-antialiased;
}
/*Login Start*/
.login-wrapper {
  height: 100vh;
  width: 100%;
}
.login-wrapper .row {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.login-wrapper .left-col, .login-wrapper .right-col {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.login-wrapper .bg-image {
  height: 100%;
  background: url(../images/login-left-img.jpg) center center / cover no-repeat;
}
.login-wrapper .left-col-wrapper {
  position: relative;
}
.login-wrapper .right-col-wrapper {
  height: 100%;
}
.login-wrapper .left-col-wrapper .shape {
  position: absolute;
}
.login-wrapper .left-col-wrapper .shape.shape-top {
  top: 0px;
  right: 0px;
}
.login-wrapper .left-col-wrapper .shape.shape-bottom {
  bottom: 0px;
  left: 0px;
}
.login-wrapper .left-col, .login-wrapper .right-col {
  width: 100%;
  height: 100%;
  padding: 0px;
}
.login-wrapper .right-col-wrapper .login-form-box {
  max-width: 450px;
  margin: 0px auto;
  padding: 44px 64px;
}
.login-wrapper .right-col-wrapper .login-form-box .form-action .btn {
  width: 100%;
}
/*Login Start*/
/*Header Start*/
.navbar {
  padding-left: 0;
  padding-right: 0;
  height: 70px;
}
.navbar.fixed-top {
  z-index: 99999;
}

.navbar-nav .nav-item {
  margin: 0 6px;
}
.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 8px;
  transition: all 0.3s ease-out;
  position: relative;
}

.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: -13px;
  height: 4px;
  width: 0;
  background-color: transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navbar-nav .nav-item.active .nav-link::before {
  width: 35px;
  background-color: #30B3BB;
}
.nav-dd.active .dropdown-toggle::after {
  color: #30B3BB;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #30B3BB;
}
.navbar-nav .show > .nav-link {
  color: #30B3BB !important;
}
.navbar-nav .show > .nav-link.dropdown-toggle::after {
  color: #30B3BB !important;
}
.navbar-nav .nav-item.active .nav-link {
  color: #30B3BB;
}
.useraccount-dd {
  margin-left: 70px;
}
.useraccount-dd .dropdown-toggle .user-avtar > img {
  height: 32px;
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center center;
  background-color: #E5E6ED;
}
.useraccount-dd .dropdown-toggle .notify-counter {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #30B3BB;
  color: #ffffff;
  border: 1px solid #12193D;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 16px;
  line-height: 21px;
}
.useraccount-dd .dropdown-toggle:hover, .useraccount-dd .dropdown-toggle:focus {
  text-decoration: none;
}
.useraccount-dd .dropdown-menu {
  top: 45px !important;
  right: 0 !important;
  left: auto !important;
  width: auto;
}
.navbar .navbar-toggler {
  line-height: normal;
  border: 0;
  padding: 8px;
  text-align: center;
}
.navbar .navbar-toggler .toggler-icon {
  line-height: 15px;
  height: 20px;
}
.nav-dd .nav-link {
  padding-right: 18px !important;
}
.nav-dd .dropdown-toggle::after {
  right: 0;
  font-size: 12px;
  top: 12px;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
}
.navbar-nav .nav-item .nav-link:hover::after {
  color: #30B3BB;
}
.nav-dd .dropdown-menu {
  top: 45px !important;
  right: 0 !important;
  left: auto !important;
    width: auto;
}
.nav-dd .dropdown-menu a.active {
  background-color: transparent;
  color: #30B3BB;
}
.useraccount-dd .dropdown-toggle::after {
  font-size: 12px;
  top: -2px;
  color: #fff;
  margin-bottom: -10px;
  position: relative;
  right: -10px;
}
.useraccount-dd .dropdown-toggle {
  padding-right: 10px;
  position: relative;
}
/*Header End*/
.fluid-padding {
  padding-left: 40px;
  padding-right: 40px;
}
main > .container-fluid {
  padding-top: calc(70px + 15px);
  padding-bottom: 20px;
}
.filter-block {
  position: relative;
}
.filter-toggle {
  display: none;
}
.filter-block .filter-div {
  margin-right: 16px;
}
.filter-block .action-block {
  margin-left: 16px;
}
.filter-block .filters {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
}
.filter-block .filter-div:last-child {
  margin-right: 0;
}
.filter-block .filter-div:first-child {
  margin-right: 16px !important;
}
.filter-block.users-filter .filter-div.f-by-type {
  width: 20%;
}
.filter-block.users-filter .filter-div.f-by-name {
  width: 55%;
}
.filter-block.hpi-history-filter .filter-div.f-by-name {
  width: 75%;
}
.table-bordered {
  border: none;
}
/* User Table Start */
/*
.user-table .select,.user-table #locale {
    width: 100%;
}
.user-table #locale {
    display: none;
}
.user-table .like {
    margin-right: 10px;
}
.user-table a span.icon-icon-pencil,.user-table a span.icon-icon-bin {
    color: #495576;
    font-size: 17px;
    border: 1px solid rgb(108 118 144 / 15%);
    border-radius: 50%;
    padding: 4px;
}
.user-table a:hover{
    text-decoration: none;
} 
.user-table .columns.columns-right.btn-group.float-right {
    display: none;
}
.user-table thead{
    height: 72px;
}
.user-table .bootstrap-table .fixed-table-container .table thead th {
    vertical-align: middle;
}

.user-table .fixed-table-container.fixed-height {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgb(108 118 144 / 15%);
}
.user-table .bootstrap-table .fixed-table-container table.table{
    width: 100% !important;
    border-collapse: collapse;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgb(108 118 144 / 15%);
}
.user-table th{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #6C7690;
    text-transform: uppercase;
}
.user-table .table-bordered td, .table-bordered th{
    border-right: 0px;
    border-left: 0px;
}
.user-table td{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #12193D;
}
.user-table .table-hover tbody tr{
    position: relative;
    height: 72px;
    transition: all 0.3s ease-out;
   border-left: 1px solid ;
    border-color: rgb(108 118 144 / 15%);
}

.user-table .table-hover tbody tr:hover {
    color: #212529;
    background-color: #fff;
    box-shadow: 0px 4px 65px 0px rgb(19 26 61 / 5%);
    border-color: #30b3bb;

}
.user-table .table-hover tbody tr:hover td{
    border-top: 1px solid rgb(108 118 144 / 15%);
    border-bottom: 1px solid rgb(108 118 144 / 15%);
}
.user-table .float-right.search.btn-group {
    display: none;
}
.float-left.pagination-detail {
    display: none;
}

.user-table .bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(255,255,255,.075);
}
.user-table .fixed-table-pagination .pagination{
    margin-top: 24px !important;
}
*/

/* custom css for user form checkbox */

.custom-checkbox 
{
  margin-top: 5px;
  margin-bottom: 5px;
}

/* custom css for user form checkbox ends here */

.cmn-table {
  border: 1px solid rgba(108, 118, 144, 0.15);
  box-shadow: 0 24px 34px rgba(120, 120, 143, 0.08);
  border-radius: 8px;
  background: #fff;
}
.cmn-table .table {
  margin-bottom: 0;
}
.cmn-table .table thead th, .cmn-table .table tbody td, .cmn-table .table tbody th {
  background-color: #fff;
  padding: 0px 12px;
}
.cmn-table .table thead th {
  border-bottom: 0;
  border-top: 0;
}
.cmn-table .table thead tr th {
  font-size: 14px;
  font-weight: 500;
  color: #81878D;
  text-transform: uppercase;
  border-bottom: 0;
}
.cmn-table .table tbody tr {
  border-left: 3px solid;
  border-color: transparent;
  transition: all 0.3s ease-out;
}
.cmn-table .table tbody tr:hover:not(.middle-table-header-row) {
  border-color: #508BCC;
  box-shadow: 0 4px 65px rgba(19, 26, 61, 0.05);
}
.cmn-table .table tbody tr td, .cmn-table .table tbody tr th {
  font-size: 13px;
  font-weight: 400;
  color: #303A43;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(108, 118, 144, 0.15);
    vertical-align: middle;    
}
.cmn-table .table tbody tr:hover td, .cmn-table .table tbody tr:hover th {
  border-top-color: rgba(108, 118, 144, 0.15);
  /*    border-bottom: 1px solid rgba(108,118,144,0.15);*/
}
.cmn-table .table tbody tr:last-child td {
  border-bottom: 0;
}
.cmn-table .action-btn {
  background-color: transparent;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  padding: 4px;
  font-size: 20px;
  color: #495576;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
}
.cmn-table .action-btn:last-child {
  margin-right: 0
}
.cmn-table a > .action-btn {
  margin-right: 8px !important;
}
.cmn-table .action-btn:hover {
  border-color: #3169a5;
  color: #3169a5;
  text-decoration: none;
}

.cmn-table a {
  font-weight: 400;
  color: #30B3BB;
  text-decoration: underline;
} 

.cmn-table a:hover {
  color: #12193D;
  text-decoration: none;
}
.table-footer {
  /* margin-top: 24px; */
}
.cmn-table .avtar {
  display: inline-block;
  color: transparent;
  text-align: center;
  line-height: 28px;
  font-size: 10px;
  font-weight: bold;
}
.cmn-table .avtar[src=""] {
  background-image: url("../images/icon-user-white.svg");
  background-color: #12193D;
  /*    color: #fff;*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*

.footer-action.cmn-table-action {
  margin-top: -53px;
  z-index: 1;
  position: relative;
}
*/
/* User Table End */
/*Dashboard Start*/
.widget-card {
  padding: 28px 25px;
  margin-bottom: 32px;
}
.tab-btn {
  background-color: #3169A5;
  padding: 21px 48px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.tab-btn:hover {
  color: #fff;
  text-decoration: none;
}
.tab-btn.active {
  background-color: #2D5E94;
}
.tab-btn > i {
  font-size: 24px;
  margin-right: 21px;
  vertical-align: middle;
}
.dashboard-tabular-button > .tab-btn {
  border-radius: 0;
}
.dashboard-tabular-button > .tab-btn:first-child {
  border-radius: 8px 0 0 8px;
  border-right: 1px solid #FFFFFF20;
}
.dashboard-tabular-button > .tab-btn:last-child {
  border-radius: 0px 8px 8px 0px;
  border-left: 1px solid #FFFFFF20;
}
.dd-select-sm.cmn-single-select .select2-container--default, .dd-select-sm.cmn-single-select .select2-container .select2-choice {
  height: 40px !important;
}
.dd-select-sm.cmn-single-select .select2-selection--single {
  height: 40px;
}
.dd-select-sm.cmn-single-select .select2-selection__rendered, .dd-select-sm.cmn-single-select .select2-chosen {
  width: 70px;
  font-weight: normal !important;
  line-height: 38px !important;
  height: 40px !important;
}
.dd-select-sm.cmn-single-select .select2-selection--single .select2-selection__arrow, .dd-select-sm.cmn-single-select .select2-arrow {
  height: 100%;
  top: 0;
  right: 10px;
  width: auto !important;
  line-height: 40px;
}
.dd-select-sm.cmn-single-select .select2-selection--single .select2-selection__arrow::before, .dd-select-sm.cmn-single-select .select2-arrow::before {
  font-size: 14px;
}
/*Dashboard End*/
.create-user .form-group {
  margin-bottom: 24px;
}
.astrix, .required {
  color: #D7467A;
}
.text-truncate-1 {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.hpi-county-table .table {
  width: auto;
  max-width: 100%;
  min-width: 100%;
}
.hpi-county-table .table tr th:first-child, .hpi-county-table .table tr td:first-child {
  min-width: 50px;
}
.hpi-county-table .table tr th, .hpi-county-table .table tr td {
  min-width: 150px;
}
.filter-block.hpi-county-filter .filter-div.f-by-county-code {
  width: 60%;
}
.filter-block.hpi-county-filter .filter-div.f-by-year {
  width: 20%;
}
.heading-block {
  flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
}
.heading-block h1 {
  margin-bottom: 0;
}
.filter-block.hpi-county-yoy-filter .filter-div.f-by-name {
  width: 75%;
}
.segment-filter-block .segment-filters {
  width: 100%;
}
.segment-filter-block .segment-filters .filter-div.f-by-county-code {
  min-width: 30%;
  max-width: 60%;
  margin-right: 16px;
}
.segment-table .table tr th:first-child, .segment-table .table tr td:first-child {
  min-width: 150px;
}
.scrollable-table .table tr th, .scrollable-table .table tr td {
  min-width: 150px;
}
/*Pagination and Padination Details*/
.pagination {
  margin-bottom: 0;
  margin-left: auto;
}
.cmn-table .pagination-detail, .pagination-detail {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.cmn-table .pagination-detail .page-list .dropdown .btn, .pagination-detail .page-list .dropdown .btn {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 16px;
  padding-right: 40px;
  background-color: #fff;
  color: #6c7690;
  border-color: rgb(108 118 144 / 15%);
}
.cmn-table .pagination-detail .page-list .dropdown .btn:hover, .pagination-detail .page-list .dropdown .btn:hover {
  color: #495576;
  background-color: #fff;
  border-color: #495576;
}
.cmn-table .pagination-detail .page-list .dropdown .btn::after, .pagination-detail .page-list .dropdown .btn::after {
  font-size: 12px;
  background-image: none;
  content: "\e901";
  font-family: 'icomoon';
  border: 0;
}
.cmn-table .fixed-table-pagination {
  background-color: #fff;
  padding: 2.5px 20px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  /*border-top: 1px solid  rgb(108 118 144 / 15%)*/ ;
}
.cmn-table .float-right.pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.cmn-table .fixed-table-toolbar {
  display: none;
  background-color: #fff;
  border: 0;
}
.cmn-table-action {
  margin-top: 15px;
}
table .pagination-detail .page-list .dropdown .dropdown-menu a:hover, .pagination-detail .page-list .dropdown .dropdown-menu a:hover {
  background: #fafafd;
  color: #12193d;
}
table .pagination-detail .page-list .dropdown .dropdown-menu a.active, .pagination-detail .page-list .dropdown .dropdown-menu a.active {
  background: #fafafd;
  color: #30B3BB;
}
table .pagination-detail .page-list .dropdown .dropdown-menu:not(.datepicker-dropdown), .pagination-detail .page-list .dropdown .dropdown-menu:not(.datepicker-dropdown) {
  top: 0px !important;
  right: 0 !important;
  left: 0 !important;
}
/*Pagination and Padination Details*/
.ui-datepicker {
  border-radius: 8px;
  border: 1px solid rgba(108, 118, 144, 0.15);
  background-color: #fff;
  z-index: 999 !important;
}
.mtz-monthpicker .mtz-monthpicker-group {
  padding: 3px;
}
.mtz-monthpicker .mtz-monthpicker-group .mtz-monthpicker-row {
  display: flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.mtz-monthpicker .mtz-monthpicker-group .mtz-monthpicker-row .mtz-monthpicker-month {
  width: 100%;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 6px;
  padding: 8px !important;
  margin: 3px;
  cursor: pointer !important;
}
.mtz-monthpicker .mtz-monthpicker-group .mtz-monthpicker-row .mtz-monthpicker-month.ui-state-active {
  background-color: #30B3BB;
  color: #fff;
  border-color: #30B3BB;
}
.ui-datepicker .ui-datepicker-header {
  padding: 6px;
}
.ui-datepicker .ui-datepicker-header > .mtz-monthpicker-year {
  width: 100%;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 6px;
  padding: 10px;
  background-color: #fafafd;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  background-image: url("../images/icon-angle-down.svg");
  background-repeat: no-repeat;
  background-position: 97%;
}
.circular-action-icon {
  padding: 12px;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-align: center;
  display: inline-block;
  color: #12193d;
}
.circular-action-icon:hover {
  color: #3169a5;
  border-color: #3169a5;
  text-decoration: none;
}
.segment-row {
  width: calc(100% - 48px);
}
.segment-row .segment-col {
  width: calc(100% / 4 - 24px);
  margin-right: 24px;
}
.segment-row .add-more-segment {
  margin-left: auto;
  margin-right: 24px;
}
.segment-row-group .delete-segment {
  margin-bottom: 17px;
}
.cpr-prepayment-tab-block h1 {
  color: #12193D;
}
.filter-block.dashboard-active-pipeline-filter .filter-div.f-by-name {
  width: 63%;
}
.filter-block.dashboard-active-pipeline-filter .filter-div.f-by-products {
  width: 20%;
}
.dashboard .cmn-table > .table-footer, .dashboard .cmn-box > .table-footer {
  margin-top: 0;
  background-color: #fff;
  text-align: center;
  padding: 24px;
  border-top: 1px solid rgba(108, 118, 144, 0.15);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dashboard .cmn-table > .table-footer > a, .dashboard .cmn-box > .table-footer > a {
  font-size: 16px;
  color: #30B3BB;
}
.dashboard .cmn-table > .table-footer > a:hover, .dashboard .cmn-box > .table-footer > a:hover {
  text-decoration: underline;
}
.dashboard .active-pipeliness-table .description {
  font-size: 20px;
  vertical-align: sub;
  margin-left: 4px;
}
.table-outer-heading-wrap {
  display: flex;
  display: -ms-flex;
}
/*
.table-outer-heading-wrap .vertical{
      flex-basis: 20px;
      -ms-flex-basis: 20px;
}
*/
.table-outer-heading-wrap .horizontal .outer-table-heading {
  margin-bottom: 24px;
}
.table-outer-heading-wrap .vertical .outer-table-heading {
  transform: rotate(-90deg);
  margin-right: 24px;
  margin-top: 50px;
}
.table-outer-heading-wrap .horizontal {
  width: calc(100% - 64px);
}
/*
.segment-yield-table .table tr th:first-child, .segment-yield-table .table tr td:first-child {
  width: 100px;
  min-width:inherit;
}
*/
.cmn-tab-pane h1 {
  color: #12193d;
}
.cmn-box .without-border {
  border: 0px;
}
.filter-block.property-type-filter .filter-div.f-by-name {
  width: 28%;
}
.filter-block.lookup-tables-filter .filter-div.f-by-name {
  width: 55%;
}
.filter-block.lookup-tables-filter .filter-div.f-by-type {
  width: 20%;
}
.add-data-source .add-data-source-card ul li a:hover {
  text-decoration: none;
}
.filter-block.data-source-filter .filter-div.f-by-name {
  width: 75%;
}
.filter-block.fields-filter .filter-div.f-by-name {
  width: 35%;
}
.filter-block.fields-filter .filter-div:not(.search-btn):not(.f-by-name) {
  width: 12%;
}
.list-group-1 .list-group-item {
  padding: 24px 24px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
    border-bottom: 1px solid rgba(108, 118, 144, 0.15);
}
.list-group-1 .list-group-item:last-child {
  border-bottom: 0;
}
.cmn-box .list-group-1 .list-group-item:last-child, .cmn-table .list-group-1 .list-group-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cmn-box .list-group-1 .list-group-item:first-child, .cmn-table .list-group-1 .list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.list-group-1 .list-item-row{
    -ms-flex-align: center;
align-items: center;
        display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.list-group-1 .list-item-row .list-item-col{
    flex: 1;
    -ms-flex: 1;
    padding: 24px 16px;
}
/*
.list-group-1 .list-item-row .list-item-col:first-child{
    border-right: 1px solid rgba(108, 118, 144, 0.15);
}
*/
.dashboard .my-work-toggle .custom-control-label {
  text-transform: uppercase;
}
.segments-yield-pricing .segment-fields .segment-row {
  width: 100%;
}
.segments-yield-pricing .segment-fields .segment-row .segment-col {
  width: calc(100% / 6 - 20px);
  margin-right: 30px;
}
.segments-yield-pricing .segment-fields .segment-row .segment-col:last-child {
  margin-right: 0;
}

.filter-block.asset-type-filter .filter-div.f-by-name {
	width: 75%;
}
.cmn-table.asset-type-list .table thead tr th:nth-child(2),
.cmn-table.asset-type-list .table tbody tr td:nth-child(2), 
.cmn-table.asset-type-list .table tbody tr th:nth-child(2) {
width: 60%
}
.filter-block.segments-filter .filter-div.f-by-name {
	width: 57%;
}
.filter-block.segments-filter .filter-div.f-by-type {
	width: 18%;
}
.cmn-table.reports-list .table thead tr th:nth-child(1),
.cmn-table.reports-list .table thead tr th:nth-child(2),
.cmn-table.reports-list .table thead tr th:nth-child(3),
.cmn-table.reports-list .table tbody tr td:nth-child(1), 
.cmn-table.reports-list .table tbody tr td:nth-child(2), 
.cmn-table.reports-list .table tbody tr td:nth-child(3), 
.cmn-table.reports-list .table tbody tr th:nth-child(1) ,
.cmn-table.reports-list .table tbody tr th:nth-child(2) ,
.cmn-table.reports-list .table tbody tr th:nth-child(3) {
width: 30%
}
.filter-block.reports-filter .filter-div.f-by-name {
	width: 75%;
}
.filter-block.products-filter .filter-div.f-by-name {
	width: 75%;
}
.cmn-table.products-list .table thead tr th:nth-child(1),
.cmn-table.products-list .table thead tr th:nth-child(2),
.cmn-table.products-list .table thead tr th:nth-child(3),
.cmn-table.products-list .table tbody tr td:nth-child(1), 
.cmn-table.products-list .table tbody tr td:nth-child(2), 
.cmn-table.products-list .table tbody tr td:nth-child(3), 
.cmn-table.products-list .table tbody tr th:nth-child(1) ,
.cmn-table.products-list .table tbody tr th:nth-child(2) ,
.cmn-table.products-list .table tbody tr th:nth-child(3) {
width: 28%
}
.filter-block.occupancy-type-filter .filter-div.f-by-name {
	width: 80%;
}
.filter-block.blocks-filter .filter-div.f-by-name {
	width: 80%;
}

.reset-btn{
    border-color: #508BCC;
    color: #508BCC;
}


.createscenerios-file .modal-dialog{
  max-width: 768px;
  width: 768px;
}
.createscenerios-file .modal-dialog .form-group .input-modify{
  display: flex;
  align-items: center;
}
.createscenerios-file .modal-dialog .form-group a:hover{
  color: #12193d;
    text-decoration: none;
}

.preview-table .table tr th, .preview-table .table tr td {
	min-width: 180px;
}




.pool-review-process-list .table tr th:nth-child(1), .pool-review-process-list .table tr td:nth-child(1) {
    width: 100px;
    min-width: 100px;
}
.pool-review-process-list .table tr th:nth-child(3), .pool-review-process-list .table tr td:nth-child(3),
.pool-review-process-list .table tr th:nth-child(4), .pool-review-process-list .table tr td:nth-child(4) {
	width: 30%;
}



.output-templates-filter .filters > .f-by-input {
	width: 70%;
}

.custom-collapse .card .card-body .list-group{
    max-height: 585px;
overflow: auto;
}
.table-inner-footer{
    margin-top: 0;
background-color: #fff;
text-align: center;
padding: 24px;
border-top: 1px solid rgba(108, 118, 144, 0.15);
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px
}







.templates-create-preview .form-group.input-icon-right.input-search .form-control {
  background-image: url("../images/icon-search-cyan.svg");
}

.value-showing-circle-group{
    padding: 32px 24px ;
    height: 100%;
}
.value-circle{
    height: 226px;
    width: 226px;
    background-color: #FAFAFD;
    border-radius: 50%;
    border: 1px solid rgba(108, 118, 144, 0.15);
    display: -ms-flexbox;
display: flex;
    -ms-flex-align: center;
align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.value-circle .section-title{
    line-height: normal;
}

.external-link-box{
    display: block;
    padding: 24px;
    text-align: center;
}
.external-link-box:hover{
    text-decoration: none;
    border-color: #12193D;
}
.external-link-box:hover .para-2{
    color: #12193D;
}
.external-link-box > .icon{
    background-color: #EFF3F8;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    line-height: 47px;
    text-align: center;
    font-size: 24px;
    color: #3169A5;
    margin: 0 auto 16px auto;
    transition: all .3s ease-out;
}
.external-link-box:hover .icon{
    color: #12193D;
}
.templates-create-preview-asset-level .commentary-input {height: calc(100% - 32px) ;}
.templates-create-preview-asset-level .commentary-input textarea.form-control{
height: 100%;
}

.text-group > p{
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid rgb(108 118 144 / 15%);
}
.text-group > p:last-child{
     padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.segments-yield-pricing .x {
position: absolute;
top: 14px;
right: -6px;
border: 0px;
font-size: 16px;
color: #495576;
}
.segments-yield-pricing .x:hover{
color: #12193D;
text-decoration: none;
}

.modal-danger .modal-content .modal-header {
        background: #f86c6b;
        color: #fff;
    }

    .modal-success .modal-content .modal-header {
        background: #4dbd74;
        color: #fff;
    }

    .modal-danger .modal-content {
        border: 1px solid #f86c6b;
    }

    .modal-success .modal-content {
        border: 1px solid #4dbd74;
    }

.x_cltv_fico {
    position: absolute;
   
    top: 15px;
    right: -12px;
}

/*customized by vijay for (X) delete icon look*/
.circular-action-icon-sy {
  padding: 1px;
  border: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
    display: inline-block;
    color: #12193d;
}
.circular-action-icon-sy:hover{
    color: #3169a5;
    border-color: #3169a5;
    text-decoration: none;
}
/*customized by vijay for (X) delete icon look*/


/* Data dictionary - Modal popup loading css */
.modal-processing-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 42%
}

.modal-popup-processing {
    opacity: 0.6;
}

.modal-processing-loader {
    font-size: 16px;
}

/* Disable links */
.action-btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Data source create page - to show checkbox on same line */
.custom-checkbox-multiselect {
    display: inline;
    float: right;
    margin-right: 12px;
}

.display_none {
  display: none;
}

.border-solid-right {
    border-right: 1px solid rgb(108 118 144 / 15%); 
}

/*Draggable*/
.draggable-wrapper{
    background-color: #FAFAFD;
    border: 1px dashed #6C7690;
    border-radius: 10px;
    padding: 32px 32px;
}


.draggable-accordion .card-header button {
  background: #E9EAEE;
  color: #12193D;
    border: 1px dashed #495576;
    border-bottom: 0;
padding-right: 65px;

}
.draggable-accordion .card-header button.collapsed{
    border-bottom: 1px dashed #495576;
}
.draggable-accordion  .collapse,
.draggable-accordion  .collapse.show{
    box-shadow: none;
}

.draggable-accordion .draggable-card .card-body {
    border-style: dashed;
    border-color: #495576;
    border-top: 0;
    box-shadow: none;
}

.draggable-accordion .card-header h2 button .drag-icon {
  margin-right: 12px;
  font-size: 20px;
  vertical-align: middle;
    color: #12193D;
}
.draggable-accordion .card-header h2 button .close-icon {
      font-size: 20px;
  vertical-align: middle;
    color: #12193D;
    position: absolute;
right: 20px;
}
.draggable-accordion .card-header h2 button .close-icon:hover{
    text-decoration: none;
    color: #30B3BB;
}
.draggable-accordion .card-header h2 button .icon-icon-angle-down::before{
    font-size: 20px;

}
/*Draggable*/

.reports-list .table tr th:last-child, 
.reports-list .table tr td:last-child {
  min-width: 180px;
}

.unison-fee-and-expense-tables-list .table tr th:nth-child(1), 
.unison-fee-and-expense-tables-list .table tr td:nth-child(1){
  width: 71%;
}

.multiSelect-custom-column {
  padding: 0.5rem 0.5rem;
}
.modal-dialog .custom-bin{
  font-size: 62px;
  color: #ff6161;
}
.modal-danger .modal-content{
  border: 0px solid transparent !important;
}
.modal-dialog #change_status_confirm_message{
  text-transform: uppercase;
  /*max-width: 380px;*/
    text-align: center;
    margin: 0 auto;
}
.dlt-modal-type{
  max-width: 530px;
  width: 530px;
}

.modal-dialog #confirm_button_yes:focus{
  border: 1px solid #ff6161;
}

.modal-dialog #delete_confirm_btn:focus{
  border: 1px solid #ff6161;
}
.tab-content .form-group .d-flex label {
    max-width: 200px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef !important;
}

.resend_activation_email i.fa.fa-envelope {
font-size: 18px;
position: relative;
top: -3px;
}
.modal-content i.fa.fa-envelope {
font-size: 48px;
}

/*// Added css for the username displayed under change password in profile picture dropdown item*/
.dropdown-item.username
{
  font-size: larger;
}

.form-control#variable_value {
  font-family: monospace !important;
}

.ms-list .custom-checkbox {
  margin-top: 0px;
}

/* Close icon css  */
.remove-field-section {
  border-color: red; 
  color: red;
  cursor: pointer;
}

.remove-field-section .icon-icon-close {
  padding: 8px; 
  border-radius: 50%; 
  border: 1px solid red;
}

.remove-field-section {
  color: red;
}

a.remove-field-section:hover {
    color: red;
    text-decoration: underline;
}

.running_scenario_popup {
  max-width: 1200px !important;
  width: 100% !important;
}

.running_scenario_popup .modal-body{
    /*max-height: 600px;*/
}

#running_scenario_list .cmn-table { overflow: auto; max-height: 400px; box-shadow: none; border: none;}
#running_scenario_list thead th { position: sticky; top: 0; z-index: 1; }

#completed_scenario_list .cmn-table { overflow: auto; max-height: 400px; }
#completed_scenario_list thead th { position: sticky; top: 0; z-index: 1; }

.custom-badge {
  padding: 1em 1.4em;
}

.custom-cmn-single-select .select2-container li.select2-search-choice {
  word-break: break-all !important;
}
.multiselect-container.dropdown-menu.show {
    transform: translate3d(18px, 37px, 0px) !important;
}
.datepicker.datepicker-dropdown {
  z-index: 99999999 !important;
}
#running_scenario_list tr th,
#completed_scenario_list tr th,
#export_report_list tr th,
#export_report_pdf_list tr th {
  font-weight: bold;
}

.table-container-runtime-variable-info .form-group .form-control:not(.select2-container),
.table-container-runtime-variable-info .form-group .custom-select {
  height: 30px;
  border: none;
  border-bottom: 1px solid rgba(108, 118, 144, 0.15);
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.table-container-runtime-variable-info .form-group > a {
  margin: 0 5px;
  min-width: 16px;
}
.table-container-runtime-variable-info .form-group {
  margin-bottom: 5px;
}
.table-container-runtime-variable-info label.body-text-2 {
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
}

#fees_expanses_table table tr th:not(:first-child, :last-child) {
/* #package_table_data tr td:not(:first-child, :last-child),
#package_table_data_wrapper .dataTable tr th:not(:first-child, :last-child)  */
  width: 5%;
}

.assum-filter-by-asset .select2-container.form-control .select2-choices {
  height: 30px !important;
  overflow: auto;
}

.table-text-truncate {
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  height: 24px;
}

.client-utility-list.cmn-table .table tbody td {
  padding: 0 5px;
  word-break: break-word;
}

#report_export_modal .form-group,
#report_export_modal .table h3{
  margin: 5px 0;
}

.icons-scroll {
  display: flex;
}
.select2-results .select2-result-label {
  word-break: break-word;
}
.running-scenario tr th,
.running-scenario tr th {
  line-height: normal;
}
.cmn-card-prop a {
  word-break: break-word;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .assum-filter-by-asset.--data-source {
    width: 30% !important;
  }
  .data-source-filter-by {
    width: 15% !important;
  }
  .navbar-nav .nav-item {
    margin: 0 4px;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .assum-filter-by-asset.--data-source {
    width: 25% !important;
  }
  .data-source-filter-by {
    width: 18% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .assum-filter-by-asset.--data-source,
  .data-source-filter-by {
    width: 20% !important;
  }
}
@media (min-width: 1200px) {
  .assum-filter-by-name {
    width: 16% !important;
  }
  .assum-filter-by-asset {
      width: 35% !important;
  }
}
@media (min-width: 992px) {
  .view-data-source-head > div:first-child {
    padding-left: 0;
  }
  .view-data-source-head > div:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .view-data-source-head > div {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .view-data-source-head > div:last-child {
    margin-bottom: 0;
  }
}
