/* You can add global styles to this file, and also import other style files */
/* Code written by pankaj*/
 html {
	 height: 100%;
}
 app-root {
	 display: flex;
	 flex-direction: column;
	 height: 100vh;
}
 body {
	 margin: 0 auto;
	 padding: 0;
	 font-family: "Maven Pro", sans-serif;
	 font-size: 14px;
	 display: -ms-flexbox !important;
	 display: -webkit-box !important;
	 display: flex !important;
	 -ms-flex-direction: column !important;
	 -webkit-box-orient: vertical !important;
	 -webkit-box-direction: normal !important;
	 flex-direction: column !important;
	 font-family: "Open Sans", sans-serif;
}
 .reset_form {
	 background: #fff;
	 border-top-right-radius: 1rem;
	 border-bottom-right-radius: 1rem;
	 padding: 132px 15px;
}
 .reset_form h3 {
	 text-align: center;
	 font-weight: 500;
	 margin-bottom: 15px;
	 text-align: center;
	 font-weight: 600;
	 margin-bottom: 5px;
	 color: #5e5e5e;
	 margin-top: 5px;
}
 .reset_form .btn-reset {
	 background: #056e8b;
	 color: #fff;
}
 .reset_form .btn-back {
	 display: inline-block;
	 width: 45%;
	 border: 1px solid #056e8b;
	 color: #000;
}
 .reset_form p {
	 font-size: 0.8rem;
	 color: #5a5a5a;
}
 .reset_form .form-group {
	 margin-bottom: 1.5rem;
}
 .align_center {
	 text-align: center;
}
 .login_img {
	 background: #afc9f9;
	 text-align: center;
	 padding: 15px;
	 border-top-left-radius: 1rem;
	 border-bottom-left-radius: 1rem;
}
 .login_img .left-logo {
	 max-width: 172px;
}
 .login_img .left-laptop {
	 margin-top: 45px;
}
 .button-wrap {
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -5px;
	 margin-left: -5px;
}
 .button-wrap button {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 margin-left: 5px;
	 margin-right: 5px;
}
 .btn-group-lg > .btn {
	 padding: 0.7rem 0.25rem;
	 font-size: 1rem;
}
 .btn-lg {
	 padding: 0.7rem 0.25rem;
	 font-size: 1rem;
}
 .main-nav {
	background-image: linear-gradient(to left,#248de4,#0c5397);
	position: relative;
	z-index: 999;
}
 .main-nav .navbar-nav li a {
	 color: #fff !important;
	 font-weight: 600;
}
 .main-nav .dropdown-toggle::after {
	 display: none;
}
 .main-nav .nav-pills .nav-link.active {
	 color: #fff;
	 background-color: transparent;
}
 .main-nav .nav-pills .show > .nav-link {
	 color: #fff;
	 background-color: transparent;
}
 .addLead:hover {
	 text-decoration: none;
}
 #navbarTogglerDemo01 img {
	 height: 60px;
}
 .dropdown-menu {
	 z-index: 99999;
}
 .form-container {
	 margin-top: 40px;
}
 .form-control {
	 border-radius: 1rem;
	 font-size: 14px;
	 border-radius: 0.4rem;
	 border: 1px solid #5e5e5e;
	 padding: 0.7rem 1rem;
	 height: auto;
}
 .form-control:focus {
	 border-color: #ccc;
	 box-shadow: none;
	 border-color: #5e5e5e;
}
 .table-responsive-md tr th {
	 font-weight: 100;
}
 .footer {
	 margin-top: auto;
	 background-color: #d1d2d3;
	 font-family: "Open Sans", sans-serif;
	 position: relative;
	 z-index: 999;
}
 .footer .footerContent {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 background-size: cover;
	 -ms-flex-align: center;
	 -webkit-box-align: center;
	 align-items: center;
	 color: #3a4654;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
}
 .footer .footerContent .theHub {
	 margin-left: 20px;
	 font-size: 24px;
	 font-weight: 900;
	 margin-right: 15px;
}
 .footer .footerContent .dragDrop {
	 margin: 15px;
	 width: 100%;
	 max-width: 30%;
}
 .footer .footerContent .dragDrop a {
	 border: 1px dashed #3a4654;
	 padding: 15px 30px;
	 border-radius: 0.75rem;
	 display: inline-block;
	 color: #3a4654;
	 text-decoration: none;
	 width: 100%;
	 text-align: center;
}
 .footer .footerContent .openFile {
	 margin: 0 15px;
	 position: relative;
}
 .footer .footerContent .openFile button {
	 white-space: nowrap;
}
 .footer .footerContent .openFile .btn-secondary {
	 color: #3a4654;
	 background-color: #c5cbd1;
	 border-color: #c5cbd1;
	 line-height: 1.3;
	 font-weight: 600;
	 font-size: 12px;
	 padding: 12px 25px;
}
 .footer .footerContent .openFile .badge {
	 position: absolute;
	 right: 5px;
	 top: -10px;
	 width: 20px;
	 height: 20px;
	 line-height: 18px;
	 text-align: center;
	 font-size: 10px;
	 padding: 0;
	 display: inline-block;
	 background-color: #00769a;
}
 .footer .footerContent .quickActions {
	 font-size: 24px;
	 font-weight: 900;
	 margin-right: 15px;
	 white-space: nowrap;
}
 .footer .footerContent .btn-group {
	 margin-left: 15px;
}
 .footer .footerContent .btn-group .btn {
	 border-radius: 0;
	 font-weight: 700;
	 padding: 20px 3.25vw;
}
 .footer .footerContent .btn-group .btn i {
	 display: block;
}
 .footer .footerContent .btn-group .btn.btn-success {
	 background-color: #b9bc15;
	 border-color: #b9bc15;
}
 .footer .footerContent .btn-group .btn.btn-success:hover {
	 background-color: #a8ab0d;
	 border-color: #a8ab0d;
}
 .footer .footerContent .btn-group .btn.btn-primary {
	 background-color: #00769a;
	 border-color: #00769a;
}
 .footer .footerContent .btn-group .btn.btn-primary:hover {
	 background-color: #07789a;
	 border-color: #07789a;
}
 .footer .footerContent .btn-group .btn.btn-info {
	 background-color: #004657;
	 border-color: #004657;
}
 .footer .footerContent .btn-group .btn.btn-info:hover {
	 background-color: #014150;
	 border-color: #014150;
}
 .small {
	 font-weight: unset;
}
 small {
	 font-weight: unset;
}
 .set {
	 position: relative;
	 width: 100%;
	 height: auto;
}
 .set > a {
	 display: block;
}
 .set .content {
	 display: none;
	 text-align: left;
	 padding: 20px;
}
 .set .content h6 {
	 font-weight: bold;
}
 .set .content .leftData .projectDesign {
	 background: #fff;
	 padding: 10px;
	 line-height: 1;
	 border-radius: 1rem;
}
 .set .content .leftData .projectDesign h6 {
	 margin: 0;
}
 .set .content .leftData .projectDesign h6 .small {
	 font-weight: bold;
}
 .set .content .leftData .projectDesign .btn {
	 border-radius: 1rem;
	 font-weight: bold;
}
 .set .content .centerData .projectMap .col:first-child .mapData {
	 border-top-left-radius: 1rem;
	 border-bottom-left-radius: 1rem;
}
 .set .content .centerData .projectMap .col:last-child .mapData {
	 border-top-right-radius: 1rem;
	 border-bottom-right-radius: 1rem;
}
 .set .content .centerData .projectMap .col:nth-child(odd) .mapData {
	 background-color: #fff;
}
 .set .content .centerData .projectMap .col:nth-child(even) .mapData {
	 background-color: #f5f5f5;
}
 .set .content .centerData .mapData {
	 width: 100%;
	 justify-content: flex-end;
	 display: flex;
	 flex-direction: column;
	 padding: 10px 0;
}
 .set .content .centerData .mapData .progress {
	 border-radius: 0;
	 height: 20px;
}
 .set .content .centerData .mapData .progress-bar {
	 text-align: left;
	 padding-left: 5px;
}
 .set .content .centerData .mapData h6 {
	 padding-left: 10px;
}
 .set .content .centerData .mapData p {
	 line-height: 1;
	 margin-bottom: 5px;
	 padding-left: 10px;
}
 .set .content .centerData .mapData p .small {
	 font-size: 9px;
	 line-height: 1;
	 display: inline-block;
	 font-weight: 600;
}
 .set .content .centerData .mapData.mapData1 .progress {
	 margin-left: 10px;
	 border-top-left-radius: 0.5rem;
	 border-bottom-left-radius: 0.5rem;
}
 .set .content .centerData .mapData.mapData1 .progress-bar {
	 background-color: #b9bc15;
}
 .set .content .centerData .mapData.mapData2 .progress-bar {
	 background-color: #aaac00;
}
 .set .content .centerData .mapData.mapData3 .progress-bar {
	 background-color: #0088b3;
}
 .set .content .centerData .mapData.mapData4 .progress-bar {
	 background-color: #00769a;
}
 .set .content .centerData .mapData.mapData5 .progress-bar {
	 background-color: #0088b3;
}
 .set .content .centerData .mapData.mapData6 .progress-bar {
	 background-color: #00769a;
}
 .set .content .centerData .mapData.mapData7 .progress-bar {
	 background-color: #0088b3;
}
 .set .content .centerData .mapData.mapData8 .progress-bar {
	 background-color: #003745;
}
 .set .content .centerData .mapData.mapData9 .progress-bar {
	 background-color: #004657;
	 color: #a3a3a3;
}
 .set .content .centerData .mapData.mapData10 .progress-bar {
	 background-color: #d1d1d1;
	 color: #a3a3a3;
}
 .set .content .centerData .mapData.mapData11 .progress-bar {
	 background-color: #e2e2e2;
	 color: #a3a3a3;
}
 .set .content .centerData .mapData.mapData12 .progress-bar {
	 background-color: #d1d1d1;
	 color: #a3a3a3;
}
 .set .content .centerData .mapData.mapData13 .progress {
	 margin-right: 10px;
	 border-top-right-radius: 0.5rem;
	 border-bottom-right-radius: 0.5rem;
}
 .set .content .centerData .mapData.mapData13 .progress-bar {
	 background-color: #e2e2e2;
	 color: #a3a3a3;
}
 .set .content .centerData .projectMap #nav-tab .col:last-child .mapData .progress {
	 border-top-right-radius: 0.5rem;
	 border-bottom-right-radius: 0.5rem;
	 background-color: #e2e2e2;
	 color: #a3a3a3;
}
 .accordion-container {
	 color: #3a4654;
}
 .accordion-container .clientTable {
	 margin-top: 2rem;
	 min-width: 1600px;
}
 .accordion-container .clientTable a {
	 color: #3a4654;
	 text-decoration: none;
}
 .accordion-container .clientTable > tbody > tr {
	 background: #e8e8e8;
}
 .accordion-container .clientTable > tbody > tr.spacer {
	 background: transparent;
}
 .accordion-container .clientTable .dragDrop a {
	 border: 1px dashed #3a4654;
	 border-radius: 0.75rem;
	 display: inline-block;
	 color: #3a4654;
	 text-decoration: none;
	 padding: 25px 15px;
	 text-align: center;
	 font-size: 12px;
	 font-weight: 600;
}
 .accordion-container .clientTable tr th {
	 font-weight: normal;
	 font-size: 14px;
	 color: #878787;
}
 .accordion-container .table thead th {
	 border-bottom: transparent;
}
 .accordion-container .table td {
	 padding: 0.25rem;
	 border-top: none;
	 text-align: center;
	 text-align: left;
}
 .accordion-container .table th {
	 padding: 0.25rem;
	 border-top: none;
	 text-align: center;
	 text-align: left;
}
 .accordion-container .table tr td:first-child {
	 text-align: left;
	 border-top-left-radius: 1rem;
	 border-bottom-left-radius: 1rem;
	 width: 5%;
}
 .accordion-container .table tr td:last-child {
	 text-align: right;
	 border-top-right-radius: 1rem;
	 border-bottom-right-radius: 1rem;
	 width: 4%;
}
 .accordion-container .table tr td:nth-child(2) {
	 width: 6%;
}
 .accordion-container .table tr td:nth-child(3) {
	 width: 8%;
}
 .accordion-container .table tr td:nth-child(4) {
	 width: 15%;
}
 .accordion-container .table tr td:nth-child(5) {
	 width: 10%;
}
 .accordion-container .table tr td:nth-child(6) {
	 width: 7%;
}
 .accordion-container .table tr td:nth-child(7) {
	 width: 10%;
}
 .accordion-container .table tr td:nth-child(8) {
	 width: 14%;
}
 .accordion-container .table tr td:nth-child(9) {
	 width: 10%;
}
 .accordion-container .table tr td:nth-child(10) {
	 width: 9%;
}
 .accordion-container .table tr th:first-child {
	 text-align: left;
	 width: 5%;
}
 .accordion-container .table tr th:last-child {
	 text-align: right;
	 width: 4%;
}
 .accordion-container .table tr th:nth-child(2) {
	 width: 6%;
}
 .accordion-container .table tr th:nth-child(3) {
	 width: 8%;
}
 .accordion-container .table tr th:nth-child(4) {
	 width: 15%;
}
 .accordion-container .table tr th:nth-child(5) {
	 width: 10%;
}
 .accordion-container .table tr th:nth-child(6) {
	 width: 7%;
}
 .accordion-container .table tr th:nth-child(7) {
	 width: 10%;
}
 .accordion-container .table tr th:nth-child(8) {
	 width: 14%;
}
 .accordion-container .table tr th:nth-child(9) {
	 width: 10%;
}
 .accordion-container .table tr th:nth-child(10) {
	 width: 10%;
}
 .accordion-container .table .table {
	 background-color: transparent;
	 margin-bottom: 0;
	 table-layout: fixed;
	 display: table;
}
 .searchbardiv {
	 display: block;
	 background: -webkit-gradient(linear, left top, right top, color-stop(11%, #2a2e33), color-stop(50%, #03718f), to(#b8bc17));
	 background: -o-linear-gradient(left, #2a2e33 11%, #03718f 50%, #b8bc17 100%);
	 background: linear-gradient(to right, #2a2e33 11%, #03718f 50%, #b8bc17 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2e33', endColorstr='#b8bc17',GradientType=1);
	 top: 75px;
	 right: 0px;
	 z-index: 1001;
	 width: 100%;
	 max-width: 100%;
	 padding: 10px;
	 margin: 0px;
}
 button#searchsubmit {
	 margin-top: 6px;
	 color: #fff;
}
 #formsearch {
	 display: none;
}
 #searchbox {
	 box-shadow: none;
	 padding: 8px 14px;
}
 #searchbox:hover {
	 box-shadow: none;
}
 .lead-modal .modal-header {
	 background: #00759c;
	 padding: 0.5rem 1rem;
	 border-bottom: none;
}
 .lead-modal .modal-header h5 {
	 font-weight: 800;
}
 .lead-modal .modal-header i {
	 position: relative;
	 border-top-left-radius: 1rem;
	 border-top-right-radius: 1rem;
}
 .lead-modal .modal-header i:after {
	 position: absolute;
	 width: 12px;
	 height: 12px;
	 background: #fff;
	 content: '+';
	 background: #18a3d2;
	 text-align: center;
	 border-radius: 50%;
	 font-size: 12px;
	 line-height: 12px;
	 right: -10px;
	 top: 5px;
}
 .lead-modal .modal-header .close {
	 float: right;
	 font-size: 1.5rem;
	 font-weight: normal;
	 line-height: 1;
	 color: #fff;
	 text-shadow: none;
	 opacity: 1;
}
 .lead-modal .modal-body {
	 padding: 0;
	 background: #fff;
}
 .lead-modal .modal-content {
	 border: none !important;
	 border-radius: 1rem;
	 overflow: hidden;
}
 .popup-left {
	 padding: 30px;
}
 .popup-left .form-control {
	 border-radius: 45px;
	 padding: 0.7rem 1rem;
	 border: 1px solid #ddd;
	 margin: 0;
}
 .popup-left textarea.form-control {
	 border-radius: 1.5rem;
}
 .popup-left .form-group {
	 margin-bottom: 1rem;
}
 .popup-left .btn {
	 padding: 0.7rem 3rem;
	 border-radius: 45px;
}
 .popup-left .btn.btn-info {
	 background-color: #004657;
	 border-color: #004657;
}
 .table-wrapper .table tr td {
	 padding: 0.4rem 1.2rem;
	 font-weight: normal;
	 width: auto;
	 font-size: 14px;
	 color: #0b1f37;
}
 .table-wrapper .table tr td:last-child {
	 text-align: left;
}
 .table-wrapper .table tr td:first-child {
	 width: 30%;
}
 .table-wrapper .table tr th:last-child {
	 text-align: left;
}
 .table-wrapper .table tr th:first-child {
	 width: 30%;
}
 .table-wrapper .table thead th {
	 padding: 0.4rem 1.2rem;
	 font-weight: normal;
	 width: auto;
	 font-size: 14px;
	 color: #0b1f37;
	 color: #919191;
}
 .table-wrapper .clientTable > tbody > tr {
	 margin-bottom: 8px;
	 display: block;
	 border-radius: 1rem;
	 background-color: #dde0e5;
}
 .website-icon {
	 background: url(./assets/images/website-icon.jpg) no-repeat;
	 width: 48px;
	 height: 25px;
	 display: inline-block;
}
 .leadlistpage h2 {
	 font-weight: 800;
}
 .leadlistpage h2 i.fa-plus {
	 color: #94a90d;
	 font-size: 18px;
}
 .leadlistpage h2 span.addbtn-txt {
	 color: #94a90d;
	 font-size: 18px;
	 color: #94a90d;
}
 .leadlistpage h2 > span {
	 margin: 0 10px;
}
 .pagination-wrap .page-item.active .page-link {
	 background-color: #00769a;
	 border-color: #00769a;
}
 .pagination-wrap .page-link {
	 color: #00769a;
	 font-size: 12px;
}
 .Lead-Sources-container {
	 width: 50%;
}
 .lead-icon {
	 background: url(./assets/images/lead-icon.png) no-repeat;
	 width: 39px;
	 height: 38px;
	 display: inline-block;
}
 .bg-gray {
	 background: #dde0e5;
}
 .section_bg {
	 max-width: 1040px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 width: calc(100% - 30px);
	 padding: 15px;
}
 .form-right {
	 max-width: 380px;
	 margin: 0 auto;
	 width: 100%;
	 min-height: 330px;
}
 .login_form {
	 background: #fff;
	 padding: 100px;
	 border-top-right-radius: 1rem;
	 border-bottom-right-radius: 1rem;
}
 .login_form h3 {
	 text-align: center;
	 font-weight: 600;
	 margin-bottom: 40px;
	 color: #5e5e5e;
}
 .login_form .btn-primary {
	 background: #056e8b;
	 font-size: 16px;
	 font-weight: 600;
	 border-radius: 10px;
	 border: 0;
	 padding: 0.7rem 1rem;
}
 .login_form .btn-primary:focus {
	 border: 0;
	 outline: 0;
	 box-shadow: none;
}
 .login_form .btn-primary:hover {
	 border: 0;
	 outline: 0;
	 box-shadow: none;
}
 .login_form .reset {
	 border: none;
	 background: transparent;
	 float: right;
	 color: #939393;
	 font-weight: 400;
	 font-size: 15px;
	 text-decoration: none;
}
 .login_form .col-md-5 {
	 display: inline;
}
 .login_form .form-control {
	 font-size: 14px;
}
 .reset {
	 color: #5e5e5e;
}
 .reset:hover {
	 text-decoration: none;
}
 .login-form h3 {
	 margin-bottom: 2rem;
}
 .form-group {
	 margin-bottom: 2rem;
}
 .reset1 {
	 display: inline-block;
}
 .reset2 {
	 display: inline-block;
	 margin-bottom: 40px;
}
 .btn-group-swu {
	 width: 100%;
	 padding-top: 2%;
}
 .btn-group-swu .btn {
	 border-radius: 10px;
	 padding: 1rem 1rem;
	 font-size: 1.2rem;
	 font-weight: 700;
}
 .btn-group-swu .btn.btn-success {
	 background-color: #a8ab0d;
	 border-color: #a8ab0d;
}
 .btn-group-swu .btn-success:not(:disabled):not(.disabled):active {
	 background-color: #a8ab0d;
	 border-color: #a8ab0d;
}
 .btn-group-swu .btn.btn-primary {
	 background-color: #3a4654;
	 border-color: #3a4654;
	 background-color: #3a4654;
	 border-color: #3a4654;
}
 .btn-group-swu .btn-primary:not(:disabled):not(.disabled):active {
	 background-color: #3a4654;
	 border-color: #3a4654;
}
 .btn-group-swu img {
	 vertical-align: top;
}
 .form-container.search-client .form-control {
	 margin: 10px 0;
	 padding: 0.6rem 1rem;
	 height: auto;
}
 .search-client h2 {
	 font-size: 28px;
}
 .search-client h2 .fa-search {
	 font-size: 25px;
	 vertical-align: top;
	 margin-top: 4px;
	 color: #3a4654;
	 font-weight: normal;
}
 .search-client h2 span {
	 margin-left: 10px;
	 color: #3a4654;
	 font-weight: 900;
}
 .search-client .form-control {
	 border-radius: 25px;
	 border: 0;
	 font-size: 12px;
	 font-weight: 300;
	 color: #878787;
}
 .search-client select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 -o-appearance: none;
	 -ms-appearance: none;
	 background: #fff url(./assets/images/icon-dropdown.png) no-repeat;
	 background-size: 15px;
	 background-position: 95% center;
}
 .leads_add h2 {
	 font-size: 28px;
}
 .leads_add h2 span {
	 margin-left: 10px;
	 color: #3a4654;
	 font-weight: 900;
}
 .cube {
	 background: url(./assets/images/add-project.png) no-repeat;
	 height: 21px;
	 width: 20px;
	 margin: auto;
}
 .calendar {
	 background: url(./assets/images/add-event.png) no-repeat;
	 height: 21px;
	 width: 20px;
	 margin: auto;
}
 .setting_links {
	 font-size: 18px;
}
 .clientTable .set a.active .downArrow img {
	 transform-origin: center center;
	 transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
	 -moz-transform: rotate(180deg);
	 -o-transform: rotate(180deg);
	 transition: 0.2s ease-in-out;
	 -webkit-transition: 0.2s ease-in-out;
	 -moz-transition: 0.2s ease-in-out;
	 -o-transition: 0.2s ease-in-out;
}
 .br-left:before {
	 content: '';
	 height: 70%;
	 width: 1px;
	 background: #0e4657;
	 top: 10px;
	 position: absolute;
}
 .br-left-marker:before {
	 content: '\f041';
	 font-family: fontAwesome;
	 color: #0e4657;
	 font-size: 19px;
	 left: -5px;
	 top: 12%;
	 position: absolute;
}
 .br-left-marker:after {
	 content: '';
	 height: 56%;
	 width: 1px;
	 background: #0e4657;
	 bottom: 12%;
	 position: absolute;
}
 .right-section img {
	 object-fit: cover;
	 height: 100%;
}
 .modal {
	 z-index: 9999999;
}
 app-root {
	 width: 100%;
	 height: 100%;
}
 .gray-bg {
	 background: #dde0e5;
	 width: 100%;
	 height: 100%;
}
 .navbar .nav-link {
	 padding: 0.5rem 0.25rem;
}
 @media (min-width: 1200px) {
	 .container {
		 max-width: 1650px;
	}
	 .lead-modal .modal-lg {
		 max-width: 1200px;
	}
	 .modal-xl {
		 max-width: 1200px;
	}
	 .navbar-expand-xl .navbar-nav .nav-link {
		 padding-right: 1rem;
		 padding-left: 1rem;
	}
	 .main-nav .navbar-nav li a {
		 font-size: 16px;
	}
}
 @media (max-width: 767px) {
	 .searchbardiv {
		 top: 400px !important;
	}
	 .header-map img {
		 min-height: 300px;
		 object-fit: cover;
	}
	 .lead-modal .modal-dialog {
		 margin-top: 90px;
	}
	 .footer .footerContent .dragDrop {
		 max-width: 50%;
	}
	 .footer .footerContent .btn-group .btn {
		 width: 33.33%;
		 box-sizing: border-box;
		 padding: 20px 10px;
	}
	 .footerContent > div.theHub {
		 width: 100%;
		 text-align: center;
	}
	 .footerContent .btn-group {
		 flex-wrap: wrap;
		 margin-left: 0 !important;
	}
	 .footerContent .btn-group .quickActions {
		 width: 100%;
		 margin-bottom: 10px;
		 text-align: center;
	}
	 .leadlistpage h2 a.addLead {
		 display: block;
	}
	 .section_bg {
		 position: static;
		 transform: none;
		 width: 100%;
		 padding: 15px;
	}
	 .reset_form {
		 border-top-left-radius: 0;
		 border-top-right-radius: 0;
		 border-bottom-left-radius: 1rem;
		 border-bottom-right-radius: 1rem;
		 padding: 50px 15px;
	}
	 .reset_form h3 {
		 font-size: 1.5rem;
	}
	 .reset_form p {
		 font-size: 0.8rem;
	}
	 .reset_form .btn-back {
		 width: auto;
	}
	 .login_img {
		 border-top-left-radius: 1rem;
		 border-top-right-radius: 1rem;
		 border-bottom-left-radius: 0;
		 border-bottom-right-radius: 0;
	}
}
 @media (min-width: 992px) {
	 .navbar-expand-lg .navbar-nav .nav-link {
		 font-size: 18px;
		 padding-left: 0.8rem;
		 padding-right: 0.8rem;
	}
}
 @media (max-width: 992px) {
	 .Lead-Sources-container {
		 width: 100%;
	}
}
 @media (max-width: 1023px) {
	 .btn-group-swu {
		 display: block;
	}
	 .btn-group-swu .btn {
		 margin-bottom: 10px;
	}
}
 @media (max-width: 1024px) {
	 .login_form {
		 border-radius: 0;
		 padding: 50px;
	}
	 .login_form h3 {
		 font-size: 1.5rem;
	}
}
 @media (min-width: 1024px) and (max-width: 1440px) {
	 .login_form {
		 padding: 50px;
	}
	 .login_form .reset {
		 float: none;
		 display: block;
	}
}
 @media (max-width: 375px) {
	 .reset2 {
		 display: inline-block;
		 margin-left: -1.25rem;
	}
}
 @media only screen and (min-width: 768px) {
	 .position-sm-absolute {
		 position: absolute;
		 right: 0;
		 height: 100%;
		 width: 50%;
	}
}
 @media (max-width: 1199.98px) {
	 .navbar-expand-xl > .container {
		 padding-right: 15px;
		 padding-left: 15px;
	}
	 .navbar-expand-xl > .container-fluid {
		 padding-right: 15px;
		 padding-left: 15px;
	}
}
 .custom-container mat-expansion-panel.mat-expansion-panel {
	 background: #e8e8e8;
	 border-radius: 20px;
	 padding: 5px;
	 margin-bottom: 10px;
	 box-shadow: none;
}
 .custom-container mat-expansion-panel-header.mat-expansion-panel-header {
	 display: block;
	 width: 100%;
	 height: auto !important;
	 padding: 0;
	 position: relative;
}
 .custom-container mat-expansion-panel-header.mat-expansion-panel-header:hover {
	 background: transparent !important;
}
 .custom-container mat-expansion-panel-header.mat-expansion-panel-header .mat-expansion-indicator {
	 position: absolute;
	 right: 5px;
	 top: 0px;
}
 .custom-container mat-expansion-panel-header.mat-expansion-panel-header .mat-expansion-indicator::after {
	 border-style: solid;
	 border-width: 0 2px 2px 0;
	 content: '';
	 display: inline-block;
	 padding: 4px;
	 transform: rotate(45deg);
	 vertical-align: middle;
	 color: #394553;
}
 .custom-container mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded {
	 height: 30px !important;
}
 .custom-container .mat-expansion-panel-body {
	 padding: 0;
}
 .custom-container span.mat-content {
	 display: block;
}
 .custom-container .mat-expansion-panel-header-description, .custom-container .mat-expansion-panel-header-title {
	 display: block;
}
 .custom-container span.mat-expansion-indicator.ng-tns-c6-3.ng-trigger.ng-trigger-indicatorRotate.ng-star-inserted {
	 display: none;
}
 .custom-container .set .rightData .dragDrop a {
	 border: 1px dashed #3a4654;
	 border-radius: 0.75rem;
	 display: inline-block;
	 color: #3a4654;
	 text-decoration: none;
	 padding: 25px 15px;
	 text-align: center;
	 font-size: 12px;
	 font-weight: 600;
}
 .custom-container .mat-accordion .mat-expansion-panel {
	 border-radius: 20px !important;
}
 .custom-container .mat-expansion-panel-spacing {
	 margin: 0px 0;
}
 .custom-container .col-md-2 {
	 max-width: 16.666667%;
}
 .custom-container .col-md-9 {
	 max-width: 75%;
}
 .custom-container .col-md-1 {
	 max-width: 8.333333%;
}
/* 21 feb 2020 css for pop up */
 .mat-dialog-container {
	 padding: 0px !important;
	 background: none !important;
	 box-shadow: none !important;
}
 .add-lead-popup .modal-header {
	 background-color: #00759c;
	 border: none;
	 padding: 0.5rem 1rem;
	 border-top-left-radius: 1rem;
	 border-top-right-radius: 1rem;
}
 .add-lead-popup .modal-body {
	 padding: 0px;
	 background-color: #fff;
	 border-bottom-left-radius: 1rem;
	 border-bottom-right-radius: 1rem;
}
 .add-lead-popup {
	 background: none !important;
	 border: none;
}
 .add-lead-popup .right-section img {
	 border-bottom-right-radius: 1rem;
}
 .add-lead-popup .closebtn {
	 border: none;
	 background: none;
}
 .add-lead-popup .closebtn span {
	 color: #fff;
	 font-size: 24px;
	 line-height: 24px;
}
 .add-lead-popup .modal-header i {
	 position: relative;
}
 .add-lead-popup .modal-header i:after {
	 position: absolute;
	 width: 12px;
	 height: 12px;
	 background: #fff;
	 content: '+';
	 background: #18a3d2;
	 text-align: center;
	 border-radius: 50%;
	 font-size: 12px;
	 line-height: 12px;
	 right: -10px;
	 top: 5px;
}
 .add-lead-popup .modal-header .modal-title {
	 font-weight: 1000;
}
 .cdk-overlay-pane {
	 max-width: 60vw !important;
}
 .footer .footerContent .btn-group .btn i {
	 height: 21px;
}
 .accordion-container .table td, .accordion-container .table th {
	 color: #3a4654;
	 font-size: 14px;
}
 .btn:focus {
	 box-shadow: none;
}
 button:focus {
	 outline: none;
}
/* angular css */
 .btn-tab-section {
	 box-shadow: 1px 6px 8px #eee;
}
 .btn-tab-section .btn-group-swu .btn.active-tab {
	 border-bottom: 4px solid #babd16;
	 color: #babd16;
}
 .btn-tab-section .btn-group-swu .btn {
	 border-radius: 0;
	 padding: 1rem 0rem;
	 border-bottom: 4px solid #fff;
}
 .leadlistpage h2, .btn-tab-section .btn-group-swu .btn {
	 color: #3a4654;
}
 .leadlistpage h2 span.addbtn-txt {
	 font-size: 18px;
	 color: #babd16;
}
 .user-page .table-wrapper .table tr th:first-child, .user-page .table-wrapper .table tr td:first-child, .user-page .accordion-container .table tr th:nth-child(2), .user-page .accordion-container .table tr td:nth-child(2) {
	 width: 3%;
}
 .user-page .accordion-container .table tr th:nth-child(3), .user-page .accordion-container .table tr td:nth-child(3) {
	 width: 5%;
}
 .user-page .accordion-container .table tr th:nth-child(4), .user-page .accordion-container .table tr td:nth-child(4) {
	 width: 4%;
}
 .leadlistpage h2, .btn-tab-section .btn-group-swu .btn {
	 color: #3a4654;
}
 .leadlistpage h2 i.fa-plus {
	 color: #babd16;
	 font-size: 18px;
	 padding: 0 10px;
}
 .btn-group-swu img {
	 vertical-align: top;
}
 .user-page .accordion-container .clientTable {
	 width: 100%;
	 min-width: 100%;
}
 .tab-buttons {
	 margin: 0px;
	 padding: 0px;
}
 .tab-buttons li {
	 list-style: none;
	 display: inline-block;
	 margin-right: 4rem;
	 vertical-align: top;
}
 @media (max-width: 900px) {
	 .btn-group-swu img {
		 display: block;
		 margin: 0 auto 5px;
	}
}
 @media (max-width: 767px) {
	 .user-page .accordion-container .clientTable {
		 width: 100%;
		 min-width: 600px;
	}
	 .btn-group-swu img {
		 display: inline-block;
		 margin: auto;
	}
}
 app-add-new-user-dialog .modal-content, app-add-new-showroom-dialog .modal-content, app-add-new-website-dialog .modal-content, app-add-new-contact-source-dialog .modal-content, app-add-new-event-dialog .modal-content, app-add-file-dialog .modal-content, app-add-project-dialog .modal-content, app-edit-showroom-dialog .modal-content, app-add-new-job-function-dialog .modal-content, app-edit-user-dialog .modal-content, app-add-new-contact-type-dialog .modal-content, app-edit-contact-type-dialog .modal-content, app-edit-project-dialog .modal-content, app-show-calender-events-dialog .modal-content, app-edit-contact-source-dialog .modal-content, app-add-project-status-dialog .modal-content, app-edit-job-function-dialog .modal-content, app-edit-project-status-dialog .modal-content, app-edit-website-dialog .modal-content, app-add-project-map-step-dialog .modal-content, app-project-map-field .modal-content, app-edit-project-map-step-dialog .modal-content, app-add-new-permission-dialog .modal-content, app-edit-permission-dialog .modal-content, app-add-project-map-step-file-dialog .modal-content {
	 border: none !important;
	 border-radius: 1rem;
	 overflow: hidden;
}
 app-add-new-user-dialog .modal-header, app-add-new-showroom-dialog .modal-header, app-add-new-website-dialog .modal-header, app-add-new-contact-source-dialog .modal-header, app-add-new-event-dialog .modal-header, app-add-file-dialog .modal-header, app-add-project-dialog .modal-header, app-edit-showroom-dialog .modal-header, app-add-new-job-function-dialog .modal-header, app-edit-user-dialog .modal-header, app-add-new-contact-type-dialog .modal-header, app-edit-contact-type-dialog .modal-header, app-edit-project-dialog .modal-header, app-show-calender-events-dialog .modal-header, app-edit-contact-source-dialog .modal-header, app-add-project-status-dialog .modal-header, app-edit-job-function-dialog .modal-header, app-edit-project-status-dialog .modal-header, app-edit-website-dialog .modal-header, app-add-project-map-step-dialog .modal-header, app-project-map-field .modal-header, app-edit-project-map-step-dialog .modal-header, app-add-new-permission-dialog .modal-header, app-edit-permission-dialog .modal-header, app-add-project-map-step-file-dialog .modal-header {
	 background: #00759c;
	 padding: 0.5rem 1rem;
	 border-bottom: none;
}
 app-add-new-user-dialog .modal-header .user-plus:after, app-add-new-showroom-dialog .modal-header .user-plus:after, app-add-new-website-dialog .modal-header .user-plus:after, app-add-new-contact-source-dialog .modal-header .user-plus:after, app-add-new-event-dialog .modal-header .user-plus:after, app-add-file-dialog .modal-header .user-plus:after, app-add-project-dialog .modal-header .user-plus:after, app-edit-showroom-dialog .modal-header .user-plus:after, app-add-new-job-function-dialog .modal-header .user-plus:after, app-edit-user-dialog .modal-header .user-plus:after, app-add-new-contact-type-dialog .modal-header .user-plus:after, app-edit-contact-type-dialog .modal-header .user-plus:after, app-edit-project-dialog .modal-header .user-plus:after, app-show-calender-events-dialog .modal-header .user-plus:after, app-edit-contact-source-dialog .modal-header .user-plus:after, app-add-project-status-dialog .modal-header .user-plus:after, app-edit-job-function-dialog .modal-header .user-plus:after, app-edit-project-status-dialog .modal-header .user-plus:after, app-edit-website-dialog .modal-header .user-plus:after, app-add-project-map-step-dialog .modal-header .user-plus:after, app-project-map-field .modal-header .user-plus:after, app-edit-project-map-step-dialog .modal-header .user-plus:after, app-add-new-permission-dialog .modal-header .user-plus:after, app-edit-permission-dialog .modal-header .user-plus:after, app-add-project-map-step-file-dialog .modal-header .user-plus:after {
	 position: absolute;
	 width: 12px;
	 height: 12px;
	 background: #fff;
	 content: '+';
	 background: #18a3d2;
	 text-align: center;
	 border-radius: 50%;
	 font-size: 12px;
	 line-height: 12px;
	 right: -10px;
	 top: 5px;
}
 app-add-new-user-dialog .modal-header i, app-add-new-showroom-dialog .modal-header i, app-add-new-website-dialog .modal-header i, app-add-new-contact-source-dialog .modal-header i, app-add-new-event-dialog .modal-header i, app-add-file-dialog .modal-header i, app-add-project-dialog .modal-header i, app-edit-showroom-dialog .modal-header i, app-add-new-job-function-dialog .modal-header i, app-edit-user-dialog .modal-header i, app-add-new-contact-type-dialog .modal-header i, app-edit-contact-type-dialog .modal-header i, app-edit-project-dialog .modal-header i, app-show-calender-events-dialog .modal-header i, app-edit-contact-source-dialog .modal-header i, app-add-project-status-dialog .modal-header i, app-edit-job-function-dialog .modal-header i, app-edit-project-status-dialog .modal-header i, app-edit-website-dialog .modal-header i, app-add-project-map-step-dialog .modal-header i, app-project-map-field .modal-header i, app-edit-project-map-step-dialog .modal-header i, app-add-new-permission-dialog .modal-header i, app-edit-permission-dialog .modal-header i, app-add-project-map-step-file-dialog .modal-header i {
	 position: relative;
	 border-top-left-radius: 1rem;
	 border-top-right-radius: 1rem;
}
 app-add-new-user-dialog .modal-header .close, app-add-new-showroom-dialog .modal-header .close, app-add-new-website-dialog .modal-header .close, app-add-new-contact-source-dialog .modal-header .close, app-add-new-event-dialog .modal-header .close, app-add-file-dialog .modal-header .close, app-add-project-dialog .modal-header .close, app-edit-showroom-dialog .modal-header .close, app-add-new-job-function-dialog .modal-header .close, app-edit-user-dialog .modal-header .close, app-add-new-contact-type-dialog .modal-header .close, app-edit-contact-type-dialog .modal-header .close, app-edit-project-dialog .modal-header .close, app-show-calender-events-dialog .modal-header .close, app-edit-contact-source-dialog .modal-header .close, app-add-project-status-dialog .modal-header .close, app-edit-job-function-dialog .modal-header .close, app-edit-project-status-dialog .modal-header .close, app-edit-website-dialog .modal-header .close, app-add-project-map-step-dialog .modal-header .close, app-project-map-field .modal-header .close, app-edit-project-map-step-dialog .modal-header .close, app-add-new-permission-dialog .modal-header .close, app-edit-permission-dialog .modal-header .close, app-add-project-map-step-file-dialog .modal-header .close {
	 float: right;
	 font-size: 1.5rem;
	 font-weight: normal;
	 line-height: 1;
	 color: #fff;
	 text-shadow: none;
	 opacity: 1;
}
 app-add-new-user-dialog .modal-header h5, app-add-new-showroom-dialog .modal-header h5, app-add-new-website-dialog .modal-header h5, app-add-new-contact-source-dialog .modal-header h5, app-add-new-event-dialog .modal-header h5, app-add-file-dialog .modal-header h5, app-add-project-dialog .modal-header h5, app-edit-showroom-dialog .modal-header h5, app-add-new-job-function-dialog .modal-header h5, app-edit-user-dialog .modal-header h5, app-add-new-contact-type-dialog .modal-header h5, app-edit-contact-type-dialog .modal-header h5, app-edit-project-dialog .modal-header h5, app-show-calender-events-dialog .modal-header h5, app-edit-contact-source-dialog .modal-header h5, app-add-project-status-dialog .modal-header h5, app-edit-job-function-dialog .modal-header h5, app-edit-project-status-dialog .modal-header h5, app-edit-website-dialog .modal-header h5, app-add-project-map-step-dialog .modal-header h5, app-project-map-field .modal-header h5, app-edit-project-map-step-dialog .modal-header h5, app-add-new-permission-dialog .modal-header h5, app-edit-permission-dialog .modal-header h5, app-add-project-map-step-file-dialog .modal-header h5 {
	 font-weight: 800;
}
 app-add-new-user-dialog .modal-form-container, app-add-new-showroom-dialog .modal-form-container, app-add-new-website-dialog .modal-form-container, app-add-new-contact-source-dialog .modal-form-container, app-add-new-event-dialog .modal-form-container, app-add-file-dialog .modal-form-container, app-add-project-dialog .modal-form-container, app-edit-showroom-dialog .modal-form-container, app-add-new-job-function-dialog .modal-form-container, app-edit-user-dialog .modal-form-container, app-add-new-contact-type-dialog .modal-form-container, app-edit-contact-type-dialog .modal-form-container, app-edit-project-dialog .modal-form-container, app-show-calender-events-dialog .modal-form-container, app-edit-contact-source-dialog .modal-form-container, app-add-project-status-dialog .modal-form-container, app-edit-job-function-dialog .modal-form-container, app-edit-project-status-dialog .modal-form-container, app-edit-website-dialog .modal-form-container, app-add-project-map-step-dialog .modal-form-container, app-project-map-field .modal-form-container, app-edit-project-map-step-dialog .modal-form-container, app-add-new-permission-dialog .modal-form-container, app-edit-permission-dialog .modal-form-container, app-add-project-map-step-file-dialog .modal-form-container {
	 width: 80%;
	 margin: 0 auto;
}
 app-add-new-user-dialog .modal-body, app-add-new-showroom-dialog .modal-body, app-add-new-website-dialog .modal-body, app-add-new-contact-source-dialog .modal-body, app-add-new-event-dialog .modal-body, app-add-file-dialog .modal-body, app-add-project-dialog .modal-body, app-edit-showroom-dialog .modal-body, app-add-new-job-function-dialog .modal-body, app-edit-user-dialog .modal-body, app-add-new-contact-type-dialog .modal-body, app-edit-contact-type-dialog .modal-body, app-edit-project-dialog .modal-body, app-show-calender-events-dialog .modal-body, app-edit-contact-source-dialog .modal-body, app-add-project-status-dialog .modal-body, app-edit-job-function-dialog .modal-body, app-edit-project-status-dialog .modal-body, app-edit-website-dialog .modal-body, app-add-project-map-step-dialog .modal-body, app-project-map-field .modal-body, app-edit-project-map-step-dialog .modal-body, app-add-new-permission-dialog .modal-body, app-edit-permission-dialog .modal-body, app-add-project-map-step-file-dialog .modal-body {
	 padding: 0;
	 background: #fff;
}
 .user-modal select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 -o-appearance: none;
	 -ms-appearance: none;
	 background: #fff url(./assets/images/down.png) no-repeat;
	 background-size: 15px;
	 background-position: 96% center;
}
 .visibiltyhide {
	 visibility: hidden;
	 height: 1px;
}
/* new css 24 march 2020 start*/
 .projectDesign .btn.smlbtn {
	 padding: 0.2rem 0.5rem;
	 font-size: 0.65rem;
}
 .projectDesign p {
	 margin-bottom: 0.6rem;
}
 .rightDatawhite {
	 background: #fff;
	 padding: 10px 15px;
	 line-height: 1;
	 border-radius: 1rem;
	 position: relative;
	 margin-top: 1.3rem;
}
 .mt-4s {
	 margin-top: 1.2rem;
}
 .merge {
	 position: absolute;
	 left: 20px;
	 top: -20px;
}
 .greentick {
	 color: #b9bc15;
	 margin-left: 5px;
}
 .responsiveimg {
	 max-width: 100%;
}
 .tab-img {
	 margin: 0px !important;
	 padding: 0px !important;
}
 .table-main-img {
	 margin: 0px 1px 0 1px;
}
 .tab-img li {
	 display: inline-block;
	 width: 22.66%;
	 vertical-align: top;
	 margin: 5px 1px 0 1px;
	 background-color: #ccc;
	 height: 100%;
}
 .tab-img li a {
	 padding: 11px 2px;
	 display: block;
	 font-size: 10px;
	 text-align: center;
	 cursor: pointer;
}
 .rightDatawhite .txtgray {
	 border: 1px solid #dee2e6;
	 background-color: #dee2e6;
	 border-radius: 20px;
	 padding: 4px 10px;
	 width: 100%;
	 font-size: 12px;
}
 @media (max-width: 767px) {
	 .tab-img li {
		 width: auto;
	}
	 .tab-img li a {
		 height: 37px;
		 width: 50px;
	}
	 .rightDatawhite {
		 margin-top: 1.2rem;
	}
}
/* new css 24 march 2020 end*/
 .accordion-container.adproblue .table tr td:nth-child(2), .accordion-container.adproblue .table tr th:nth-child(2) {
	 width: 15%;
}
 .accordion-container.adproblue .table tr td:nth-child(3), .accordion-container.adproblue .table tr th:nth-child(3) {
	 width: 24%;
}
 .accordion-container.adproblue .table tr td:nth-child(5), .accordion-container.adproblue .table tr th:nth-child(5) {
	 width: 12%;
}
 .accordion-container.adproblue .table tr td:nth-child(6), .accordion-container.adproblue .table tr th:nth-child(6) {
	 width: 14%;
}
 .accordion-container.adproblue .table tr td:nth-child(7), .accordion-container.adproblue .table tr th:nth-child(7) {
	 width: 18%;
}
 .accordion-container.adproblue .table tr td:nth-child(8), .accordion-container.adproblue .table tr th:nth-child(8) {
	 width: 10%;
}
 .accordion-container.adproblue .table tr td:nth-child(9), .accordion-container.adproblue .table tr th:nth-child(9) {
	 width: 5%;
}
 .accordion-container.adproblue .table tr td:nth-child(10), .accordion-container.adproblue .table tr th:nth-child(10) {
	 width: 5%;
}
/* new css 02 April 2020 end*/
 .set .content .leftData .halfbd-top {
	 border-radius: 1rem 1rem 0 0;
	 min-height: 84px;
}
 .set .content .leftData .halfbd-bot {
	 border-radius: 0 0 1rem 1rem;
	 padding-top: 30px;
	 min-height: 160px;
}
 .set .content h6 {
	 font-size: 0.85rem;
}
 .txtCenter {
	 text-align: center !important;
	 width: 100%;
}
/* new css 31 march 2020 start*/
 .installationstable .table tr th:first-child, .installationstable .table tr td:first-child, .installationstable .table tr th:last-child, .installationstable .table tr td:last-child {
	 width: 2%;
}
 .installationstable .table tr th:first-child, .installationstable .table tr th:last-child {
	 width: 2%;
	 color: #fff;
}
 .installationstable .table tr th:nth-child(2), .installationstable .table tr td:nth-child(2), .installationstable .table tr th:nth-child(6), .installationstable .table tr td:nth-child(6), .installationstable .table tr th:nth-child(14), .installationstable .table tr td:nth-child(14) {
	 width: 5%;
}
 .installationstable .table tr th:nth-child(3), .installationstable .table tr td:nth-child(3), .installationstable .table tr th:nth-child(13), .installationstable .table tr td:nth-child(13) {
	 width: 6%;
}
 .installationstable .table tr th:nth-child(4), .installationstable .table tr td:nth-child(4) {
	 width: 10%;
}
 .installationstable .table tr th:nth-child(5), .installationstable .table tr td:nth-child(5), .installationstable .table tr th:nth-child(7), .installationstable .table tr td:nth-child(7), .installationstable .table tr th:nth-child(9), .installationstable .table tr td:nth-child(9), .installationstable .table tr th:nth-child(10), .installationstable .table tr td:nth-child(10) {
	 width: 8%;
}
 .installationstable .table tr th:nth-child(11), .installationstable .table tr td:nth-child(11), .installationstable .table tr th:nth-child(12), .installationstable .table tr td:nth-child(12) {
	 width: 7%;
}
 .installationstable .table tr th:nth-child(8), .installationstable .table tr td:nth-child(8) {
	 width: 12%;
}
 .datimWrap {
	 position: relative;
}
 .datimWrap span {
	 position: absolute;
	 top: 10px;
	 right: 10px;
}
 .add-lead-popup .modal-body {
	 overflow-y: auto;
	 max-height: 90vh;
}
 .set .content .leftData .fullbd {
	 border-radius: 1rem;
	 min-height: 244px;
}
 .clientinfo {
	 font-size: 12px;
	 color: #878787;
	 margin-top: 8px;
}
 .clientinfo span {
	 width: 76px;
	 display: inline-block;
	 font-weight: bold;
	 color: #333;
}
 app-calendar {
	 flex: 1 0 auto;
}
 app-footer {
	 flex-shrink: 0;
}
/* 7 march 2020 */
 .showrooms-container .table tr th:first-child, .showrooms-container .table tr td:first-child {
	 width: 4% !important;
}
 .showrooms-container .table tr th:last-child, .showrooms-container .table tr td:last-child {
	 width: 3% !important;
	 text-align: right !important;
}
 .showrooms-container .table tr th:nth-child(2), .showrooms-container .table tr td:nth-child(2) {
	 width: 5% !important;
}
 .edit-del-btn {
	 background-color: #00769a;
	 color: #fff !important;
	 border-radius: 20px;
	 padding: 8px 18px;
	 display: inline-block;
}
 .edit-del-btn.gcolor {
	 background-color: #b9bc15;
}
 .edit-del-btn2 {
	 border-radius: 20px;
	 padding: 0px 18px;
	 display: inline-block;
}
/* 13 april 2020*/
 .labtxt {
	 width: 120px;
}
 .custom-control {
	 display: inline-block;
	 margin-right: 2rem;
}
 .dropdownBox {
	 border: none;
	 border-radius: 0;
	 box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	 margin-top: 8px;
}
 .dropdownBox img.topArrow {
	 height: auto !important;
	 top: -14px;
	 position: absolute;
	 right: 3px;
}
 .dropdownBox a.dropdown-item {
	 padding: 0.5rem 1.5rem;
}
 .dropdownBox a.dropdown-item img {
	 height: auto !important;
	 margin-right: 0.5rem;
}
 @media (max-width: 767px) {
	 .labtxt {
		 width: 100%;
	}
}
 .navbar {
	 padding: 0rem 1rem !important;
}
 .navbar-nav .nav-item .nav-link {
	 padding: 1.5rem 1rem !important;
}
 .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item.active .nav-link {
	 background: rgba(0, 0, 0, .25) !important;
}
 .cdk-overlay-pane {
	 max-width: 800px !important;
	 width: 100% !important;
}
 .dragDrop {
	 position: relative;
}
 .dragDrop .file {
	 position: absolute;
	 width: 100%;
	 padding: 0.75rem;
	 opacity: 0;
	 top: 0px;
	 left: 0px;
}
 .gray-bg {
	 height: 100vh;
}
 app-root {
	 height: 100vh;
}
 .accordion-container.adList .table tr td:nth-child(3), .accordion-container.adList .table tr th:nth-child(3) {
	 width: 15%;
}
 .accordion-container.adList .table tr td:nth-child(4), .accordion-container.adList .table tr th:nth-child(4) {
	 width: 24%;
}
 img.wSearch-icon {
	 cursor: pointer;
	 margin-right: 1rem;
}
 @media (max-width: 767px) {
	 .wSearch {
		 width: 100%;
		 margin-bottom: 1.4rem;
	}
}
 @media (max-width: 767px) {
	 .labtxt {
		 width: 100%;
	}
}
 @media (max-width: 1400px) {
	 .tab-buttons li {
		 margin-right: 2.65rem;
	}
}
 .btn-group-swu .btn {
	 font-size: 1rem;
}
 .form-group {
	 position: relative;
}
 .location-suggestion {
	 display: block;
	 padding: 0 0 15px 0;
	 position: absolute;
	 cursor: pointer;
	 z-index: 99;
	 background-color: #fff;
	 width: 100%;
	 box-shadow: 0px 5px 10px #ccc;
	 border-radius: 0px 0px 10px 10px;
}
 .location-suggestion li {
	 display: block;
	 padding-left: 15px;
}
 .location-suggestion li:before {
	 content: "\f041";
	 font-family: FontAwesome;
	 padding-right: 10px;
	 font-size: 16px;
	 color: #999;
}
 .user-page .accordion-container .table tr th:last-child, .user-page .accordion-container .table tr td:last-child {
	 text-align: right;
	 width: 5%;
}
 .leadlistpage.user-page .accordion-container .table tr td:first-child, .leadlistpage.user-page .accordion-container .table tr th:first-child {
	 text-align: left !important;
}
 .tab-buttons li {
	 margin-right: 2rem;
}
/* code added on 20 may for contract dropdown*/
 #riteNav .nav-link {
	 color: #fff;
	 font-weight: 600;
}
 .main-nav .navbar-nav li .dropdown-menu a {
	 color: #212529 !important;
	 font-weight: 400;
}
 .droparrow {
	 height: auto !important;
	 width: 12px;
	 margin-left: 5px;
}
 .main-nav .navbar-nav .dropdownBox {
	 margin-top: -8px;
}
 .main-nav .navbar-nav li.dropdown a.nav-link {
	 cursor: pointer;
}
/* code added on 21 may*/
 .projectList button.btn-info {
	 margin: 0 5px;
}
 .projectList button.btn-info {
	 margin: 40px 5px;
}
/* 25 may 2020 */
 .rightDatawhite {
	 display: none;
}
 .rightDatawhite.show {
	 display: block;
}
 .inputWraper {
	 position: relative;
	 display: block;
	 width: 48%;
}
 .custom-file-upload {
	 cursor: pointer;
}
 .inputWraper input[type=file] {
	 display: none;
}
 .uploadBtn {
	 position: absolute;
	 right: 4px;
	 top: 3px;
	 font-weight: bold;
	 font-size: 12px;
	 color: #0088b3;
}
 .custom-file-upload .fa-upload {
	 font-size: 14px;
}
 .uploadBtn .downloadbtn {
	 background-color: #0088b3;
	 color: #fff !important;
	 padding: 2px 16px;
	 border-radius: 20px;
	 font-size: 12px;
	 margin-left: 15px;
}
 .clear-all {
	 display: block;
	 clear: both;
	 height: 10px;
}
 .fl {
	 float: left;
}
 .fr {
	 float: right;
}
 .selectBoxWrap select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 -o-appearance: none;
	 -ms-appearance: none;
	 background: #fff url(./assets/images/down.png) no-repeat;
	 background-size: 15px;
	 background-position: 99% center;
}
 .informationBox {
	 margin-top: 1rem;
}
 .selectBoxWrap select, .textareaWrap textarea, .rightDatawhite .txtgray, .inputWraper .txtgray {
	 border: 1px solid #dee2e6;
	 background-color: #dee2e6;
	 border-radius: 12px;
	 padding: 4px 15px;
	 width: 100%;
	 font-size: 12px;
}
 .textareaWrap {
	 margin-top: 10px;
}
 .textareaWrap textarea {
	 padding: 10px 15px;
}
 .submitBtn {
	 background-color: #0088b3;
	 color: #fff;
	 border-radius: 20px;
	 padding: 10px 22px;
	 font-size: 14px;
	 border: none;
	 margin-top: 0.75rem;
}
 .merge {
	 top: auto;
	 bottom: -22px;
	 display: none;
}
 #nav-tab .col.active .merge {
	 display: block;
}
 .retainerWarp {
	 width: 48%;
}
 .retainerWarp .inputWraper {
	 width: 100%;
}
 .merge1 {
	 position: absolute;
	 left: 20px;
	 top: -20px;
	 display: none;
}
 .cityNames {
	 margin: 0;
	 padding: 5px 0px;
	 text-align: center;
	 background-color: #dee2e6;
	 border-radius: 12px;
}
 .cityNames li {
	 display: inline-block;
	 text-align: left;
	 vertical-align: top;
	 padding: 8px 15px;
}
 .cityNames li i {
	 float: right;
	 padding-left: 20px;
}
 .inputWraper > .txtgray {
	 margin-bottom: 0px;
	 padding: 7px 15px;
}
 @media (max-width: 767px) {
	 .set .content .leftData .projectDesign {
		 margin-bottom: 1rem;
		 padding-bottom: 1.2rem;
	}
}
 #nav-tab .col {
	 cursor: pointer;
}
 .dropdown-divider {
	 margin: 0px !important;
}
/** CSS Added on 27th May **/
 .production .textgray {
	 border: 1px solid #dee2e6;
	 background-color: #dee2e6;
	 border-radius: 20px;
	 padding: 4px 10px;
	 width: 31%;
	 font-size: 12px;
}
 .production-label {
	 font-size: 12px;
	 padding: 0 35px;
	 width: 25%;
}
/*--------Step 8 ------*/
 .email-btn, .delivery-btn {
	 margin-bottom: 20px;
}
 label.notes {
	 font-size: 12px;
	 padding: 0 15px;
}
 .text_gray {
	 border: 1px solid #dee2e6;
	 background-color: #dee2e6;
	 border-radius: 20px;
	 padding: 4px 10px;
	 width: 63%;
	 font-size: 12px;
}
 .des-wrapper {
	 position: relative;
	 display: block;
	 width: 32%;
	 margin-bottom: 1.3%;
}
 .des-label {
	 width: 29%;
}
 .contract-wrapper {
	 position: relative;
	 display: block;
	 width: 50%;
	 margin-bottom: 1.3%;
}
 .ctext_gray {
	 border: 1px solid #dee2e6;
	 background-color: #dee2e6;
	 border-radius: 20px;
	 padding: 4px 10px;
	 width: 63%;
	 font-size: 12px;
}
 .contract-label {
	 width: 29%;
}
 .select-BoxWrap {
	 width: 50%;
	 display: inline-block;
	 position: relative;
	 margin-bottom: 5px;
}
 .select-BoxWrap select {
	 border: 1px solid #dee2e6;
	 background-color: #dee2e6;
	 border-radius: 12px;
	 padding: 4px 15px;
	 width: 63%;
	 display: inline-block;
	 font-size: 12px;
}
 .des-label {
	 width: 29%;
	 font-size: 12px;
}
 .contract-label {
	 width: 29%;
	 font-size: 12px;
}
 .leads_add h2 {
	 display: inline-block !important;
}
 .stickyFooter {
	 padding-bottom: 110px;
}
 .footer {
	 position: fixed;
	 width: 100%;
	 bottom: 0px;
}
 @media (max-width: 1180px) {
	 .stickyFooter {
		 padding-bottom: 170px;
	}
}
 @media (max-width: 1180px) {
	 .stickyFooter {
		 padding-bottom: 270px;
	}
}
 .production {
	 margin-top: 10px;
}
 .production .textgray {
	 width: 100%;
}
 .production-label {
	 padding: 0;
}
 .production .textgray {
	 width: 100%;
}
 .production-label {
	 padding: 0;
}
 .rightDatawhite.show .merge1 {
	 display: block;
}
 .retainerWarp {
	 display: inline-block;
	 vertical-align: top;
	 min-height: 45px;
}
 .retainerWarp:nth-child(even) {
	 float: right;
}
 .retainerWarp:nth-child(odd) {
	 float: left;
}
 .production {
	 position: relative;
}
 .production-label {
	 position: absolute;
	 left: 0px;
	 top: 3px;
	 padding: 0px;
}
 .production .textgray {
	 width: 74%;
	 margin-left: 26%;
}
 .uploadBtn select, .uploadBtn input {
	 background-color: #0088b3;
	 color: #fff !important;
	 padding: 4px 10px;
	 border-radius: 20px;
	 font-size: 12px;
	 border: none;
	 margin-top: -2px;
	 margin-right: -2px;
}
 .rightDatawhite .merge1 {
	 display: none;
}
 .rightDatawhite.show .merge1 {
	 display: block;
}
 .right64 {
	 right: 64px;
}
 .imagePreview {
	 max-width: 100%;
}
 .project-map-step-image {
	 text-align: center;
}
 .navbar-nav .nav-item .nav-link {
	 padding: 2.15rem 1rem !important;
}
 .navbar-light .navbar-brand img.img-responsive {
	 width: 140px;
}
 @media screen and (max-width: 1400px) {
	 .navbar-nav .nav-item .nav-link {
		 padding: 1.5rem 1rem !important;
	}
	 .navbar-light .navbar-brand img.img-responsive {
		 width: 100px;
	}
}
 



@media screen and (max-width: 768px) {
  .discount-section {
    margin-top: 0;
 }
  .discount-section .d-section {
    margin-bottom: 10px;
 }
  .left-section {
    margin-bottom: -18px;
 }
  .left-section ul {
    margin-left: -24px;
    text-align: center;
 }
  .left-section ul li {
    padding-right: 10px;
 }
  .right-section ul {
    margin-left: -66px;
    text-align: center !important;
 }
  .top-bar a {
    font-size: 12px;
 }
  .header-section nav ul li {
    text-align: center;
 }
  .header-section .navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
    background: #0096ce;
 }
  .search-section ul {
    display: flex;
    justify-content: center;
 }
  .carousel-control-prev {
    background: #b1b1b1;
    height: 50px;
    width: 50px;
    top: 40%;
    left: 8px;
    border-radius: 50%;
 }
  .carousel-control-next {
    background: #b1b1b1;
    height: 50px;
    width: 50px;
    top: 40%;
    right: 8px;
    border-radius: 50%;
 }
  .carousel-caption {
    top: 16%;
    left: 21%;
 }
  .banner-text p {
    font-size: 20px;
    padding-bottom: 0;
 }
  .banner-text h5 {
    font-size: 10px;
    padding-bottom: 0;
 }
  .new-seasonal-arrival {
    height: auto;
    margin-top: 30px;
 }
  .new-section {
    margin-top: 30px;
    margin-bottom: 20px;
 }
  .seller-section {
    margin-top: 30px;
 }
  .seller-section .content {
    margin-bottom: 10px;
 }
  .seller-section .tab-btn {
    margin-bottom: 16px !important;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background: #00baff;
    border-radius: 50px;
 }
  .new-arrivals {
    margin-top: 30px;
 }
  .blog-section {
    margin-top: 30px;
 }
  .newsletter-section {
    margin-top: 30px;
 }
  .social-link-section {
    margin-top: 30px;
 }
  .social-icon-link {
    padding: 0;
 }
  .social-icon-link ul li .fa {
    background: #0096ce;
    padding: 11px 13px;
    border-radius: 50%;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
 }
  .copyright-part {
    margin: 0 auto;
 }
  .payment-image {
    margin: 0 auto;
 }
  .paypal ul {
    padding-top: 0;
 }
  .form-container {
    margin-left: 0px;
 }
}
@media screen and (max-width: 1024px) {
  .seller-section {
    margin-top: 30px;
 }
  .new-seasonal-arrival {
    margin-top: 30px;
 }
  .new-arrivals {
    margin-top: 30px;
 }
  .blog-section {
    margin-top: 30px;
 }
  .newsletter-section {
    margin-top: 30px;
 }
  .social-link-section {
    margin-top: 30px;
 }
  .nav-pills .align-responsive a {
    font-size: 14px;
    line-height: 24px;
 }
  .align-responsive .nav-link {
    padding: 0.5rem 0.4rem;
 }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .nav-link.dropdown-toggle {
    padding: 0.5rem 0rem !important;
 }
}
.client_id {
  font-size: 12px;
  padding: 5px 0;
}
/*12 june 2020 */
.edit-profile h4 {
  font-size: 22px;
  color: #babd16;
  font-weight: bold;
  margin-bottom: 3rem;
}
.form-control.editptxt {
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
.edit-profile {
  width: 75%;
  margin: 4rem auto;
}
.edit-profile .btnWrap .btn {
  background-color: #9c9c9c;
  border-radius: 20px;
  border: 1px solid #9c9c9c;
  padding: 0.5rem 2rem;
  margin-left: 1rem;
}
.edit-profile .btnWrap .btn.blue {
  background-color: #00769a;
  border: 1px solid #00769a;
}
.edit-profile .form-group {
  margin-bottom: 1rem;
}
.edit-profile .form-group .userpic {
  width: 160px;
  height: 130px;
  border-radius: 5px;
  max-width: 160px;
  max-height: 130px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .edit-profile {
    width: 90%;
 }
}
@media (max-width: 767px) {
  .edit-profile {
    width: 96%;
 }
  .edit-profile .btnWrap {
    text-align: center !important;
 }
  .edit-profile .btnWrap .btn {
    margin: 10px;
    width: 100%;
 }
}
.edit-profile .form-group .userpic img {
  max-width: 100%;
  min-height: 130px;
}
/*15 june 2020 */
.edit-profile .form-group .userpic {
  margin-bottom: 1rem;
}
.custom-file-input {
  display: inline-block;
  position: relative;
  color: #533e00;
  opacity: 1;
  position: absolute;
  z-index: 9;
  top: 2px;
  left: 17px;
}
.custom-file-input input {
  visibility: hidden;
}
.custom-file-input:before {
  content: "\f044";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px 5px 0px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
}
.btn-group-swu .tab-buttons li {
  margin-right: 1.5rem;
}
.btn-group-swu .tab-buttons li .btn {
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-group-swu .tab-buttons li {
    margin-right: 0;
    width: 46%;
 }
}
/*23 june 2020 */
.addprojectMap .table tr td i.fa-eye {
  color: #07789a;
  font-size: 18px;
}
.accordion-container .addprojectMap .table tr th:nth-child(2), .accordion-container .addprojectMap .table tr td:nth-child(2) {
  text-align: center;
}
.accordion-container .addprojectMap .table tr td {
  font-weight: 700;
}
.accordion-container .addprojectMap .table tr th:last-child, .accordion-container .addprojectMap .table tr td:last-child {
  width: 3%;
}
.accordion-container .addprojectMap .table tr th:nth-child(3), .accordion-container .addprojectMap .table tr td:nth-child(3) {
  width: 3%;
  text-align: center;
}
.addNewField-wrap {
  background: #e8e8e8;
  padding: 1.5rem;
  border-radius: 8px;
}
.addNewField-wrap h4 {
  font-size: 18px;
  color: #babd16;
  font-weight: bold;
  padding-bottom: 1rem;
}
.popup-left .addNewField-wrap .btn.btn-info {
  padding: 0.65rem 0rem;
  width: 100%;
}
.rowflex {
  margin-bottom: 8px;
  display: flex;
  padding: 0rem 1.2rem;
  border-radius: 1rem;
  justify-content: space-between;
}
.rowflex.tr {
  background: #e8e8e8;
  padding: 0.75rem 1.2rem;
}
.rowflex .td, .rowflex .th {
  width: 30%;
  text-align: left;
}
.rowflex .td {
  font-weight: 700;
}
.rowflex .td:last-child, .rowflex .th:last-child {
  width: 30%;
}
@media (max-width: 1400px) {
  .btn-group-swu .tab-buttons li {
    margin-right: 0.75rem;
 }
  .btn-group-swu .tab-buttons li:last-child {
    margin-right: 0;
 }
}
@media (max-width: 767px) {
  .leadlistpage h2 > span {
    font-size: 1.75rem;
 }
}
.map-step-modal {
  max-height: 85vh;
  overflow: auto;
}
.radioBtns span input {
  margin-right: 0.3rem;
}
.radioBtns span {
  margin-right: 1.2rem;
}
.form-group-cate {
  padding: 1rem 1rem 1rem !important;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}
.form-group-cate h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.admin-setting .reset_form {
  padding: 0px 15px 40px;
}
.admin-setting {
  width: 300px;
  margin: 0 auto;
}
.riteBtn {
  font-size: 14px;
  font-weight: normal;
}
.riteBtn:hover {
  text-decoration: none;
}
.whiteBoxWrap {
  justify-content: space-evenly;
  align-items: flex-end;
}
.centerData {
  margin-top: 0.5rem;
}
.col-box {
  width: 27.5%;
}
.whiteBox {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  min-height: 244px;
  border: 1px solid #8a8a8a;
}
.whiteBox .clientinfo {
  position: relative;
  padding-left: 132px;
}
.whiteBox .clientinfo span {
  position: absolute;
  left: 0px;
  width: 132px;
}


.table {
	font-size: 13px;
}


/* New Style After refactor */

 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif
 }

 body {
     background: #ecf0f3
 }

 .wrapper {
     max-width: 350px;
     /* min-height: 500px; */
     margin: 80px auto;
     padding: 40px 30px 30px 30px;
     background-color: #ecf0f3;
     border-radius: 15px;
     box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff
 }

 .logo {
     width: 80px;
     margin: auto
 }

 .logo img {
     width: 100%;
     height: 80px;
     object-fit: cover;
     border-radius: 50%;
     box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff
 }

 .wrapper .name {
     font-weight: 600;
     font-size: 1.4rem;
     letter-spacing: 1.3px;
     padding-left: 10px;
     color: #555
 }

 .wrapper .form-field input {
     width: 100%;
     display: block;
     border: none;
     outline: none;
     background: none;
     font-size: 1.2rem;
     color: #666;
     padding: 10px 15px 10px 10px
 }

 .wrapper .form-field {
     padding-left: 10px;
     margin-bottom: 20px;
     border-radius: 20px;
     box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff
 }

 .wrapper .form-field .fas {
     color: #555
 }

 .wrapper .btn {
     box-shadow: none;
     width: 100%;
     height: 40px;
     background-color: #03A9F4;
     color: #fff;
     border-radius: 25px;
     box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
     letter-spacing: 1.3px
 }

 .wrapper .btn:hover {
     background-color: #039BE5
 }

 .wrapper a {
     text-decoration: none;
     font-size: 0.8rem;
     color: #03A9F4
 }

 .wrapper a:hover {
     color: #039BE5
 }

 .clickable{
	cursor: pointer;
	border:none;
 }

 .table tr:hover, #thetable tr td:hover {
	background-color: #c0c0dd;
 }

 @media(max-width: 380px) {
     .wrapper {
         margin: 30px 20px;
         padding: 40px 15px 15px 15px
     }
 }