
@import url("https://use.typekit.net/vky8vov.css");
/*

Montserrat Regular
font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: normal;

Montserrat Italic
font-family: "montserrat", sans-serif;
font-weight: 400;
font-style: italic;

Montserrat Bold
font-family: "montserrat", sans-serif;
font-weight: 700;
font-style: normal;

Montserrat Bold Italic
font-family: "montserrat", sans-serif;
font-weight: 700;
font-style: italic;

*/

:root {
  --remove-bg-color: #c83232;
}



html{
	-webkit-text-size-adjust: none;
	height:100%;
	font-size:16px;
}
body{
	-webkit-text-size-adjust: none;
	margin:0px;
	padding:0px;
	background-color: #fff;
	color:#333;
	font-family: 'montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size:1rem;
	line-height: 1.25;
	height:100%;
    box-sizing: border-box;
}
body.my-pages{
	background-color: #f0f0f0;
}
h1{
	font-size: 2.25rem;
	line-height: 1.28;
	font-weight:400;
	margin:0px 0px 10px 0px;
}
.login-c h1{
	font-size: 1.875rem;
	line-height: 1.27;
	font-weight:700;
	margin:0px 0px 5px 0px;
}
.single-customer-c h1{
	margin:0px 0px 0px 0px;
}
h1 input.editable{
	font-size: 2.25rem;
	line-height: 1.28;
	font-weight:400;
}

h2{
	font-size:1.75rem;
	line-height: 1.36;
	font-weight:700;
	margin:0px 0px 10px 0px;
}
h3{
	font-size:1.375rem;
	line-height: 1.14;
	font-weight:700;
	margin:0px 0px 5px 0px;
}
h4{
	font-size:1.125rem;
	line-height: 1.33;
	font-weight:700;
	margin:0px 0px 5px 0px;
}
p{
	font-size:1rem;
	line-height: 1.4;
	margin:0px 0px 17px 0px;
}

h1 + h2, h1 + h3{
	margin:25px 0px 5px 0px;
}

b, strong{
	font-weight: 700;
}
ul, ol{
	font-size:1.375rem;
	line-height: 1.36;
	margin:0px 0px 27px 0px;
	padding:0px 0px 0px 27px;
}
li{
	margin:0px 0px 0px 0px;
}
form{
	width:100%;
	margin:0px 0px 0px 0px;
	box-sizing: border-box;
}
svg{
	fill: #333;
}

table{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	table-layout: fixed;
}
tr, td{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
td{
	padding:0px 0px 5px 15px;
}


div, h1, h2, h3, h4, p{
	box-sizing: border-box;
}

a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#222;
}

a[href^="tel:"] {
    text-decoration: none;
}

img{
	border:none;
	vertical-align: bottom;
	max-width: 100%;
}



textarea, input, textarea, select, button{
	font-family: 'montserrat', Arial, sans-serif;
	font-size:1rem;
	line-height: 1.25;
	color:#333;
	display: block;
	box-sizing: border-box;
	min-height: 30px;
}
select{
	cursor: pointer;
}

.hidden-original{
	display: none;
}

form{
	margin-top:15px;
}
input.tfield, textarea.tfield, select.tfield, input.subbutton{
	width:auto;
	margin:0px;
	font-weight: 400;
	border: 1px solid #ccc;
	font-size: 1rem;
	height: 40px;
	padding: 0px 15px 0px 15px;
	border-radius: 0px;
}
textarea.tfield{
	padding-top: 12px;
	padding-bottom: 12px;
}
input.tfield:disabled{
	background-color: #fafafa;
	cursor: default;
}
select.tfield{
	width:190px;
	max-width: 100%;
	background-color: #fff;
}
textarea.tfield{
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea.tfield{
	width:100%;
	height: auto;
}

input.chkbx{
	width: 24px;
	font-size: 1.5rem;
	line-height: 1;
	height: 24px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}


input::-webkit-input-placeholder{
	color:#ddd;
}
input:-ms-input-placeholder{
	color:#ddd;
}
input::placeholder{
	color:#ddd;
}
textarea::-webkit-textarea-placeholder{
	color:#ddd;
}
textarea:-ms-textarea-placeholder{
	color:#ddd;
}
textarea::placeholder{
	color:#ddd;
}


input.tfield::-webkit-input-placeholder{
	color:#999;
}
input.tfield:-ms-input-placeholder{
	color:#999;
}
input.tfield::placeholder{
	color:#999;
}
textarea.tfield::-webkit-textarea-placeholder{
	color:#999;
}
textarea.tfield:-ms-textarea-placeholder{
	color:#999;
}
textarea.tfield::placeholder{
	color:#999;
}

input.editing-active::placeholder,
textarea.editing-active::placeholder{
	color:transparent;
}


.section{
	padding-top:100px;
	padding-right:100px;
	padding-bottom:100px;
	padding-left:100px;
	position: relative;
}
.section.section-customer-table{
	max-width: 1800px;
    margin: 0 auto;
	padding: 100px 100px 100px 100px;
}
.section + .section{
	padding-top:0px;
}
.section.login{
	padding-top:100px;
	padding-bottom:100px;
	background-color: #f0f0f0;
	min-height: 100dvh;
}

.section.section-customer-table .inner-cont{
	max-width: 1900px;
}

.inner-cont{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
.section.login .inner-cont{
	max-width: 600px;
}

.section.remove-section{
	padding-top:200px;
}

div.but, input.but, a.but{
	margin-left: 0px;
	width: auto;
	padding: 0px 40px 0px 40px;
	height: 40px;
	line-height: 1.25;
	background-color: #303030;
	color:#fff;
	font-size: 0.938rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
}
a.but{
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 40px 0px 40px;
	text-decoration: none;
}

div.but.small, input.but.small, a.but.small{
	height: 30px;
	padding: 0px 20px 0px 20px;
	font-size: 0.875rem;
	line-height: 1;
}

div.but.disabled,
input.but.disabled,
a.but.disabled{
	opacity: 0.4;
}
div.but.spinner,
a.but.spinner{
	display: none;
	background-color: #909090;
	font-size: 1.125rem;
	padding: 12px 0px 0px 0px;
	cursor: default;
}
div.but.spinner span,
a.but.spinner span{
	color:#2198d6;
}

.but.remove-but{
	background-color: var(--remove-bg-color);
	height: 40px;
}
a.but.remove-but,
div.but.remove-but{
	padding-top: 10px;
}

.but.logout{
	font-size: 0.875rem;
	height: 40px;
	width: 160px;
	padding-top: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	user-select: none;
	z-index: 50;
}

div.but.add-dev, div.but.show-add-record{
	max-width: 180px;
	font-size: 0.875rem;
    padding: 10px 0px 0px 0px;
    height: 40px;
    background-color: #333;
}

#remove-checked-customer-documents{
	margin-top: 10px;
	opacity: 0.2;
	display: none;
	cursor: default;
}
.documents-c.edit + #remove-checked-customer-documents{
	display: block;
}
#remove-checked-customer-documents.active{
	opacity: 1;
	cursor: pointer;
}

div.act-info-c{
	display: none;
    padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
    background-color: var(--remove-bg-color);
    color: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.act-info-done-c{
	display: none;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
    background-color: #fcf5bd;
    color: #333;
    width: 100%;
    max-width: 580px;
    border-radius: 5px;
}


div.login-c{
	padding: 20px 50px 45px 50px;
	background-color: #fff;
}
div.login-c div.heading{
	padding: 10px 0px 10px 0px;
}
div.login-c div.heading p, div.login-c p{
	font-size: 1.125rem;
}
div.login-c input, div.login-c select{
	width: 100%;
	margin-bottom: 15px;
}

div.login-c  input.tfield{
	height: 60px;
}
div.login-c  input.but{
	height: 50px;
}

div.login-c select option{
	color:#333;
}
div.login-c input:first-child{
	margin-bottom: 15px;
}
div.login-c div.but{
	width: 100%;
}
div.login-c div.act-info-c{
	margin-bottom: 15px;
	text-align: center;
}
div.login-c input.tfield.section-name{
	height: 40px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

div.login-c div.heading {
    padding: 10px 0px 10px 0px;
}

.breadcrumbs-c{
	position: absolute;
	top: 20px;
	font-size: 1rem;
}

.customers-outer-c{
	width: 100%;
	max-width: 100%;
	overflow: auto;
}
.customers-c{
	display: table;
	table-layout: fixed;
	width: 100%;
	min-width: 1130px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 1rem;
}
.customers-row{
	display: table-row;
	padding: 0px;
	margin: 0px;
}
.customers-cell{
	display: table-cell;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	border: 1px solid #333;
}

.customers-cell.kund a{
	text-decoration: none;
}
.customers-cell.kund a:hover{
	text-decoration: underline;
}

.customers-cell{
	padding: 0.33% 0.66% 0.33% 0.66%;
}
.customers-cell input[type="text"],
.customers-cell input[type="date"]{
	padding: 0.33% 0.66% 0.33% 0.66%;
}
.customers-cell.kund{
	width: 12.5%;
}
.customers-cell.serviceavtal{
	width: auto;
}
.customers-cell.host{
	width: 8.44%;
}
.customers-cell.php{
	width: 5.63%;
}
.customers-cell.wp{
	width: 6.88%;
}
.customers-cell.tema{
	width: auto;
}
.customers-cell.child-theme{
	width: 5.5%;
}
.customers-cell.tillagg-att-uppdatera{
	width: 5.5%;
}
.customers-cell.yoast-premium{
	width: 5.2%;
}
.customers-cell.senast-kontrollerad{
	width: 5%;
}
.customers-cell.senast-uppdaterad,
.customers-cell.senaste-forfragan{
	width: 7.5%;
}
.customers-cell.knappar{
	width: 3.75%;
	padding: 0.3% 0% 0.3% 0.66%
}
.customers-cell.knappar .icon-link.smaller,
.customers-cell.knappar .icon-disabled.smaller{
	width: 50%;
	padding: 8%;
	line-height: 1;
}
.customers-cell.knappar svg{
	width: 100%;
}

.upgrade-arr svg{
	width: 15.2%;
}

.customers-cell.php{
	padding-right: 0px;
}
.customers-cell.wp{
	padding-right: 0px;
}
.customers-cell.child-theme{
	padding-right: 0px;
}
.customers-cell.tillagg-att-uppdatera{
	padding-right: 0px;
}
.customers-cell.senast-kontrollerad{
	padding-right: 0px;
}
.customers-cell.senast-uppdaterad,
.customers-cell.senaste-forfragan{
	padding-right: 0px;
}

.customers-cell .nowrap-txt{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.customers-cell.php,
.customers-cell.wp,
.customers-cell.tema,
.customers-cell.child-theme,
.customers-cell.tillagg-att-uppdatera,
.customers-cell.yoast-premium,
.customers-cell.senast-kontrollerad,
.customers-cell.senast-uppdaterad{
	cursor: default;
}

.customers-row:hover .customers-cell:not(.knappar, .upgrade-needed, .upgrade-recommended){
	background-color: #eee;
}
.customers-row.heading .customers-cell{
	vertical-align: bottom;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: default;
}
.customers-row.heading .customers-cell,
.customers-row.heading:hover .customers-cell{
	background-color: #333;
	color: #fff;
}
.customers-row.heading .customers-cell.knappar,
.customers-row.heading:hover .customers-cell.knappar{
	background-color: transparent;
}

.customers-cell.knappar{
	border: 0px;
}

form.customers-row .customers-cell:not(.knappar),
form.customers-row:hover .customers-cell:not(.knappar){
	background-color: rgba(49, 164, 221, 0.2) !important;
}


.upgrade-recommended{
	background-color: rgba(255, 208, 0, 0.38);
}
.upgrade-needed{
	background-color: rgba(255, 31, 31, 0.34);
}
.plugin-not-active{

}


.customers-cell.kund{
	font-weight: 700;
}


.customers-cell:has(input[type="text"]),
.customers-cell:has(input[type="date"]){
	padding: 0px 0px 0px 0px;
}
.customers-cell input[type="text"],
.customers-cell input[type="date"],
.single-customer tags.editable,
.single-customer input.editable,
.single-customer textarea.editable{
	padding: 5px 10px 5px 10px;
	border: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 0px;
	outline: none;
  	box-shadow: none;
}

.single-customer tags.editable{
	padding: 2px 10px 2px 10px;
}

.single-customer tags.editable,
.single-customer input.editable,
.single-customer textarea.editable{
	height: auto;
	border-radius: 6px;
	margin-left: -10px;
	width: calc(100% + 20px);
}

.single-customer textarea.editable{
	resize: none;
}

.single-customer .kontaktpersoner input.editable{
	margin-top: -4px;
}
.single-customer .kontaktpersoner input.editable.first{
	margin-top: 0px;
}

.info-host-reg-c{
	display: flex;
	align-items: center;
}
.info-host-reg-c .input-c:first-child{
	margin-left: -10px;
}
.info-host-reg-c .input-c{
	min-width: 40px;
	max-width: calc(50% - 3px);
}
.info-host-reg-c input.editable{
	padding-right: 10px;
	width: 100%;
	min-width: 30px;
	margin-left: 0px;
}
.info-host-reg-c .divider{
	width: 6px;
	display: flex;
    justify-content: center;
}

.info-host-reg-c input.editable::placeholder{
	text-align: center;
}

.customers-cell input.editable.date{
	cursor: pointer;
}

.customers-cell:has(input.editing-active){
	background-color: #d6edf8 !important;
}
.customers-cell input.editing-active,
.single-customer tags.tagify--focus,
.single-customer input.editing-active,
.single-customer textarea.editing-active{
	background-color: #d6edf8;
}


.add-customer-section,
.remove-customer-section{
	padding-top: 70px;
}
.form-c{
	margin-top: 20px;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
.form-no-margin{
	margin: 0px;
}

.form-c.add-customer,
.form-c.remove-customer{
	max-width: 470px;
	width: 100%;

}

.form-c.add-customer .col-left,
.form-c.remove-customer .col-left{
	width: calc(100% - 160px);
}
.form-c.add-customer .col-right,
.form-c.remove-customer .col-right{
	width: 140px;
}
.form-c.add-customer input,
.form-c.remove-customer input{
	width: 100%;
}

.form-c.remove-customer input.remove-but{
	padding:0px 20px 0px 20px
}

.form-c.remove-customer .col-left{
	width: calc(100% - 200px);
}
.form-c.remove-customer .col-right{
	width: 180px;
}

.heading-c{

}
.icons-c{
	display: flex;
	column-gap: 10px;
	justify-content: flex-end;
}
.icon-disabled{
	opacity: 0.13;
}
.icon-link{
	cursor: pointer;
}
.icon-link,
.icon-disabled{
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 40px;
	padding:10px;
	line-height: 20px;
}
.icon-link.smaller,
.icon-disabled.smaller{
	width: 28px;
	padding:6px;
	line-height: 16px;
}
.icon-link.tiny,
.icon-disabled.tiny{
	width: 24px;
	padding:5px;
	line-height: 14px;
}
.icon-link.tiny#add-document-button,
.icon-disabled.tiny#add-document-button{
	width: 24px;
	padding:5px;
	line-height: 14px;
}
.icon-link svg,
.icon-disabled svg{
	display: inline-block;
	vertical-align: top;
}

.icon-link svg,
.icon-link img,
.icon-disabled svg,
.icon-disabled img{
	position: relative;
	z-index: 2;
}
.icon-link::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(49, 164, 221, 0.2);
  transform: scale(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  z-index: 1;
}
.icon-link.remove::before{
  background: rgba(207, 11, 11, 0.62);
}
.icon-link:hover::before,
button:hover .icon-link::before{
  transform: scale(1);
  opacity: 1;
}
.icon-link.disabled:hover::before{
  opacity: 0;
}

.icon-link.smaller::before{
	inset: -9%;
}

.icon-link.disabled{
	cursor: default;
	opacity: 0.2;
}

.info-block > h4 > .icon-link{
	display: inline-block;
}

.upload-drop-area{
	padding: 10px;
	background-color: #eee;
	text-align: center;
}

.document-add-c{
	margin-top: 15px;
}

.not-set{
	opacity: 0.2;
	user-select: none;
}

.log-section{

}
.log-section h2{
	
}
.log-list-c{
	
}
.log-c{
	display: flex;
	align-items: flex-start;
	min-height: 30px;
	margin-top: 20px;
	flex-shrink: 0;
	column-gap: 22px;
}
.log-date{
	font-weight: 700;
	flex: 0 1 auto;
	width: 65px;
	text-align: left;
}
.log-txt{
	flex: 1;
}
.log-txt textarea{
	margin-top: -5px;
}

.log-list-c input{
	width: 150px;
	font-size: 1rem;
	height: 36px;
	padding: 0px 12px 0px 12px;
}
.log-list-c tags{
	font-size: 0.75rem;
}

.log-maint-c{
	display: flex;
    align-items: center;
    column-gap: 10px;
}
.log-list-c .icons-c{
	width: 66px;
}

.log-list-c .add-new{
	display: grid;
	grid-template-columns: 170px auto;
	column-gap: 20px;
	row-gap: 20px;
	padding-bottom: 40px;
}
.log-list-c .add-new input{

}
.log-list-c .add-new input.but{

}
.log-list-c .add-new textarea{
	grid-column: 1 / -1;
}
.log-list-c .log-tags-c{
	grid-column: 1 / -1;
}
.log-list-c .log-maint-c{

}

.log-tags-c,
.log-tags-c .log-tags-input{
	width: 100%;
}

.log-tags{
	--tag--min-width: 100%;
	--tag--max-width: 100%;
}


.tag-suggestions{
	display: flex;
	column-gap: 10px;
	padding: 0px 0px 10px 0px;
}
.tag-suggestions .heading{

}
.tag-suggestions .common-tag-btn,
.log-labels-c .tag-btn{
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 8px 0px 8px;
	font-size: 0.75rem;
	line-height: 1;
	min-height: 23px;
	background-color: #eee;
	border-radius: 3px;
	cursor: pointer;
}
.tag-suggestions .common-tag-btn:hover,
.log-labels-c .tag-btn:hover{
	background-color: #D3E2E2;
}





.single-customer-info-outer-c{
	display: flex;
	column-gap: 200px;
}
.single-customer-info-left{
	width: calc(100% - 500px);
}
.single-customer-info-right{
	width: 300px;
}
.single-customer-logo{
	max-width: 300px;
	padding-bottom: 10px;
}

.single-customer-c .description{
	padding-top: 1rem;
}

.single-customer-c .sub-heading-text{
	max-width: 500px;
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	row-gap: 0px;
	column-gap: 10px;
	padding-top: 1rem;
	font-style: italic;
}
.single-customer-c .sub-heading-text input{
	font-style: italic;
}

.single-customer-c .sub-heading-text .left-col{
	cursor: default;
}

.single-customer-info-right{
	display: flex;
	flex-direction: column;
    row-gap: 20px;
}
.single-customer-info-right p{
	font-size: 1rem;
}
.single-customer-info-right p:last-child{
	margin-bottom: 0px;
}

.documents-c{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
	padding-top: 10px;
}

.doc-item{
    display: flex;
    flex-direction: row;
}
.doc-l{
	width: 35px;
	display: none;
}
.documents-c.edit .doc-l{
	display: flex;
    align-items: center;
}
.doc-r{
	flex: 1;
}
.doc-item input{
    width: 18px;
	height: 18px;
	min-height: 18px;
	font-size: 1.125rem;
	line-height: 1;
	padding: 0px;
	cursor: pointer;
}

.document-link{
	display: flex;
	column-gap: 8px;
    align-items: center;
	text-decoration: none;
}
.document-link:hover{
	text-decoration: underline;
}
.document-link::before{
	content: '';
	width: 20px;
	height: 27px;
	background-image: url('/images/pdf-icon.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left top;
	background-position: left 0px top -1px;
	flex-shrink:0;
}
.document-link.pdf{

}

.checklist-outer{
	margin-top: 2rem;
	padding: 4% 5% 4% 5%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	opacity: 0.3;
}

.checklist-c{
	display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.checklist-row{
	display: flex;
	column-gap: 10px;
}
.checklist-txt{
	padding-top: 7px;
}





@keyframes slow-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.rotate-slowly {
	transform-origin: center;
	animation: slow-spin 2s linear infinite;
}


.flatpickr-current-month{
	display: flex;
}


.auto-updated{
	background-image: url('/images/star-icon-white.svg');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: right 8px bottom 8px;
}

.url-link-c{
	padding-top: 5px;
	padding-bottom: 5px;
}

.progress-container {
	display:none;
	margin-top: 15px;
	width: 300px;
	background: #eee;
	border-radius: 10px;
	overflow: hidden;
	height: 20px;
}
.progress-bar {
	height: 100%;
	width: 0;
	background: #4caf50;
	transition: width 0.2s ease;
}

button{
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	font-size: 0.938rem;
	padding: 5px;
}

.icon-btn{
	display: flex;
	align-items:center;
	column-gap:3px;
	position: relative;
}
.icon-btn .icon-link{
	top:-2px;
}

.single-customer-logo button{
	left: -10px;
}














