.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

body[data-layout=horizontal] .content-page {
	margin-top: 80px;
}

label {
	margin-bottom: 0;
	font-style: italic;
	font-size: 13px;
	color: grey
}

input[data-switch]:checked+label {
	background-color: #4bd396;
}
input[data-switch]+label, input[data-switch=bool]+label {
	background-color: #f5707a;
}
input[data-switch]+label:before {
	font-size: 1em;
	font-style: normal;
	line-height: 18px;
	color: #ffffff;
}
.checkbox-text.disabled {
	background-color: lightgrey !important;
}


.form-control {
	height: calc(1.3em + .9rem + 2px);
	font-size: .9rem;
	border-color: #aaaaaa;
}

.checkbox label::before {
	top: -14px;
	cursor: pointer;
}
.checkbox input[type=checkbox]:checked+label::after {
	top: -9px;
	cursor: pointer;
}

.table-hover tbody tr:hover {
	color: #797979;
	background-color: #dddddd;
}

.LockedFromWeb {
	background-color:rgba(255,0,0,0.2);cursor:not-allowed;
}
.LockedFromWebOwn {
	background-color:rgba(255,102,0,0.2);cursor:not-allowed;
}

.articleeditdetails {
	border-bottom: 1px solid lightgrey;
}
.articleeditdetails td:first-child {
	font-size: 1rem;
}
.articleeditdetails td:nth-child(2) {
	font-size: 1rem;
	padding-left: .5rem;
	border-left: 1px solid lightgrey;
}

.articleeditpopup, .articleeditinput {
	color:#797979;
	border:1px solid #cec9c9;
	font-size:.9rem;
	width:50%;
	height:28px;
}

.form-control:disabled, .form-control[readonly], .statuscheckbox:disabled, .form-control.disabled {
	background-color: #eaeaea;
	cursor: not-allowed;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}

#topnav {
	background-color :#9B0000;
}

.navigation-menu>li>a {
	color: white;
}

.account-logo-box {
	background: #9B0000;
}

.btn-infopress {
	color: white;
	background: #9B0000;
	border-color: #9B0000;
}

.form-group {
	margin-bottom: .75rem;
}






/*Abonnement*/
#last10abotable, #next10autopaytable, #numregisteredabotable, #allarticlestable, #allabostable {
	font-size: .8rem;
}

.abonumbertable {
	table-layout: fixed;
}
.abonumbertable tr td {
	text-align: center;
	box-sizing: content-box;
}

.modal-search {
	max-width: 500px !important;
}

.tab-content {
	padding: 0;
}

.emailtext {
	min-height: 200px;
}
.emailkeyinfo {
	font-size: .9rem;
}
#sendmailok, #sendemailerror {
	font-size: .8rem;
}

.lastchangetext {
	font-size: .9rem;
	padding-left: 16px;
}











/*Redaksjon*/
.article_subheading {
	font-weight: bold;
}
.article_title {
	font-weight: bold;
	font-size: 30px;
}
.article_ingress {
	height: 85px !important;
	font-weight: bold;
	font-size:14px;
}
.article_byline {
	line-height: normal;
}









/*Sideplan*/
.pptemplateminipreviewdiv, .pptemplateminipreviewdiv label {
	display: inline;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}
.pptemplateminipreview {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid lightgrey;
}
.pptemplateminipreview:hover {
	width: 96%;
}







@media (min-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1360px;
	}
	.modal-dialog {
		max-width: 1320px;
	}
	.modal-content {
		/*height: 95vh;*/
	}
	.modal-lg {
		max-width: 660px;
	}
}
@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1520px;
	}
	.modal-dialog {
		max-width: 1500px;
	}
	.modal-content {
		/*height: 95vh;*/
	}
	.modal-lg {
		max-width: 750px;
	}
}
@media (min-width: 1800px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1720px;
	}
	.modal-dialog {
		max-width: 1500px;
	}
	.modal-content {
		/*height: 95vh;*/
	}
	.modal-lg {
		max-width: 750px;
	}
}
@media (min-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1840px;
	}
	.modal-dialog {
		max-width: 1600px;
	}
	.modal-content {
		/*height: 95vh;*/
	}
	.modal-lg {
		max-width: 800px;
	}
}
@media (min-width: 2000px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1920px;
	}
}
@media (min-width: 2200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 2120px;
	}
}
@media (min-width: 2560px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 2480px;
	}
}
