﻿@font-face {
    font-family: "Gilroy Bold";
    font-weight: 700;
    src: url(content/fonts/gilroy-bold-webfont.woff2) format('woff2'), url(content/fonts/gilroy-bold-webfont.woff) format("woff");
}

@font-face {
    font-family: "Gilroy Semibold";
    font-weight: 600;
    src: url(content/fonts/gilroy-semibold-webfont.woff2) format('woff2'), url(content/fonts/gilroy-semibold-webfont.woff) format('woff');
}

@font-face {
    font-family: "Gilroy Medium";
    font-weight: 500;
    src: url(content/fonts/gilroy-medium-webfont.woff2) format('woff2') url(content/fonts/gilroy-medium-webfont.woff) format('woff');
}

@font-face {
    font-family: "Gilroy Regular";
    font-weight: 400;
    src: url(content/fonts/gilroy-regular-webfont.woff2) format('woff2'), url(content/fonts/gilroy-regular-webfont.woff) format('woff');
}

body {
    font-family: Gilroy, Gilroy-Medium, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #212D38;
}

a {
    color: #056D78;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #1B838B;
        text-decoration: underline;
    }

    a:focus {
        border: solid 2px #1233C1;
        border-radius: 6px;
    }

    a:active {
        color: #004F58;
    }


input[type=text], input[type=number], input[type=password], input[type=date], input[type=datetime-local] {
    background: white;
    border: 2px solid #8B939A;
    box-sizing: border-box;
    border-radius: 8px;
    color: #5D6977;
    height: 40px;
    top: 23px;
    font-size: 14px;
    padding-left: 5px;
}

    input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, input[type=date]:hover, input[type=datetime-local]:hover {
        border: 2px solid #76D7E0;
    }

    input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime-local]:focus {
        border: 2px solid #1233C1;
        color: #2F4051;
    }

    input[type=text]:active, input[type=number]:active, input[type=password]:active, input[type=date]:active, input[type=datetime-local]:active {
        border: 2px solid #5CC7D0;
        color: #2F4051;
    }


.button {
    color: white;
    background: #1B838B;
    border: none;
    font-weight: 700;
    padding-right: 8px;
    padding-left: 8px;
}

    .button:disabled {
        background: #DDE0E3;
        color: #B6BBC1;
    }

/* Styles used for all push buttons */
.button_medium {
    border-radius: 6px;
    height: 32px;
    font-size: 16px;
}

.button_small {
    border-radius: 4px;
    height: 24px;
    font-size: 14px;
}

h1 {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
}

h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

em {
    font-weight: 700;
    font-style: normal;
}

.validation_error {
    color: #D11723;
    font-size: 14px;
    font-weight: 500;
}

.error_text {
    color: #D11723;
    font-size: 14px;
    font-weight: 500;
}

.grid {
    color: black;
    width: 800px;
}

    .grid td {
        font-size: 12px;
    }

        .grid td a {
            text-decoration: none;
            font-size: 12px;
        }

            .grid td a:link {
                text-decoration: none;
                font-size: 12px;
                color: #1B838B;
            }

            .grid td a:visited {
                text-decoration: none;
                font-size: 12px;
                color: #1B838B;
            }

    .grid th {
        height: 24px;
        font-weight: 600;
        font-size: 12px;
        color: #5D6977;
        background-color: white;
        text-align: left;
        vertical-align: middle;
    }

        .grid th a {
            text-decoration: none;
            color: #5D6977;
            font-weight: 600;
        }

/* Odd grid rows */
.gridrow {
    height: 44px;
    background-color: #F4F5F6;
    margin-left: 100px;
    vertical-align: middle;
    color: #465564;
    border-top: solid 1px #DFE1E4;
    border-bottom: solid 1px #DFE1E4;
    font-weight: 600;
}

    .gridrow a {
        color: #465564;
        font-weight: 600;
    }

        .gridrow a:link {
            font-weight: 700;
        }

        .gridrow a:visited {
            font-weight: 700;
        }

/* Even grid rows */
.gridaltrow {
    height: 44px;
    background-color: white;
    vertical-align: middle;
    color: #465564;
    border-bottom: solid 1px #DFE1E4;
    font-weight: 600;
}

    .gridaltrow a {
        color: #465564;
        font-weight: 600;
    }

        .gridaltrow a:link {
            font-weight: 700;
        }

        .gridaltrow a:visited {
            font-weight: 700;
        }



.pathnode {
    font-size: 14px;
    color: #000000;
}

.pathnode_selected {
    font-size: 14px;
    color: #000000;
    background-color: #53BBE2;
}

.pathnode_hover {
    font-size: 14px;
    color: #000000;
    background-color: #73dBf2;
}


.list_separator {
    background-color: #AAAAAA;
}


.navBar {
    /*background-color: #1B838B;*/
    margin-bottom: 12px;
}

.mainLogo {
    height: 100px;
}

.login-html {
    height: 100%;
}

.login-body {
    height: calc(100% - 20px);
}

.loginDiv {
    display: block;
    height: calc(100% - 130px);
    min-height: 400px;
}

.loginForm {
    margin: 8px 8px 8px 440px;
}

.loginWelcome {
    width: 430px;
    float: left;
    padding: 0px 12px 0px 32px;
}

.login-body footer {
    text-align: center;
}

.input {
    line-height: 32px;
    border: none;
    border-bottom: 2px solid #d4d4d4;
    border-radius: 0;
    background: none;
    transition: border-color 0.3s;
    font-size: 14px;

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        line-height: 0px;
    }
}

    .input:focus {
        border-bottom-color: #144372;
        outline: none;
    }

.inputSearch {
    line-height: 32px;
    border: none;
    border-bottom: 2px solid #d4d4d4;
    border-radius: 0;
    background: none;
    transition: border-color 0.3s;
    font-size: 16px;
    font-weight: 600;

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        /* IE10+ CSS styles go here */
        line-height: 0px;
    }
}

    .inputSearch:focus {
        border-bottom-color: #144372;
        outline: none;
    }


.loginInputDiv {
    margin-left: 60px;
    margin-top: 12px;
}

.loginButtonDiv {
    margin-left: 60px;
    margin-top: 30px;
    text-align: right;
}

.loginErrorDiv {
    margin-left: 60px;
    margin-top: 30px;
}

.logoutDiv {
    display: inline-block;
    float: right;
    margin-right: 60px;
    margin-top: 15px;
}

.logoutLink {
    /*color: #ffffff;*/
    text-decoration: none;
}

.columnHeader {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

.treeRootNodeClass {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: transparent;
}

    .treeRootNodeClass:hover {
        color: rgb(20,67,114);
        background-color: transparent;
    }


.treeParentNodeClass {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(119, 119, 119);
    background-color: transparent;
}

    .treeParentNodeClass:hover {
        color: rgb(20,67,114);
        background-color: transparent;
    }


.treeLeafNodeClass {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(119, 119, 119);
    background-color: transparent;
}

    .treeLeafNodeClass:hover {
        color: rgb(20,67,114);
        background-color: transparent;
    }

.searchButton {
    border: none;
    background-color: transparent;
    color: rgb(51,51,51);
}

.downloadLink {
    text-decoration: none;
    color: rgb(51,51,51);
}
