@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700&display=swap');
/*

body {
	background:url("../../../imgs/backgroundimg-main.jpg");
}
*/
/*
---------------------------------------------------------------------------------------------------
General Page Styling
---------------------------------------------------------------------------------------------------
*/

i {
    font-style: normal;
}

#privacy-policy-list li {
    position:relative;
    padding-left:30px;
    line-height: 30px;
    margin-bottom: 15px;
}
#privacy-policy-list li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c8";
    color: #303f9f!important;
    padding-right: 0;
    font-size: 20px !important;
    padding-top: 2px;
    font-weight: 300;
    position: absolute;
    left: 0;
}



.navbar-list li .input-field .select-wrapper .select-dropdown {
    background-color: white;
    border-radius: 3px;
    width: 20rem !important;
    font-family: 'Nunito', serif;
    background-color: white;
    border-radius: 3px;
    width: 20rem !important;
    /* height: 0; */
    padding: 10px 0 9px;
    /* min-height: 3rem; */
    line-height: 0;
    box-sizing: inherit;
    margin: 9px 0 0 0;
    color: #424242;
    font-weight: 600;
}

.navbar-list li .input-field .select-wrapper:before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 260px;
    color: black !important;
    height: 30px;
    position: absolute;
    z-index: 9999;
    top: -9px;
    font-weight: 400;
    color: #7b1fa2 !important;
}

.unimportant-btn {
    background: #bdbdbd !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #616161 !important;
}



.hanging-indent {position:relative; padding-left:30px;}
.hanging-indent:before {
    content: "\f671";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-thumb {
    background: linear-gradient(45deg, #ff4081, #ff82ac);
}

input:focus{
    outline: none;
}
.slider {
    -webkit-appearance: none;
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--val) - var(--min))/var(--range));
    --sx: calc(.5*1.5em + var(--ratio)*(100% - 1.5em));
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.5em;
    background: transparent;
    font: 1em/1 arial, sans-serif;
    border: none;
}
.slider, .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.slider::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.5em;
    background: #ccc;
}
.js .slider::-webkit-slider-runnable-track {
    background: linear-gradient(45deg, #ff4081, #ff82ac) 0/var(--sx) 100% no-repeat #ccc;
}
.slider::-moz-range-track {
    box-sizing: border-box;
    border: none;
    height: 0.5em;
    background: #ccc;
}
.slider::-ms-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.5em;
    background: #ccc;
}
.slider::-moz-range-progress {
    height: 0.5em;
    background: #ff4081;
}
.slider::-ms-fill-lower {
    height: 0.5em;
    background: #ff4081;
}
.slider::-webkit-slider-thumb {
    margin-top: -0.550em;
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ff4081;
}
.slider::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ff4081;
}
.slider::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #ff4081;
}
.slider::-ms-tooltip {
    display: none;
}
#tickmarks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

#tickmarks p {
    color: #6b6f82;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1px;
    background: #D3D3D3;
    height: 10px;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.modal {
    background: white;
}

.back-btn-gradient {
    background: linear-gradient(45deg, #eeeeee, #dddddd);
    color: #555555;
}

.meters-history-table-header {
    font-weight: 600;
    padding: 10px 5px !important;
}

.w3wlink {
    border-bottom: solid 1px #8e24aa;
    color: #8e24aa !important;
}

.external-link {
    font-size: 1rem;
}

.play-icon {
    color: #303f9f;
}

#notifications-badge {
    background-color: #ff4081;
    box-shadow: none;
}

.btn-floating {
    width: 37px !important;
    height: 37px !important;
}

.sub-text-icon {
    margin-right: 7px !important;
    margin-top: 5px !important;
}

#sws-preloader {
    width: 15rem !important;
    height: 15rem !important;
    position: absolute;
    top: 75vh;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}

.spinner-layer {
    border-color: #ff4081 !important;
}


#notifications-dropdown {
    border-radius: 4px;
}
nav .nav-wrapper .navbar-list.right li a i {
	opacity: 1;
}
nav .nav-wrapper .navbar-list.right li a  .fa-bell:before {
	opacity: 0.7;
}
nav .nav-wrapper .navbar-list.right li a  .fa-user-alt:before {
	opacity: 0.7;
}
nav .nav-wrapper .navbar-list.right li a .fa-expand-alt:before {
	opacity: 0.7;
}
nav .nav-wrapper .navbar-list.right li a:hover  .fa-bell:before {
	opacity: 1;
}
nav .nav-wrapper .navbar-list.right li a:hover  .fa-user-alt:before {
	opacity: 1;
}
nav .nav-wrapper .navbar-list.right li a:hover .fa-expand-alt:before {
	opacity: 1;
}
#profile-dropdown {
    border-radius: 4px;
}

.modal {
    border-radius: 6px;
}

.grecaptcha-badge {
	z-index: 99999;
	bottom: 50px !important;
}
.card .card-content {padding: 0;}
p {
    color: black;
}
p.medium-small {
    color: #6b6f82;
}
::placeholder {
	color:#6b6f82;
}
input {
	color:#6b6f82;
}
.blue-gradient  {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

.title-gradient {
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px !important;
}

.purple-gradient {
    background-image: linear-gradient(to right, #30409e, purple);
}

.bold {
    font-weight: 700;
}

.bold500 {
    font-weight: 500;
}

.bold600 {
    font-weight: 600;
}

.nunito-text {
    font-family: 'Nunito', serif;
}

.muli{
    font-family: 'Muli', serif;
}

.btn {
    text-transform: none;
    border-radius: 3px;
    padding: 0 18px;
}

.datepicker-done {
    color: purple !important;
    font-family: 'Nunito', serif;
}

.datepicker-cancel {
    color: #6b6f82 !important;
    font-family: 'Nunito', serif;
}

.btn-large {
    text-transform: none;
    border-radius: 3px;
    padding: 0 18px;
}

.btn-small {
    text-transform: none;
    border-radius: 3px;
    padding: 0 18px;
	height: 40px;
	line-height: 40px;
}

.container-main {
    margin: 15px 25px;
    padding: 1rem 2.5rem 2.5rem;
    border-radius: 3px;
    background-color: white;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.page-title-div {
    padding: 20px 25px 0;
}
/*.s6 select { display: block;}*/
.page-title {
    color: white;
}
.page-title-div h5.page-title {
	font-size:2rem;
	font-weight: 600;
}
.page-heading {
    color: #283593;
    font-weight: 700;
    font-size: 21px;
    margin-top:0;
}

.float-container {
    margin: 5px 0px 0;
}

/*
.form-icon {
    font-size: 1.7rem !important;
}
*/

.invisible-icon {
    opacity: 0;
}

.helper-text {
    color: #6b6f82 !important;
}

.input-field .helper-text.error-message {
    display: none;
    color: #ff4081 !important;
    font-size: 14px !important;
    font-weight: 600;
    position: relative;

/*	margin-bottom: 20px;*/
}

.empty-div-text {
    padding: 6rem;
}

.input-field input[type=text]:focus + label {

    color: #6b6f82 !important;
}
.input-field input[type=text]:focus {
    border-bottom: 1px solid #6b6f82 !important;
    box-shadow: 0 1px 0 0 #6b6f82 !important;
}

.input-field input[type=text].valid {
    border-bottom: 1px solid #6b6f82 !important;
    box-shadow: 0 1px 0 0 #6b6f82 !important;
}

.input-field input[type=text].invalid {
    border-bottom: 1px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.input-field input[type=password]:focus + label {
    color: #6b6f82 !important;
}

.input-field input[type=password]:focus {
    border-bottom: 1px solid #6b6f82 !important;
    box-shadow: 0 1px 0 0 #6b6f82 !important;
}

.input-field input[type=password].valid {
    border-bottom: 1px solid #6b6f82 !important;
    box-shadow: 0 1px 0 0 #6b6f82 !important;
}

.input-field input[type=password].invalid {
    border-bottom: 1px solid #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.input-field .prefix.active {
    color: #6b6f82 !important;
}

.input-field input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
    color: #6b6f82 !important;
}

.input-field input[type=text]:focus, .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #6b6f82 !important;
    box-shadow: 0 1px 0 0 #6b6f82 !important;
}

textarea.materialize-textarea.valid {
    border-bottom: 1px solid #6b6f82 !important;
    box-shadow: 0 1px 0 0 #6b6f82 !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.helper-text {
    font-size: 14px !important;
    font-weight: 600;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding:10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
	font-size: 14px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.input-field .prefix.text-align-left {text-align: left;}
.styledCheckbox [type='checkbox'] + span:not(.lever){
    font-size: 1rem;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b6f82;
    padding-top: 5px;
}
.styledCheckbox [type='checkbox'] + span:not(.lever):before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    content: '';
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 2px solid #6b6f82;
    border-radius: 4px;
}
.styledCheckbox [type='checkbox']:checked + span:not(.lever):before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 30px;
    color: #303f9f;
    left: 2px;
}

.hidden-content, .hidden-info {
    display: none;
}

.hidden-row td {
    display: none;
}

.animated-submit {
    animation: pulse 2s infinite cubic-bezier(0, 0, 0, 1);
}
.shaking-animated-submit {    
    webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: newtada;
    -moz-animation-name: newtada;
    -o-animation-name: newtada;
     animation-name: newtada;   
    font-weight: 700;
}
@keyframes newtada {
  0% {  transform: scale(1) }
  2.5% {  transform:scale(1) rotate(-2deg) }
  5% {  transform:scale(1) rotate(-2deg) }
  7.5% {  transform:scale(1.1) rotate(2deg) }
  10% {  transform:scale(1.1) rotate(-2deg) }
  12.5% {  transform:scale(1.1) rotate(2deg) }
  15% {  transform:scale(1.1) rotate(-2deg) }
  17.5% {  transform:scale(1.1) rotate(2deg) }
  20% {  transform:scale(1) rotate(0) }
  100% {  transform:scale(1) rotate(0) }
}
.container {padding: 0 25px;}
.page-footer .container {padding: 0 25px;}
.col .row {margin-left: 0; margin-right: 0;}
@keyframes animated-submit {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
#main {
    min-height: -webkit-calc(100% - 137px);
    min-height: -moz-calc(100% - 137px);
    min-height: calc(100% - 137px);	
	padding-left:260px;
	margin-bottom: 50px;
}
.placeHolderText {
    text-align: center;
    font-size: 1.9rem;
    display: block;
    margin:100px 0 75px 0;
    color:#ddd;
}
.dashboardIcon {
    margin-right: 15px;
}
.navbar-list.right {
    padding-right: 10px;
}
.tender-info-table-heading {
    color: white;
}
.prefix.fal.notificationIconCircle{
    width: 46px;
    height: 46px;
    vertical-align: middle;
    line-height: 46px;
    /* text-align: center; */
    font-size: 28px;
    color: #fff;
    padding: 1px 0;
    margin-top: 7px;
    text-align: center;
}

.table-row {
    background-color: #fafbff !important;
    border-style: solid !important;
    border-width: 1px;
    border-color: #e3e9fa!important;
}

.hidden-answers-container {
    display: none;
}
.hidden-answer {
    display: none;
}

div.dropdown-div {
    display: none;
}

#quotes-table.tbody td.no-padding {
    padding: 0;
}

.quotes-table-sub-text {
    color: #6b6f82;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 1rem 1.5rem;
}

.sws_checkbox [type='checkbox'] + span:not(.lever){
    font-size: 1rem;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b6f82;
    padding-top: 2px;
}
.sws_checkbox [type='checkbox'] + span:not(.lever):before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 2px;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    content: '\f0c8';
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 0;
    border-radius: 4px;
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 300;
}
.sws_checkbox [type='checkbox']:checked + span:not(.lever):before {
    content: '\f14a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 30px;
    color: #303f9f;
    left: 2px;
}

/*
---------------------------------------------------------------------------------------------------
Authentication Pages styling
---------------------------------------------------------------------------------------------------
*/
.auth-background {
    background-image: url("../../../imgs/backgroundimg-main.jpg");
    background-size: cover !important;
    background-color: transparent !important;
    position: relative;
}
.LoginLogo-topbar {
     width:100%;
     display: block;
     text-align: center;
     margin: 0 auto;
     padding-top:4%;
 }
#auth-logo {
    height : 150px;
	margin:20px auto 0;
}

.card-panel {
    background: rgba(255, 255, 255, 0.75) !important;
}

.minor-link {
    color: #30409e !important;
}

.breadcrumb-nav {
    background-color: transparent !important;
    box-shadow: none !important;
}
.auth-header {
    margin: 1.5rem 0 .6rem !important;
    color: #283593 !important;
}
.input-field > label { color:#6b6f82;}
.navbar .header-search-wrapper {margin-top:0; margin-left:260px; height: 100%;}
#register-page .card-panel.border-radius-6.register-card {
    margin-left: 0 !important;
    padding: 25px 35px 26px;
	background:#ffffff !important;
}#register-page .card-panel.border-radius-6.register-card #RegistererTitleBox{
    margin-top:0;
	margin-bottom: 10px;
	color:#303f9f;
}
#register-page .card-panel.border-radius-6.register-card #RegistererTitleBox h5{
	color:#303f9f;
}
#register-page .card-panel.border-radius-6.register-card .row .col{
    padding: 0;    
}
#register-page .card-panel.border-radius-6.register-card .row .col #email, #register-page .card-panel.border-radius-6.register-card .row .col #password{
    color:#333333; font-family: "Nunito", serif ; font-size: 16px;
}
#register-page .card-panel.border-radius-6.register-card .row .col .btn-large i{
    font-size: 1.4rem;
}
/*
#register-page .card-panel.border-radius-6.register-card .row .col.email {
    margin-top:0;    
}
*/
#register-page {height: unset; padding-top:.5%;}

#user-login-form {
    font-family: "Nunito", serif;
}

h5.ml-4 {
    margin: 0 !important;
}
#returnbackbutton {    margin: 0 auto;
    float: none;
    display: block;
    width: 130px;
    margin-top: 30px;
}
.changing-register-div {
    display: none;
}
.register-title-error {
    display: none;
    color: #e57373 !important;
    font-size: 12px;
    position: relative;
    /*	margin-bottom: 20px;*/
}
#register-success-message {
    color: rgb(46, 125, 50);
    font-size: 1rem;
    margin-top: 1rem;
}
#estimated-spend-too-low-error {
    color: #303f9f;
    font-size: 1rem;
    margin-top: 1rem;
}
#generic-register-error {
    color: #ff4081 !important;
    font-size: 16px !important;
    margin-top: 1rem;
}
/*
---------------------------------------------------------------------------------------------------
Header Section styling
---------------------------------------------------------------------------------------------------
*/
.header-text {
    font-weight: lighter;
    font-size: 1.3rem;
    padding-left: 3px;
    line-height: 64px;
    margin: 0;
}
.header-link {
    padding: 0 5px;
}
#header .header-link {
    font-weight: 600;
}
.navbar-full .brand-sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 11px;
	background:#ffffff;
	background-color:#ffffff;
	position: relative;
	box-shadow: 0 0 0;
}
.sidenav {padding-top: 10px;}
nav .nav-wrapper i {font-size: 18px;}
.navbar .notification-badge {
    top: -13px;
    right: 0px;
}
.white-text.header-text {opacity: 0.7}
/*.white-text.header-text:hover {opacity: 1}*/
.sidenav-main {width:260px; z-index: 9999; background:#ffffff; box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .2);}
.sidenav li a i {text-align: left;}
nav .nav-wrapper .navbar-list.right li i {
	opacity: 0.7;
}
nav .nav-wrapper .navbar-list.right li a:hover i {
	opacity: 1;
}
.navbar nav .header-search-wrapper #burger-menu {display: block; float:left; height: 100%; margin-right: 0; padding: 0 27px;}
.navbar nav .header-search-wrapper #burger-menu:hover {background-color: rgba(0, 0, 0, .1);}
.navbar nav .header-search-wrapper #burger-menu i {opacity: 1; position: relative; float: none; display: block; left: 0; top: 0; margin-right: 0; cursor: pointer; line-height: 64px !important; height: unset;}
.navbar nav .header-search-wrapper #burger-menu:hover i {opacity: 1; }
.thin-seperator {height: 2;
    background: #303f9f;
    min-height: 1;
    max-height: 1;
    margin: 0px 15px;
    opacity: 0.1;
}
#header nav {
	-webkit-box-shadow:0 2px 5px 2px rgba(0,0,0,0.15);
    box-shadow:0 2px 5px 2px rgba(0,0,0,0.15);
}
.navbar-fixed {z-index: 9999;}
/*
---------------------------------------------------------------------------------------------------
Dashboard styling
---------------------------------------------------------------------------------------------------
*/
#portfolioDashboard .col.s4.odd .dashboardPanel, #portfolioDashboard .col.s3.odd .dashboardPanel {    padding: 20px;
    background-color: rgba(0,0,0,0.035);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#portfolioDashboard .col.s4.odd.firstcol .dashboardPanel, #portfolioDashboard .col.s4.odd.thirdcol .dashboardPanel {
    background-image: url(/app-assets/images/icon/clock.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 20px;
}
#portfolioDashboard .col.s4.even.secondcol .dashboardPanel, #portfolioDashboard .col.s3.even.secondcol .dashboardPanel{
    background-image: url(/app-assets/images/icon/clock-white.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 20px;
}
#portfolioDashboard .col.s4.even.fourthcol .dashboardPanel{
    background-image: url("/app-assets/images/icon/building-white.svg");
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 20px;
} #portfolioDashboard .col.s3.even.fourthcol .dashboardPanel {
    background-image: url("/app-assets/images/icon/building-white.svg");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: 20px;
	min-height: 277px;
}
#portfolioDashboard .col.s4.odd.fifthcol .dashboardPanel {
    background-image: url(/app-assets/images/icon/tachometer-alt.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50% 40%;
	margin-bottom: 20px;
}#portfolioDashboard .col.s3.odd.fifthcol .dashboardPanel{
    background-image: url(/app-assets/images/icon/tachometer-alt.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 40%;
	margin-bottom: 20px;
	min-height: 277px;
}
#portfolioDashboard .col.s4.even.sixthcol .dashboardPanel {
    background-image: url(/app-assets/images/icon/chart-network-white.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position:center;
	margin-bottom: 20px;
} #portfolioDashboard .col.s3.even.sixthcol .dashboardPanel{
    background-image: url(/app-assets/images/icon/chart-network-white.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position:center;
	margin-bottom: 20px;
	min-height: 277px;
}
#portfolioDashboard .col.s3.odd.seventhcol .dashboardPanel{
    background-image: url(/app-assets/images/icon/tachometer-alt-question.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position:center;
	margin-bottom: 20px;
    min-height: 277px;
}

#portfolioDashboard .col.s4.firstcol , #portfolioDashbaord .col.s3.firstcol{padding: 0 15px 0 0;}
#portfolioDashboard .col.s4.secondcol, #portfolioDashbaord .col.s3.secondcol  {padding: 0 7.5px 0 7.5px;}
#portfolioDashboard .col.s4.thirdcol , #portfolioDashbaord .col.s3.thirdcol{padding: 0 0px 0 15px;}
#portfolioDashboard .col.s4.fourthcol, #portfolioDashbaord .col.s3.fourthcol {padding: 0 15px 0 0;}
#portfolioDashboard .col.s4.fifthcol , #portfolioDashbaord .col.s3.fifthcol{padding: 0 7.5px 0 7.5px;}
#portfolioDashboard .col.s4.sixthcol , #portfolioDashbaord .col.s3.sixthcol{padding: 0 0px 0 15px;}
.row .col.s3.fourthcol{padding: 0 15px 0 0;}
.row .col.s3.fifthcol{padding: 0 10px 0 5px;}
.row .col.s3.sixthcol{padding: 0 5px 0 10px;}
.row .col.s3.odd.seventhcol{padding: 0 0 0 15px;}
#portfolioDashboard .col.s4.even .dashboardPanel, #portfolioDashboard .col.s3.even .dashboardPanel {padding: 20px; background:rgba(0,0,0,0.1);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.TenderCount { 
    font-size: 100px;
    color: #7b1fa2;
    text-align: center;
    font-weight: 900;
    line-height: 120px;
    font-family: "Nunito", sans-serif !important;
    margin-bottom: 15px;
}
.TenderTitle {
	font-size: 22px;
    text-align: center;
    font-family: 'Nunito', serif;
}
.TenderClick {
    margin: 10px auto 0;
    text-align: center;
}
.TenderClick a{
    font-size: 16px;
}
@media screen and (max-width:1781px) {
	.TenderTitle {font-size:20px;}	
}
@media screen and (max-width:1718px) {	
	.row #portfolioDashboard .col.s3.fourthcol .TenderTitle, .row #portfolioDashboard .col.s3.fifthcol .TenderTitle, .row #portfolioDashboard .col.s3.sixthcol .TenderTitle, .row #portfolioDashboard .col.s3.seventhcol .TenderTitle {min-height:60px;}	
}
@media screen and (max-width:1675px) {	
.row #portfolioDashboard .col.s3.fourthcol .dashboardPanel {min-height:301px;}
.row #portfolioDashboard .col.s3.fifthcol .dashboardPanel {min-height:301px;}
.row #portfolioDashboard .col.s3.sixthcol .dashboardPanel {min-height:301px;}
.row #portfolioDashboard .col.s3.seventhcol .dashboardPanel {min-height:301px;}
}
@media screen and (max-width:1598px) {	
.row #portfolioDashboard .col.s4 {width: 33.3%; }
}
@media screen and (max-width:1416px) {	
	.row #portfolioDashboard .col.s4.firstcol .dashboardPanel {min-height:271px;}
	.row #portfolioDashboard .col.s4.secondcol .dashboardPanel {min-height:271px;}
	.row #portfolioDashboard .col.s4.thirdcol .dashboardPanel {min-height:271px;}
	.row #portfolioDashboard .col.s4.firstcol .TenderTitle, .row #portfolioDashboard .col.s4.thirdcol .TenderTitle {min-height:60px;}
}
@media screen and (max-width:1405px) {	
	.row #portfolioDashboard .col.s4.firstcol .dashboardPanel {padding: 15px;}
	.row #portfolioDashboard .col.s4.secondcol .dashboardPanel {padding: 15px;}
	.row #portfolioDashboard .col.s4.thirdcol .dashboardPanel {padding: 15px;}
	.row #portfolioDashboard .col.s3.fourthcol .dashboardPanel {padding: 15px;}
	.row #portfolioDashboard .col.s3.fifthcol .dashboardPanel {padding: 15px;}
	.row #portfolioDashboard .col.s3.sixthcol .dashboardPanel {padding: 15px;}
	.row #portfolioDashboard .col.s3.seventhcol .dashboardPanel {padding: 15px;}
}
@media screen and (max-width:1350px) {	
.dashboardPanel .TenderClick .btn {height: unset;
    line-height: inherit;
    padding: 10px 13px;
}
}
@media screen and (max-width:1250px) {	
	.row #portfolioDashboard .col.s3 {width:50%;}
	.row #portfolioDashboard .col.s3.fourthcol {padding: 0 10px 0 0}
	.row #portfolioDashboard .col.s3.fifthcol {padding: 0 0px 0 10px}
	.row #portfolioDashboard .col.s3.sixthcol {padding: 0 10px 0 0}
	.row #portfolioDashboard .col.s3.seventhcol {padding: 0 0px 0 10px}
	.row #portfolioDashboard .col.s3.fourthcol .dashboardPanel {min-height: unset;}
	.row #portfolioDashboard .col.s3.fifthcol .dashboardPanel{min-height: unset;}
	.row #portfolioDashboard .col.s3.sixthcol .dashboardPanel{min-height: unset;}
	.row #portfolioDashboard .col.s3.seventhcol .dashboardPanel{min-height: unset;}
}
/*
---------------------------------------------------------------------------------------------------
Home page styling
---------------------------------------------------------------------------------------------------
*/

.navbar-main {
    box-shadow: none;
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}

.brand-sidebar span.logo-image {
	display: block;
    float: left;
    margin: 0 5px 0 5px;
    width: 44px;
}
.brand-sidebar span.logo-text {
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 5px;
    line-height: 44px;
    color: #303f9f;
}

.nav-link {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    cursor: pointer;
}

#terms_conditions_modal .gradient-45deg-indigo-blue {
    position: sticky;
    top: 0;
}

#privacy_policy_modal .gradient-45deg-indigo-blue {
    position: sticky;
    top: 0;
}

#cookie_policy_modal .gradient-45deg-indigo-blue {
    position: sticky;
    top: 0;
}

#privacy_policy_modal {
    font-family: "Nunito", serif;
}

#privacy_policy_modal ul li {
    color: black;
}

#privacy_policy_modal h4 {
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#terms_conditions_modal {
    font-family: "Nunito", serif;
}

#terms_conditions_modal ul li {
    color: black;
}

#terms_conditions_modal h4 {
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-45deg-indigo-blue {
    cursor: pointer;
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}	

.side-nav-icon {
    color: #6b6f82;
}

.sub-icon {
    padding-left: 20px !important;
    font-size: .9rem !important;
}

.sub-text {
    padding-left: 20px !important;
}

.sidenav.sidenav-fixed {
	position: relative;
	top:0;
    height: 100%;
    height: -webkit-calc(100%  - 190px);
    height: -moz-calc(100%  - 190px);
    height: calc(100% - 190px);
    height: -moz-calc(100%);
	box-shadow: 0 0 0;
}
.sidenav-main .privacyLinks a {
	margin-right: 16px;
    padding: 0 0 0 16px !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    color:rgba(0, 0, 0, .87);
	font-weight: 400;
    line-height: 30px;
    height: 30px;
	font-size: 12px;
	display: block;
}
.sidenav-main .privacyLinks a:hover {
	text-decoration: underline;
}
/*
.sidenav-main .privacyLinks a:hover {
	border-radius: 0 25px 25px 0;
	background:rgba(0, 0, 0, .035) !important;
}
*/
.helper-text {
	font-family: nunito;
}
/*
---------------------------------------------------------------------------------------------------
Company Profile Styling
---------------------------------------------------------------------------------------------------
*/


.link {
    color: #42a5f5 !important;
}

.card {
    padding: 30px !important;
    border-radius: 6px !important;
    width: 100% !important;
    margin: 0 auto;
    overflow: visible !important;
}

.card-container {
    margin-bottom: 16px !important;
}

.card-heading {
    color: #303f9f;
    font-weight: 700 !important;
    font-size: 24px;
    margin-bottom: 30px;
}

.submit-div {
    padding-bottom: 25px !important;
    padding-top: 0 !important;
    margin-top: 0px !important;
    padding-right: 25px !important;
    margin-bottom: 0;
}
.z-depth-2 {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.row .col {
    padding: 0 1.5em 0 0;
}
.row .col.second-col {
    padding: 0 0 0 1.5em;
}
.row .col.second-col .input-field {
    padding: 0 7px 0 0;
}
.input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
    margin-left: 25px;
}
.select-wrapper + label {
    font-size: 1rem; 
    position: absolute;
    top: 0;
}

#searchProperyInput::placeholder {
    color: #bdbdbd !important;
}

.select-wrapper {
    margin-left: 2.4rem;
}

.input-field .prefix ~ input {
    margin-left: 2.4rem;
	font-family: nunito;
}

.input-field label.active.special-label {
    position: absolute;
    color:#6b6f82;
    top:0;
}
.file-field .file-path-wrapper {
    padding-left: 0;
}
.row .col.s12.file-field.input-field {
    margin-top:25px; 
    margin-bottom:6px;
}
.row .col.s12.file-field.input-field.file-path-wrapper {
    margin-top:1rem; 
    margin-bottom:6px;
}
.file-field .btn-small {margin-right: 30px; font-size: 16px; height: 40px; line-height: 40px;}
.primary-button-gradient {
    background: #ff4081;
    background: -webkit-linear-gradient(45deg, #ff4081, #ff82ac) !important;
    background: -moz- oldlinear-gradient(45deg, #ff4081, #ff82ac) !important;
    background: -o-linear-gradient(45deg, #ff4081, #ff82ac) !important;
    background: linear-gradient(45deg, #ff4081, #ff82ac) !important;
	font-size: 16px;
	font-weight: 700;
}
.greyed-button-gradient {
    background: #eeeeee;
    background: -webkit-linear-gradient(45deg, #eeeeee, #dddddd) !important;
    background: -moz- oldlinear-gradient(45deg, #eeeeee, #dddddd) !important;
    background: -o-linear-gradient(45deg, #eeeeee, #dddddd) !important;
    background: linear-gradient(45deg, #eeeeee, #dddddd) !important;
	color:#555555;
	box-shadow: 0 0 0;
	margin-right:20px;
}
.btn.greyed-button-gradient:hover {
-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .14), 0 1px 2px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
}
.closeIconPopup {
    padding-top: 20px;
    padding-right: 9px;
	cursor:pointer;
}
.popupTitle {
	color: #ffffff !important;
    padding-left: 30px !important;
    margin:20px 0;
    font-size: 1.4rem !important;
}
#LoAUploadInput::placeholder {
    color:#6b6f82;
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.page-heading-container {
    margin-top: 20px;
}

/*
---------------------------------------------------------------------------------------------------
Property Portfolio Styling
---------------------------------------------------------------------------------------------------
*/

.table-row {
    border-radius: 3px;
    padding-bottom: 10px;
    background-color: #fafafa;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.site-name {
    color: #283593 !important;
	margin:0;
    font-size: 1.5rem;
	font-weight: 700;
}

.site-street {
    font-weight: lighter !important;
	color:#6b6f82;
	font-size:0.9rem;
	font-family:"Muli", serif;
}

.meter-header {
    margin-left: 20px !important;
}

#old-id {
    display: none !important;
}
#searchProperyInput::placeholder{ 
    color:#6b6f82;
}
.dropdown-content li > a, .dropdown-content li > span {
    color:#6b6f82;
}
.btn.top-buttons-property {
    margin: 0 25px 0 0;
    height: 45px;
    padding: 6px 15px;
    font-size: 1rem;
}
.btn.top-buttons-property {
    margin: 0 10px 0 0;
    height: 45px;
    padding: 6px 15px;
    font-size: 1rem;
}
.btn.top-buttons-property.last-child {
    margin: 0;
}
.row .col.s12.noPadding {
    padding-top:0;
    padding-bottom:0;
    padding-right:0;
    padding-left:0;
}
#add_site.modal,#edit_site.modal {
    max-height: unset;
	width:60%;
	position:absolute;
}
#add_site #propertyCheckbox, #edit_site #propertyCheckbox {padding-left: 0px;}
.row  #new-site-form {
    margin-bottom: 0;
}
.row  #new-site-form .col.s12.submit-div {
    padding-right: 7px !important;
    padding-bottom: 0 !important;
}

.row  #edit-site-form{
    margin-bottom: 0;
}
.row  #edit-site-form .col.s12.submit-div {
    padding-right: 7px !important;
    padding-bottom: 0 !important;
}
/*
#propertyCheckbox p {
    margin: 0;
}
*/
.input-field .prefix {
    font-size: 1.7rem;
    position: absolute;
    top: .5rem;
    width: 3rem;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    text-align: left;
    padding-right: 10px;
}
.input-field .prefix.fa-sort-alt {
	text-align: right;
}

.sws_checkbox [type='checkbox'] + span:not(.lever){
    font-size: 1rem;
    line-height: 7px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b6f82;
    padding-top: 2px;
}
.sws_checkbox [type='checkbox'] + span:not(.lever):before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 2px;
    width: 28px;
    height: 28px;
    margin-top: 2px;
    content: '\f0c8';
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 0;
    border-radius: 4px;
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 300;
}
.sws_checkbox [type='checkbox']:checked + span:not(.lever):before {
    content: '\f14a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 30px;
    color: #303f9f;
    left: 2px;
}

#propertyCheckbox [type='checkbox'] + span:not(.lever){
    font-size: 1rem;
    line-height: 7px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b6f82;
    padding-top: 2px;
}
#propertyCheckbox [type='checkbox'] + span:not(.lever):before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 2px;
    width: 28px;
    height: 28px;
    margin-top: 2px;
    content: '\f0c8';
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 0;
    border-radius: 4px;
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 300;
}
#propertyCheckbox [type='checkbox']:checked + span:not(.lever):before {
    content: '\f14a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;    
    font-size: 30px;
    color: #303f9f;
    left: 2px;
}
#propertyPortfolioList {
	padding: 0;
	margin-top:20px;
}
#propertyPortfolioList .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
	border-radius: 4px;
}
#propertyPortfolioList .table-row .iconProperty{
    float: left;
}
#propertyPortfolioList .row .col.s2{
    padding-right: 5px;
}
#propertyPortfolioList .collection .collection-item.avatar :not(.circle-clipper) > .circle {
	left: 0;
}
#propertyPortfolioList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {
    font-weight: 300;
    padding: 0;
    font-size: 25px;
    line-height: 40px;
}
.noMargin {
	margin:0;
}
.noMargin .collection-item.avatar {
    position: relative;
    min-height: unset;
    padding-left: 60px;
    text-align: left;
	background-color:transparent;
	border-bottom: 0;
}
.noMargin .collection-item a.table-link  {
    cursor:pointer;
}
.collection .collection-item.avatar a.table-link p {
    font-size:  0.8rem;
    color: #6b6f82;
	font-weight: 300;
	font-family: nunito;

}
.noMargin .collection-item a small {
    color: #283593;
    font-size: 1.4rem;
	font-weight: 700;
	font-family: nunito;
}
.siteImage a { width: 75px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    height: 75px;
    line-height: 40px;
}
.siteImage a img { margin-top: 18px; margin-left: 9px; width: 60px;}
.tooltip.right {margin-left: 20px;}
.fal.toolTipCircle {
    position: relative;
    z-index: 1;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}.fal.fa-eye.toolTipCircle {
    line-height: 39px;
}.far.toolTipCircle {
    position: relative;
    z-index: 1;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    color: #e8eaf6;
    font-size: 16px;
    cursor: pointer;
}.far.fa-eye.toolTipCircle {
    line-height: 39px;
}
.content-trigger .fal.toolTipCircle {    font-size: 28px;
    line-height: 40px;
    padding-left: 2px;
}
.select-wrapper input.select-dropdown {font-family:'Muli', serif;}
.row .col.s4.table-row-buttons {padding-right:5px;}
.row .col.s4.table-row-buttons .content-trigger .fal.toolTipCircle { transition: all 0.5s ease;}
.row .col.table-row-buttons .content-trigger .fal.toolTipCircle { transition: all 0.5s ease;}
.row .col.s4.table-row-buttons .content-trigger .fal.toolTipCircle.rotateIcon {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.row .col.table-row-buttons .content-trigger .fal.toolTipCircle.rotateIcon {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
/*#propertyPortfolioList .table-div:last-child .table-row {margin-bottom: 0;}*/
#propertyPortfolioList .table-div .hidden-content .table-div .table-row {margin-bottom: 20px;}
#propertyPortfolioList .table-div .hidden-content .metersRow .collection-item.avatar{padding-left:60px;}
#propertyPortfolioList .table-div .hidden-content .metersRow {margin-bottom: 0px; padding:0 0 0 1.5em;}
#propertyPortfolioList .table-div .hidden-content .metersRow .table-row {background:#f9f9f9; padding: 0 15px;}
#propertyPortfolioList .table-div .hidden-content .metersRow .table-row .customCircleMeterReading {background:transparent; color:#283593 ; left: 0;border-right: 1px solid rgba(48, 63, 159, 0.2);border-radius: 0;padding-right: 10px;margin-right: 10px; }
#propertyPortfolioList .table-div .hidden-content .metersRow small {color: #6b6f82;
    font-size: 0.9rem;}
#propertyPortfolioFirst {padding-bottom: 1px;}
.collection .collection-item.avatar :not(.circle-clipper) > span.circle {
	font-size: 28px;
    padding: 0px 12px;
    line-height: 41px;
    font-weight: 400;
	color:#ffffff;
}
#propertyPortfolioList .table-div .hidden-content .metersRow .medium{    font-size: 15px !important;
    font-weight: 700;

    color: #283593;
    font-family: nunito;
}
.circle.numberOfSite {
	height: 54px;
    display: block;
    color: rgb(48, 63, 159);
    font-size: 30px;
    font-weight: 700;
    float: left;
    line-height: 54px;
    font-family: nunito;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    border-radius: 0;
    margin-right: 15px;
    padding: 0 15px 0 0;
}
#SiteMetersList .circle.numberOfSite {
	height: 58px;
    display: block;
    color: rgb(48, 63, 159);
    font-size: 30px;
    font-weight: 700;
    float: left;
    line-height: 58px;
    font-family: nunito;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    border-radius: 0;
    margin-right: 15px;
    padding: 0 15px 0 0;
}
#changing-div {position: relative;}
/*
---------------------------------------------------------------------------------------------------
Diary Dates Styling
---------------------------------------------------------------------------------------------------
*/
#diaryDates {
	padding: 0;
}
#diaryDates #diaryDatesList {
	padding: 0;
}
#diaryDates #diaryDatesList .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
}
#diaryDates #diaryDatesList #diaryIcons{
	font-size: 32px;
    color: #cccccc;
    display: block;
    float: left;
    margin-right: 15px;
	border-right: 1px solid rgba(48, 63, 159, 0.2);
	padding-right: 15px;
}
#diaryDates #diaryDatesList #diaryIcons i {
	line-height: 42px;
}

#diaryDates #diaryDatesList .hidden-content  {
	padding:0 1.5em;
}
#diaryDates #diaryDatesList .hidden-content .diaryDescription.table-row {
    background: #f9f9f9;
}
#diaryDates #diaryDatesList .hidden-content .diaryDescription.table-row p{
    font-size:18px;
	color:#3949ab;
}
#diaryDates #diaryDatesList .hidden-content .diaryDescription.table-row .customCircleDiaryDescription{
    font-size:28px;
	margin-right: 15px;
	border-right:1px solid rgba(48, 63, 159, 0.2);
    color: #cccccc;
    display: block;
    float: left;	
	border-radius: 0;
	padding-right: 15px;
}
#diaryDates .col.s12{
	padding: 0;
}
#diaryDates .col small{
	text-align: left;
}
#diaryDates .entry-date, #diaryDates .entry-title {
    text-align: left;
    color: #3949ab;
	margin-bottom: 0;
}
#diaryDates .entry-image .content-trigger i {
	color:#3949ab;
	font-size:30px;
}
#add_entry .submit-div, #edit_entry .submit-div {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0px !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}

.datepicker-controls .select-month input {width:100%;}
.datepicker-date-display {background-image: linear-gradient(45deg, #303f9f, #7b1fa2); font-family: 'Nunito', serif;}
.datepicker-table td.is-today {color:#1a75d1;}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {color:#1a75d1;}
.datepicker-day-button:focus {background:rgba(26,117,209,0.5);}
.datepicker-table td.is-selected {background-image: linear-gradient(45deg, #303f9f, #7b1fa2) !important;}

/*
---------------------------------------------------------------------------------------------------
Site Meters Styling
---------------------------------------------------------------------------------------------------
*/

.what3words:hover {
    text-decoration: underline;
}

#mapid {
    height: 300px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#add_meter .submit-div, #edit_meter .submit-div {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0px !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}
.row #add_meter .col.second-col .input-field, .row #edit_meter .col.second-col .input-field {
	padding: 0 0 0 0;
}
#add-meter-form, #edit-meter-form {
	margin: 0;
}
#site-meters-list .entry-date, #site-meters-list .entry-title {
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
    color: #3949ab;
    margin-bottom: 0;
	font-family: nunito;
	font-weight: 700;
}
#site-meters-list #SiteMetersList {padding:0;}
#site-meters-list #SiteMetersList  .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
}#site-meters-list #SiteMetersList  .table-row small.helper-text {
	margin-top:8px;
	display: block;
}
#site-meters-list #SiteMetersList  .s8 {
    padding: 10px 0 0 0;
}
#site-meters-list .col.second-col .input-field {
    padding: 0;
}

#SiteMetersList .table-row .iconProperty{
    float: left;
}
#SiteMetersList .row .col.s2{
    padding-right: 5px;
}
#SiteMetersList .collection .collection-item.avatar :not(.circle-clipper) > .circle {
	left: 0;
}
#SiteMetersList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {
    font-size: 26px;
}
.row .col.s3.table-row-buttons {padding-right:5px;}
.row .col.s3.table-row-buttons .content-trigger .fal.toolTipCircle { transition: all 0.5s ease;}
.row .col.table-row-buttons .content-trigger .fal.toolTipCircle { transition: all 0.5s ease;}
.row .col.s3.table-row-buttons .content-trigger .fal.toolTipCircle.rotateIcon {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.row .col.table-row-buttons .content-trigger .fal.toolTipCircle.rotateIcon {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.site-meters-supplier-table {
	margin-bottom: 20px;
}
.site-meters-supplier-table tbody tr {
	background:#ffffff;	
}
.site-meters-supplier-table tbody tr:nth-child(odd) {
	background:rgba(0, 0, 0, .035);	
}
.site-meters-supplier-table tbody tr {
	background:#efefef;	
}
/*
---------------------------------------------------------------------------------------------------
Request Quotes Styling
---------------------------------------------------------------------------------------------------
*/

.breadcrumb-nav-request-tender {
    padding-top: .2rem;
}

.request-tender-wizard-div {
    display: none;
}
#first-request-tender-wizard-div {
    display: initial;
}

.request-tender-heading {
    color: #6b6f82;
    font-weight: 700 !important;
    font-size: 20px !important;
    padding-bottom: .5rem;
    margin-bottom: .1rem;
    margin-top: 1.5rem;
}

.request-tender-sub-text {
    color: #6b6f82;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 1rem 0;
}

.selectField [type='checkbox'] + span:not(.lever){
    font-size: 1rem;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 46px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b6f82;
    padding-top: 5px;
}

.siteList .table-row {
    padding: 10px 15px;
    background: #efefef;
    border-radius: 2px;
}

#requestTender .siteList .table-row {
	background:rgba(0, 0, 0, .035)
}
#requestTender .table-div .hidden-content .metersRow .table-row .customCircleMeterReading {
    background: transparent;
    color: #283593;
    left: 0;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    border-radius: 0;
    padding-right: 10px;
    margin-right: 10px;
}
#requestTender .table-div .hidden-content .metersRow .table-row {
    background: #f9f9f9;
    padding: 0 15px;
}
#requestTender .noMargin .collection-item.avatar {
   padding-left: 60px;
}
#requestTender .table-div .hidden-content .metersRow {
    margin-bottom: 0px;
    padding: 0 0 0 1.5em;
}
#reatilersCheckbox [type='checkbox'] + span:not(.lever), .reatilersCheckboxSingle [type='checkbox'] + span:not(.lever){
    font-size: 1rem;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 38px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6b6f82;
    padding-top: 2px;
}
/*
#reatilersCheckbox [type='checkbox'] + span:not(.lever):before, .reatilersCheckboxSingle [type='checkbox'] + span:not(.lever):before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    content: '';
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 2px solid #6b6f82;
    border-radius: 4px;
}

    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;    
    font-size: 30px;
    color: #303f9f;
    left: 2px;
}
*/
#reatilersCheckbox [type='checkbox'] + span:not(.lever):before, .reatilersCheckboxSingle [type='checkbox'] + span:not(.lever):before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 2px;
    width: 28px;
    height: 28px;
    margin-top: 3px;
    content: '\f0c8';
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 0;
    border-radius: 4px;
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 300;
}
#reatilersCheckbox [type='checkbox']:checked + span:not(.lever):before, .reatilersCheckboxSingle [type='checkbox']:checked + span:not(.lever):before {
    content: '\f14a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;    
    font-size: 30px;
    color: #303f9f;
    left: 2px;
}
.question-div {
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #e3e9fa;
    background: #fafbff;
    padding: 1rem !important;
    margin: 1.5rem .5rem;
}

.question-title {
    font-size: 1.5rem;
    color: #3949ab;
    font-weight: 700;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.question-row {
    margin-left: 2rem !important;
}

/*
---------------------------------------------------------------------------------------------------
Operation Units
---------------------------------------------------------------------------------------------------
*/

#operationalUnitsFirst .card-heading {
	margin-bottom: 10px;
}
.operationalUnitSubText {
	color:#6b6f82;
	font-size:19px;
	line-height: 25px;
	margin: 0 0 1rem 0;
}
.operationalUnitSubText i {
	color:#6b6f82;
	font-size:19px;
	line-height: 18px;
	margin-right: 10px;
}
/*
---------------------------------------------------------------------------------------------------
Unit Sites
---------------------------------------------------------------------------------------------------
*/
#unit-sites-list .card-heading {
	margin-bottom: 10px;
}
#unit-sites-list .entry-date, #unit-sites-list .entry-title {
    font-size: 18px;
    text-align: left;
    margin-top: 5px;
    color: #3949ab;
    margin-bottom: 0;
	font-family: nunito;
	font-weight: 700;
}
#unit-sites-list #SiteMetersList {padding:0;}
#unit-sites-list #SiteMetersList  .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
}
#unit-sites-list #SiteMetersList  .site-name {
    margin-top: 4px;
}
#unit-sites-list #SiteMetersList  .s8 {
    padding: 10px 0 0 0;
}
#unit-sites-list .col.second-col .input-field {
    padding: 0;
}
#unit-sites-list .operationalUnitSubText {
	color:#6b6f82;
	font-size:19px;
	line-height: 19px;
	margin: 0 0 30px 0;
}
#unit-sites-list .operationalUnitSubText i {
	color:#6b6f82;
	font-size:19px;
	line-height: 18px;
	margin-right: 10px;
}
#unit-sites-list .noMargin .collection-item.avatar {
	padding-bottom: 0;	
	padding-top: 0;	
}
#unit-sites-list .collection .collection-item.avatar p {
	font-family: nunito;
	font-weight: 300;
	font-size:.8rem;
}

/*
---------------------------------------------------------------------------------------------------
Documents and Contracts
---------------------------------------------------------------------------------------------------
*/

#documentsContracts {
    padding: 0;
}
#documentsContracts .documentsContractsList {
    padding: 0;
}
#documentsContracts .documentsContractsList .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
}
#documentsContracts .documentsContractsList .docConIcons{
    font-size: 32px;
    color: #cccccc;
    display: block;
    float: left;
    margin-right: 15px;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    padding-right: 15px;
}
#documentsContracts .documentsContractsList .docConIcons i {
    line-height: 42px;
}

#documentsContracts .documentsContractsList .hidden-content  {
    padding:0 1.5em;
}

#documentsContracts .col.s12{
    padding: 0;
}
#documentsContracts .col small{
    text-align: left;
}
#documentsContracts .doc-date, #documentsContracts .doc-title {
    color: #3949ab;
    margin-bottom: 0;
}


/*
---------------------------------------------------------------------------------------------------
Retailer Tenders
---------------------------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------------------------
Retailer Profile
---------------------------------------------------------------------------------------------------
*/

 .supportingDocsIcon{
    font-size: 32px;
    color: #cccccc;
    display: block;
    float: left;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    padding-right: 15px;
    height: 3rem;
}
 .supportingDocsIcons i {
    line-height: 42px;
    margin-right: 1rem .1rem 1rem 1rem;
}


/*
---------------------------------------------------------------------------------------------------
Previous Tenders
---------------------------------------------------------------------------------------------------
*/
#PreviousTendersList .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
}
#PreviousTenderIcons {
    font-size: 32px;
    color: #ff4081;
    display: block;
    float: left;
    margin-right: 15px;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    padding-right: 15px;
}
#PreviousTenderIcons i{
    line-height: 45px;
}
/*
---------------------------------------------------------------------------------------------------
Scheduled Tenders
---------------------------------------------------------------------------------------------------
*/
#ReviewTenderList .table-row {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
}
#ReviewTenderIcons {
    font-size: 32px;
    color: #283593 ;
    display: block;
    float: left;
    margin-right: 15px;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    padding-right: 15px;
}
#ReviewTenderIcons i{
    line-height: 45px;
	position: relative;
}
#ReviewTenderIcons .checkicon {    
	color: #ff4081;
    position: absolute;
    left: 5px;
    font-size: 18px;
}
#ScheduledTendersRetail {
	padding: 0;
}
#save-draft {
	margin-right: 20px;
}
#scheduledTendersInfo table thead th {
	color:#ffffff;
	padding: 10px;
	border-radius: 0;
}
#scheduledTendersInfo table tbody td{
	padding: 10px;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0.1);
}
#ScheduledTendersRetail .width30 {
	width:30%;
}
#ScheduledTendersRetail .width25 {
	width:25%;
}
#ScheduledTendersRetail .width20 {
	width:20%;
}
#ScheduledTendersRetail .width16 {
	width:16%;
}
#ScheduledTendersRetail .width12 {
	width:12%;
}
#ScheduledTendersRetail .width5 {
	width:5%;
}
/*
---------------------------------------------------------------------------------------------------
Live Tenders
---------------------------------------------------------------------------------------------------
*/
#liveTenderList {
	padding: 0;
}
#liveTenderList .liveTenderRow {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
	cursor: pointer;
}
#liveTenderList .liveTenderRow .viewTenderButton{
    padding: 8px 10px;
	color:#ffffff;
	border-radius: 4px;
}
#ScheduledTendersRetail .viewTenderButton{
	color:#ffffff;
	border-radius: 4px;
}
.livetenderInfo {
	background: #efefef;
    padding: 15px 0;
    border-radius: 4px;
}
.liveTenderRow #stopwatchIcons{
	font-size: 32px;
    color: #cccccc;
    display: block;
    float: left;
    margin-right: 15px;
	border-right: 1px solid rgba(48, 63, 159, 0.2);
	padding-right: 15px;
}
.liveTenderRow  #stopwatchIcons i {
	line-height: 42px;
}
.tenderContractCircle {
	float: left;
    line-height: 45px;
    height: 45px;
    display: block;
    border-right: 2px solid rgba(48, 63, 159, 0.2);
    padding-right: 10px;
    margin-right: 10px;
	font-size: 28px;
	color: rgba(48, 63, 159, 1);
}
.tenderContractCircle i{
	line-height: 45px;
}


table.alternatingColour tbody td {
	border-radius: 0;
	padding: 10px 5px;
}

table.alternatingColour tbody tr:nth-child(odd) {
    background: #e8eaf6;
}
table.alternatingColour tbody tr:nth-child(even) {
    background: white;
}

table.alternatingColour thead tr th {
	padding: 10px;
	color:#ffffff;
	border-radius: 0;
	min-width: 96px;
}
#siteBreakdown table.alternatingColour tbody tr td {
    color: #424242 !important;
	padding: 10px;	
}
table.alternatingColour tbody td {
    border-radius: 0;
    padding: 10px 5px;
}

.quotes-table-dropdown-div {
    padding: 1rem;
    /*
    border-top: solid 1px #daddf0;
    border-left: solid 1px #daddf0;
    border-right: solid 1px #daddf0;
     */
}

.dropdown-row {
    padding: .7rem;
}

.dropdown-title {
    font-size: 1.3rem;
    color: #3949ab;
}

.quotes-table-heading {
    color: #303f9f;
    font-weight: 700 !important;
    font-size: 24px;
    padding-bottom: .5rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
}


/*
---------------------------------------------------------------------------------------------------
Invite Tenders
---------------------------------------------------------------------------------------------------
*/
#TenderInvitationsList {
	padding: 0;
}
#TenderInvitationsList .liveTenderRow {
    padding: 10px 15px;
    background: rgba(0, 0, 0, .035);
    border-radius: 4px;
	cursor: pointer;
}
#TenderInvitationsList .liveTenderRow .viewTenderButton{
    padding: 8px 10px;
	color:#ffffff;
	border-radius: 4px;
}
#TenderInvitationsList .viewTenderButton{
    padding: 8px 10px;
	color:#ffffff;
	border-radius: 4px;
}
/*
---------------------------------------------------------------------------------------------------
Live Tenders Info
---------------------------------------------------------------------------------------------------
*/
.tenderTitleInfo .s8 {padding:0;}
.tenderContractInfo {
    background:#fafbff;
    padding: 25px;
    border-radius: 4px;
    border-style: solid;
    border-color: #e3e9fa;
    border-width: 1px;
}
.tenderContractInfo .tenderTimeLeftText #time-remaining{color:#ff4081;}
tenderContractInfo .tenderContractCircle{
	background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    border-radius: 50%;
    float: left;
    height: 45px;
    width: 45px;
    padding: 10px 0;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}
.tender-heading-icon {
    font-size: 2rem;
}

.quotes-table-row {
    border: solid 1px #daddf0;
}
.sup-doc-icon {
    font-size: 2.3rem;
}

/*
---------------------------------------------------------------------------------------------------
FAQ's Page
---------------------------------------------------------------------------------------------------
*/
#firstFAQBox, #secondFAQBox, #thirdFAQBox, #fourthFAQBox { font-size: 20px; margin-bottom: 20px;}
#firstFAQBox .card, #secondFAQBox .card, #thirdFAQBox .card, #fourthFAQBox .card { padding: 15px 20px !important; cursor: pointer;}
#firstFAQBox .card h6, #secondFAQBox .card h6, #thirdFAQBox .card h6, #fourthFAQBox .card h6 { text-align: left; color:#fff;}
#firstFAQBox {color:#fff;}
#secondFAQBox {color:#fff;}
#thirdFAQBox {color:#fff;}
#fourthFAQBox {color:#fff;}
#faq #sidebarCat{padding: 15px 20px 20px !important; 	background: rgba(0,0,0,0.035);background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;background: -moz- oldlinear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;background: -o-linear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;background: linear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;}
#faq .categories-collapsible li{margin-bottom: 0.5em;}
#faq .categories-collapsible .collapsible-header{margin-bottom: 0.5em; background: #eee;
	background: rgba(0,0,0,0.035);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;
    background: -moz- oldlinear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;
    background: -o-linear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;
    background: linear-gradient(45deg, rgba(0,0,0,0.035), rgba(0,0,0,0.1)) !important;
}
#faq .categories-collapsible .collapsible-body{padding: 10px 20px;}
#faq ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
    border: 0;
    box-shadow: 0 0 0;
}
/*
---------------------------------------------------------------------------------------------------
Profile Completion
---------------------------------------------------------------------------------------------------
*/
.breadcrumb-nav .breadcrumb {
	transition: all .5s ease;
    font-size: 18px;
    background: #e8eaf6;
    font-weight: 700;
    padding: 10px 25px;
    color: #fff !important;
    border-radius: 5px;
}
.breadcrumb-nav .breadcrumb.active {
	font-size: 18px;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) ;
    font-weight: 700;
    padding: 10px 25px;
    color: #fff !important;
    border-radius: 5px !important;
}
.breadcrumb, .breadcrumb:last-child {
    color: rgba(55, 55, 55, .2);
}
.breadcrumb-nav .breadcrumb:before {
	font-family: "Font Awesome 5 Pro";
	content:"";
	font-weight: 300;
	color: rgba(55, 55, 55, .2);
}
nav.breadcrumb-nav .nav-wrapper i {
    font-size: 28px;
	color: rgba(55, 55, 55, .2);
}
/*.row .col.s12.thinblueline { width: 25%; display: block; margin:10px 0; height: 2px; max-height: 2px; min-height: 2px; background:rgb(48,63,159);}*/
/*
---------------------------------------------------------------------------------------------------
Select Input Styling
---------------------------------------------------------------------------------------------------
*/
#select-input-field select {
	width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);	
    width: calc(100% - 3rem);
    height: 3rem;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 2px;
    background-color: transparent;
    -webkit-appearance: none;
    margin-left: 2.9rem;
	display: block;
	color:#6b6f82;
}

.select-input-field select {
    width: 92%;
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
    height: 3rem;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 2px;
    background-color: transparent;
    -webkit-appearance: none;
    margin-left: 2.9rem;
    display: block;
    color:#6b6f82;
}
#search-and-sort-form input::placeholder, #search-and-sort-form input:placeholder, .input-field .prefix ~ input{
	color:#6b6f82;
}
/*
---------------------------------------------------------------------------------------------------
Burger Menu Click styling
---------------------------------------------------------------------------------------------------
*/
.navbar .header-search-wrapper.smallPadding {margin-left: 15px;}
#main.noLeftPadding {padding-left: 0;}
footer.noLeftPadding {padding-left: 0;}
.sidenav-main.noWidth {width:0;}
.navbar-full .brand-sidebar.noPadding{padding: 0;}
.brand-sidebar span.logo-image.noWidth {width:0;}
.brand-sidebar span.logo-image.noWidth img{width:0;}
.brand-sidebar span.logo-text.nolineHeight{opacity: 0; display: none;}
.sidenav.sidenav-fixed{-webkit-transition: .3s ease all !important;    -moz-transition: .3s ease all !important;    -o-transition: .3s ease all !important;     transition: .3s ease all !important;}
.sidenav.sidenav-fixed.noWidth{width:0;}
/*
---------------------------------------------------------------------------------------------------
Footer styling
---------------------------------------------------------------------------------------------------
*/
.footer-copyright p {margin: 0;}
footer.page-footer {
	position: fixed;
    width: 100%;
    bottom: 0;
	z-index:999;
}

#quotes-table table tbody tr {
	background:#efefef;
}
#quotes-table table tbody tr:nth-child(odd) {
	background:rgba(0,0,0,0.2);
}
#quotes-table table tbody tr:nth-child(even) {
	background:rgba(0,0,0,0.1);
}

/*
---------------------------------------------------------------------------------------------------
Retailer Online Quote Submission Table Styling
---------------------------------------------------------------------------------------------------
*/

#submit-quote-table td {
    transition: all .5s;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: .9rem
}


.submit-quote-wizard-div {
    display: none;
}
#first-submit-quote-div {
    display: initial;
}

.submit-quote-heading {
    color: #303f9f;
    font-weight: 700 !important;
    font-size: 24px;
    padding-bottom: .5rem;
    margin-bottom: .1rem;
    margin-left: 1.5rem;
    margin-top: 2rem;
}

.submit-quote-sub-text {
    color: #6b6f82;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 1rem 1.5rem;
}

.quote-table-top-left {
    border-top-left-radius: 4px !important;
}
.quote-table-top-right {
    border-top-right-radius: 4px !important;
}

#submit-quote-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    border-color: rgba(0,0,0,0.2);	
}
#submit-quote-table  tbody tr:nth-child(odd) {
	background:rgba(0,0,0,0.035);
}
#submit-quote-table  tbody tr:nth-child(even) {
	background:rgba(0,0,0,0.1);
}
#submit-quote-table thead tr {
	background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
	border-radius: 4px 4px 0 0;
}
#submit-quote-table thead tr th {
	padding: 10px 20px 10px 10px;
	color:#ffffff;
	border-radius: 0;
	min-width: 96px;
}
#submit-quote-table  tbody > tr > td {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
	padding: 0 10px;
}

#submit-quote-table  tbody tr:nth-child(odd) {
    background: #e8eaf6;
}
#submit-quote-table  tbody tr:nth-child(even) {
    background: white;
}


#submit-quote-table tbody > tr > td > input {
    width: 100%;
    font-weight: 700;
    color: #303f9f;
    font-family: nunito;
    padding: 10px 10px 10px 25px;
    box-sizing: border-box;
    margin-bottom: 0;
    border: 0;
}
#submit-quote-table tbody > tr > td > label {
	font-weight: 700;
    color: #6b6f82;
	font-family: nunito;
	font-size:15px;
}
#submit-quote-table tbody > tr > td > input:focus {
    border-bottom: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: rgba(123, 31, 162, 0.5);
    color: #fff;
}
#submit-quote-table tbody > tr > td > .absolute{
    position: absolute;
	top:12px;
	left: 10px;
}
#submit-quote-table tbody > tr > td > .absolute.right{
    position: absolute;
	top:12px;
	left:unset;
	right: 10px;
}
#submit-quote-table_length {display:none;}
.dataTables_wrapper .dataTables_filter input {    width: 75%;
    height: 2em;
    margin-bottom: 20px;
}
#data-tables-div .dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 5px 10px;
}
#data-tables-div .dataTables_wrapper .dataTables_paginate .paginate_button.current, #data-tables-div .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {    color: #fff !important;
    border: 1px solid #303f9f;
    border-radius: 6px;
    background: #303f9f;
    -webkit-box-shadow: 0 0 8px 0 #303f9f;
    box-shadow: 0 0 8px 0 #303f9f;
}
#data-tables-div .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid #303f9f;
    border-radius: 6px;
    background: #303f9f;
    -webkit-box-shadow: 0 0 8px 0 #303f9f;
    box-shadow: 0 0 8px 0 #303f9f;
}
#data-tables-div .dataTables_wrapper .relative {
	position: relative;
	padding: 0;
}
#data-tables-div .dataTables_wrapper .valueText {
	position: relative;
	padding:10px 10px 10px 25px;
}
#data-tables-div .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,  #data-tables-div .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover { background:transparent; box-shadow: 0 0 0; border:0; }
#data-tables-div table.dataTable thead .sorting, #data-tables-div table.dataTable thead .sorting_asc, #data-tables-div table.dataTable thead .sorting_desc{background-position: 95% 22px; min-height:61px; }
#data-tables-div input[type=search]:not(.browser-default):focus:not([readonly]) {border-color:#303f9f; box-shadow: 0 1px 0 0 #303f9f;}
.answer-div {
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #c5cae9;
    background: #fafbff;
    margin: 20px 5px;
}
/*
---------------------------------------------------------------------------------------------------
Admin Portal Data Table Styling
---------------------------------------------------------------------------------------------------
*/

.admin-data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.admin-data-table  tbody tr:nth-child(odd) {
    background:rgba(0,0,0,0.035);
}
.admin-data-table  tbody tr:nth-child(even) {
    background:rgba(0,0,0,0.1);
}
.admin-data-table thead tr {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2);
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    border-radius: 4px 4px 0 0;
}
.admin-data-table thead tr th {
    padding: 10px 20px 10px 10px;
    color:#ffffff;
    border-radius: 0;
    min-width: 96px;
	min-height: 61px;
}
.admin-data-table  tbody > tr > td {
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 10px;

}
.admin-data-table tbody > tr > td > input {
    height: 2rem;
    width:75%;
    font-weight: 700;
    color: #303f9f;
    font-family: nunito;
}
.admin-data-table tbody > tr > td > label {
    font-weight: 700;
    color: #6b6f82;
    font-family: nunito;
    font-size:15px;
}
.admin-data-table tbody > tr > td > input:focus {
    border-bottom: 1px solid #303f9f;
    -webkit-box-shadow: 0 1px 0 0 #303f9f;
    box-shadow: 0 1px 0 0 #303f9f;
}
.admin-data-table_length {display:none;}
.file-field .btn-small:last-child {margin: 0;}
/*

@media screen and (max-width:900px) {
	html { zoom: 0.2; }
	.auth-background .row {height: 100% !important;}
}
*/
					#SiteMetersList .row .col.s10.customWidthMulti {padding: 0;width: 90%;}
					#SiteMetersList .row .col.customWidthSingle {width: 10%;margin-left: 0;}
					#SiteMetersList .row .col.customWidthSingle .tooltip.right {margin-left: 10px;}
					#SiteMetersList .row .col.customWidthCell {width:14%;}
					#SiteMetersList .row .col.customWidthCellLarge {width:25.33333%}
@media screen and (max-width:1830px) {
#SiteMetersList .row .col.customWidthSingle .tooltip.right {margin-left: 5px;}
}
@media screen and (max-width:1803px) {
	.collection .collection-item.avatar a.table-link p {font-size:13px !important; }
}
@media screen and (max-width:1785px) {
	.collection .collection-item.avatar a.table-link p {
		font-size: 12px !important;
	}
	.site-street {font-size: 11px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .collection-item.avatar {
		padding-right: 0;
	}
}
@media screen and (max-width:1720px) {
#SiteMetersList .row .col.customWidthCellLarge {width: 24%;}	
#SiteMetersList .row .col.customWidthSingle {width: 11%;}
}
@media screen and (max-width:1708px) {
	.noMargin .collection-item a small {font-size:23px !important;}
	.row .col.s2.meterIconDiv {width:14%;}
	.row .col.s2.secondColumn {width:18%;}
}
@media screen and (max-width:1692px) {
	#site-meters-list .entry-date, #site-meters-list .entry-title {font-size: 17px;}
}
@media screen and (max-width:1691px) {
	#propertyPortfolioList .row .col.s2 {width:19%;}
	#propertyPortfolioList .row .col.s2.meterIconDiv {width:16%;}
	#propertyPortfolioList .row .col.s2.lastColumn {width:11%;}
	#propertyPortfolioList .row .col.s2.lastColumn .tooltip.right {margin-left: 5px;}
}
@media screen and (max-width:1685px) {
	#propertyPortfolioList .table-div .hidden-content .metersRow small {font-size: 11px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .medium {font-size: 13px !important;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .table-row {padding:0 5px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .table-row .customCircleMeterReading {padding-right: 5px; margin-right: 5px;}
}
@media screen and (max-width:1680px) {
	.file-field .btn-small {font-size: 14px;}
}
@media screen and (max-width:1640px) {
	#site-meters-list .entry-date, #site-meters-list .entry-title {font-size: 16px;}
}
@media screen and (max-width:1615px) {
	#propertyPortfolioList .row .col.s2.lastColumn {width:12%;}
	#SiteMetersList .row .col.s10.customWidthMulti {padding: 0;width: 89%;}
	#SiteMetersList .row .col.customWidthSingle {padding-right: 0;}
}
@media screen and (max-width:1600px) {
	.file-field .col.s12.left.valign-wrapper {padding: 0;}

}
@media screen and (max-width:1598px) {
	.noMargin .collection-item a small {font-size:20px !important;}
	.circle.numberOfSite {font-size: 26px;}
	h5.site-name {font-size: 24px;}
	.row .col.s4 {width:30%;}
	#propertyPortfolioList .row .col.s2.lastColumn {width: 13%;}
}
@media screen and (max-width:1525px) {
	.noMargin .collection-item.avatar {padding-left: 50px;}
	h5.site-name {font-size:22px;}
	#propertyPortfolioList .table-row {padding: 15px;}
	.circle.numberOfSite {font-size: 22px; height: 48px;}
	#propertyPortfolioList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 20px; line-height: 34px;}
	#propertyPortfolioList .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 22px; height: 36px; width:36px; line-height: 35px;}
	.collection .collection-item.avatar :not(.circle-clipper) > span.circle { padding: 0px 11px; }
	.collection .collection-item.avatar a.table-link p {line-height: 12px;}
	.noMargin .collection-item.avatar {padding-bottom: 0;padding-top: 0;}
	
}
@media screen and (max-width:1542px) {
	.noMargin .collection-item.avatar {padding-left: 50px;}
}
@media screen and (max-width:1500px) {
	.row .col.l4.register-card {
		width:50%;
	}
	.row .input-field .col.s12.file-field.input-field {
		padding: 0;
	}
	.file-field .btn-small i {margin-right: 5px;}
}
@media screen and (max-width:1489px) {
	.noMargin .collection-item.avatar {padding-right: 0;}
}
@media screen and (max-width:1472px) {
	.noMargin .collection-item.avatar {padding-right: 0;}
	.fal.toolTipCircle {width:36px; height:36px;}
	.fal.fa-eye.toolTipCircle {
    	line-height: 38px;
	}
}
@media screen and (max-width:1467px) {
	#propertyPortfolioList .row .col.s4 {margin-left: 0;}
	#propertyPortfolioList .table-row {padding: 10px;}
	.circle.numberOfSite {padding-right: 10px; margin-right: 10px;}
}
@media screen and (max-width:1454px) {
	#propertyPortfolioList .table-row {padding: 10px;}
	h5.site-name {font-size: 20px;}
	.circle.numberOfSite {height: 44px; line-height: 44px;}
}
@media screen and (max-width:1440px) {
	.row .col.s4 {margin-left: 0;}
	.circle.numberOfSite {margin-right: 10px;padding-right: 10px;}
}
@media screen and (max-width:1430px) {
	#propertyPortfolioList .table-div .hidden-content .metersRow .medium {font-size: 13px !important;line-height: 18px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow small {line-height: 14px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .table-row {padding: 5px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .table-row .customCircleMeterReading {padding-right: 5px;margin-right: 5px;height: 40px;line-height: 40px;margin-top: 5px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .collection-item.avatar {padding-left: 50px;}
}
@media screen and (max-width:1425px) {
	#propertyPortfolioList .row .col.s4 {padding-right: 5px;}
}
@media screen and (max-width:1406px) {
	.file-field .btn-small:first-child {margin-right: 10px;}
	.file-field .btn-small {font-size: 13px;}
}
@media screen and (max-width:1400px) {
	#propertyPortfolioList .row .col.s2.lastColumn {width: 14%;margin-left: 0;}
	.fal.fa-eye.toolTipCircle {    line-height: 38px;}
	.fal.toolTipCircle {    width: 36px;    height: 36px;}
	.content-trigger .fal.toolTipCircle {line-height: 38px;}
	.sidenav-main {	width: 245px;}
	#main {padding-left: 245px;}
	.sidenav li > a {font-size: 12px;}
	.brand-sidebar span.logo-text {font-size:18px;}
}
@media screen and (max-width:1390px) {
	small.site-street {font-size: 10px;}
}
@media screen and (max-width:1390px) {
	#propertyPortfolioList .table-div .hidden-content .metersRow .table-row .customCircleMeterReading {font-size: 22px; width:35px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .collection-item.avatar {padding-left: 42px;}
}
@media screen and (max-width:1360px) {
	#propertyPortfolioList .table-div .hidden-content .metersRow small {font-size: 10px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .medium {font-size: 12px !important;line-height: 16px;}
	#propertyPortfolioList .table-div .hidden-content .metersRow .table-row .customCircleMeterReading {height: 35px; line-height: 35px;}
	#propertyPortfolioList .row .col.s3 {padding-right: 10px;}
}
@media screen and (max-width:1357px) {
	.collection .collection-item.avatar a.table-link p {font-size: 10px !important;}
}
@media screen and (max-width:1335px) {
	.collection .collection-item.avatar a.table-link p {line-height: 10px;}
	.noMargin .collection-item.avatar {padding-left: 40px;}
	#propertyPortfolioList .row .col.s2.meterIconDiv {width: 14%;margin-left: 0;}
	#propertyPortfolioList .row .col.s2 {margin-left: 10px;}
	.row .col.s4 {width: 32%;}
}
@media screen and (max-width:1327px) {
	#propertyPortfolioList .row .col.s2.lastColumn {width: 15%;}	
}
@media screen and (max-width:1320px) {
	.file-field .btn-small {font-size: 12px; padding: 0 10px;}
}
@media screen and (max-width:1285px) {
	.row .col.s4 {padding-right: 10px;}
	.noMargin .collection-item a small {font-size: 18px !important;}
}
@media screen and (max-width:1266px) {
	#propertyPortfolioList .row .col.s2.meterIconDiv {width:15%;}
}
@media screen and (max-width:1256px) {
	.row .col.s4 {width:33%;}
}
@media screen and (max-width:1251px) {
	#propertyPortfolioList .row .col.s2.lastColumn {width: 16%;}
	#propertyPortfolioList .row .col.s2 {padding-right: 0;}
}
@media screen and (max-width:1245px) {
	h5.site-name {font-size: 18px;}
	.noMargin .collection-item a small {font-size: 17px !important;}
	.circle.numberOfSite {margin-right: 8px;padding-right: 8px;height: 38px;line-height: 38px;font-size: 20px;}
	small.site-street {font-size: 9px;}
}
@media screen and (max-width:1230px) {
	#propertyPortfolioList .row .col.s3 {width:33.3%;}	
}
@media screen and (max-width:1215px) {
	.file-field .btn-small i {font-size:12px;}
	.file-field .btn-small {font-size: 12px; padding: 0 5px; margin-right: 5px;}
}
@media screen and (max-width:1200px) {
.row .col.s4 {width:32%;}
}
@media screen and (max-width:1192px) {
#propertyPortfolioList .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 20px;height: 34px;width: 34px;line-height: 32px;}
.fal.toolTipCircle {    width: 34px;    height: 34px; line-height:34px; }
.fal.fa-eye.toolTipCircle {line-height: 35px;}
.content-trigger .fal.toolTipCircle {line-height: 35px;}
.noMargin .collection-item a small {font-size: 16px !important;}
#small.site-street { font-size: 8px;}
h5.site-name {font-size: 16px;}
.circle.numberOfSite {margin-right: 8px;padding-right: 8px;height: 34px;line-height: 34px;font-size: 16px;}
.row .col.s4 {width: 31%;}
#propertyPortfolioList .row .col.s2{width: 20%;}
#propertyPortfolioList .row .col.s2.meterIconDiv {width: 16%;}
#propertyPortfolioList .row .col.s2.thirdColumn {width: 17%;}
#propertyPortfolioList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 17px;line-height: 34px;}
}
@media screen and (max-width:1167px) {
	#propertyPortfolioList .table-row {padding: 10px 7px;}
}
@media screen and (max-width:1160px) {
#propertyPortfolioList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 16px;line-height: 32px;}
#propertyPortfolioList .thirdColumn .collection .collection-item.avatar :not(.circle-clipper) > .circle {line-height: 31px;}
#propertyPortfolioList .collection .collection-item.avatar :not(.circle-clipper) > .circle {height: 32px; width:32px; font-size: 18px; line-height: 32px;}
.noMargin .collection-item.avatar {padding-left: 35px;}
.fal.toolTipCircle {width: 32px;height: 32px;line-height: 34px;}
.fal.fa-eye.toolTipCircle {line-height: 33px;}
.fal.toolTipCircle {line-height: 32px; font-size: 15px;}
.content-trigger .fal.toolTipCircle {line-height: 34px;font-size: 28px;padding-left: 2px;}
#propertyPortfolioList .row .col.s2.lastColumn .tooltip.right {margin-left: 3px;}
.row .col.s4 {width: 32%;padding-right: 5px;}
#propertyPortfolioList .row .col.s2.lastColumn {width: 15%;}.card-heading {font-size: 22px;}
.circle.numberOfSite {margin-right: 5px;padding-right: 5px;}
}
@media screen and (max-width:1150px) {
	.row .col.s6 {padding: 0 10px 0 0;}
}
@media screen and (max-width:1140px) {
	.navbar .header-search-wrapper {width:calc(100% - 500px);}
	.row .col.s12.file-field.input-field.file-path-wrapper {padding-right: 10px;}
}
@media screen and (max-width:1115px) {
.noMargin .collection-item a small {font-size: 14px !important;}
.collection .collection-item.avatar a.table-link p {line-height: 10px;margin-bottom: 0;}
#propertyPortfolioList .collection .collection-item.avatar :not(.circle-clipper) > .circle {height: 30px;width: 30px;font-size: 16px;line-height: 30px;}
#propertyPortfolioList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 16px;line-height: 30px;}
#propertyPortfolioList .thirdColumn .collection .collection-item.avatar :not(.circle-clipper) > .circle {line-height: 29px;padding: 0 0 0 10px;}
.fal.toolTipCircle {width: 30px;height: 30px; font-size: 14px; line-height: 30px;}
.fal.fa-eye.toolTipCircle {line-height: 32px;}
.content-trigger .fal.toolTipCircle {line-height: 32px;font-size: 24px;padding-left: 2px;}
.noMargin .collection-item.avatar {padding-left: 32px;}
}
@media screen and (max-width:1100px) {
	.file-field .btn-small i {font-size:11px;}
	.file-field .btn-small {font-size: 11px;}
	#propertyPortfolioList .row .col.s2 {margin-left: 2px;}
	#propertyPortfolioList .row .col.s2.lastColumn {width: 14.5%;}
	#propertyPortfolioList .row .col.s4 {width: 32.5%;}
}
@media screen and (max-width:1080px) {
	#propertyPortfolioList .collection .collection-item.avatar :not(.circle-clipper) > .circle {height: 28px;width: 28px;	}
	.fal.toolTipCircle {width: 28px;height: 28px; font-size: 12px; line-height: 28px;}
	.fal.fa-eye.toolTipCircle {line-height: 28px;}
	.content-trigger .fal.toolTipCircle {line-height: 29px;font-size: 22px;padding-left: 2px;}
	#propertyPortfolioList .meterIconDiv .collection .collection-item.avatar :not(.circle-clipper) > .circle {font-size: 14px;line-height: 28px;}
	#propertyPortfolioList .thirdColumn .collection .collection-item.avatar :not(.circle-clipper) > .circle {line-height: 27px;padding: 0 0 0 9px;}
	#propertyPortfolioList .row .col.s2 {width: 21%;}
	#propertyPortfolioList .row .col.s2.thirdColumn {width: 17.5%;}
	#propertyPortfolioList .row .col.s2.lastColumn {width: 14%;}
	.circle.numberOfSite {font-size: 14px;}
	.container-main {padding: 15px;}
	.row .col.s12 {padding-right:0;}
}
@media screen and (max-width:1065px) {
	.circle.numberOfSite {margin-right: 3px;padding-right: 3px;	}
}
@media screen and (max-width:1060px) {
#propertyPortfolioList .table-row {padding: 10px 4px;}
}
@media screen and (max-width:1052px) {
	.noMargin .collection-item.avatar {padding-left: 30px;}
}
@media screen and (max-width:1020px) {
	.navbar .header-search-wrapper {width:calc(100% - 435px);}
}
/****************************************
Fixed Responsive Size
****************************************/
@media screen and (max-width:1050px) {
	body .sidenav-main {width:245px;}
	body #main {width:1050px; padding-left:245px;}
	#header nav {width:1050px;}
	footer.page-footer {width:1050px; padding-left: 245px;}
	footer.page-footer .container {width:1050px;}
	.container-main {margin:25px 25px 25px 20px;}
}
@media screen and (max-width:992px) {
	.navbar-full .brand-sidebar {left: 0;}
	body .sidenav-main {width: 245px;height: 100%;}
	.sidenav-main .sidenav {width: 245px;}
	.sidenav.sidenav-fixed {transform: translateX(0) !important;}
	.navbar .header-search-wrapper {    width: calc(100% - 435px);    display: inline-block !important;    margin-right: 0 !important;	}
}
/****************************************
End Fixed Responsive Size
****************************************/
@media screen and (max-width:800px) {
	.row .col.l4.register-card {
		width:75%;
	}
	#loginPage {padding: 0;}
}
@media screen and (max-width:800px) {
	.row .col.l4.register-card {
		width:100%;
	}
}

/****************************************
Quote Details
****************************************/

.quoteDetailsIcon {
    font-size: 32px;
    color: #cccccc;
    display: block;
    float: left;
    margin-right: 15px;
    border-right: 1px solid rgba(48, 63, 159, 0.2);
    padding-right: 15px;
}

