﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap');

@font-face {
    font-family: 'Graphik';
    src: url("../fonts/Graphik-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Graphik-bold';
    font-weight: bold;
    src: url("../fonts/Graphik-bold.otf") format("opentype");
}

/********************************* Media *********************************/
@media screen and (max-width: 1149px) {
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:focus {
    }

    .navbar-inverse .navbar-toggle {
        background-color: #333333;
    }

    .nav-legat-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .legat-vurdering-item-style {
        width: 5%;
    }

    .nav-legat-float {
        position: fixed;
        height: calc(100vh - 90px);
        background: white;
        width: 50vw;
        right: -25px;
        z-index: 100000;
        top: 60px;
        transform: translateX(50vw);
    }

    .active-nav .nav-legat-float {
        transform: translate(0);
        transition: 0.25s ease-in-out;
    }

    .active-nav {
        overflow: hidden;
    }

        .active-nav .navbar-toggle .icon-bar:nth-child(3n+1) {
            transform: rotateZ( 45deg ) translate(4px,5px);
        }

        .active-nav .navbar-toggle .icon-bar:nth-child(3n) {
            transform: rotateZ( -45deg ) translate(4px,-4px);
        }

        .active-nav .navbar-toggle .icon-bar:nth-child(3n+2) {
            opacity: 0;
        }

    .navbar-toggle {
        display: block !important;
    }

    body::after {
        content: "";
        display: block;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 90px);
        top: 90px;
        left: 0;
        z-index: -1;
        background: transparent;
        transition: 0.25s ease-in-out;
    }

    body.active-nav::after {
        z-index: 50;
        opacity: 1;
        background: rgb(0,0,0,0.5);
    }
}

.Sidebaractive {
    margin-top: 0px !important;
}

.legat-info-icon {
    color: black;
    margin-right: 5px;
    font-size: 14px;
}

.legat_tooltip {
    margin-top:20px;
}

.tooltip-inner {
    background-color: Gray;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #2f4fff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #2f4fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #2f4fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #2f4fff !important;
}
.legat-image-padding{
   padding-top:0px;
}
@media screen and (min-width: 1149px) {
    /*.legat-fixed-row-button-not-generic,
    .legat-fixed-row-button {
        right: 33.5% !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 65.6% !important;
    }

    .legat-fixed-full-row-button-not-generic,
    .legat-fixed-full-row-button {
        padding: 0 !important;
        margin: 0 !important;
    }

    .row.legat-bulletlist {
        width: 33.5% !important;
        padding: 0 !important;
        margin: 0 !important;
    }*/

    .navbar {
        max-width: 100%;
        width: 100%
    }

    .nav-legat-float {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    /*.legat-fixed-row-button-not-generic,
    .legat-fixed-row-button {
        width: 80% !important;
    }
*/
    .nav-legat-float {
        width: 80vw;
        transform: translateX(80vw);
    }
}

@media screen and (min-width: 767px) {
    .jumbotron {
        margin-top: 20px;
    }

    .modal-dialog {
        width: 60% !important;
    }

    body {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .container {
        margin: 5px;
        max-width: 100% !important;
        width: 100%
    }

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }
}
/********************************* End media *********************************/

/********************************* Content *********************************/

.legat-text-right {
    text-align: right !important;
}
.legat-error {
    color: red;
}

.legat-top5 {
    margin-top: 5px;
}

.legat-top7 {
    margin-top: 7px;
}

.legat-top10 {
    margin-top: 10px;
}

.legat-top15 {
    margin-top: 15px;
}

.legat-top17 {
    margin-top: 17px;
}

.legat-top30 {
    margin-top: 30px;
}

.logo-legat {
    Width: 100%;
    padding-top: 0px !important;
}

.legat-top-logo {
    margin-top: 0px !important;
    position: fixed !important;
}

.legat-main-button {
    width: 30% !important;
    float: right !important;
    min-width: 200px !important;
}

.legat-main-button-small {
    width: 100% !important;
    float: right !important;
}
.legat-main-button-grid {
    width: 25% !important;
    float: left !important;
    height: 40px !important;
}
.InfoDivHeader {
    color: white;
    font-family: 'Graphik-bold';
    border: 0px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    background-color: var(--button-background-color);
    width: 100%;
}

.legat-main-button-icon-1 {
    font-size: 20px;
    padding-left: 40px;
    margin-top: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.legat-main-button-icon-2 {
    font-size: 20px;
    margin-top: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
}

.vurdering-legat-header,
.vurdering-legat-item,
.vurdering-legat-selected,
.vurdering-legat-alternate {
    font-size: 12px !important;
}

.legat_hidden {
    display: none !important;
}

.list-group-item-danger-legat {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-bottom: 20px;
}

.legatLi {
    margin-bottom: 5px;
}

.legatLi-login {
    margin-bottom: 5px;
    background-color: #242b6b;
}

.legat-text-validation {
    color: red;
    font-weight: bold;
}

:root {
    --button-color: #fff;
    --button-background-color: #242b6b;
    --border-color: #2e6da4;
    --font-family: 'Graphik';
}
span.RadButton_Bootstrap.legat-main-button {
    height: 45px !important;
}

.RadButton_Bootstrap .rbDecorated {
    color: var(--button-color) !important;
}
.RadButton_Bootstrap.legat-main-button .rbDecorated {
    height: 45px !important;
    font-size: 16px !important;
    padding-bottom:10px!important;
}
.RadButton_Bootstrap.legat-btn-primary {
    font-size: 14px !important;
    padding: 6px 12px !important;
    margin-left:3px;
    margin-bottom: 0 !important;
    /* display: inline-block !important;*/
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent;
    color: var(--button-color) !important;
    background-color: var(--button-background-color) !important;
    border-radius: var(--border-radius) !important;
    font-weight: bold !important;
    border-color: var(--border-color) !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
}

.legat-fix-margin {
    margin-top: 190px;
    margin-left: 0px;
    margin-right: 20px;
}

/* Menu Type */
.legat-login-type {
    width: 100px !important;
    right: 20px !important;
    position: fixed !important;
    top: 10px !important;
}

.legat-logout-type {
    width: 100px !important;
    right: 20px !important;
    position: fixed !important;
    top: 10px !important;
}
/* End Menu Type */

.nav-middle-legat {
    top: 190px; 
    padding-top: 0px;
    background-color: White;
    color: #454545 !important;
    border: none;
    margin-bottom: 20px;
    z-index: 4999;
}


.container-top-logo {
    background-color: #ed1c24;
    height: 80px;
}

.content-main-legat {
    background-color: #f5f5f5;
    padding-top: 0px;
}

.content-gridErrors-legat {
    padding-left: 0px !important;
}


.row-legat {
    padding-top: 0px;
    background-color: #f5f5f5;
/*    box-shadow: 1px 1px 1px 1px #EEEEEE; */
    border: 0px solid;
}


.content-lefttop-legat {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #000000;
    color: #ffffff
}

.content-leftbottom-legat {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 10px;
    background-color: #EEEEEE;
    color: #333333;
    border: 0px solid;
    box-shadow: 1px 1px 1px 1px #fff;
    border-color: #a49c9c;
    padding-bottom: 10px;
    margin-right: 0px;
}

.btn-legat-icon {
    background-color: transparent;
}

.a-legat {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 18px;
}

.img-center {
    margin: 0 auto;
}

.spacer {
    margin-top: 80px;
}

.table-legat {
    padding: 0px;
    border: solid 1px;
    border-color: #d2d2d2;
}

.topInfo {
    border: 0px;
    background-color: transparent;
    width: 100%;
    color: #454545 !important;
    margin-top: 15px;
}
/********************************* End content *********************************/



/********************************* Banner *********************************/

.BannerImageDivClient {
    width: 100%;
    height: 165px;
}

.BannerDiv {   
    height: 0px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -190px
}

.BannerDivBorder {
    margin-top:130px;
    border-top-style: solid;
    border-width: 0px;
    border-color: black;   
}

.LanguageDiv {
    position: fixed;
    z-index: 10000;
    right: 130px;
    top: 15px;
    border:0px solid red;
}

.LanguageDiv a {
position: relative;
z-index: 11000;
display:inline-block;
border:0px solid blue;
}
.textDK {
    text-decoration: none;
    font-family: var(--font-family);
    color: #68716a;
}

.textUK {
    text-decoration: none;
    font-family: var(--font-family);
    color: #68716a;
}
/********************************* end Banner *********************************/
/********************************* Navigation *********************************/
.nav-legat {
    margin-bottom: 0px;
    background-color: white;
    color: #454545 !important;
    justify-content: space-between;
    padding-right: 10px !important;
}
.nav-legat-right {
    display: flex;
}

.navbar-right-legat > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #454545 !important;
}

.nav-legat-item {
    color: #454545 !important;
    font-size: 1.6rem !important;
    display: inline-flex !important;
    top: -2px;
    padding-bottom: 3px !important;
    height:55px;
}

.nav-legat-item-login {
    /*  margin-top: 10px;*/
    margin-left: 10px;
    background-color: #242b6b !important;
    font-size: 1.6rem !important;
    line-height: 30px;
    display: inline-flex !important;
    color: white !important;
}

.nav-legat-item-selected {
    text-decoration: none;
    background: white;
    border-bottom: #0052FF 4px solid;
    /*  color: #0052FF !important;*/
    left: 0;
    right: 0;
    font-weight: 600;
    height:55px;
    /*    top: 0px;*/
}

.nav-legat-item-done {
}

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 20px;
            padding-bottom: 20px;
            line-height: 20px;
            color: #fff;
        }

.nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav > .open > .dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .top-nav > .open > .dropdown-menu > li > a {
        white-space: normal;
    }
.navbar-fixed-top {
    padding-right: 25px !important;
    padding-left: 15px !important;
    position: fixed !important;   
    top:115px;
    z-index: 6000;
}

.logo-fixed-top {
    padding-right: 0px !important;
    padding-left: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed !important;
    z-index: 5000;
    top: 0px;
    width: 100%;
    background-color: white;
    left: 0px;
}
.legat-MenuItemDivNotDone {
    padding-right: 5px;
    font-size: 25px;
    opacity: 0.9;
    color: red;
}

.legat-MenuItemDivDone {
    padding-right: 5px;
    font-size: 25px;
    opacity: 0.9;
    color: green;
}

/*.rgSelectedRow td{
    background-color: rgb(107, 176, 120)!important;
}*/

/********************************* End navigation *********************************/
/********************************* General *********************************/


.legat-top5 {
    margin-top: 5px;
}

.legat-top7 {
    margin-top: 7px;
}

.legat-top10 {
    margin-top: 10px;
}

.legat-top15 {
    margin-top: 15px;
}

.legat-top17 {
    margin-top: 17px;
}

.legat-top30 {
    margin-top: 30px;
}
.carousel.col-md-12 {
    padding: 0;
    margin: 0;
}

.legat-carousel-control {
    background-image: none !important;
}

.legat-slider-image-div {
    height: 600px !important;
}

.legat-slider-image-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/*.legat-fixed-row-button {
    z-index: 1000;
    top: auto !important;
    bottom: 110px !important;
    left: auto !important;
    position: fixed !important;
    width: 100%;
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border: 1px black;
}

.legat-fixed-full-row-button {
    z-index: 1000;
    top: auto !important;
    bottom: 110px !important;
    left: auto !important;
    position: fixed !important;
    width: 100%;
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border: 1px black;
}


.legat-fixed-row-button-not-generic {
    z-index: 1000;
    top: auto !important;
    bottom: 110px !important;
    left: auto !important;
    position: fixed !important;
    width: 100%;
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border: 1px black;
}

.legat-fixed-full-row-button-not-generic {
    z-index: 1000;
    top: auto !important;
    bottom: 110px !important;
    left: auto !important;
    position: fixed !important;
    width: 100%;
    background-color: #f5f5f5 !important;
    padding: 10px !important;
    border: 1px black;
}*/


.form-control-legat {
    color: #999999;
}

.v-center {
    display: flex;
    align-items: center;
}

    .v-center span {
        color: white !important;
    }

.edit-cell-legat {
    max-width: 0px;
    font-size: 18px;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    select::-ms-expand {
        border-style: none;
    }

.largeTitle {
    font-size: 24px;
    font-weight: bold;
    color: black;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    display: block;
    padding-top: 0px;
    font-family: 'Graphik-bold';
}
.cssDescriptiontable {
    margin-top: 20px;
}


.largePlus {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    display: block;
    padding-left: 10px;
    padding-bottom: 5px;
    cursor: pointer
}

.specialFont {
    font-size: 11px
}

.line {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    height: 3px;
    border: none;
}
.glyphicon-star{
    color:black;
    font-size:11px;
}
.checkbox {
    margin-top: 0px !important;
    padding: 0 !important;
}

.legat-main-login-content {
    background-color: #f5f5f5
}

.legat-login-content {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #fff;
    color: #333333;
    border: 0px solid gray;
    box-shadow: 1px 1px 1px 1px #fff;
    border-color: #fff;
}

.legat-login-button {
    border: 0 !important;
    background-color: #004d99!important;
    color:white!important;

}

.legat-right-content {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #f5f5f5;
    color: #333333;
    border: 0px solid gray;
    box-shadow: 1px 1px 1px 1px #fff;
    border-color: #fff;
    padding-bottom: 0px;
}
.legat-user-icon {
    vertical-align: central;
    padding-right: 10px;
    padding-top: 5px;
}
.legat-right-login-info {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 10px;
    background-color: #f5f5f5;
    color: #333333;
    border: 0px solid;
    border-color: #fff;
    padding-bottom: 10px;
}

.legat-right-login-links {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 20px;
    /*padding-top: 10px;*/
    /*background-color: rgba(255, 255, 255, 0.2);*/
    color: #333333;
    border: 0px solid gray;
    /* box-shadow: 1px 1px 1px 1px #fff;*/
    /*    border-color: #fff;*/
    padding-bottom: 10px;
    position: fixed;
    top: 3.5% !important;
    right: 0.5%;
    z-index: 6000;
    width: 180px !important;
}
.legat-right-login{   
    margin-top: 20px;   
}

.legat-text-right {
    text-align: right !important;
}

.row.legat-bulletlist {
    display: block;
   /* position: fixed;*/
    bottom: 1%;
    margin-right: 30px !important;
    padding-right: 30px !important;
    margin-left: 0px !important;
    padding-left: 0px;
    width: 100%;
    z-index: 5;
    bottom: 115px !important;
    padding-top: 15px !important;
}

.legat-dangerClolor {
    color: #ff4444 !important;
}

.rgHeader a {
    color: black !important;
}

.k-grid td {
    border-width: 0px !important;
    line-height: 1.4em;
}

.legat-padding-content {
    padding-left: 15px;
    padding-top:15px;
    padding-right:0px;
}

.float-right {
    float: right;
    margin-bottom: 5px;
}

.subGrid_Style {
    background: black;
    color: white;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none!important;
}

.genericGridHiddenField {
    display: none;
}

.modal-dialog {
    width: 70% !important;
    top:25%!important;
}

.editIcon {
    width: 35px !important;
    height: 35px !important;
}

.addicon {
    width: 25px;
    height: 25px;
}

.editicon {
    width: 30px;
    height: 30px;
}

.iconText {
    font-size: 20px;
    color: gray;
    background-color: transparent;
}

.onlinelegatFloatRight {
    float: right;
    padding-top: 20px;
}

.align-top input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
}

h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #fff;
    color: gray;
}

.dropdown-control-legat {
    width: 100% !important;
}

.listbox-control-legat {
    height: auto !important;
    width: 100% !important;
}

.checkbox-control-legat {
    width: 100% !important;
    text-align: left;
}

.hidden {
    display: none!important;
}

/********************************* end General *********************************/

/*********************************  Login popup *********************************/
#login-popup {
    padding: 8vh 4vh;
    background: white;
    width: 100%;
    height: 80vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.login-popup-header {
    margin-bottom: 10rem;
}

.login-popup .form-group {
    float: none;
    padding: 0;
}

.login-popup-header .login-popup-headline {
    margin-top: 0;
    padding: 0;
}

.login-popup .text-danger {
    padding-left: 0;
    margin-bottom: 4rem;
}

.login-popup .glyphicon {
    float: left;
    margin-right: 1rem;
    margin-top: 0.2rem;
    color: #a94442;
}

#popup-background {
    width: 100vw;
    height: 100vh;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

body.opened-popup {
    overflow: hidden;
}

    body.opened-popup #popup-background {
        display: block;
    }
/********************************* End Login popup *********************************/

/********************************* Grid *********************************/
.rgCommandRow {
    background-color: #f5f5f5;
}

.rgCurrentPage {
    color: #333333 !important;
    background: #D0D0D0 !important;
    border-width: 2px !Important;
    border-color: #fff !important;
}

.GridPager td {
    border-width: 0px !important;
}

.legat-alternate-Grid {
    background-color: #f5f5f5;
}

.legat-command-spacing {
    padding-left: 10px;
}

.legat-static-grid-command {
    color: #242b6b !important;
    text-decoration-color: #242b6b;
    text-decoration: underline !important;
    font-weight: bold;
}

.GridPager a, .GridPager span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline !important;
}

.rgNumPart a {
    color: #333333;
}

.GridPager a {
    background-color: transparent;
    color: #333333;
}

.GridPager span {
    background-color: #242b6b;
    color: #fff;
    height: 20px;
}
.k-grid{
    overflow-y:auto!important;
}
/********************************* End Grid *********************************/

/************************************* Bootstrap/Telerik standard Legat skin styling **************************************/
/*.RadComboBox_Bootstrap .rcbInput,*/
.RadComboBox_Bootstrap .rcbInner {
    /*border-color: Transparent !important;*/
    /*background-color: rgb(20, 55, 104,0.1) !important;*/
}

.RadComboBox_Bootstrap .rcbReadOnly .rcbInput {
}

.RadButton_Bootstrap .rbToggleCheckboxChecked {
    color: rgb(20, 55, 104,0.7) !important;
}
.rbToggleRadio,
.rbToggleCheckbox {
    background-image: none !important;
}
.rbToggleRadioChecked,
.rbToggleCheckboxChecked {
    background-image: none !important;
}
.btn-default {
    background-color: #242b6b !important;
    border-color: #242b6b !important;
    color: #fff !important;
}

    .btn-default:hover,
    .btn-default:visited,
    .btn-default:focus,
    .btn-default:active,
    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        background-color: rgb(20, 55, 104,0.8) !important;
        border-color: rgb(20, 55, 104,0.8) !important;
        color: #fff;
    }
.RadCalendar_Bootstrap {
    width: 100%;
}

.editDialog,
.rwTable {
    width: 700px !important;
    height: 550px !important;
}

.editform {
    width: 650px !important;
    height: 400px !important;
}

.rgEditForm input {
    width: 750px !important;
}

.rgEditForm .RadInput_Bootstrap {
    width: 750px !important;
}

.onlinelegatNumber {
    text-align: right;
}

.control-container {
    float: left;
    padding-left: 50px;
    width: 330px;
}

.Base {
    display: inline-block;
    font: 12px/18px "segoe ui",arial,sans-serif;
    height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 121px;
    color: #fff;
    border: 1px solid #333;
}

.L0 {
    border: 0 none;
}

.L1 {
    background-color: #ff3933;
}

.L2 {
    background-color: #ff6633;
}

.L3 {
    background-color: #ff3399;
}

.L4 {
    background-color: #cccc33;
}

.L5 {
    background-color: #33cc00;
}

.rcbInputCell {
    background-repeat: repeat !important;
}

.RadCheckBox .rbText {
    padding-left: 10px !important;
}

.cfgContent .RadComboBox {
    margin-bottom: 10px;
    width: 298px;
}

.cfgContent .RadComboBoxWithLabel .rcbLabel {
    width: 210px;
    display: inline-block;
}

.checkboxes {
    line-height: 30px;
}

.customizedInd {
    overflow: hidden;
}

    .customizedInd .RadInput {
        margin-bottom: 5px;
    }

        .customizedInd .RadInput .riLabel {
            width: 135px;
            display: inline-block;
        }

    .customizedInd h2 {
        font-weight: normal;
        font-size: 14px;
        color: #666;
    }

.upper-container {
    border-bottom: 1px dotted #333;
    padding-bottom: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.wrapper {
    display: block;
}

a.btn-customized-3 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .75rem 1.5rem;
    background: #444;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
}

    a.btn-customized-3:hover,
    a.btn-customized-3:active,
    a.btn-customized-3:focus,
    a.btn-customized-3:active:focus,
    a.btn-customized-3.active:focus,
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

    a.btn-customized-3 i {
        margin-right: 5px;
    }

.btn-default {
    background-color: #004d99;
    border-color: #004d99;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    outline: none;
}

    .btn-default:hover,
    .btn-default:visited,
    .btn-default:focus,
    .btn-default:active,
    .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
        background-color: #0052ff;
        border-color: #004d99;
        color: #fff;
    }

a.btn-customized-4 {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    padding: 0;
    background: #444;
    border: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    box-shadow: none;
    text-indent: -999999px;
}

    a.btn-customized-4.btn-customized-dark {
        background: #222;
    }

    a.btn-customized-4.btn-customized-light {
        background: #fff;
    }

    a.btn-customized-4.btn-customized-dark:hover,
    a.btn-customized-4.btn-customized-dark:active,
    a.btn-customized-4.btn-customized-dark:focus,
    a.btn-customized-4.btn-customized-dark:active:focus,
    a.btn-customized-4.btn-customized-dark.active:focus,
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

    a.btn-customized-4.btn-customized-light:hover,
    a.btn-customized-4.btn-customized-light:active,
    a.btn-customized-4.btn-customized-light:focus,
    a.btn-customized-4.btn-customized-light:active:focus,
    a.btn-customized-4.btn-customized-light.active:focus,
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
    a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: 0;
        background: #555;
        border: 0;
        color: #fff;
        box-shadow: none;
    }

.btn-collapse {
    position: absolute;
    padding: 0px 5px;
    border-radius: 5px 5px 0 0;
    top: 25px;
    right: 0;
    transform: rotate(-90deg);
    @include transition(all, .3s, ease-out);
    z-index: 999;
    color: #242b6b;
    font-size: 18px;
}

.btn-uncollapse {
    position: absolute;
    padding: 0px 5px;
    border-radius: 5px 5px 0 0;
    top: 35px;
    right: 0;
    transform: rotate(90deg);
    @include transition(all, .3s, ease-out);
    z-index: 999;
    color: #242b6b;
    font-size: 18px;
}

.content {
    width: 100%;
    transition: all 0.3s;
}

.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #444;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

    .dismiss:hover,
    .dismiss:focus {
        background: #555;
        color: #fff;
    }

.RadButton .rbIcon::before {
    display: inline-block;
    font: 25px/1 "WebComponentsIcons" !important;
}
.RadButton {
    box-sizing: border-box!important;
}

.checkbox .rbText {
    padding-left: 10px !important;
}

.RadRadioButton .rbIcon::before {
    display: inline-block;
    font: 19px/1 "WebComponentsIcons" !important;
}
/* End Telerik and Bootstrap */

/* upload */

.qsf-upload-canvas {
    width: 100%;
    color: #555555;
    background: white;
    font-size: 13px;
    position: relative;
    /*padding-right:10px;*/
}

    .qsf-upload-canvas .qsf-decoration {
        /*width: 130px;*/
        /* height: 305px;*/
        position: absolute;
        left: 15px;
    }

    .qsf-upload-canvas h2 {
        margin: 0;
        padding: .25em 40px .25em 150px;
        color: #ffffff;
        background: Black;
        text-transform: uppercase;
    }

    .qsf-upload-canvas .qsf-list {
        margin: 0;
        padding: 1em 0 1em 150px;
        list-style: none;
    }


    /** Customize the RadUpload */
    .qsf-upload-canvas .RadUpload {
        width: auto;
    }

    .qsf-upload-canvas .ruInputs li {
        position: relative;
    }

        /** Upload mini-control */
        .qsf-upload-canvas .ruInputs li:first-child {
            /* padding-top: 1em;
    padding-bottom: 1em;*/
        }

    /** Validation error */
    .qsf-upload-canvas .ruInputs .ruError {
        padding: 5px 0px;
        margin: 10px 0px;
        border: 1px solid #ef0000;
    }

    .qsf-upload-canvas .ruError .ruFileWrap {
        height: auto;
        overflow: visible !important;
        display: block;
    }

    .qsf-upload-canvas .ruError .ruUploadProgress {
        display: inline;
    }

    .qsf-upload-canvas .ruError .ruUploadFailure {
        background-position: 2px 80%;
    }

    .qsf-upload-canvas .ruError .ruErrorMessage {
        display: block;
        font-variant: small-caps;
        text-transform: lowercase;
        margin-left: 5px;
    }

    .qsf-upload-canvas .ruButton {
        height: 30px !important;
    }

    .qsf-upload-canvas .ruFakeInput {
        height: 80px !important;
        width: 88% !Important;
        border-width: 3px !Important;
        border-style: dashed !important;
        border-color: #dee2e6 !important;
        background-color: #f9f9f9 !important;
    }

    .qsf-upload-canvas .ruFileWrap {
        width: 100% !important;
        display: inline !important;
    }

    .qsf-upload-canvas .ruFileLI,
    .qsf-upload-canvas .RadUpload,
    .qsf-upload-canvas .ruButton {
        font-size: 13px !important;
    }

    .qsf-upload-canvas .ruSelectWrap {
        width: 100% !important;
    }

    .qsf-upload-canvas .RadUpload .ruButton {
        width: 11.5% !Important;
    }

    .qsf-upload-canvas input[type="file"] {
        display: grid !important;
        width: 100%;
    }

    .qsf-upload-canvas .qsf-results button {
        height: 40px !important;
    }
    /** Validation list */
    .qsf-upload-canvas .qsf-results {
        padding: 1em 0 1em;
    }

        /** Headings */
        .qsf-upload-canvas .qsf-results h3 {
            margin: 0;
            padding: 1em 0 1em 40px;
            font-size: 10px;
            font-weight: normal;
            text-transform: uppercase;
            background-position: left center;
            background-repeat: no-repeat;
        }

    .qsf-upload-canvas .qsf-success h3 {
        color: #0f4924;
        background-image: url("images/qsf-upload-success-bg.png");
        padding-left: 0px;
        font-size: 12px;
        font-weight: bold;
        width: 65%;
        border: 1px solid #0f4924;
    }

    .qsf-upload-canvas .qsf-error h3 {
        color: #ef0000;
        background-image: url("images/qsf-upload-error-bg.png");
    }

    /** list */
    .qsf-upload-canvas .qsf-results .qsf-list {
        padding: 10px;
        background: none;
    }

    .qsf-upload-canvas .qsf-success .qsf-list {
        padding-left: 0px;
    }

    .qsf-upload-canvas .qsf-error .qsf-list {
        margin-bottom: 1em;
    }

    /* Error */
    .qsf-upload-canvas .ruError .ruErrorMessage {
        color: #ef0000;
        font-variant: small-caps;
        text-transform: lowercase;
        padding-bottom: 0;
    }

    .qsf-upload-canvas .ruBrowse {
        font-size: 14px !important;
        display: inline-block !important;
        text-decoration: none !important;
        text-align: center !important;
        white-space: nowrap !important;
        vertical-align: middle !important;
        -ms-touch-action: manipulation !important;
        touch-action: manipulation !important;
        cursor: pointer !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        border: 1px solid transparent;
        color: var(--button-color) !important;
        background-color: #242b6b !important;
        border-radius: var(--border-radius) !important;
        font-weight: bold !important;
    }
/* End upload */

.RadEditor {
    font-weight: normal;
}
/************************************* End Bootstrap/Telerik standard Legat skin styling **************************************/
/************************** bailwal **************************************/
.bailwaldiv {
    position: absolute;
    z-index: 10;
    background-color: WHITE;
    filter: alpha(opacity = 70);
    opacity: 0.8;
}

.bailwalframe {
    position: absolute;
    z-index: 5000;
    background-color: white;
    border: 1px solid;
    -moz-box-shadow: 0 0 3px 3px #BBB;
    -webkit-box-shadow: 0 0 3px 3px #BBB;
    box-shadow: 0 0 3px 3px #BBB;
    padding-left: 15px;
}
/************************** end bailwal **************************************/
.layer {
    background: none;
    background-color: gray;
    position: fixed;
    content: " ";
    z-index: 1;
    display: table;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    z-index: 1;
    width: 100%;
}

.block {
    background: none;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 3000;
}

.table{
	border-color:LightBlue;
	border-style:none;
	border-width:0px;
	width:100%;
	text-align:left;
	vertical-align:top!important;	
}

.ehmidtRadioList label {
    padding-left: 7px;
    white-space: pre-wrap !important;
    text-align: left !important;
    display: inline
}
.ehmidtCheckBox label {
    padding-left: 7px;
    white-space: pre-wrap !important;
    text-align: left !important;
    display: inline
}
.ehmidtCheckBoxList label {
    padding-left: 7px;
    white-space: pre-wrap !important;
    text-align: left !important;
    display: inline
}
.ehmidtCheckBoxList td{
    vertical-align:top;
}
.legat-disable-Pointer-event {
    pointer-events: none!important;
}

.popover-title {
    background-color: #FFFFFF; 
  }
.arrow {
    border-right-color: rgb(22,30,39)!important;
  }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color:rgb(22,30,39,0.7)!important;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  ;
}
/* CUSTOM POPOVERS */

/* ========== BEGIN POPOVER  ========== */

.popover.left {
margin-left: -10px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #2a4254;
}
/* ========== END POPOVER ========== */

/* Koda STYLE */

:root {
    --koda-red: #242b6b;
    --koda-orange: #242b6b;
}

/*body {
    background-image: url(../images/slider.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
}*/

* {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
    font-weight: 700;
}

.legat-main-login-content {
    background: white;
    padding: 4rem 6rem;
}

.legat-main-login-content h4 {
    margin-bottom: 0;
}

a {
    font-weight: bold;
    color: var(--koda-red);
    text-decoration: underline;
}

.main-MitId {
    background-color: #0060E6 !important;
    color: white !important;
    padding: 1.4rem 8rem;
    margin: 2rem 0;
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 700;
    font-style: normal;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: underline;
}

.legat-login-button-Midt {
    padding: 0;
    color: var(--koda-red);
    background: transparent;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 2rem 0;
}

.legat-login-button-slash {
    margin: 0 1rem;
    display: inline-block;
}

.content-main-legat {
    background-color: white;
}

.koda-main-content {
    display: flex;
    padding-bottom: 64px;
    margin: 190px 8vw;
    width:72%;
    margin-left:15%;
}
.koda-main-content-background {
    background-color: white;
}
.logo-fixed-top {
   /* box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15);*/
}

form.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.legat-fix-margin.koda-footer-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 80px;
}
.nav-middle-legat {
    top: 190px;
    padding-top: 0px;
    background-color: White;
    color: #454545 !important;
    border: none;
    margin-bottom: 20px;
    z-index: 4999;
    width: 72%;
    margin-left: 15%;
}
.navbar {
    border-radius: 0px!important;
}
/*#contentWrap{
   margin-top:50px;
}*/
#contentWrap {
    background-image: url(../images/slider.png);
    background-size: cover,auto;
  /*  margin-top: 230px;*/
    /*background-position:bottom;*/
}
#statusPanel{
     margin-top:30px;
}
#content-slide {
    padding-top: 30px;
}
/********************************* footer *********************************/
.footerspan {
    color: white;
}

.footer-legat {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #161e27;
    color: white !important;
}

.footer-legat-twoline {
    min-height: 60px;
}

.footer-legat-threeline {
    min-height: 80px;
}

.footer-legat-oneline {
    min-height: 40px;
}
.legat-footer-right {
    text-align: right !important;
    font-weight: bold !important;
    padding-right: 15px !important;
}

.legat-footer-left {
    text-align: left !important;
    font-weight: bold !important;
    padding-left: 15px !important;
}
.footer-legat {
  /*  margin-top: 140px;*/
}
.footer-legat {
    background-color: white;
    color: #000000;
}

.footerspan {
    color: #000000;
}

footer .spacer {
    display: none;
}

footer #F21 {
    color: var(--koda-orange);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 3rem;
}

footer #F21,
footer #F31 {
    min-height: 50px;
}

#footer1 {
    min-height: 140px;
    background-image: url('../images/logo.png');
    background-size: 140px;
    background-repeat: no-repeat;
/*    background-position: -8px -12px; po */
}
/********************************* End footer *********************************/

.playerminimalistic {
    height: 100px!important;
    background-color: #242b6b!important;
}

.align-center {
    text-align: center;
}

.bi-trash {
    font-size: 25px;
    color: var(--button-background-color) !important;
}

.legat-delete-icon {
    border: 0px !important;
    background-color: transparent !important;
    font-size: 20px !important;
    position: absolute;
}

.rbRemoveIcon{
   width:100px!important;
}

.rgHeader {
    min-width:70%;
}

.rgDataDiv
{
    overflow-y:hidden!important;
    height: 100% !important;
}

.legat-dummy-command {
    border: 0px !important;
    background-color: transparent !important;
}

.legat-button-top-row{
    padding-bottom:10px;
}

.legat-insert-button {
    position: absolute;
    top:10px;
    right:5px;
    display: block;
}

.CommandHeader {
    width: 110px !important;
    max-width: 110px !important;
}

.CommandHeaderDelete {
    width: 70px;
}

.k-grid .rgCaption {
    background-color: #f5f5f5;
}

.ruDropZone {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    background-color:transparent!important;
    border:0!important;
    width:90%!important;
}

.legat-insert-icon {
    position: absolute;
    margin-top: 30px;
    display: block;
}

.legat-main-button-top input {
   margin:auto!important;
}

.legat-main-button-top {
    float:left!important;
}

.rcbSlide{
    z-index:9999!important;
}

.selectPlayerSettings {
    position: fixed;
    z-index: 10000;
    right: 190px;
    top: 15px;
    border: 0px solid red;
    width:300px!important;
}

.bi-pencil-square {
    font-size: 25px;
    color: var(--button-background-color) !important;
    padding:0px!important
}

.legat-radios .rbVertvicalList {
    justify-content: stretch !important;
}

.legat-radios .rbVertvicalList {
    justify-content: stretch !important;
}
.legat-radios {
    /* background-color: rgb(20, 55, 104,0.1);*/
    border: 1px solid #c1bcbc;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
}
.legat-checkboxes .rbVertvicalList {
    justify-content: stretch !important;
}
.legat-radios .RadButton {
    justify-content: stretch !important;
}
.legat-checkboxes .RadButton {
    justify-content: stretch !important;
}
.legat-checkboxes {
    /*background-color: rgb(20, 55, 104,0.1);*/
    border: 1px solid #c1bcbc;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
}

.legat-Ansoeninger-commands-button {
    min-width: 85px !important;
    max-width: 90px !important;
    width: 90px !important;
    margin: 0px,0px,0px,0px !important;
    padding: 0px,0px,0px,0px !important;
}
.legat-Ansoeninger-commands-icon {
    min-width: 45px !important;
    max-width: 45px !important;
    width: 45px !important;
    margin: 0 !important;
    padding:0 !important;
    text-align: center;
}
