﻿body, form {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}
.error {
    clear: both;
    display: block;
    padding: 10px;
    margin: 40px !important;
    background-color: yellow;
    border: 4px solid #c00;
    font-weight: bold;
}

.error:empty {
    display: none;
}

#wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    padding: 0 10px 10px;
}
.head-label {
    padding-left: 5px;
    margin-bottom: 10px;
}
.unauth{
    margin-top:50px;
    width: 100%;
    display:flex;
    align-items:center;
}
#authcode{
    margin: auto;
}
.refreshbutton {
    color: #454545;
    margin-left: 10px;
    top: 3px;
    text-decoration: none;
}

    .refreshbutton::before {
        content: "\e103" !important;
        font: 20px/1 "WebComponentsIcons";
    }
.riLabel,
.rcbLabel {
    padding-left: 3px !important; 
   /* margin-top: 10px !important; */
    padding-right: 0 !important;
    white-space: nowrap;
    color: black;
    font-variant: small-caps !important;
    font-variant: all-small-caps !important;
    float: none !important;
    /* display: block !important; */
}
#OTPInput_wrapper{
    display: inline-block;
}
.icon-translate {
    background-size: 24px 18px !important;
}
.icon-translate.nb {
    background: url('/flag/no.svg') no-repeat center center;
}
.icon-translate.en {
    background: url('/flag/gb.svg') no-repeat center center;
}
.icon-translate::before{
    content: none !important;
}

.button-green {
    color: white !important;
    background-color: #007700 !important;
}

.button-green:hover {
    background-color: #004400 !important;
    box-shadow: inset 0 1px 1px #000000,0 0 8px #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6) !important;
}

.button-green:disabled:hover {
    background-color: #007700 !important;
}
.button-red {
    color: #fff !important;
    background-color: #ed1c2b !important
}

.button-red:hover {
    background-color: #af0e18 !important;
    box-shadow: inset 0 1px 1px #000000,0 0 8px #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6) !important
}

.button-red:disabled:hover {
    background-color: #ed1c2b !important
}
.button-mini {
    margin-top: 2px;
    margin-bottom: 0 !important;
    font-size: 0.80em !important;
    padding: 3px 4px 2px !important;
    border-radius: 5px !important;
    line-height: 1em !important;
    top: -4px;
    width: fit-content;
}
.button-mini-dd {
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 0.80em !important;
    padding: 3px 4px 2px !important;
    border-radius: 5px !important;
    line-height: 1em !important;
    width: fit-content;
}


.button-gray {
    color: white !important;
    background-color: #777 !important;
}

.button-gray:hover {
    background-color: #44616a !important;
    box-shadow: inset 0 1px 1px #000000,0 0 8px #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6) !important;
}

.button-gray.rbDisabled:hover {
    box-shadow: none !important;
    background-color: #777 !important;
}
.button-right {
    margin-left: 6px;
    float: right;
    justify-self: end;
}
.float-right { float:right; margin-left: 5px;}
.iconGoogleLink:before {
    font: 1.2em/1 "WebComponentsIcons" !important;
    content: "\e80d" !important;
    position: relative;
    top: -2px;
    border: none !important;
}

.iconSearchLink:before {
    font: 1.2em/1 "WebComponentsIcons" !important;
    content: "\e13e" !important;
    position: relative;
    top: -2px;
    border: none !important;
}
.iconHtmlLink:before {
    font: 1.2em/1 "WebComponentsIcons" !important;
    content: "\e134" !important;
    position: relative;
    top: -2px;
    border: none !important;
}
.framedpos {
    height: 37px;
}

.framedpos:before {
    position: relative;
    top: 1px;
    left: 1px;
}
.padtop {
    display: inline-block;
    width: 150px;
    padding-top: 15px;
}
.lbl input[type="checkbox" i] {
    position: relative;
    top: 2px;
    zoom: 1.4;
}
.align_center {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.radionarrow .rbIcon {
    margin: 0 !important;
}
.uni {
    margin: 0 0 0 0;
    /* table-layout: fixed; */
    width: 100%;
    border-collapse: collapse;
}

.uni thead th {
    background-color: #44616a;
    color: white;
    padding: 3px 8px;
    font-size: .9em;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #eee;
    font-weight: normal;
    overflow: hidden;
}

    .uni tbody td {
        padding: 8px;
        font-size: 1em;
        white-space: nowrap;
        overflow: hidden;
        border: 1px solid #eee;
        font-size: .9em;
}

.uni tr {
    vertical-align: top;
    background-color: white;
    color: #000;
}

.uni tr:hover {
    vertical-align: top;
    background-color: #f9f9f9;
    color: #000;
}
.closeto-top {
    position: relative;
    top: 4px;
}
.closeto-label{
    margin-top: -15px;
}
.rtsLevel {
    padding-left: 15px;
}
.RadTabStrip .rtsLink {
    color: #000 !important;
}

.RadTabStrip .rtsLI {
    background-color: #ededed;
    border-left: 0px solid silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.RadTabStrip .rtsLI.rtsHovered > span.rtsLink {
    background-color: #44616a !important;
    color: #fff !important;
}

.RadTabStrip .rtsLI.rtsHovered > span.rtsLink .rtsText {
    color: #fff !important
}

.RadTabStrip .rtsLI.rtsSelected > span.rtsLink {
    background-color: #fff !important;
    color: #000 !important
}
/*
.b183{ 
    border: 1px solid #ddd !important;
    border-top: none !important; 
}
*/
.block-view {
    display: grid;
    grid-template-columns: 1fr 150px;
    min-height: 170px;
    align-content: start;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-collapse: collapse;
}
.block-content {
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    padding: 10px;
    color: #555;
    border-collapse: collapse;
}
.block-buttons {
    width: auto;
    display: grid;
    grid-template-rows: 1fr;
    border-bottom: 1px solid #ddd !important;
    border-collapse: collapse;
}
    .block-buttons div {
        width: auto;
        text-align: center;
        padding: 10px;
    }
.block-buttons div button { display: block; width: 100%; margin-bottom: 5px; }

.wrapper-inner {
    margin: 0;
    overflow: hidden;
}
.wrapper-inner .rtsLink{
    padding: 5px 15px !important;
}
.block-tabs{
    margin-top: 10px;
}
.button-blue {
    color: white !important;
    background-color: #337ab7 !important;
}

.button-blue:hover {
    background-color: #296594 !important;
    background-color: #44616a !important; /* heavy */
    color: #fff !important;
    box-shadow: inset 0 1px 1px #000000, 0 0 8px #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
}
.adjustddlabel {
    position: relative;
    top: 3px;
}
.iconGlobeLink:before {
    font: 1.4em/1 "WebComponentsIcons" !important;
    content: "\e672" !important;
    position: relative;
    top: -2px;
    border: none !important;
}
.button-save {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    position: relative;
    top: 5px;
}

.button-save:before {
    content: "\e109" !important;
    font: 16px/1 "WebComponentsIcons";
    font-size: 1.6em;
    color: #ed1c2b; /* Tradia rød */
    color: #44616a !important; /* heavy */
    padding: 0 !important;
}

