::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #4E6B8A;
}

.scroller {
    scrollbar-color: #4E6B8A transparent;
    scrollbar-width: 13px;
}

@font-face {
    font-family: MuliExtraLight;
    src: url('fonts/Muli/Muli-ExtraLight.ttf')
}

@font-face {
    font-family: Muli;
    src: url('fonts/Muli/Muli-Regular.ttf')
}

@font-face {
    font-family: MuliBold;
    src: url('fonts/Muli/Muli-Bold.ttf')
}

@font-face {
    font-family: MuliBlack;
    src: url('fonts/Muli/Muli-Black.ttf')
}

* {
    /*     outline:1px solid red; */
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.hiddensometimes {
    display: none;
}

.jumpAnchor:hover {
    cursor: normal;
    text-decoration: none;
}

.jumpAnchor::before {
    display: block;
    content: " ";
    margin-top: -110px;
    height: 110px;
    visibility: hidden;
    pointer-events: none;
}

body {
    font-family: Muli,sans-serif;
    background-color: #fff;
    color: #333;
    overflow: auto;
    width: 100%;
}

.fullScreen {
    /* position:sticky; */
    top: 2px;
}

#wrapper {
    /* width: 1000px; */
    /* width: 99%; */
    /* overflow: auto; */
}

#container, #header {
    background-color: #fff;
    padding: 130px 30px 0 30px;
    width: 70%;
    margin: auto;
}

.header-wrapper {
    position: sticky;
    left: 0;
    width: 100%;
}

.application-title {
    font-family: MuliBlack;
    font-size: 75px;
    text-align: center;
}

h1, h2 {
    margin-bottom: 10px;
}

p {
    margin: 10px 0;
}

h1 {
    font-family: MuliExtraLight, sans-serif;
    font-size: 24px;
    font-weight: normal;
}

h2 {
    font-family: MuliBold;
    margin-top: 10px;
}

a:link, a:visited {
    color: #6a8dc8;
    font-family: MuliBold, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #0B3D92;
    text-decoration: underline;
}

.navigation {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
    border: 3px solid #0B3D92;
    border-left: 0;
    border-right: 0;
}

    .navigation a:link,
    .navigation a:visited {
        font-size: 22px;
        color: #333;
        width: 5%;
        display: inline-block;
    }

.important {
    color: #ef0707;
    font-style: italic;
    font-size: 14px;
    display: block;
}

input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button]:disabled,
button:disabled {
    border: 0;
    background-color: #6a8dc8;
    color: #fff;
    padding: 12px 0;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px -4px 0px #4E6B8A;
    font-family: Muli,sans-serif;
    margin: 13px 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
    border: 0;
    background-color: #6a8dc8;
    color: #fff;
    padding: 12px 0;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px -4px 0px #4E6B8A;
    font-family: Muli,sans-serif;
    margin: 13px 0;
}

input[type=reset] {
    /*Test class to be removed*/
    background-color: #ff5656
}

input[type=submit]:hover,
button:hover {
    background-color: #0B3D92;
    font-family: MuliBold;
}

input[type=submit]:hover {
    background-color: #0B3D92;
    font-family: MuliBold;
    box-shadow: inset 0px -4px 0px #0B3D92;
    width: calc(100% - 1px);
}

input[type="text"], input[type="password"],
select {
    font: 400 14px Muli;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 4px;
    width: 194px;
    min-height: 27px;
}

input.notAButton {
    background-color: transparent;
    color: #0B3D92;
    width: auto;
    padding: 0;
    margin: 0;
}

    input.notAButton:hover {
        background-color: transparent;
        color: #333;
        text-decoration: underline;
    }

ul li {
    margin-bottom: 5px;
    list-style-type: none;
}

.fixed-scrollbar-container {
    /* overflow-x:auto; */
}

.container.largeTableContainer {
    padding-right: 20px;
}

    .container.largeTableContainer td {
        /* width: 200px; */
    }

.container table#tblKeyValues {
    min-width: 2000px;
    table-layout: fixed;
}

table, tr, td {
    position: relative;
}

table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1;
}

td, th {
    border: 1px solid #999;
    text-align: left;
    padding: 8px;
    font-size: 14px;
}

th {
    background-color: #0B3D92;
    border-color: #eee;
    color: #eee;
    font-family: MuliExtraLight;
}

    th:first-child {
        border-radius: 7px 0 0;
        border-left: 0;
    }

    th:last-child {
        border-radius: 0 7px 0 0;
        border-right: 0;
    }

td div {
    position: relative;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
}

.filepath div,
.name div {
    transform: rotate(-90deg);
    width: 110px;
    font-family: MuliBlack;
    text-align: center;
    display: block;
}

#footer {
    text-align: center;
    background-color: #0B3D92;
    color: #fff;
    display: block;
    margin-top: 30px;
    padding: 30px;
}

.error {
    color: #FF0000;
}

/*Table stuff*/
.packageSetList td,
.userMaintenance1 td {
    border: 0;
}

.packageSetList .notAButton,
.userMaintenance1 .notAButton {
    display: inline-block;
    margin-left: 20px;
}

.packageSetList tr:nth-child(odd),
.userMaintenance1 tr:nth-child(odd) {
    background-color: #eee;
}

.tblPackageCreateNew1 {
    width: 50%;
}

    .tblPackageCreateNew1 td {
        padding: 0;
    }

/*Create new user form*/
.createUserFormWrapper {
    margin-bottom: 10px;
}

    .createUserFormWrapper label {
        width: 100px;
        display: inline-block;
    }

#addfile,
#convertfile,
#continue,
#save {
    border: 0;
    background-color: #6a8dc8;
    color: #fff;
    padding: 12px 0;
    display: block;
    width: 200px;
    border-radius: 5px;
    box-shadow: inset 0px -4px 0px #4E6B8A;
    font-family: Muli,sans-serif;
    margin: 13px 0;
}

    #addfile:hover,
    #convertfile:hover,
    #continue:hover,
    #save:hover,
    #labelupload:hover {
        background-color: #0B3D92;
        font-family: MuliBold;
        box-shadow: inset 0px -4px 0px #0B3D92;
        width: 199px;
    }

#file-upload {
    display: none;
}

#labelupload {
    border: 0;
    background-color: #6a8dc8;
    color: #fff;
    padding: 12px 0;
    display: block;
    width: 200px;
    border-radius: 5px;
    box-shadow: inset 0px -4px 0px #4E6B8A;
    font-family: Muli,sans-serif;
    margin: 13px 0;
    text-align: center;
}

#container.fullScreen {
    width: calc(100% - 60px);
}

.stickyButtons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    height: 80px;
    text-align: center;
}

    .stickyButtons form {
        display: inline-block;
        width: 30%;
        margin-right: 1%;
        margin-top: 16px;
    }

.FormWrapper {
    margin-bottom: 10px;
}

.fullHeight {
    height: 100%;
}

.textArea {
    font: 400 14px Muli;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 3px 0 0 8px;
    width: 220px;
    min-height: 27px;
    resize: vertical;
    margin-top: 1px;
}

.textAreaResizeXY {
    font: 400 14px Muli;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 3px;
    width: 870px;
    min-height: 27px;
    margin-top: 1px;
}

.textAreaCodeResizeXY {
    font: 400 14px Courier;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 3px;
    width: 870px;
    min-height: 27px;
    margin-top: 1px;
}

.stickyButtons form:nth-child(1) {
    padding-left: 20px;
}

td.customerKeys-description {
    width: 100%;
    padding: 0;
}

td .textArea,
td textarea {
    width: 100%;
    min-height: 70px;
    border: 0;
    padding-right: 0;
    display: block;
    /*position: absolute;*/
    box-sizing: border-box;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0 !important;
}

label {
    display: block;
    margin-top: 7px;
    font-family: MuliBold;
}

.borderedDiv {
    border-style: solid;
    margin-top: 50px;
    font: 800 16px Muli;
    padding: 10px;
}

.quickStartImages {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    border-style: solid;
    padding: 5px;
    border-width: 1px;
    margin-bottom: 25px;
}

.textAreaKeyEdit {
    font: 400 14px Muli;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    padding: 3px 0 0 8px;
    width: 99%;
    min-height: 27px;
    resize: vertical;
    margin-top: 1px;
}

.FormWrapperLineBreak {
    margin-top: 10px;
    font: 400 14px Muli;
    white-space: pre-line;
    margin-bottom: 20px;
    vertical-align: text-top;
    border: 10px;
    margin-left: 25px;
}

.tblKeyEdit {
    border-collapse: collapse;
    width: 100%;
    z-index: 1;
    vertical-align: text-top;
    border: 10px;
    max-width: 70%;
}

    .tblKeyEdit td {
        border: 10px;
        vertical-align: text-top;
        padding: 0px;
    }
