div#modal {
    overflow-y:  scroll;
}

div#dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}

div#reminders {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9;
    border-radius: 10px;
}

table.statustable span.status {
    display: block;
    width: 100%;
}

table.statustable {
    width: 100%;
}

div#reminders table a {
    color: #007bff;
    cursor: pointer;
}

div#reminders.has_reminders .head {
    display: block;
    font-size: 30px;
    text-align: center;
}

div#reminders .head {
    display: none;
}

div#reminders.has_reminders {
    background: #FFF;
    padding: 10px;
}

#reminders table tr td {
    background: #FFF;
    padding: 10px;
}

div#top_modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.87);
    z-index: 99;
    padding: 10px;
    backdrop-filter: blur(3px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.33);
    display: none;
    overflow: scroll;
}

#top_modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    background: #C00;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0.6;
}

#top_modal a.close-modal:hover {
    opacity: 1;
}

table.lon td {
    padding: 5px;
}
table.lon {
    text-align: left;
}

.hidden {
    display: none!important;
}

div.modal {
    z-index: 9999!important;
}

.modal a.close-modal {
    top: 3px!important;
    right: 3px!important;
}

.blocker {
    z-index: 9999999!important;
}

table#dagrapport {
    margin: 10px 0;
    width: 100%;
}

table#dagrapport tr {
    border-bottom: solid 1px #CCC;
}

table#dagrapport td {
    padding: 10px;
}

div#dimContent {
    position: fixed;
    left: 50%;
    width: 95%;
    z-index: 99999;
    display: none;
}

a.closeBtn {
    display: block;
    width: 50px;
    height: 50px;
    color: #f83030;
    position: relative;
    left: 50%;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: -55px;
    margin-left: -30px;
    z-index: 999999;
}

a.closeBtn:hover {
    color: #333;
}

div#dimContentInner {
    position: relative;
    left: -50%;
    background: #FFF;
    padding: 10px;
    display: block;
    overflow: auto;
}

img {
    max-width: 100%;
}

ul.sort {
    padding: 0;
    margin: 0;
}

ul.sort li {
    padding: 10px;
    background: #EFEFEF;
    display: block;
    margin:5px 0 5px 0;
    cursor:move;
}

ul.sort li .buttons {
    float: right;
}

ul.sort li .buttons .btn {
    margin-right: 5px;
}

.admin.bilder img {
    display: inline-block;
    max-height: 120px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: move;
}

div#dimBack {
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 280px;
    background: rgba(0, 0, 0, 0.77);
    top: 0;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.49);
}

a#closeDim {
    position: absolute;
    right: 10px;
    top: 10px;
}

div#dimInnerContent {
	padding: 10px;
	color: #FFF;
	height: 260px;
	overflow-y: scroll;
}

body {
	/*padding: 10px;*/
}

div#wrapper, div.wrap {

	width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;

}

ul.admin.menu {
	padding: 0;
	margin: 0;
}

ul.admin.menu li {

	list-style-type: none;
	display:inline-block;

}

table.list {



}

table.list td {

	padding: 5px;

}

table.list td h1, table.list td h2, table.list td h3, table.list td h4 {

	padding: 0;
	margin: 0;

}

table.list tr:nth-child(even) {background: #EFEFEF}
table.list tr:nth-child(odd) {background: #FFF}

.box {
    float: left;
    margin-right: 10px;
    padding: 10px;
    background: #EFEFEF;
    min-height: 100px;
    min-width: 200px;
    margin-bottom: 10px;
}



@media only screen and (max-width: 1200px) {
    
    div#wrapper, div.wrap {
        width: 100%;
    }

}

