html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #ebebeb;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 30px;
}

.logo {
    display: block;
    background-color: #000;
}



/*.logo img {
*/
/* filter: brightness(1) invert(1);
*/
/*
}
*/
.main {
    display: flex;
    height: 100%;
}

.leftMenu {
    width: 120px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.stickySidebar .leftMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}

.rightContent {
    width: 100%;
}

.stickySidebar .rightContent {
    padding-left: 120px;
}

.sideMenu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sideMenu li {
    position: relative;
}

.sideMenu li img {
    width: 30px;
    display: block;
    margin: auto;
}

.sideMenu li a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
}

.sideMenu li a:hover,
.sideMenu li.active a {
    color: #FFC107;
}

.sideMenu li ul {
    position: absolute;
    margin: 0px;
    padding: 10px;
    list-style: none;
    left: 100px;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}

.accordion-item .accordion-header .accordion-button:focus {
    z-index: 0;
}

.sideMenu li:hover ul {
    opacity: 1;
    visibility: visible;
    left: 120px;
}

.sideMenu li ul:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: #FFC107;
    position: absolute;
    left: -5px;
    top: 25px;
    transform: rotate(45deg);
}

.sideMenu li li {
    text-align: left;
    padding: 0px;
}

.sideMenu li li a {
    padding: 6px 25px;
    display: block;
}

.sideMenu li li a:hover,
.sideMenu li li.subactive a {
    background-color: #FFC107;
    color: #000;
}


.sideMenu li.supportitem {
    position: absolute;
    bottom: 40px;
    left: 45px;
}

.sideMenu li.supportitem ul {
    left: 74px;
    top: -40px;
    width: 250px;
}

.sideMenu li.supportitem>img {
    cursor: pointer;
}

.sideMenu li.supportitem ul li {
    padding: 5px 12px;
}

.sideMenu li.supportitem ul li img {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
}



.rightContent .header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightContent .innerContent {
    padding: 20px;
}

.whiteBox {
    background-color: #fff;
    padding: 20px;
}

.btn-primary {
    background-color: #FFC107;
    border: 0px;
    padding: 10px 15px;
    height: initial;
    line-height: 1;
}

.btn-primary:hover {
    background-color: #FF9800;
}

.btn-primary.btn-full {
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
}

.centerForm {
    max-width: 600px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.centerForm .logo {
    max-width: 240px;
    margin: auto;
    background-color: transparent;
}

.centerForm .logo img {
    margin-left: -60px;
}

.whiteShadowBox {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 40px;
    margin: 20px 0px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.form-group .requiredText {
    position: absolute;
    left: 0;
    color: #f00;
    font-weight: bold;
    font-size: 10px;
}

.form-group label {
    display: block;
    font-weight: 500;
}

.form-group label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    margin-right: 6px;
}

.link {
    color: #FFC107;
    margin-top: 10px;
    display: block;
}

/*tbody tr:hover td,*/
/*tbody tr:hover th {
*/
/* background-color: #FF9800;
*/
/* cursor: pointer;
*/
/*
}
*/
.table-hover>tbody>tr:hover>* {
    background-color: #FF9800;
}

.centerSearch {
    display: flex;
    align-items: center;
}

.centerSearch form {
    display: flex;
    width: 350px;
}

.centerSearch input {
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 10px;
    padding-left: 40px;
}

.centerSearch button {
    width: 30px;
    margin-left: 15px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.form-control:focus,
.form-control:hover {
    background-color: #dbdcdd;
    border-color: #dbdcdd;
    box-shadow: none;
}

.errorframe {
    border-color: #ff0000 !important;
}

.alert {
    padding: 6px 30px;
    font-size: 12px;
}

.alert ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #000;
    font-weight: 700;
}

.edit-icon img {
    width: 25px;
    height: 25px;
}

.table a {
    color: #000;
    text-decoration: none;
}

.asterisk-solar {
    color: #ff0000;
}

.table tbody tr {
    position: relative;
}

.table tbody tr:hover td.actionLink,
.table tbody tr:hover th.actionLink {
    cursor: pointer;
}

/*.table tbody tr td a{
*/
/*position: absolute;
*/
/*left: 0;
*/
/*top: 0;
*/
/*width: 100%;
*/
/*height: 100%;
*/
/*background-color: #ccc;
*/
/*opacity: 0;
*/
/*
}
*/
.withoutHover.table tbody tr:hover td,
.withoutHover.table tbody tr:hover th {
    background-color: transparent;
    cursor: auto;
}

.scrollBox {
    max-height: 300px;
    overflow: auto;
    margin: 20px 0px;
    border: 1px solid #ccc;
    padding: 15px;
}

.centerForm2 .form-group {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.centerForm2 .form-group .btn {
    margin: 0px 10px;
}

.centerForm.centerForm2 {
    max-width: 700px;
}

#skp_searchpaginat {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 15px 0px;
    padding: 0px;
}

#skp_searchpaginat li {
    padding: 0;
    border: 0px;
    margin: 0px 2px;
}

#skp_searchpaginat li a {
    display: block;
    padding: 10px;
    line-height: 1;
    color: #000;
}

#skp_searchpaginat .sr-only {
    display: none;
}

#skp_searchpaginat li:hover a,
#skp_searchpaginat li.active a {
    background-color: #FFC107;
    color: #fff;
}

#skp_searchpaginat li.active a {
    pointer-events: none;
    border-color: #FFC107;
}

#skp_searchpaginat li.disabled {
    opacity: 0.5;
}

.form-check-input:checked {
    background-color: #FFC107 !important;
    border-color: #FFC107 !important;
}

.form-check-input:checked:hover {
    background-color: #FF9800 !important;
    border-color: #FF9800 !important;
}

.form-check-input:disabled {
    opacity: .9 !important;
}

.mytooltip {
    position: relative;
    display: inline-flex;
    vertical-align: -2px;
}

.mytooltip img {
    width: 15px;
    height: auto;
}

.toolInfo {
    position: absolute;
    background-color: #2d2d2d;
    z-index: 9;
    color: #fff;
    width: 270px;
    top: 30px;
    left: -125px;
    opacity: 0;
    visibility: hidden;
}

.toolInfo td {
    padding: 5px 12px;
}

.mytooltip img:hover+.toolInfo {
    opacity: 1;
    visibility: visible;
}

.mytooltip:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #2d2d2d;
    position: absolute;
    transform: rotate(45deg);
    top: 25px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.mytooltip:hover:before {
    opacity: 1;
    visibility: visible;
}

#item_table .sk_quickview th {
    width: 300px;
}

#item_table .sk_quickview .form-group {
    margin-bottom: 0px;
}

/*Hide Input Number Arrows*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Hide Input Number Arrows*/
.fullWidthForm {
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.rightBlock,
.leftForm {
    width: 50%;
}

.rightBlock img {
    width: 100%;
}

.leftForm {
    padding: 50px;
}

#map {
    width: 100%;
    height: 500px;
}

img.removeData {
    width: 25px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FFC107;
}

.modal-backdrop {
    display: none;
}

.modal-header .close {
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 26px;
    padding: 0px 5px;
    line-height: 1;
    padding-bottom: 3px;
    border-radius: 50%;
}

.skp-pictures {
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.skp-pictures .del_unit {
    width: 150px;
    height: 150px;
    background-color: #e9e9e9;
    border-radius: 10px;
    margin: 10px;
    position: relative;
}

.skp-pictures .del_unit img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.skp-pictures .del_unit .images-del {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.skp-pictures .del_unit .images-del img {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}

.actionCol .dropdown-menu {
    right: 0;
    top: 40px;
}

.dropdownOption img {
    width: 25px;
    cursor: pointer;
}

.dropdownOption .dropdown-menu {
    flex-direction: column;
    padding: 0;
    display: flex !important;
    right: 0;
    min-width: 110px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.dropdownOption .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
}

.dropdownOption .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
}

.dropdownOption .dropdown-menu li:hover {
    background-color: #FFC107;
    color: #fff;
}

/*togggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e2e2;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:hover {
    background-color: #ccc;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #FFC107;
}

.switch:hover input:checked+.slider {
    background-color: #FF9800;
}

.form-group .inline {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-group .inline label {
    padding-left: 10px;
}

.form-group .inline input {
    width: 15px;
    height: 15px;
}

input:focus+.slider {
    box-shadow: 0 0 1px #FFC107;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*togggle*/
.tempHeader {
    background-color: #f5f5f5;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}

.headerSpacing {
    height: 86px;
    width: 100%;
}

.tempHeader .popupImg {
    width: 20px;
    cursor: pointer;
}

.tempHeader .logoImg {
    max-width: 160px;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

.tempHeader .form-control {
    max-width: 250px;
}

.exit {
    cursor: pointer;
}

.exit a {
    padding: 10px 15px;
}

.exit a:hover {
    background-color: #ebebeb;
}

.exit img {
    width: 20px;
    margin-right: 10px;
}

.leftBlock {
    display: flex;
    /*width: 70%;
*/
    /*    padding: 10px;*/
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.leftBlock li {
    margin-right: 10px;
}

.tempHeader .leftBlock img {
    padding: 10px;
    width: 40px;
}

.leftBlock li:hover {
    background-color: #ebebeb;
}

.userInfo {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
}

.userInfo li {
    margin: 10px 0px;
}

.userInfo li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 14px;
}

select.form-control {
    background-image: url(../img/down.svg);
    background-position: center right 12px;
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.designBlock {
    background-color: #fff;
}

.fullWidthImg {
    width: 100%;
    height: auto;
}

.leftContent {
    padding: 50px;
}

.downScroll {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.leftBlock .dropdown {
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 0px;
    max-width: 240px;
    border: 1px solid #ccc;
    position: relative;
}

.leftBlock .dropdown span {
    display: block;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    background-image: url(../img/down.svg);
    background-position: center right 12px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.leftBlock .dropdown-menu li small {
    display: block;
}

.leftBlock .dropdown-menu li:hover {
    background-color: #ebebeb;
}

.leftBlock .dropdown-menu {
    top: 45px;
    left: 0;
    border-radius: 0px;
    width: 240px;
}

.leftBlock .dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
}

.infoSection {
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
    margin: 20px;
    margin-top: 0px;
}

.infoSection2 {
    background-color: #fff;
    margin: 20px;
}

.processStep {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.processStep li {
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 21%);
    border-radius: 10px;
    font-size: 20px;
    margin: 10px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.processStep li b {
    color: #ffc107;
    margin-top: 20px;
    display: block;
}

.exit a {
    color: #323232;
    text-decoration: none;
}

.exit img {
    vertical-align: -5px;
}

.graphInfo {
    text-align: left;
}

.rate {
    margin: 20px 0px;
}

.leftContent.graphInfo {
    padding: 0px 50px;
}

.graphInfo b {
    display: block;
    margin: 0px;
    color: #7c7c7c;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
}

.graphInfo .btn {
    margin-top: 20px;
    background-color: #ffc107;
    border: 0px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.graphInfo .btn:hover {
    background-color: #FF9800;
}

.graphInfo .btn img {
    width: 24px;
    margin-right: 10px;
    vertical-align: -5px;
}

.mainInfo h4 {
    font-size: 50px;
    font-weight: 100;
}

.mainInfo h3 {
    margin-bottom: 30px;
}

.mainInfo table {
    margin-top: 30px;
}

.leftContent.graphInfo .row .col-md-4 {
    margin: 22px 0px;
}

.leftContent.graphInfo h4 {
    font-size: 18px;
}

.nav-tabs .nav-link {
    border: 0px;
    margin: 0px;
    font-size: 18px;
    padding: 12px 40px;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FFC107;
    font-weight: 600;
}

.nav-tabs {
    border: 0px;
}

.productSec {
    background-color: rgb(255 193 7 / 18%);
    padding: 20px 80px;
}

.productSec h2 {
    font-size: 50px;
    font-weight: 700;
    color: #FFC107;
    line-height: 1;
    text-transform: uppercase;
}

.productSec h4 {
    max-width: 240px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    margin: 0px;
    font-weight: 400;
}

.productSec h4 span {
    font-size: 80px;
    font-weight: 800;
    margin-top: -10px;
    margin-right: 10px;
}

.topHeading {
    text-align: center;
    max-width: 900px;
    margin: auto;
    padding: 40px 0px;
    font-size: 40px;
    font-weight: 300;
}

.productSec p {
    text-transform: uppercase;
}

.productSec2 {
    margin-top: 30px;
    background-color: rgb(243 243 243);
    padding: 80px;
}

.productSec2 img {
    height: 500px;
    object-fit: contain;
}

.productSec2 h2 {
    font-size: 30px;
    min-height: 60px;
    color: #8BC34A;
}

.productSec2 h4 span {
    font-size: 60px;
}

.productSec2 h4 {
    max-width: 235px;
    font-size: 20px;
    border: 1px dashed #6e6e6e;
    padding: 20px;
    border-radius: 50px;
    margin: auto;
}

.contactUs {
    text-align: center;
    padding: 50px;
}

.contactUs p {
    font-size: 25px;
}

.contactUs .btn {
    background-color: #FFC107;
    font-size: 18px;
    padding: 20px 70px;
    font-weight: 500;
}

.contactUs .btn:hover {
    background-color: #FF9800;
}

span.remove-it,
span.skp-delete-it {
    cursor: pointer;
}

span.remove-it:hover,
span.skp-delete-it:hover {
    color: #f00;
}

.proInner {
    background-color: #fff;
    text-align: center;
    padding: 30px;
}

.centerList {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.centerList li {
    padding: 10px;
    cursor: pointer;
}

.centerList li:hover {
    background-color: #ebebeb;
}

.centerList li img {
    width: 18px;
    vertical-align: -3px;
    margin-right: 6px;
}

.popupPage {
    display: none;
    position: fixed;
    top: 64px;
    width: 100%;
    height: calc(100% - 64px);
    background-color: #fff;
    left: 0;
    z-index: 9999;
}

.ourBlock {
    display: flex;
    height: 100%;
}

.ourBlock .leftBar {
    width: 300px;
    height: 100%;
    background-color: #f0f0f0;
}

.ourBlock .rightBar {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body.openPage {
    overflow: hidden;
}

.topHead {
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.topHead b {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topHead b img {
    width: 20px;
}

.topHead .input-group-text img {
    max-width: 20px;
}

.topHead .input-group .form-control+.input-group-text {
    background-color: #FF9800;
    border-color: #FF9800;
    cursor: pointer;
}

.navList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navList li {
    padding: 10px 20px;
    cursor: pointer;
}

.navList li:hover {
    background-color: #ebebeb;
}

.navList li img {
    width: 20px;
    height: auto;
    vertical-align: -4px;
    margin-right: 10px;
}

.navList li.active {
    font-weight: 500;
}

.rightTop {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.rightTop .priceInfo,
.rightTop .actionInfo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightTop .actionInfo {
    justify-content: end;
}

.rightTop ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.rightTop ul li {
    padding: 5px 15px;
    line-height: 1.5;
    font-size: 15px;
}

.rightTop ul li b {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.rightTop .btn {
    background-color: #000;
    color: #FFF;
    border-radius: 0px;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
}

.tableContent {
    max-height: 70%;
    overflow: auto;
}

.tableContent h2 {
    margin: 0px;
    padding: 14px 20px;
    font-size: 24px;
}

.tableContent .table tr th:first-child {
    padding-left: 20px;
}

.tableContent .table-bordered>:not(caption)>*>* {
    border-width: 0px;
    font-size: 15px;
    padding: 6px;
    vertical-align: middle;
}

.tableContent .table>tbody .form-control {
    width: 60px;
    border: 0px;
    background-color: #dedede;
    font-size: 12px;
    display: inline-block;
    border-radius: 0px;
}

/*.tableContent .table>tbody tr:hover .form-control{
*/
/* background-color: #fff;
*/
/*
}
*/
.tableContent .table>tbody tr:hover .form-control:hover {
    background-color: #b3b3b3;
}

.tableContent .switch {
    width: 35px;
    height: 18px;
    margin: 0px 5px;
    vertical-align: -3px;
}

.tableContent .switch.inActive {
    opacity: 0.5;
}

.tableContent .slider:before {
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
}

.tableContent input:checked+.slider:before {
    left: 0;
}

.tableContent .table>tbody .form-control {
    display: inline-block;
}

.dollericon {
    background-color: #eee;
    display: inline-block;
}

.dollericon:before {
    content: '$';
    padding: 1px 10px;
    display: inline-block;
    font-weight: 500;
}

.percentageicon {
    background-color: #eee;
    display: inline-block;
}

.percentageicon:after {
    content: '%';
    padding: 1px 10px;
    display: inline-block;
    font-weight: 500;
}

#discountsTab,
#batteriesTab,
#incentivesTab,
#modulesTab,
#inverterTab {
    display: none;
}

.showPriceEdit {
    display: none;
}

.showPriceEdit.active {
    display: flex;
}

.smallInfoBorder {
    position: relative;
    padding: 100px 60px;
}

.smallInfoBorder:before {
    content: '';
    border-left: 1px solid #ccc;
    position: absolute;
    top: 20px;
    left: -13px;
    height: calc(100% - 40px);
}

.smallInfoBorder img {
    max-width: 575px;
    margin-bottom: 20px;
}

.smallInfoBorder p {
    font-weight: 600;
    margin: 0px;
}

.getinTouch {
    padding: 102px 100px;
    background-color: #FFC107;
    margin-right: -10px;
}

.getinTouch h2 {
    font-size: 40px;
    font-weight: 700;
}

.getinTouch .userInfo h4 {
    margin-bottom: 20px;
    display: block;
}

.getinTouch .userInfo li img {
    border: 1px solid #000;
}

table tbody tr td.actionLink,
table tbody tr td.dropdownOption {
    vertical-align: middle;
}

table tbody tr td.dropdownOption {
    cursor: pointer;
}

table tbody tr td.actionLink span {
    max-width: 170px;
    display: block;
}

table tbody tr td.actionLink span.mytooltip {
    display: inline-flex;
    max-width: initial;
}

.modal.modal-static .modal-dialog {
    transform: scale(1);
}

.summarySection {
    text-align: left;
    padding: 40px 80px;
}

.summaryBlock {
    background-color: #f6f6f6;
    padding: 30px;
    text-align: left;
}

.summaryBlock h4 {
    margin-bottom: 20px;
}

.summaryInfo ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.summaryInfo ul li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 0px;
}

.summaryInfo ul li span {
    text-align: right;
}

.summaryInfo ul li b+span {
    width: 80px;
}

.summaryInfo ul li span:first-child {
    text-align: left;
    width: 50%;
}

.summaryInfo ul.discount_summary li span:first-child,
.summaryInfo ul.adder_summary li span:first-child {
    text-align: right;
}

.summaryInfo ul li span small {
    display: block;
    color: #999999;
    font-size: 15px;
}

.summaryInfo ul li b {
    width: 100px;
}

.summarySection h2 {
    /*margin-bottom: 30px;
*/
}

#battery_summary li span:first-child {
    width: 50%;
    text-align: left;
}

#battery_summary li b {
    width: 80px;
    text-align: left;
}

#battery_summary li span:last-child {
    width: 80px;
}

#battery_summary li span small {
    display: block;
    font-size: 12px;
    color: #989898;
}

.financingBox table {
    margin-top: 30px;
}

.startfinancingOuter .financingBox table {
    margin-bottom: 0px;
}

.financingBox table td:last-child {
    text-align: right;
    width: 200px;
}

.form-group .form-switch {
    display: inline-block;
}

.form-switch .form-check-input,
.form-switch .form-check-input:focus {
    cursor: pointer;
    background-color: #e2e2e2;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:hover {
    background-color: #ccc;
}

.temp-remove {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    z-index: 1;
}

.skp-remove-adders,
.skp-remove-battery {
    cursor: pointer;
}

.select_unselect {
    cursor: pointer;
    float: right;
}

.select_unselect span:hover {
    color: #FFC107;
}

.rightContent .innerContent label input[type="radio"] {
    cursor: pointer;
}

.form-check-input:hover {
    --bs-form-check-bg: #ebebeb;
}

.monthPoint {
    position: relative;
}

.monthPoint:before {
    content: '';
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    position: absolute;
    bottom: 18px;
    right: -16px;
}

.custom-fintech .switch {
    width: 40px;
    height: 20px;
    vertical-align: -2px;
    margin: 0px 4px;
}

.custom-fintech .switch .slider:before {
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
}

.custom-fintech .downpayment_txt .form-control {
    padding: 0px 10px;
    text-align: right;
    border: 0px;
}

.custom-fintech .switch.disabled,
.financingBox .switch.disabled {
    pointer-events: none;
}

.custom-fintech .switch.disabled+b,
.financingBox .switch.disabled+b {
    opacity: .2;
}

.infoSection.summarySection.financingarea .disabled .slider {
    /*background-color: #e2e2e2;
*/
    background-color: #f5f0f0;
}

.headingCol {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 30px;
}

.headingCol .switch {
    margin-left: 10px;
}

.infoSection.summarySection.financingarea .switch {
    width: 35px;
    height: 18px;
    margin: 0px 5px;
    vertical-align: -3px;
}

.infoSection.summarySection.financingarea .slider:before {
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
}

.infoSection.summarySection.financingarea input:checked+.slider:before {
    left: 0px;
}

.tableContent .table.table-hover.table-bordered.table-striped>:not(caption)>*>* {
    height: 44px;
}

.financingBox table .form-control[type="number"] {
    padding: 0px;
    border: 0px;
    background-color: #f3f3f3;
}

.financingBox table .form-control[type="number"]:hover,
.financingBox table .form-control[type="number"]:focus {
    background-color: #dbdcdd;
}

.infoSection.summarySection.financingarea .summaryBlock {
    max-height: 394px;
    overflow: auto;
}

.startfinancingOuter {
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin: 0px;
    margin-top: 30px;
    background-color: #f6f6f6;
}

.infoSection.summarySection.financingarea .summaryBlock {
    max-height: 394px;
    overflow: auto;
    background-color: #fff;
    height: 100%;
}

#loader-icon, #envloader-icon {
    position: absolute;
    background-color: rgb(0 0 0 / 42%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#loader-icon img, #envloader-icon img {
    max-width: 50px;
    height: auto;
}

.main .modal-content {
    overflow: hidden;
}

#pro-loader-icon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pro-loader-icon img {
    width: 40px;
}

.simpleText {
    margin-top: 50px;
}

.modulesInverter {
    padding: 30px;
    text-align: center;
}

.modulesInverter {
    padding: 30px;
}

.modulesInverter h3 {
    font-size: 19px;
}

.modulesInverterItems {
    padding: 15px 0px;
    /* cursor: pointer;
*/
}

.modulesInverterItems[data-bs-toggle="modal"] {
    cursor: pointer;
}

.modulesInverterItems[data-bs-toggle="modal"]:hover {
    background-color: #ffc107;
    border-radius: 5px;
}

.modulesInverter hr {
    border-width: 2px;
}

.tableContent .tabSelection {
    padding: 20px;
}

.tableContent .tabSelection .table.table-bordered.table-striped {
    margin-top: 20px;
}

.tableContent .tabSelection .table-bordered>:not(caption)>*>* {
    padding-left: 20px;
}

.tableContent .tabSelection select.form-control {
    max-width: 300px;
}

#openModules,
#openInverter {
    pointer-events: none;
}

.form-select {
    cursor: pointer;
}

.form-select:hover {
    background-color: #dbdcdd;
    border-color: #dbdcdd;
    box-shadow: none;
}

.form-select:focus {}

.infoList {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 10px 10px hsl(0deg 0% 0% / 15%);
    border-radius: 5px;
    padding: 10px 15px;
    list-style: none;
    margin: 0px;
    top: 64px;
    display: none;
    cursor: auto;
    right: 20px;
    width: 270px;
}

.infoList img.closePop {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    height: auto;
    margin: 0px;
    vertical-align: middle;
    cursor: pointer;
}

.infoList.active {
    display: block;
}

.infoList li {
    padding: 10px 0;
}

.notification {
    display: inline-block;
}

.notification span {
    padding: 10px;
}

.notification span:hover {
    background-color: #ebebeb;
}

.notification span img {
    margin: 0px;
}




.contactInfo {
    padding: 0px;
    list-style: none;
    text-align: left;
    max-width: 240px;
    margin: auto;
}

.contactInfo li {
    margin: 10px 0px;
    font-size: 18px;
}

.contactInfo img {
    width: 35px;
    height: auto;
    vertical-align: -13px;
    margin-right: 8px;
    border: 2px solid;
    border-radius: 50px;
    padding: 5px;
}

.rightContent .header {
    position: fixed;
    background-color: #ebebeb;
    width: calc(100% - 120px);
    top: 0;
    right: 0;
    z-index: 999;
}

.stickySidebar .rightContent {
    padding-top: 65px;
}

.table>thead tr th {
    z-index: 99;
    position: sticky;
    top: 84px;
}



.tableContent {
    height: 84vh;
    position: relative;
    max-height: initial;
    padding-top: 55px;
}

.tableContent h2 {
    position: fixed;
    z-index: 99;
    width: calc(100% - 265px);
    background-color: #fff;
    top: 118px;
}

.tableContent .table>thead tr th {
    top: 0px;
}

#skp_searchpaginat {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    margin: 0px;
    padding: 20px;
    border-top: 1px solid #d3d3d3;
}


.rightContent.active {
    position: relative;
}

/*.rightContent.active:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 10;
}*/

.closePop {}


.qtyOverride {
    text-align: right;
    color: #b6b6b6;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
}

.qtyOverride:hover {
    color: #ffc107;
}

.mt-10 {
    margin-top: 10px;
}

.documentPopup {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tempHeader .documentPopup li {
    display: flex;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
}

.tempHeader .documentPopup img {
    padding: 10px;
    width: 40px;
    cursor: pointer;
}

.tempHeader .documentPopup li:hover {
    background-color: #ebebeb;
}

.dashline {
    vertical-align: 5px;
}

/*
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
.btn-disable {
    background-color: #FFC107;
    border-color: #FFC107;
    opacity: 0.5;
    cursor: no-drop !important;
    pointer-events: none;
}
*/


.infoSection .table>thead tr th{
    position: initial;
}

img.rateEdit{
width: 26px;
    height: auto;
    cursor: pointer;
    padding: 5px;
    vertical-align: -7px;
}

img.rateEdit:hover{
    background-color: #ebebeb;
}

/* proposals/add | Requested Docs*/
.accordion-button,
.accordion-button:not(.collapsed){
       background-color: transparent;
 font-size: 20px;
 font-weight: 300;
 color: #000;
}
.accordion-body{
    background-color: #f9f9f9;
 }

.accordion-body h4{
    font-size: 16px;
 margin-bottom: 20px;
}
.accordion-body .space{
   height: 40px;
}
.accordion-button:focus{
       box-shadow: none;
}
.accordion-body .table tbody tr{
       font-size: 14px;
}

.accordion-body .listItem{
       list-style: none;
 margin: 0px;
 padding: 15px 30px;
 background-color: #fff;
}

.accordion-body .listItem a{
       color: #000;
}
/* proposals/add | Requested Docs*/

/* proposals design*/
.btn-edit{
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 9;
    font-size: 16px;
    margin-top: 20px;
    background-color: #ffc107;
    border: 0px;
    padding: 8px 15px;
    font-weight: 500;
    text-transform: uppercase;
 }
 .btn-edit img{
    width: 20px;
    height: auto;
    vertical-align: middle;
 }
 .btn-edit:hover{
    background-color: #fff;
     
 }
 .mapImg{
min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 12px;
 }
.consprod-map {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 95%;
}

.modal-backdrop.show {
   display: block;
}
a.canvasjs-chart-credit {
    display: none;
}
.compareBox{
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin: 0px;
    margin-top: 30px;
    text-align: start;
    padding-bottom: 0;
}
.compareBox .table td{
   border: 0px;
}
.compareBox h3 span{
    float: right;
    font-size: 20px;
}
.compareBox h3 small{
    font-size: 14px;
    color: #565656;
}
.averagePrice{
   font-size: 40px;
}
.totalRate td{
color: #7c7c7c;
}
.totalRate b{
display: block;
font-size: 18px;
color: #000;
font-weight: 600;
}
/* proposals design*/

/*Equipment Confirmation popup*/
.confirmPopup{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 37%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display:none;
}
.popupContent{
 position: absolute;
 max-width: 800px;
 margin: auto;
 background-color: #fff;
 left: 0;
 right: 0;
 padding: 35px;
 border-radius: 10px;
 align-self: anchor-center;
}
.btn-group button{
  background-color: #ffc107;
  border: 0px;
  padding: 8px 24px;
  border-radius: 10px;
  font-weight: 500;
}
.btn-group button + button{
   margin-left:10px;
}



.phonePre{
    position:relative;
}
.phonePre input.form-control{
        padding-left: 60px;
}
.phonePre .prefix{
    position: absolute;
    background-color: #ededed;
    padding: 7px 12px;
    border-radius: 8px;
        border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
}

/*Equipment Confirmation popup*/

#chartContainer, #Estimated_chartContainer {
    margin: auto;
}
 
#designpre_batteryestimatechart .mainInfo h3+.mb-3, .mainInfo p+.mb-3 {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#designpre_batteryestimatechart .mainInfo h3{
	    margin-bottom: 10px;
}

.ourBlock .rightBar.snapshot .tabContent .dollericon{
	    position: relative;
}
 
.ourBlock .rightBar.snapshot .tabContent .dollericon:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
}

.disableClick {
    display: inline-block;
    position: relative;
}
 
.disableClick:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    top: 0;
    left: 0;
}

.incentiveicon.disableClick.percentageicon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    top: 0;
    left: 0;
}
 
.incentiveicon.disableClick.percentageicon:after {
    content: '%';
    padding: 1px 10px;
    display: inline-block;
    font-weight: 500;
    position: initial;
    width: initial;
    height: initial;
}


@media (max-width:1710px) {
    .smallInfoBorder img {
        max-width: 490px;
    }
}

@media (max-width:1200px) {
    .processStep {
        flex-wrap: wrap;
    }
}

@media (max-width:480px) {
    .main {
        flex-direction: column;
    }

    .leftMenu {
        width: 100%;
        position: initial;
        height: initial;
    }

    .logo {
        max-width: 100px;
    }

    .toggleMenu {
        width: 50px;
        height: 35px;
        display: block;
        position: absolute;
        right: 20px;
        top: 34px;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

    .sideMenu {
        display: none;
    }

    .toggleMenu:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 15px;
        height: 1px;
        background-color: #000;
    }

    .whiteBox {
        overflow: auto;
    }

    .rightContent {
        padding-left: 0;
    }

    .rightContent .header {
        flex-wrap: wrap;
    }

    .centerSearch {
        order: 3;
        width: 100%;
        margin-top: 20px;
    }

    .centerSearch form {
        width: 100%;
    }

    .processStep li {
        width: 44%;
    }

    .productSec {
        padding: 20px;
    }

    .productSec h2 {
        font-size: 30px;
    }

    .productSec2 {
        padding: 20px;
    }

    .proInner {
        padding: 15px;
    }

    .productSec2 .col-md-6 {
        margin: 40px 0px;
    }

    .contactUs {
        padding: 20px;
    }

    .productSec h4 span {
        font-size: 60px;
    }

    .productSec h4 {
        margin: 20px 0px;
    }

    .topHeading {
        font-size: 30px;
    }

    .productSec2 img {
        height: 310px;
    }
}




.leftSideCol{
width: 50%;
height: 100%;
    display: flex;
   background-color: #efebeb;
}
.rightSideCol{
    width: 50%;
    height: 100%;
    background-color: #ffc107;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rightSideCol h1{
        font-size:35px;
    font-weight: bold;
    text-align: center;
}


.rightSideCol p{
    text-align: center;
    margin: 0px;
    margin-top: 100px;
    font-size: 20px;
}

.centerForm .logo{
        position: relative;
            max-width: 300px;
}

.logoText{
    font-size: 40px;
    position: absolute;
    width: 160px;
 
    line-height: 0.8;
    text-transform: capitalize;
    font-style: italic;
    color: #ffc601;
    -webkit-text-stroke: 1px black;
    right: 0;
    bottom: 20px;
    font-weight: 900;
        text-transform: capitalize;
            text-align: left;
}

.logoText span{
     color: #fff;
    display: block;
}

.logoText b{
        color: #0168c3;
}

.centerForm .logo img{
max-width: 62%;
    display: block;
    margin: 0px;
}

.tableContent .switch.inActive{
	pointer-events: none;
}
 
.tableContent .switch.inActive + .temp-remove{
	display: none;
}


@media (max-width:480px){
    .leftSideCol,
    .rightSideCol{
        width: 100%;
    padding: 20px;
    }
}



