@font-face {
    font-family: 'handelgothic_btregular';
    src: url('../font/handgotn-webfont.eot');
    src: url('../font/handgotn-webfont.eot?#iefix') format('embedded-opentype'), url('../font/handgotn-webfont.woff') format('woff'), url('../font/handgotn-webfont.ttf') format('truetype'), url('../font/handgotn-webfont.svg#handelgothic_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

a:link,
a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

img {
    border: 0;
}

h1 {
    font-family: 'handelgothic_btregular', Verdana, Georgia, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 30px;
    color: #333333;
}

h2 {
    font-family: 'handelgothic_btregular', Verdana, Georgia, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 22px;
    color: #333333;
}

hr {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

table,
tr,
th,
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 5px;
}

p {
    padding: 0px;
    margin: 0px;
}

form {
    width: 80%;
    margin: auto;
}

form.w100 {
    width: 100%;
    margin: 0;
}

input,
textarea,
select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    font-size: 100%;
    padding: 6px 1%;
    width: 98%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background: linear-gradient(top, #ffffff, #f0f0f0);
    text-shadow: -1px -1px 0px #ffffff;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

table input,
table textarea,
table select {
    margin-bottom: 0px;
}

textarea {
    height: 65px;
}

textarea.h300 {
    height: 300px;
}

select {
    width: 100% !important;
}

input.submit {
    background-color: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#000000));
    background: -webkit-linear-gradient(top, #777777, #000000);
    background: -moz-linear-gradient(top, #777777, #000000);
    background: -ms-linear-gradient(top, #777777, #000000);
    background: -o-linear-gradient(top, #777777, #000000);
    background: linear-gradient(top, #777777, #000000);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 1px 0px 0px #e5e5e5 inset;
    -moz-box-shadow: 0px 1px 0px 0px #e5e5e5 inset;
    -ms-box-shadow: 0px 1px 0px0px #e5e5e5 inset;
    -o-box-shadow: 0px 1px 0px 0px #e5e5e5 inset;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
    text-shadow: -1px -1px 0px #000000;
    border: 1px solid #000000;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}

input.submit:hover {
    background-color: #222222;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 10px 5px #000000 inset;
    -moz-box-shadow: 0 0 10px 5px #000000 inset;
    -ms-box-shadow: 0 0 10px 5px #000000 inset;
    -o-box-shadow: 0 0 10px 5px #000000 inset;
    box-shadow: inset 0 0 10px 5px #000000;
}


/* Knappar för borttagning (Röd) */

input.delete {
    background-color: #a80000;
    background: -webkit-gradient(linear, left top, left bottom, from(#f52e2e), to(#a80000));
    background: -webkit-linear-gradient(top, #f52e2e, #a80000);
    background: -moz-linear-gradient(top, #f52e2e, #a80000);
    background: -ms-linear-gradient(top, #f52e2e, #a80000);
    background: -o-linear-gradient(top, #f52e2e, #a80000);
    background: linear-gradient(top, #f52e2e, #a80000);
    -webkit-box-shadow: 0px 1px 0px 0px #ff9b9b inset;
    -moz-box-shadow: 0px 1px 0px 0px #ff9b9b inset;
    -ms-box-shadow: 0px 1px 0px0px #ff9b9b inset;
    -o-box-shadow: 0px 1px 0px 0px #ff9b9b inset;
    box-shadow: inset 0px 1px 0px 0px #ff9b9b;
    text-shadow: -1px -1px 0px #760000;
    border: 1px solid #a80000;
    font-weight: bold;
    color: #ffffff;
}

input.delete:hover {
    background-color: #a80000;
    border: 1px solid #a80000;
    -webkit-box-shadow: 0 0 10px 5px #a80000 inset;
    -moz-box-shadow: 0 0 10px 5px #a80000 inset;
    -ms-box-shadow: 0 0 10px 5px #a80000 inset;
    -o-box-shadow: 0 0 10px 5px #a80000 inset;
    box-shadow: 0 0 10px 5px #a80000 inset;
}

input[type='checkbox'] {
    background: none;
    padding: 0;
    width: 30px;
    border: 0;
}

iframe {
    width: 100%;
    margin: 0;
}

ul.tree,
ul.tree ul {
    list-style-type: none;
}

ul.tree>li {
    font-weight: bold;
}

ul.tree>li>ul {
    font-weight: normal;
}

#adminnav {
    display: none;
}

#printlogo {
    display: block;
}

#wrapper {
    width: 100%;
    float: none;
}

#wrapper #actions {
    display: none;
}

#wrapper #main {
    width: 100%;
    float: none;
    background: none;
}

#wrapper #main #left {
    display: none;
}

#wrapper #main #info {
    width: 100%;
    padding: 0;
    float: none;
}

#wrapper #main #info ul,
#modalcontent ul {
    margin-left: 15px;
}

#wrapper #main #info ul {
    list-style-type: disc;
    list-style-position: inside;
}

#wrapper #main #info ol {
    list-style-type: decimal;
    list-style-position: inside;
}

#wrapper #main #info ul ul,
#wrapper #main #info ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

#wrapper #main #info ol ol,
#wrapper #main #info ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

#wrapper #footer {
    display: none;
}

#modalcontent {
    padding: 20px;
    min-width: 400px;
}


/* Klasser */

.center {
    width: 926px;
    margin: auto;
}

.clear {
    text-indent: -4000px;
    line-height: 0;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.round {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -ms-border-top-right-radius: 15px;
    -o-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

.shadow {
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
}

div.graphinfo {
    display: none;
}

.news {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px 0;
    max-width: 100%;
    min-width: 100%;
    float: none;
}

.news:last-child {
    border-bottom: 0px solid #e5e5e5;
    margin: 0;
}

.status {
    position: relative;
    padding: 1%;
    margin: 0 0 20px 0;
    max-width: 97%;
    min-width: 97%;
    float: left;
}

.status:last-child {
    margin: 0 0 10px 0;
}

.status h1 {
    margin-bottom: 5px;
    color: #222222;
}

.status h1 img {
    vertical-align: middle;
    margin: 0px 0 5px 0;
}

.error {
    background-color: #FF9999;
    border: 1px solid #D00B0B;
}

.notification {
    background-color: #FFEB69;
    border: 1px solid #D89E00;
}

.information {
    background-color: #BBDBFA;
    border: 1px solid #0046AD;
}

.news table.tools,
.status table.tools {
    border: 1px solid #e5e5e5;
    background-color: rgba(255, 255, 255, .5);
    position: relative;
    position: absolute;
    margin: 0;
    padding: 0px;
    top: -2px;
    z-index: 100;
    right: 0;
}

.news table.tools:hover,
.status table.tools:hover {
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    background-color: #ffffff;
}

.news table.tools caption,
.status table.tools caption {
    position: absolute;
    font-weight: bold;
    top: -11px;
    left: 1px;
    padding: 0 10px;
}

.news table.tools:hover caption,
.status table.tools:hover caption {
    background-color: #ffffff;
}

table.files {
    border: 1px solid #e5e5e5;
    position: relative;
    margin: 25px 0 0 0;
    width: 100%;
    float: left;
    padding: 10px;
}

table.files caption {
    position: absolute;
    font-weight: bold;
    top: -11px;
    left: 25px;
    padding: 0 10px;
    background-color: #ffffff;
}

table.files tbody {
    padding: 10px;
}

table.files thead {
    font-weight: bold;
}

table.files tr:first-child {
    margin-top: 20px;
}

table.files tr:nth-child(even) {
    background-color: #e5e5e5;
}

table.files img {
    vertical-align: middle;
}

table.branches {
    border: 0px solid #e5e5e5;
    position: relative;
    margin: 0 5% 0 5%;
    width: 90%;
    float: left;
    padding: 10px;
}

table.branches caption {
    display: none;
}

table.branches tbody {
    padding: 10px;
}

table.branches thead {
    font-weight: bold;
}

table.branches tr:first-child {
    margin-top: 20px;
}

table.branches tr:nth-child(even) {
    background-color: #e5e5e5;
}

table.branches td {
    font-weight: bold;
}

table.branches td.offices {
    width: 95%;
    padding-left: 5%;
    font-weight: normal;
}

table.branches img {
    vertical-align: middle;
}

.loading {
    width: 100%;
    text-align: center;
}

.hide {
    display: none;
}

.postimage {
    max-width: 50%;
    margin: 0 0 3% 3%;
    float: right;
}

.postimage img {
    max-width: 100%;
}

.nobranchwrap {
    margin: 0px auto;
    width: 500px;
    float: none;
}

.nobranchwrap #changebranch .branches {
    margin-top: 65px;
    background: #ffffff;
}

.nobranchwrap #changebranch .branches #logo {
    margin: -50px 0px 40px 12px;
    display: block;
    width: 209px;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, .2);
}

table.graph {
    display: none;
}

.postit {
    position: relative;
    width: 47%;
    height: 300px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #0046AD;
}

.postitblack {
    background-color: #000000 !important;
}

.postit:nth-child(odd) {
    margin-right: 5%;
}

.postit img {
    position: absolute;
    z-index: 10;
}

.postit:hover img {
    position: absolute;
    z-index: 10;
    opacity: 0.5;
}

.postit .wrap {
    position: absolute;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    z-index: 20;
    text-shadow: none;
    color: #ffffff;
    display: table;
}

.postit .wrap h1 {
    line-height: 35px;
    text-shadow: none;
    color: #ffffff;
    position: absolute;
    top: 4%;
    width: 100%;
    height: 35%;
}

.postit .wrap p {
    display: block;
    position: absolute;
    width: 90%;
    top: 55%;
}

.postit .wrap p a:link {
    font-weight: bold;
    color: #ffffff;
}

.postit .wrap span {
    position: absolute;
    top: 45%;
    background-color: #97BF0D;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.small {
    font-size: 11px;
}

img.middle {
    vertical-align: middle;
}

.maxwidth {
    width: 100%;
    float: left;
}

span.red {
    color: #cc0000;
}

table.stats {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
}

table.stats thead th {
    background-color: #e5e5e5;
    font-size: 12px;
    text-align: left;
    padding: 2;
}

table.stats tbody td {
    border: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 2;
    text-align: left;
}