@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: Mistral;
  src: url(fonts/Mistral.eot);
  src: url(fonts/Mistral.eot?#iefix) format("embedded-opentype"), url(fonts/Mistral.woff2) format("woff2"), url(fonts/Mistral.woff) format("woff"), url(fonts/Mistral.ttf) format("truetype"), url(fonts/Mistral.svg#Mistral) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #646464;
  margin: 0;
  background-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus,
.btn-check:focus + .btn-outline-primary,
.form-select:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

a:hover {
  transition: all 0.3s ease-out 0s;
  color: #2d75ff;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #646464;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #646464;
}

.colorPrimary {
  color: #2d75ff !important;
}

.displayHide {
  display: none;
}

.btn,
.dropdown-item,
.input-group-text {
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background-color: #2d75ff;
  border-color: #2d75ff;
}

.btn-primary:hover {
  background-color: #2d75ff;
  border-color: #2d75ff;
}

.btn-outline-primary {
  color: #595858;
  border-color: #c3cee0;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2d75ff;
  border-color: #2d75ff;
}

.btn-outline-secondary {
  color: #2d75ff;
  border-color: #2d75ff;
}

.btn-outline-secondary:hover {
  color: #ffffff !important;
  background-color: #2d75ff;
  border-color: #2d75ff;
}

.btn-link {
  color: #2d75ff;
  text-decoration: none;
}

.btn-link:hover {
  color: #2d75ff;
  text-decoration: underline;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #2d75ff;
  border-color: #2d75ff;
}

.input-group.form-floating > label {
  left: 2.2rem;
  z-index: 3;
}

.input-group.form-floating.nospaceLabel > label {
  left: 0;
}

.input-group-text {
  background-color: #f9f9f9;
}

.form-floating textarea.form-control {
  height: 90px;
}

.form-check-input:checked {
  background-color: #2d75ff;
  border-color: #2d75ff;
}

.form-control,
.form-select {
  border-color: #c3cee0;
  background-color: #f9f9f9;
  font-size: 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: #5991fc;
}

.form-control:disabled, .form-control[readonly] {
  cursor: not-allowed !important;
}

.form-control[readonly] {
  background-color: #f9f9f9;
}

.dropSelectinput select.selectGroup {
  width: 70px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dropSelectinput .form-floating .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.iconTooltipbtn {
  padding: 0;
}
.iconTooltipbtn i {
  padding: 0.469rem 0.5rem;
}

.btnIcon {
  background-color: transparent;
  color: #2d75ff;
  padding: 14px 20px;
  border: 1px solid #2d75ff;
}

.btnIcon i {
  font-size: 24px;
}

.btnIcon:hover {
  background-color: #2d75ff;
  color: #fff;
}

.tooltip {
  font-size: 12px;
}
.tooltip .tooltip-inner {
  padding: 0.1rem 0.5rem 0.25rem;
}

.popover {
  border-radius: 0;
  border: #ccc solid 1px;
  min-width: 300px;
}

.infoIcon {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 99999;
}

.sendQuote {
  padding: 0;
  border: none;
}
.sendQuote .btn {
  padding: 11px 15px 12px;
}

.advanFilter {
  padding: 0;
  border: none;
}
.advanFilter .btn {
  padding: 21px 0;
}

.loginContainer {
  width: 450px;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loginContainer img {
  width: 200px;
  display: block;
  margin: 0px auto;
}
.loginContainer .loginWrapper {
  padding: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.loginContainer .loginWrapper h4 {
  color: #2d75ff;
}
.loginContainer .loginFooter {
  font-size: 12px;
  line-height: 1.4;
}

header {
  background-color: #f9f9f9 !important;
  padding: 0;
  height: 58px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
header .logo {
  display: inline-block;
  padding: 2px 0;
}
header .logo img {
  width: 70px;
}
header h1 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
header h1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -18px;
  width: 1px;
  height: 58px;
  background: #c3cee0;
}
header h1:after {
  content: "";
  position: absolute;
  top: 115%;
  left: 20px;
  right: 50%;
  height: 3px;
  background: #2d75ff;
}
header .dropdown .dropdown-toggle {
  cursor: pointer;
}
header .dropdown .dropdown-toggle::after {
  margin-left: 12px;
  margin-top: -16px;
}
header .dropdown .fa {
  font-size: 25px;
  color: #2d75ff;
  margin-right: 10px;
}
header .dropdown .userName {
  line-height: 1.3;
}
header .dropdown .userName span {
  font-weight: 700;
}

.pageSidebar {
  position: fixed;
  top: 58px;
  left: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
.pageSidebar ul li {
  margin: 0;
  width: 80px;
  text-align: center;
}
.pageSidebar ul li a {
  display: block;
  border-left: 4px solid #f6f6f6;
  padding: 20px 0;
}
.pageSidebar ul li a img {
  width: 30px;
}
.pageSidebar ul li.active a img {
  filter: invert(34%) sepia(92%) saturate(2075%) hue-rotate(209deg) brightness(99%) contrast(104%);
}
.pageSidebar ul li.active a {
  background: #ffffff;
  border-left: 4px solid #2d75ff;
}
.pageSidebar ul li.active a img {
  filter: invert(34%) sepia(92%) saturate(2075%) hue-rotate(209deg) brightness(99%) contrast(104%);
}

.pageContainer {
  margin-top: 58px;
  margin-left: 80px;
}
.pageContainer .appTitle {
  background-color: #37435b;
  color: #2d75ff;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  padding: 17px 15px;
  min-height: 70px;
}
.pageContainer .appTitle h2 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

.pageTitle h2 {
  color: #646464;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  padding: 20px 0;
}

.generContainer {
  width: 90%;
  margin: 0px auto;
  padding: 25px 0;
}
.generContainer h1 {
  line-height: 1;
}
.generContainer h1 span {
  font-weight: 800;
}
.generContainer .linesPills li {
  text-align: center;
  margin: 0 4% 0 0;
  position: relative;
  width: 15%;
}
.generContainer .linesPills li a {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #646464;
  border-radius: 0px;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.generContainer .linesPills li a img {
  width: 40px;
}
.generContainer .linesPills li a p {
  margin: 10px 0 0;
}
.generContainer .linesPills li a.active {
  border: 1px solid #2d75ff;
}
.generContainer .linesPills li a.active img {
  filter: invert(39%) sepia(81%) saturate(3820%) hue-rotate(347deg) brightness(97%) contrast(108%);
}
.generContainer .linesPills li a.active p {
  color: #2d75ff;
}

.submisSelect p {
  display: inline-block;
}

.filledInputs,
.estimQuote,
.clearSearch {
  display: none;
}

.generQuote .appTitle {
  border-right: 1px solid #fff;
}
.generQuote .innerWrapper {
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #ccc;
}
.generQuote .innerWrapper .innerQuote {
  padding: 15px;
  padding-top: 0;
  height: calc(100vh - 140px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.generQuote .mapWrapper {
  height: calc(100vh - 130px);
}
.generQuote .estimQuote .innerWrapper {
  padding-right: 0;
}
.generQuote .estimQuote .innerWrapper .innerQuote {
  overflow: hidden;
  position: relative;
}
.generQuote .estimQuote .innerWrapper .innerQuote .accordion {
  width: 100%;
}
.generQuote .estimQuote .innerWrapper .innerQuote .suninQuote {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 442px);
  padding-right: 10px;
}
.generQuote .estimQuote .innerWrapper .innerQuote .suninQuote2 {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 234px);
  padding-right: 10px;
}
.generQuote .estimQuote .innerWrapper .innerQuote .suninQuote3 {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 443px);
  padding-right: 10px;
}
.generQuote .estimQuote .innerWrapper .innerQuote .suninQuote3 {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 209px);
  padding-right: 10px;
}
.generQuote .estimQuote .innerWrapper .innerQuote .bottomBox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
}

.accordion-item {
  border-radius: 0 !important;
  border: 1px solid #646464;
  position: relative;
}
.accordion-item .accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border-radius: 0;
  background-color: #f6f6f6;
  border-top: #646464 solid 4px;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 1rem;
}
.accordion-item .accordion-button.noArrow:after {
  display: none;
}
.accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b2e2e'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.accordion-item .accordion-body {
  padding: 1rem;
}
.accordion-item .accordion-body .premIndicat {
  background-color: #2d75ff;
  padding: 20px;
}
.accordion-item .accordion-body .premIndicat h4 {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.accordion-item .accordion-body .premIndicat h4 span {
  font-size: 14px;
}
.accordion-item .accordion-body .premIndicat p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.accordion-item .accordion-body .estimValu div {
  padding: 5px 0px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-top: -5px;
  font-weight: 600;
}
.accordion-item .accordion-body .estimValu div:nth-child(1) > div {
  background: #2b2e2e;
}
.accordion-item .accordion-body .estimValu div:nth-child(2) > div {
  background: #595858;
  margin-left: -5px;
}

.accordion-item + .accordion-item {
  margin-top: 20px;
}

.innerQuote::-webkit-scrollbar-track,
.appTable::-webkit-scrollbar-track,
.policyTable .dataTables_scrollBody::-webkit-scrollbar-track,
.suninQuote::-webkit-scrollbar-track,
.suninQuote2::-webkit-scrollbar-track,
.suninQuote3::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.innerQuote::-webkit-scrollbar,
.appTable::-webkit-scrollbar,
.policyTable .dataTables_scrollBody::-webkit-scrollbar,
.suninQuote::-webkit-scrollbar,
.suninQuote2::-webkit-scrollbar,
.suninQuote3::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}

.innerQuote::-webkit-scrollbar-thumb,
.appTable::-webkit-scrollbar-thumb,
.policyTable .dataTables_scrollBody::-webkit-scrollbar-thumb,
.suninQuote::-webkit-scrollbar-thumb,
.suninQuote2::-webkit-scrollbar-thumb,
.suninQuote3::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
}

.disclaimText {
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

#closeEstimate {
  font-size: 16px;
  color: #fff;
}

.filterWrapper,
.filterResult {
  padding: 20px 20px;
  border: 1px solid #646464;
  border-top: 4px solid #646464;
  display: none;
}

.filterResult h3 {
  font-size: 16px;
  font-weight: 600;
}
.filterResult .singleFilter {
  border-radius: 2px;
}
.filterResult .singleFilter .title {
  color: #949393;
  font-size: 12px;
  font-weight: 600;
}
.filterResult .singleFilter i {
  color: #949393;
  font-size: 12px;
  cursor: pointer;
}

.filterWrapper.custwrapper,
.filterResult.custResult {
  padding: 0;
  border-top: none;
}

.filterWrapper.custwrapper h3 {
  font-size: 16px;
  background-color: #f6f6f6;
  color: #000000;
  padding: 1rem;
  border-top: #646464 solid 4px;
  padding-bottom: 0;
}

.filterResult.custResult h3 {
  font-size: 14px;
  background-color: #f6f6f6;
  color: #000000;
  padding: 1rem;
  border-top: #646464 solid 4px;
  padding-bottom: 0;
}

.tableCustom th {
  background: #2d75ff !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  vertical-align: top;
}
.tableCustom thead tr {
  height: auto !important;
}

.page-item.active .page-link {
  background-color: #eff4fe !important;
  border-color: #2d75ff !important;
  color: #2d75ff !important;
}

.page-item .page-link,
.page-item.disabled .page-link {
  color: #646464 !important;
}

.page-link:hover {
  z-index: 2;
  color: #2d75ff;
}

.page-item.disabled .page-link {
  cursor: not-allowed;
  pointer-events: auto;
}

.actionBtn {
  min-width: 32px;
}

.quoteList li {
  text-align: center;
  position: relative;
}
.quoteList li a img {
  width: 60px;
  margin-bottom: 10px;
  filter: invert(37%) sepia(1%) saturate(0%) hue-rotate(355deg) brightness(88%) contrast(90%);
}
.quoteList li a p {
  font-weight: 700;
  color: #595858;
}
.quoteList li.active a img {
  filter: invert(35%) sepia(99%) saturate(2501%) hue-rotate(210deg) brightness(101%) contrast(101%) !important;
}
.quoteList li.active a p {
  color: #2d75ff;
}
.quoteList li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 22px;
  color: #595858;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
}
.quoteList li:last-child:after {
  display: none;
}

.applnumber {
  background-color: #f6f6f6;
  padding: 10px 20px;
}
.applnumber span {
  font-weight: 800;
}

.backAddress {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 2;
}

.newproAddress {
  position: relative;
}
.newproAddress .remoAddress {
  position: absolute;
  top: 0;
  right: 0;
}

.ui-menu {
  z-index: 9999;
}

.nav-tabs.addressTabs {
  border-bottom: 1px solid #e1e1e1;
}
.nav-tabs.addressTabs li {
  position: relative;
}

.nav-tabs.addressTabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  font-weight: 600;
  background-color: #e1e1e1;
  border-bottom: 4px solid #e1e1e1;
  color: #646464;
}

.nav-tabs.addressTabs .nav-link.active {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-bottom: 4px solid #2d75ff;
}

.nav-tabs.addressTabs .nav-link.modflink {
  padding: 15px 30px;
}

.nav-tabs.addressTabs .nav-link.modflink.active {
  color: #2d75ff;
  font-weight: bold;
}

.underQuest {
  min-height: 58px;
}

.contraWrapper {
  padding: 20px;
  background-color: #f6f6f6;
  border-top: #2b2e2e solid 4px;
}
.contraWrapper h3 {
  font-size: 18px;
  font-weight: 700;
}
.contraWrapper h4 {
  font-size: 16px;
  font-weight: 600;
}
.contraWrapper .percentageInput {
  width: 100px;
}
.contraWrapper .card .card-header label {
  font-weight: 800;
}
.contraWrapper.custContract {
  padding: 0;
  border: #646464 solid 1px;
}
.contraWrapper.custContract .contractList {
  padding: 10px 20px;
  background-color: #ffffff;
}
.contraWrapper.custContract h3 {
  font-size: 16px;
  color: #646464;
  background-color: #f6f6f6;
  border-top: #646464 solid 4px;
  padding: 1rem;
  text-transform: uppercase;
}

.appTable {
  max-height: 400px;
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.summWrapper {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.17);
  border-top: #2b2e2e solid 4px;
}
.summWrapper .summHead {
  background-color: #f6f6f6;
  padding-bottom: 80px;
}
.summWrapper .summHead ul li {
  display: inline-block;
  width: 20%;
  position: relative;
}
.summWrapper .summHead ul li h4 {
  font-size: 18px;
  font-weight: 600;
  /*padding-bottom: 20px;*/
}
.summWrapper .summHead ul li h4 span {
  color: #595858;
  font-size: 14px;
}
.summWrapper .summHead ul li p {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
  /*padding-top: 20px;*/
}
.summWrapper .summHead ul li p i {
  font-size: 14px;
  font-weight: normal;
  color: #2d75ff;
}
.summWrapper .summHead ul li + li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  left: 0;
  background-color: #595858;
}
.summWrapper .summContent .policyPremi {
  background-color: #646464;
  border-radius: 6px;
  margin-top: -50px;
}
.summWrapper .summContent .policyPremi h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.summWrapper .summContent .policyPremi p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.summWrapper .summContent .policyPremi p i {
  font-size: 14px;
  font-weight: normal;
  color: #2d75ff;
}

.cancelDetails p {
  margin: 0 0 10px 0;
}
.cancelDetails p i {
  color: #2d75ff;
  padding-right: 8px;
}
.cancelDetails h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.formSumm h3 {
  font-size: 16px;
  font-weight: 800;
  color: #2b2e2e;
  margin-bottom: 10px;
}
.formSumm h4 {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.formSumm h5 {
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  background-color: #f6f6f6;
  color: #646464;
}
.formSumm .updateValue {
  outline: 1px solid #dc9283 !important;
}
.formSumm .updateValue h5 {
  background-color: #5991fc;
  border-bottom: 1px solid #dc9283;
}
.formSumm .fsummInner .sumDetail {
  padding: 10px;
  margin: 0;
  background-color: #fff;
}
.formSumm .fsummInner .row.fsummRow > [class*=col-] {
  outline: 1px solid #e1e1e1;
  background-color: #fff;
}
.formSumm .fsummInner .updateValue .sumDetail {
  background-color: #5991fc;
}

.input-group.sform-floating .btnSchedule {
  padding: 0;
}
.input-group.sform-floating .btnSchedule i {
  height: 100%;
  padding: 1.328rem 0.75rem;
}

.noteList {
  list-style: number;
  margin: 0 0 0 16px;
}

.notePara {
  font-size: 12px;
}

.signInput {
  font-family: Mistral;
  font-size: 24px;
}

.policyDetails i {
  color: #2d75ff;
  width: 14px;
  height: 14px;
}
.policyDetails p {
  background: #f6f6f6;
  padding: 8px 15px;
  margin: 0;
}
.policyDetails p + p {
  margin-left: 10px;
}

.disclamNote {
  background: #e1e1e1;
  font-style: italic;
}
.disclamNote i {
  color: #2d75ff;
}

.endorseEdit .form-check {
  min-height: auto;
}

.endorseLink ul li {
  float: left;
  margin: 20px 0 0;
}
.endorseLink ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #2d75ff;
  border-radius: 5px;
  color: #2d75ff;
}
.endorseLink ul li a:hover {
  background: #2d75ff;
  color: #ffffff;
}
.endorseLink ul li + li {
  margin-left: 10px;
}

.backTop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  border-radius: 5px;
  background-color: #2d75ff;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
  display: none;
}
.backTop i {
  color: #ffffff;
  font-size: 30px;
}

.dataTables_paginate .pagination {
  margin-top: 2px !important;
}

.policyTable .dataTables_scrollBody {
  padding-right: 10px;
}

.dateList {
  list-style: none;
  text-align: center;
}
.dateList li {
  display: inline-block;
  margin: 0 20px;
  width: 300px;
}
.dateList li .policyDate {
  border: 1px solid #dee2e6;
  padding: 20px 45px;
  text-align: center;
}
.dateList li .policyDate h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.dateList li .policyDate p {
  font-size: 26px;
  font-weight: 700;
}

.form-floating > .txtarScroll.form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  background-color: #f9f9f9;
  height: auto;
  padding: 0 0px 0px 0.75rem;
  width: 100%;
  border-radius: 5px 0 0 0;
  transform: scale(0.96);
  top: 1px;
  left: 1px;
}

.form-floating > .txtarScroll.form-control:focus ~ label,
.form-floating > .txtarScroll.form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  background-color: #f9f9f9;
  height: auto;
  padding: 2px 0px 0px 0.75rem;
  width: 110%;
  border-radius: 5px 0 0 0;
  transform: scale(0.85) translateY(0rem) translateX(0rem);
  top: 1px;
  left: 1px;
  color: rgba(43, 46, 46, 0.65);
}

.form-floating > .txtarScroll.form-control:-webkit-autofill ~ label {
  opacity: 1;
  background-color: #f9f9f9;
  height: auto;
  padding: 0 0px 0px 0.75rem;
  width: 100%;
  border-radius: 5px 0 0 0;
  transform: scale(0.96);
  top: 1px;
  left: 1px;
}

.applicaSummary .fsummInner,
.applicaSummary .accordion-header,
.applicaSummary .fsummRow,
.applicaSummary .accordion-item {
  page-break-inside: avoid;
}

.form-floating textarea.form-control.spaceTop {
  padding-top: 25px;
  height: 120px;
}

.loginSect {
  height: 100vh;
}
.loginSect .titleLogin {
  width: 35%;
  background: #fff;
  padding: 15px;
  position: relative;
}
.loginSect .titleLogin .logo {
  width: 260px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.loginSect .titleLogin .logo img {
  display: block;
  width: 100%;
}
.loginSect .titleLogin .copyLine {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 14px;
  color: #7f8899;
}
.loginSect .formLogin {
  width: 65%;
  background-image: url(images/login-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.loginSect .formLogin:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(89, 88, 88, 0.5);
  top: 0;
  left: 0;
}
.loginSect .formLogin .formBox {
  width: 360px;
  padding: 45px;
  background: rgba(11, 29, 64, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 4px;
}
.loginSect .formLogin .formBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.loginSect .formLogin .formBox .input-group {
  position: relative;
}
.loginSect .formLogin .formBox .input-group .input-group-addon {
  background-color: #fff;
  padding: 7px 12px;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 35px;
}
.loginSect .formLogin .formBox .input-group .input-group-addon i {
  color: #2d75ff;
}
.loginSect .formLogin .formBox .input-group .form-control {
  border: none;
  background: #fff;
  padding-left: 0;
}
.loginSect .formLogin .formBox .buttonLogin {
  color: #fff;
  background-color: #2d75ff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 35px;
  line-height: 30px;
  border-radius: 4px;
}

.pageSect {
  margin-top: 58px;
}

.homeBanner {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background-image: url(images/home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.homeBanner .welcomBox {
  width: 520px;
  padding: 50px;
  background: rgba(255, 255, 255, 0.67);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.homeBanner .welcomBox p {
  color: #2d75ff;
  font-size: 20px;
  line-height: 1.1;
}
.homeBanner .welcomBox p span {
  font-size: 30px;
  font-weight: 700;
}
.homeBanner:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.6) 60%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.homeBanner .lobBox {
  width: 520px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background: rgba(45, 117, 255, 0.67);
}
.homeBanner .lobBox .iconImg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #37435b;
  text-align: center;
  padding: 27px 0;
  margin: 0 auto;
}
.homeBanner .lobBox .iconImg img {
  display: block;
  width: 45%;
  margin: 0px auto;
}
.homeBanner .lobBox p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
.homeBanner .lobBox p span {
  font-size: 20px;
  font-weight: 700;
}
.homeBanner.commercialBg {
  background-image: url(images/commercial-bg.jpg);
}
.homeBanner.personnalBg {
  background-image: url(images/personnal-bg.jpg);
}
.homeBanner.floodBg {
  background-image: url(images/flood-bg.jpg);
}

.homeOpt {
  padding-bottom: 40px;
}
.homeOpt p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.homeOpt .lobList {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.homeOpt .lobList li {
  display: inline-block;
  margin-top: 20px;
  transition: 150ms ease;
}
.homeOpt .lobList li a {
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 20px;
  min-width: 270px;
}
.homeOpt .lobList li a .iconImg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #2d75ff;
  text-align: center;
  padding: 27px 0;
  margin: 0 auto;
}
.homeOpt .lobList li a .iconImg img {
  display: block;
  width: 45%;
  margin: 0px auto;
}
.homeOpt .lobList li a h2 {
  font-size: 14px;
  font-weight: 800;
}
.homeOpt .lobList li a p {
  font-size: 12px;
  margin: 0;
}
.homeOpt .lobList li:hover {
  transform: translateY(-10px);
}
.homeOpt .lobList li:hover .iconImg {
  background: #41f1c3;
}
.homeOpt .lobList li.disable {
  pointer-events: none;
}
.homeOpt .lobList li.disable .iconImg {
  background-color: #e1e1e1;
}
.homeOpt .lobList li.disable:hover {
  transform: translateY(0);
}
.homeOpt .lobList li + li {
  margin-left: 40px;
}

.custSelect .select2-container {
  width: 100% !important;
}
.custSelect .select2-container .selection {
  width: 100% !important;
}
.custSelect .select2-container .selection .select2-selection {
  height: 58px;
  border-radius: 0.25rem;
  border-color: #c3cee0;
  background-color: #f9f9f9;
  padding-top: 24px;
  padding-left: 6px;
}
.custSelect .select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.custSelect .select2-container .selection .select2-selection .select2-selection__arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #343a40;
}
.custSelect .select2-container .selection .select2-selection .select2-selection__arrow b {
  border: none;
}
.custSelect .select2-container.select2-container--open .select2-selection {
  border-color: #5991fc;
}
.custSelect.groupSelect .select2-container--default {
  flex: 1;
}
.custSelect.groupSelect .select2-container--default .select2-selection {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custSelect .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #5991fc;
}

.addloct,
.addBuild {
  padding: 15px 20px;
  font-weight: 600;
  background-color: #e1e1e1;
  color: #2b2e2e;
  border-bottom: 4px solid #e1e1e1;
}

.addBuild {
  color: #2d75ff;
  border-bottom: 4px solid #2d75ff;
}

.deleteTab {
  color: #2d75ff;
  position: absolute;
  z-index: 999;
  top: 14px;
  right: 10px;
}

.custAccordian .accordion-item {
  margin: 0 !important;
}
.custAccordian .accordion-item .buildColumn {
  padding: 0.8rem 1rem;
}
.custAccordian .accordion-item .buildColumn .buildTitle {
  color: rgb(166, 166, 166);
  font-weight: bold;
}
.custAccordian .accordion-item .buildColumn.incomColumn {
  background-color: rgb(255, 220, 213);
}
.custAccordian .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 18px;
  float: right;
}
.custAccordian .accordion-body {
  background-color: #f9f9f9;
}
.custAccordian .accordion-body h3 {
  font-weight: 700;
  font-size: 14px;
}
.custAccordian .accordion-body h4 {
  font-size: 14px;
  color: #a6a6a6;
}

.buildHeader {
  padding: 0.8rem 1rem;
  background-color: #646464;
}
.buildHeader p {
  color: #ffffff;
  font-weight: 700;
}

.modal-fullsize {
  max-width: 90%;
}

.buildForm h3 {
  font-weight: 700;
  font-size: 14px;
}

.innerAccordian .accordion-item {
  margin: 0 !important;
}
.innerAccordian .accordion-item .accordion-button {
  background-color: #f6f6f6;
  color: #646464;
  border-top: none;
  font-size: 14px;
}
.innerAccordian .accordion-item .accordion-button span {
  font-weight: 400;
  display: block;
}

.locatSummary {
  padding: 0;
  margin: 20px;
  border: 1px solid #646464;
}
.locatSummary h3 {
  padding: 10px;
  background-color: #f6f6f6;
  color: #000000;
}
.locatSummary .accordion-button:after {
  position: absolute;
  right: 20px;
}

.endorSummary .sumHeader [class*=col-] {
  background-color: #f6f6f6;
  padding: 10px;
  color: #646464;
}
.endorSummary .sumHeader [class*=col-] h5 {
  font-size: 14px;
  font-weight: 700;
}
.endorSummary .sumDetail {
  border: 1px solid #f6f6f6;
  border-top: none;
}
.endorSummary .sumDetail p {
  padding: 10px;
  margin: 0;
}
.endorSummary .sumDetail .accordion-item {
  border: 1px solid #f6f6f6;
}
.endorSummary .sumDetail .accordion-item .accordion-button {
  background-color: transparent;
  padding: 10px;
  font-weight: 400;
  text-transform: none;
}
.endorSummary .sumDetail .accordion .accordion-body {
  background-color: #f9f9f9;
  padding-bottom: 0px;
}
.endorSummary .sumDetail .accordion .accordion-body h3 {
  font-weight: 700;
  font-size: 14px;
}
.endorSummary .sumDetail .accordion .accordion-body h4 {
  font-size: 14px;
  color: #a6a6a6;
}
.endorSummary .sumDetail .accordion .accordion-body p {
  margin-bottom: 1rem;
  padding: 0;
}
.endorSummary hr {
  border-bottom: 2px solid #2b2e2e;
}

.coverList {
  list-style: none;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}
.coverList li {
  width: 50%;
  float: left;
  padding: 0;
}
.coverList li .summaryTable td,
.coverList li .summaryTable th {
  padding: 10px;
}
.coverList li .summaryTable th {
  border-bottom: 1px solid #ccc;
}
.coverList li .summaryTable td:nth-child(2),
.coverList li .summaryTable td:nth-child(3) {
  width: 25%;
}
.coverList li + li {
  border-left: 1px solid #ccc;
}
.coverList.fullwTable {
  border: none;
}
.coverList.fullwTable li {
  width: 100%;
}
.coverList.fullwTable li .summaryTable td:nth-child(2),
.coverList.fullwTable li .summaryTable td:nth-child(3),
.coverList.fullwTable li .summaryTable td:nth-child(4),
.coverList.fullwTable li .summaryTable td:nth-child(5) {
  width: 20%;
  text-align: center;
}
.coverList.fullwTable li .summaryTable th:nth-child(2),
.coverList.fullwTable li .summaryTable th:nth-child(3),
.coverList.fullwTable li .summaryTable th:nth-child(4),
.coverList.fullwTable li .summaryTable th:nth-child(5) {
  text-align: center;
}

.summaryTable td,
.summaryTable th {
  padding: 10px;
}
.summaryTable th {
  border-bottom: 1px solid #ccc;
}
.summaryTable td:nth-child(2),
.summaryTable td:nth-child(3) {
  width: 25%;
}

.font-bold {
  font-weight: bold;
}

.addEndorse {
  display: flex;
  align-items: center;
}
.addEndorse p {
  width: 200px;
}
.addEndorse .form-control {
  width: 222px;
}
.addEndorse form {
  display: flex;
}

.businessLine select.form-select {
  border: none;
  background-color: #f6f6f6;
  border-radius: 0;
}

.camelCase {
  text-transform: capitalize;
}

.checkboxDisable {
  cursor: not-allowed;
}
.checkboxDisable .form-check-label {
  opacity: 1 !important;
}

.getInd-covSection {
  min-height: 86%;
}

select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2 + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
  display: none;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.plainSelect2 .select2-container--default {
  width: 100% !important;
}
.plainSelect2 .select2-container--default .select2-selection--single {
  border-color: #c3cee0;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  padding: 2px 2.25rem 3px 0.75rem;
  height: auto;
}
.plainSelect2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.plainSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.plainSelect2.groupSelect .select2-container--default {
  flex: 1;
}
.plainSelect2.groupSelect .select2-container--default .select2-selection {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.graphBxAnalytics {
  padding: 15px;
  height: 100%;
  border-radius: 2px;
  border: solid 1px #e1e1de;
}
.graphBxAnalytics .titleInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.graphBxAnalytics .titleInfo h4 {
  font-size: 16px;
  font-weight: 700;
}

.analyticsButt h4 {
  font-size: 16px;
  font-weight: 700;
}

.analywrapper {
  padding: 20px 0;
}
.analywrapper .panel {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  display: flex;
}
.analywrapper .panel .panel-heading {
  margin-right: 20px;
}
.analywrapper .panel .panel-heading a {
  background-color: #2d75ff;
  color: #fff !important;
}
.analywrapper .panel .panel-heading a.collapsed {
  background-color: transparent;
  color: #2d75ff !important;
}
.analywrapper .panel .panel-heading a.collapsed:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 18px;
}
.analywrapper .panel .panel-heading a:after {
  content: "\f106";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 18px;
}
.analywrapper .panel .panel-body {
  width: 100%;
}
.analywrapper .panel .panel-body .flexColumn {
  display: flex;
  height: calc(100vh - 165px);
}
.analywrapper .panel .panel-body .flexColumn .leftSidebbar {
  float: left;
  overflow: auto;
  width: 400px;
  background: #f6f6f6;
  padding: 8px;
}
.analywrapper .panel .panel-body .flexColumn .leftSidebbar .filterBox {
  border: 1px solid #646464;
  padding: 10px;
}
.analywrapper .panel .panel-body .flexColumn .leftSidebbar .filterBox .tierTable {
  border: 1px solid #646464;
}
.analywrapper .panel .panel-body .flexColumn .leftSidebbar .filterBox .tierTable th, .analywrapper .panel .panel-body .flexColumn .leftSidebbar .filterBox .tierTable td {
  padding: 5px;
  border-top: 1px solid #373c4c;
  border-bottom: 1px solid #373c4c;
  font-size: 14px;
}
.analywrapper .panel .panel-body .flexColumn .leftSidebbar .filterBox .tierTable th {
  background-color: #e1e1e1;
}
.analywrapper .panel .panel-body .flexColumn .leftSidebbar .filterBox .tierTable tr:last-child td {
  background-color: #e1e1e1;
}
.analywrapper .panel .panel-body .flexColumn .mapWrapper {
  flex-grow: 100;
  margin: 0px 10px;
  overflow: hidden;
  position: relative;
}
.analywrapper .panel .panel-body .flexColumn .mapWrapper .map {
  position: static !important;
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}

.gm-style,
.gm-style .gm-style-iw {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5;
}
.gm-style .firstHeading,
.gm-style .gm-style-iw .firstHeading {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0;
  border-bottom: #2d75ff solid 1px;
  font-size: 16px;
  font-weight: 700;
}
.gm-style p,
.gm-style .gm-style-iw p {
  margin-bottom: 2px;
}

.gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
  top: 20px !important;
  right: 13px !important;
}
.gm-ui-hover-effect img {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}

.toggleBtn .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.toggleBtn .fieldLabel {
  transform: scale(0.85) translateY(-0.4rem) translateX(-0.3rem);
  opacity: 0.65;
}
.toggleBtn .btn-default.active {
  color: #333;
  background-color: #f9f9f9;
  border-color: #aaa;
}

.graphBx {
  padding: 15px;
  min-height: auto;
  border-radius: 2px;
  border: solid 1px #646464;
}
.graphBx.chartBx {
  min-height: auto;
}
.graphBx h4 {
  font-size: 16px;
  font-weight: 700;
}
.graphBx.chartBx1 {
  min-height: 278px;
}
.graphBx.chartBx2 {
  min-height: auto;
  height: 100%;
}
.graphBx #TableCoverageA,
.graphBx #TableProtectionClass,
.graphBx #TableOccupancies,
.graphBx #TableConstType {
  min-width: 300px;
}
.graphBx #TableCoverageA table,
.graphBx #TableProtectionClass table,
.graphBx #TableOccupancies table,
.graphBx #TableConstType table {
  float: right;
}
.graphBx #NewRenwalCount,
.graphBx #TransactionCount {
  min-width: 200px;
}
.graphBx .statusCount {
  min-width: 300px !important;
}
.graphBx .statusCount table {
  float: right;
}

.tableLegend td {
  padding: 0 5px;
  text-align: right;
}

.divTitle {
  margin-left: 0px;
  float: left;
  font-weight: bold;
  padding-top: 0px;
}
.divTitle .divFilter {
  border-radius: 25px;
  background: white;
  float: left;
  padding: 7px 25px 7px 15px;
  margin-right: 10px;
  border: gray solid 1px;
  color: gray;
  position: relative;
  font-size: 12px;
  margin-bottom: 5px;
}
.divTitle .divFilter .closeFilter {
  width: 9px;
  margin-top: 3px;
  margin-left: 5px;
  position: absolute;
  right: 9px;
  cursor: pointer;
}

.custDatatable .dt-buttons {
  float: right;
  margin: 2px 0 0 10px;
}
.custDatatable .dt-buttons button {
  border: none;
}
.custDatatable .dataTables_wrapper .dataTables_filter {
  width: 420px;
  float: right;
  text-align: inherit;
}
.custDatatable .dataTables_wrapper .dataTables_filter label {
  display: flex;
  align-items: center;
  position: relative;
  white-space: inherit;
  font-size: 0px;
  margin-bottom: 10px;
}
.custDatatable .dataTables_wrapper .dataTables_filter label input {
  width: 100%;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  color: #646464;
  padding: 0 0 0 12px;
  line-height: 1.1;
  font-size: 14px;
  border: 1px solid #c3cee0;
}
.custDatatable .dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
  color: #646464;
}

.custDatatable .dataTables_wrapper .dataTables_filter label input:-moz-placeholder {
  color: #646464;
}

.custDatatable .dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
  color: #646464;
}

.custDatatable .dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
  color: #646464;
}

.custDatatable .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: #2d75ff;
}
.custDatatable .dataTables_wrapper .dataTables_filter label span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.custDatatable .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.custDatatable .dataTables_wrapper .dataTables_paginate {
  color: #646464;
  float: right;
  padding-top: 0.25em !important;
}
.custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button a {
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  color: #595858 !important;
  cursor: pointer;
}
.custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
  color: #2d75ff;
  background-color: #e9ecef;
}
.custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled a {
  cursor: not-allowed;
  pointer-events: auto;
  color: #6c757d;
  background-color: #fff;
}
.custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button.previous a {
  border-right: none;
}
.custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button.next a {
  border-left: none;
}
.custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button.current a, .custDatatable .dataTables_wrapper .dataTables_paginate .paginate_button.active a {
  background-color: #eff4fe !important;
  border-color: #2d75ff !important;
  color: #2d75ff !important;
}
.custDatatable table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 10px;
  border-color: #dee2e6;
}
.custDatatable table th {
  padding: 0.5rem 0.5rem;
  padding-right: 30px;
}
.custDatatable table td {
  padding: 0.5rem 0.5rem;
}
.custDatatable table tr.odd td {
  background-color: #f2f2f2;
}

.color-red {
  color: #ff093c;
}

.color-blue {
  color: blue;
}

.color-green {
  color: #26af22;
}

.chartjs-wrapper .axis {
  font-size: 14px;
}

.axis {
  font: 10px sans-serif;
}

.axis path, .axis line {
  fill: none;
  stroke: #D4D8DA;
  stroke-width: 2px;
}

.data1 {
  fill: none;
  stroke: #0085AD;
  stroke-width: 3px;
}

.data2 {
  fill: none;
  stroke: #5C068C;
  stroke-width: 3px;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

.select2-container--disabled .select2-selection {
  cursor: not-allowed !important;
}

.replicateAdd {
  background-color: #f9f9f9;
}

.bootbox.modal.show {
  z-index: 1062 !important;
}

.bootbox.modal.show + .modal-backdrop {
  z-index: 1061;
}

.flatpickr-input[readonly] {
  cursor: pointer !important;
}

.quoteWrap li {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #646464;
  display: flex;
  flex-wrap: wrap;
}
.quoteWrap li .readioiButton {
  width: 5%;
  position: relative;
}
.quoteWrap li .readioiButton .form-check-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.quoteWrap li label {
  width: 95%;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.quoteWrap li label .icoDiv {
  display: inline-block;
  width: 110px;
  margin-left: 0.5rem;
}
.quoteWrap li label .icoDiv img {
  max-width: 100%;
}
.quoteWrap li label .desc {
  display: inline-block;
  text-align: left;
  width: 30%;
  font-size: 16px;
  margin-left: 0.5rem;
}
.quoteWrap li label .price {
  display: inline-block;
  width: 30%;
  font-size: 16px;
}
.quoteWrap .dropDiv {
  width: 100%;
  text-align: left;
  padding: 20px 0px;
  border-top: 1px solid #e1e1e1;
  display: none;
}
.quoteWrap .dropDiv .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: calc(5% + 0.5rem);
}
.quoteWrap .dropDiv .details .amt {
  width: 30%;
}
.quoteWrap .dropDiv .details.subDetails {
  padding-left: 20px;
}

.flatpickr-input.form-control[readonly] {
  background-color: #f9f9f9;
  cursor: inherit;
}

.flatpickr-input.form-control:focus {
  background-color: #ffffff;
}

.footerNote {
  font-style: italic;
  border: 1px solid #ef4538;
  margin: 10px 0;
  display: inline-block;
  padding: 0px 5px;
}

.select2-container .select2-selection--multiple {
  height: 100% !important;
}

@media screen and (min-width: 280px) and (max-width: 1440px) {
  .graphBx .statusCount {
    min-width: 160px !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 1199px) {
  .graphBx #TableCoverageA,
  .graphBx #TableProtectionClass,
  .graphBx #TableOccupancies,
  .graphBx #TableConstType {
    min-width: 210px;
  }
  .graphBx #NewRenwalCount,
  .graphBx #TransactionCount {
    min-width: 160px;
  }
}
header div > div {
  align-items: center;
}

.btn-outline-dark {
  color: #37435b;
  border-color: #37435b;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #37435b;
  border-color: #37435b;
}/*# sourceMappingURL=style.css.map */