
body
{
    text-align: center;
}

.blueLine {
    background: linear-gradient(to right, #62b9e9, #00577c);
    min-height: 10px;
    position: fixed;
    top: 90px;
    z-index: 4;
    width:100%;
    margin:0px;
}

#mainDiv {
    /*margin-left: 200px;*/ /* Same as the width of the sidenav */
    font-size: 16px; /* Increased text to enable scrolling */
    padding: 0px;
    position: relative;
    top: 100px;
}

#mainDivNoSide {
    font-size: 16px; /* Increased text to enable scrolling */
    padding: 20px 20px;
    position: relative;
    top: 100px;
}

.showNav-container {
    position:fixed; 
    top:94px; 
    left:0px;
}

/*XS screens*/
@media only screen and (max-width: 576px) {
    

    nav {
        display: none;
        z-index: 0;
    }

    #mainDiv {
        margin-left: 0px !important;
        /*z-index:1;*/
    }
    .showNav-container {
        z-index: 10;
    }
}

/*Smaller screens*/
@media only screen and (max-height: 520px), screen and (max-width: 768px) {

    .topBoxTitleLeft {
        padding-left: 10px !important;
    }

    .sideMenu, .nav-control {
        /*padding-top: 15px;*/
        width: 160px !important;
    }

        .sideMenu a {
            font-size: 12px !important;
        }

    #mainDiv {
        margin-left: 160px;
        font-size: 12px;
    }

    .bold-statement {
        font-size: 14px;
    }

    .startInfoBox {
        font-size: 12px;
    }

    h1, .table-title {
        font-size: 24px !important;
    }

    .table-admin-subtitle {
        font-size: 18px !important;
    }

    h2, .table-subtitle, h3 {
        font-size: 16px !important;
    }

    .btn, .btn-menue {
        font-size: 13px;
        padding: 3px 6px;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .nav-box {
        padding: 15px !important;
    }

    .label-left label, div.label-container {
        text-align: left;
        padding-left: 3px;
    }
}

/*Large screens*/
@media only screen and (min-height: 520px) and (min-width: 768px) { /*450, 600*/
    .sideMenu, .nav-control {
        /*padding-top: 15px;*/
        width: 210px !important;
    }

        .sideMenu a {
            font-size: 16px;
        }

    #mainDiv {
        margin-left: 210px;
        font-size: 14px;
    }

    .bold-statement {
        font-size: 18px;
    }

    .startInfoBox {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    .label-left label, div.label-container {
        text-align: right !important;
    }
}

.active-nav {
    font-weight: bold;
}

.selected-nav {
    font-weight: bold;
    background-color: #51a8d6;
}

.sideMenu {
    /*height: 100%;*/
    /*width: 200px;*/
    position: fixed;
    z-index: 3;
    top: 100px;
    bottom: 18px; /*Extra space for hide button*/
    padding: 0px;
    background-color: #0077b3;
    padding-top: 20px;
    overflow-y: auto;
}

.dropdown-vertical-container {
    display: none;
    padding-left: 8px;
}

.active-drop {
    display: block;
    padding-left: 8px;
}

div.dropdown-vertical-container a {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*line-height: normal;*/
}

div.dropdown-vertical-container p {
    font-size: 14px;
    font-style: italic;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    display: block;
}

.sideMenu a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    /*font-size: 16px;*/
    color: #ffffff;
    display: block;
    border: none;
    /*background: none;*/
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

    .sideMenu a:hover, .dropdown-btn:hover, .dropdown-banner:hover, .dropdown-banner:focus {
        /*background-color: #60b7e7;*/
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

.topBox {
    /*background: url(../images/bg_header.png) no-repeat center top;*/
    min-height: 90px;
    background-color: #0077b3;
    position: fixed;
    top: 0px;
    z-index: 5;
    width: 100%;
    margin: 0px;
}

.topBoxTitleLeft {
    text-align: right;
    font-size: 30px;
    padding-left: 70px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    /*min-height: 90px;*/
}

.topBoxTitleRight {
    position: absolute;
    top: 27px;
    right: 5px;
    text-align: right;
    font-size: 20px;
    /*padding-top: 15px;*/
    padding-right: 15px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    min-height: 40px;
}

.eenLogo {
    text-align: left;
    padding-top: 15px;
    padding-left: 25px;
}

.noEdge {
    margin-left: 0px;
    margin-right: 0px;
}

.greyBox {
    background-color: #eeeeee;
    border-color: #aaaaaa;
}

.navButtons {
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: top;
}

.btn-nav {
    font-weight: 500;
    font-size: 16px;
    margin-right: 0px;
    margin-left: 0px;
}

    .btn-nav:hover {
        /*font-size: 16px;
box-shadow: 3px 3px 2px grey;*/
    }


.btn-menue {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f0f0f0;
    border: 1px solid #d7d7d2;
    color: #000000;
}

    .btn-menue:hover {
        box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
        color: #000000;
    }

.table-title {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 30px;
    text-align: left;
}

.table-subtitle {
    font-size: 18px;
    text-align: left;
}

.table-subtitle-lg {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    padding-top: 10px;
}

.table-admin-subtitle {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.small-link {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.under-link {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


table.list-table td {
    font-size: 12px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}


table.list-table th {
    /*font-size: 12px;*/
    text-align: left;
}



/*Dropdown on hover*/
.dropdown-own {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: smaller;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown-own:hover .dropdown-content {
    display: block;
}

/*.dropdown:hover .dropbtn {
background-color: #3e8e41;
}*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.defaultStartBox {
    padding-top: 10px;
    margin-top: 10px;
}

.startBox {
    text-align: center;
    /*width: 1024px;*/
    background: radial-gradient(#e0f0ff, white);
    /*padding:10px;*/
    /*margin-left: -25px;
margin-right: -25px;*/
    padding-right: 0px;
}


.startInfoBox {
    /*background-color: #e0f0ff;*/
    padding: 30px 20px;
    border-radius: 5px;
    /*font-size: 14px;*/
    margin-right: 0px;
    width: 100%;
}

.start-menue {
    text-align: left;
    /*vertical-align: central;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.menue-title {
    font-size: 24px;
}

a.dropdown-item-own {
    display: inline;
    background-color: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

a.dropdown-item-own:hover {
    /*background-color: #f1f1f1;*/
    color: #0077b3;
}

.dropdown-user-menu:active {
    background-color: #dfdfdf;
    color:black;
}

.footer {
    font-size: 10px;
    text-align: right;
    font-style: italic;
    clear: both;
    padding-top: 2px;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-box {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0px;
    /*margin-bottom:10px;*/
    padding-left: 40px;
    padding-right: 20px;
    /*margin-left: -25px;
margin-right: -25px;*/
}

/*.nav-box div.form-group {
line-height: 14px;
}*/

.input-box {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0px;
}

input.non-btn {
    width: 22px;
    height: 24px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: none;
}

    input.non-btn:hover {
        color: #0077b3;
        font-weight: bold;
    }

/* Make input fields white in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

p {
    margin-bottom: 2px;
}

form.label-top label{
    float: left;
    margin-bottom: 2px;
    /*padding-left: 3px;*/
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}


form.label-left label {
    margin-bottom: 2px;
    padding-left: 3px;
    font-size: 14px;
    font-weight: 600;
}

.check-box {
    display: none;
}

.check-box + label {
    background: url('../images/glyphicons-154-unchecked.png') no-repeat;
    height: 18px;
    width: 18px;
    display: inline;
    padding: 0 4px 0 22px !important;
    white-space: nowrap;
}

.check-box:checked + label {
    background: url('../images/glyphicons-153-check.png') no-repeat;
    height: 18px;
    width: 22px;
    display: inline;
    padding: 0 0 0 22px !important;
}

/*When unchecked*/
.check-box:after + label {
    background: url('../images/glyphicons-154-unchecked.png') no-repeat;
    height: 18px;
    width: 18px;
    display: inline;
    padding: 0 4px 0 22px !important;
    white-space: nowrap;
}

.side-menue {
    padding-bottom: 20px;
    text-align: left;
    padding-left: 30px;
}

    .side-menue a, p {
        /*padding:10px 0;*/
        min-height: 28px;
        display: inline;
        padding-bottom: 10px;
        /*display: table-cell;
vertical-align:middle*/;
    }

.status-row {
    padding-bottom: 20px;
    padding-top: 5px;
}

.nav-label {
    /*float: left;*/
    margin-bottom: 2px;
    padding-left: 3px;
    font-size: 14px;
    font-weight: 600;
}

.label-lg {
    font-size: 16px !important;
}

.noteBox {
    text-align: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #d7d7d2;
    background-color: #efefef;
    /*background: radial-gradient(#d7d7d2, white);*/
}


/*For results*/
.resultTarget {
    color: #b0b0b0;
    font-weight: normal;
}

.resultNok {
    color: Red;
}

.resultOk {
    color: Green;
    font-weight: bold;
}

.resultNeither {
    color: Black;
    font-weight: normal;
}

#tableHolder {
    width: 100%;
    overflow-x: auto;
}

.direction-text {
    padding-right: 30px;
    padding-bottom: 10px;
    font-style: italic;
}

.forumEntry {
    margin: 10px;
    /*border: 1px solid black;*/
    /*background: radial-gradient(#d7d7d2, white);*/
}

.InfoText {
    padding-bottom: 12px;
}

.listItem {
    padding: 8px;
}

.bold-statement {
    font-weight: bold;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 25%;
    display: inline-block;
    margin-right: 5px;
}

/*The classic IMT colours*/
.companyColour {
    background-color: #aac80a;
}

.PPColour {
    background-color: #be6e14;
}

.followUpColour {
    background-color: #ff9100;
}

.resultColour {
    background-color: #aaa596;
}

.homeColour {
    background-color: #64b4e6;
}

.sel-character {
    width: 18px;
    height: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    border: none;
    background: none;
}

.active-char {
    font-weight: bold;
}

.form-group {
    margin-bottom: 4px;
}

.form-control-sm {
    height: 31px;
}

.custom-select {
    padding: .25rem .5rem;
    height: 31px;
}

.btn-outline-secondary {
    background: url('../images/glyphicons-28-search.png') no-repeat;
    background-position: center;
    background-color: #ffffff;
    height: 31px;
    width: 31px;
    display: inline;
    padding: 0 0px 0 0px;
    border-color: #ced4da;
    border-left: none;
}

    .btn-outline-secondary:hover {
        background: url('../images/glyphicons-28-search.png') no-repeat;
        background-position: center;
        background-color: #ffffff;
        border-color: #ced4da;
        border-left: none;
        padding: 0 0px 0 0px;
    }

div.input-group > label.nav-label {
    margin-bottom: 0px;
    padding-top: 2px;
}

div.main-page {
    top: 100px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

div.form-group > label.col-sm-4, label.col-md-4 {
    padding-top: 4px;
}

#DirectoryTable img {
    height: 18px;
}

#DirectoryTable td {
    padding: 6px;
}

#mainDiv .alert {
    margin-left: 5px;
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
}

img.cross {
    padding: 0px;
    width: 25px;
    height: 25px !important;
}

.close-table {
    padding-top: 0px;
}

.forum-topic {
    font-size: 22px;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 25px;
}

.list-title {
    font-size: 16px;
    font-weight: 700;
}


div.split-half {
    width: 45%;
    display: inline-block;
}

td.grid-table {
    height: 27px;
    width: 50px;
    padding: 2px 6px;
    max-width: 50px;
}

table.grid-table th {
    font-size: 11px;
    padding: 0px;
}

table.grid-table {
    margin-top: 10px;
    margin-bottom: 20px;
}

table.org-select-table th {
    padding-right: 5px;
    padding-left: 5px;
}


.button-row {
    margin-top: 15px;
}

.button-row-top {
    margin-bottom: 15px;
}

p.info-note {
    text-align: left;
    font-size: 11px;
    font-weight: 500;
}

/*CALENDAR*/
.calendar {
    display: inline-block;
    float: left;
}

.calendarMonth {
    border: solid 3px white;
    outline: solid 2px gainsboro;
}

.calendarMonthPast {
    color: #c0c0c0;
}

.calendar td {
    font-size: 10pt;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    /*	font-weight: bold;*/
    text-align: right;
    border: solid 2px white;
}

.calendar .calendarMonthName {
    /*	color: #006491; */
    font-size: 11pt;
    font-weight: bold;
    border-bottom: gainsboro 2px solid;
    text-align: left;
}

.calendarWeekend {
    background-color: #e0f0ff;
}

.calendarCurrDate {
    border: solid 3px #0077b3 !important;
}

.calendarSunday {
    color: #ff0000;
}

.calendarMonthPast .calendarSunday {
    color: #ffa0a0;
}

#calendarEntry {
    display: none;
    z-index: 100;
    background-color: #ffffff;
    position: absolute;
    border-bottom: #dcdcdc 2px outset;
    border-left: #dcdcdc 2px outset;
    border-top: #dcdcdc 2px outset;
    border-right: #dcdcdc 2px outset;
}

.calendarEvents {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    float: left;
}

.calendarPopUp {
    border-top: 3px outset;
    border-left: 3px outset;
    border-right: 3px outset;
    background-color: #0077b3;
    color: #ffffff;
}

/*ARCHIVE BACKGROUNDS*/
.bg2008 {
    background-image: url(../images/2008-2010.gif);
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg2011 {
    background-image: url(../images/bg2011.gif);
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg2013 {
    background-image: url(../images/een_bg2013.png);
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg2015 {
    background-image: url(../images/een_bg2015.png);
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg2017 {
    background-image: url(../images/een_bg2017.png);
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg2019 {
    background-image: url(../images/een_bg2019.png);
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg2020 {
    background-image: url(../images/een_bg2020.png);
    background-repeat: repeat;
    background-attachment: scroll;
}

.nav-control {
    font-style: italic;
    font-size: 11px;
    background-color: #0077b3;
    border: none;
    color: white;
}

div.form-group textarea {
    font-size: 13px;
}

.loader {
    /*border: 8px solid #f3f3f3;*/
    border-radius: 50%;
    border-top: 7px solid #64b4e6;
    border-right: 7px solid #aac80a;
    border-bottom: 7px solid #be6e14;
    border-left: 7px solid #ff9100;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-left: 10px;
}

.loader-sm {
    width: 25px;
    height: 25px;
    animation: spin 1.5s linear infinite;
}

.no-padding-side {
    padding-left: 0px;
    padding-right: 0px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#latestForumEntries {
    padding-top: 20px;
}

    #latestForumEntries div {
        padding-bottom: 10px;
    }

    #latestForumEntries p.forum-small-topic {
        font-style: italic;
    }

.searched-competency {
    color: #CC0000;
    font-weight: bold;
    font-style: italic;
}

.pointer {
    cursor: pointer;
}

.radio-label {
    font-weight: 500 !important;
    float: none !important;
    display: inline;
}

.radio-input {
    margin-right: 5px;
}

.comment-sm {
    font-size: smaller;
    font-style: italic;
    color: #999999;
}

.group-select-dropdown {
    display: none;
    background-color: #ffffff;
    border: 1px solid #d7d7d2;
    border-radius: 3px;
    font-size: small;
    z-index: 2;
    position: absolute;
    top: 0px;
    color: #000000;
    left: 0px;
    text-align: left;
}

.group-select-dropdown a, .group-select-dropdown a:hover {
    color: #000000;
}

.iconOptionMenu a {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    border: 1px solid #d7d7d2;
    border-radius: 3px;
    background-color: #f0f0f0;
    min-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    display:inline-block;
    padding-top: 1px;
    color: #000000;
    font-weight: 600;
}

.iconOptionMenu {
    padding-top: 10px;
}

#previewBox {
    background-color: #ffffff;
    border-radius: 5px;
}

#previewBody li {
    padding-bottom: 5px;
    padding-top: 5px;
}

#previewBody p {
    padding-bottom: 5px;
    padding-top: 5px;
    display:inline-block;
}

.btn-tight {
    padding: 4px 6px 4px 6px !important;
}

.btn-sm {
    padding: 1px 6px 3px 6px !important;
}

.growingDot1 {
    display: inline-block;
    color: #51a8d6;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: growing-dot 1.5s linear infinite;
    animation: growing-dot 1.5s linear infinite;
}

.growingDot2 {
    display: inline-block;
    color: #0077b3;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: growing-dot 1.5s linear infinite;
    animation: growing-dot 1.5s linear infinite;
    animation-delay: 0.25s;
    margin-left: 10px;
}

.growingDot3 {
    display: inline-block;
    color: #146b92;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: growing-dot 1.5s linear infinite;
    animation: growing-dot 1.5s linear infinite;
    animation-delay: 0.5s;
    margin-left: 10px;
}

@keyframes growing-dot {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.errorField {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

table.text-and-input td,th {
    font-size: .875rem;
    vertical-align: middle;
}

tr.narrow-row td, th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*.switch-2 {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: center;
    margin: 10px;
    display: inline-block;
}*/

/*span.switch-line {
    min-width: 2px;
    display: inline-block;
    background-color: gray;

    padding: 0px;
    min-height: 39px;
}*/



/*.switch-2 p.active {
    background-color: #0077b3;
}

.switch-2 p.inactive {
    background-color: #e9ecef;
    color: #495057;
}

.switch-2 p {
    background-color: #0077b3;
    padding: 10px;
    display: inline-block;
    margin: 0px;
}*/