pre {
	font-size: 100% !important;
}

.maildropdown, #mailtemplate {
    width: 50%;
    margin-bottom: 20px;
}

.rodborder {
    border: 1px solid red;
}


.installd {
    color: red;
}

.skickaepostcheck {
	margin: 4px 15px;
	font-weight: bold;
    padding: 1px 6px;
}
.skickaepostcheck label {
	line-height: 1em;
}
.epoststatus {
	margin: 4px 0px 0px 0px;
	font-weight: bold;
}
.btn-orange {
    color: #fff !important;
	background-color: #ea6004 !important;
    border-color: #ea6004 !important;
}

.knapploader {
	position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    z-index: 0;
    animation: grow 1.5s ease-in-out infinite;
}

@keyframes grow {
    0% { width: 0%;}
	50% { width: 100%;}
	50% { left: 0%; }
	100% { left: 100%; }
}


.sparameddelande, .sparasponsorer, .skickaepost, .skickaeposten, .skickatestmail {
	position: relative;
	cursor: pointer;
}

.listinnehall .btn {
	position: relative !important;
	overflow: hidden !important;
}

.gron {
	border-color:  #10b807 !important;
	background-color: #10b807 !important;
}

.disabled {
	background-color: #bfc4ce !important;
}

.meddelande {
    float: right;
    padding: 5px;
    color: red;
 }


.laggtillsponsor {
	cursor: pointer;
}

.aktivskola_sponsorinput {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #dee2e6;
}
.aktivskola_sponsor_image {
   position: relative;
   height: 215px;
   width: 100%;
}

.aktivskola_sponsorinput .sponsorinput-close {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 100;
    font-size: 30px;
    cursor: pointer;
}
.aktivskola_sponsor_image img {
    width: 90%;
    max-height: 90%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
 }


.kansliborder {
	border-bottom: 1px solid #6c757d;
}

.updated {
	margin-bottom: 30px !important;
}

.forelasningdropdown {
	min-height: 68px;
}

.avbryt {
	margin-left: 10px;
}

h2 {
	border-bottom: 2px solid #000;
    margin-bottom: 30px !important;
    padding-top: 20px !important;
}

.btn {
    text-decoration: none !important;
    border-radius: 0 !important;
}

input[type=checkbox] {
	margin-right: 10px;
}

.kansliadmin {
	min-height: 100vh;
}

.widefat {width: auto; margin-bottom: 20px; }
.ss-list-width {min-width:10%}
.ss-form-width {width:100%}
.ss-th-width {width:25%}
.ss-field-width {width:75%}
.forelasning_dropdown{ margin-bottom: 30px; min-width: 90%; max-width: 100%; }

.wrap {
	min-height: 100vh;
}

.listcontent {
	min-height: 400px;
	position: relative;
	width: 100%;
}

.listcontentoverlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 2;
}

.listcontentoverlay .ring {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%23ea6004'%3E   %3Cpath opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/%3E   %3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'%3E     %3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' /%3E   %3C/path%3E %3C/svg%3E");
  	width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.datuminput {
	width: 200px;
}

.textalignright {
	text-align: right;
}

.kalender {
	margin-left: 10px;
}

.height250 {
	height: 250px;
}


.height400 {
	height: 400px;
}

.width100 {
	width: 100%;
}

.width95 {
	width: 95%;
}

.width75 {
	width: 75%;
}

.width85 {
	width: 85%;
}


.width50 {
	width: 50%;
}

.width25 {
	width: 25%;
}

.width16 {
	width: 16%;
}

.inputlabel {
	width: 150px;
	margin-right: 10px;
}

.floatleft {
	float: left;
	margin-bottom: 10px;
}

.floatright {
	float: right;
	margin-bottom: 10px;
}

.clearboth {
	clear: both;
}