﻿/* DEFAULTS
----------------------------------------------------------*/
/*
input {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
*/


input:focus {
    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #4195fc;
    -moz-box-shadow: 0px 0px 4px #4195fc;
    box-shadow: 0px 0px 4px #4195fc; /* some variation of blue for the shadow */
}

.hint {
    background-color: lightskyblue
}

body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: black;
    /*color: #696969;*/
}

tblExpense {
    border: 1px solid #ccc;
}

select {
    /* width: 150px;  Or whatever width you want. */
}

    select.expand {
        width: auto;
    }


a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: black;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /*width: 820px;*/
    width: 100%;
    background-color: #fff;
/*    margin: 10px auto 0px auto;
*//*    border: 1px solid #496077;
*/}

.pagewide {
    /*width: 960px;*/
    width: 100%;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*    background: #4b6c9e; */
/*    background: #00a0f4;*/
    background: var(--tkBrandBlue);
    width: 100%;
    /*  background-image:url(tkheader2.png);  */
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header #heading {
        padding: 15px;
        margin-bottom: 17px;
        width: auto;
        background: lightgray;
    }
/*.Cover .marginstyle1 {
    margin: 9px 0px !important;
    gap: 111px !important;
    font-size: 15px !important;
}

.Cover .marginstyle2 {
    margin: 9px 13px !important;
    gap: 17px !important;
    font-size: 15px !important;
}

.Cover .marginstyle3 {
    margin: 9px 0px !important;
    gap: 0px !important;
    font-size: 15px !important;
}

.Cover .marginstyle4 {
    margin: 9px 0px !important;
    gap: 17px !important;
    font-size: 15px !important;
}

.Cover .marginstyle5 {
    margin: 9px 0px !important;
    gap: 133px !important;
    font-size: 15px !important;
}*/
.Cover .marginstyle2 .gap {
    gap: 50px;
}

.vl {
    border-left: 6px medium black;
    height: 50px;
}

.validation-error {
    margin-left: 200px !important;
}

.validation-error1 {
    margin-left: 320px !important;
}

.size {
    font-size: 15px;
}

#Content2 #Panel2 {
    color: black;
    background-color: #dbdfe4 !important;
    border-color: #0f0f10 !important;
}

#Content2 #Panel1 .Cover .header .heading #Label7 {
    margin-left: 225px !important;
}


#Content2 #Panel1 .Cover .header .heading #Label5 {
    margin-left: 205px !important;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: var(--tkLightBlue);
    /*background-color:lightblue;*/
    width: 100%;
}

div.menu {
/*    padding: 4px 0px 4px 8px; */
    width: 100%;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            /* background-color: #465c71; */
            background-color: var(--tkDarkBlue);
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 27px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                /*background-color: #bfcbd6;*/
                color: #465c71;
                text-decoration: none;
                overflow: none;
            }

            div.menu ul li a:active {
                /*background-color: #465c71;*/
                color: #cfdbe6;
                text-decoration: none;
            }

.dynamicMenu {
    text-align: left;
    padding-left: 0px;
    font-size: small;
    margin-left: 15px;
    margin-top: 5px;
    z-index: 1000;
}

#ctl00_NavigationMenu_1 a:hover {
    background-color: red;
    color: #465c71;
    text-decoration: none;
    z-index: 9999;
}


ctl00_NavigationMenu_1 a:hover {
    background-color: red;
    color: #465c71;
    text-decoration: none;
    z-index: 9999;
}

td.ctl00_NavigationMenu_1 a:hover {
    background-color: red;
    color: #465c71;
    text-decoration: none;
    z-index: 9999;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
    .loginDisplay {
        font-size: 2.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: White;
    }

    .LoginText {
        font-size: 40px;
    }

    .submitButton {
        width: 600px;
        height: 100px;
    }
}

@media screen and (device-width: 101px) and (device-height: 601px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
    .loginDisplay {
        font-size: 2.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: White;
    }

    .LoginText {
        font-size: 40px;
    }

    .submitButton {
        width: 600px;
        height: 100px;
    }
}


.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    /*  text-align: right;
    padding-right: 10px;*/
}

#thinBorder.td {
    border: 1px solid red;
}

#CenterDiv {
    border: 1px solid black;
    /*width:500px;*/
    margin-left: auto;
    margin-right: auto;
}

table.ThinBorder {
    width: 100%;
    border: 1px solid black;
}


table.IntakeForm {
    width: 100%;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    background-color: white;
}

    table.IntakeForm td {
        border-width: 1px;
        padding: 0px;
        border-style: solid;
        border-color: black;
        background-color: white;
    }

textarea {
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}


.ajax__calendar_header {
    background-color: #4b6c9e;
    color: White;
}

.ajax__calendar_footer {
    background-color: #4b6c9e;
    color: White;
}

.ajax__calendar_container {
    background-color: #b6b7bc;
    border: 1px solid black;
}

ul {
    list-style-image: url(grayarrow2.gif);
}

li {
}

.confirm {
    display: none;
    background-color: #F3F5F6;
    color: #000000;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    height: 100px;
    left: 50%;
    margin-left: -100px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

#lblSubmittedApproveReject {
    padding-left: 15px !important;
}
.commandPrompt {
    display: block;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
    top : 0px;
    left: 0px;
    width: 100%;
    position: fixed;
}

button {
    padding: 4px 7px;
}

hr {
    color: red;
}
.cancelStyle {
    color:black; 
    font-size:15px;
}
#dialogbox {
    top: 26%;
    left: 30%;
    position: absolute;
    background: #ffffff;
    width: 560px;
    /*border-radius: 7px;*/
    display: none;
    border-style: groove;
}


    #dialogbox div {
        background: #ffffff;
        margin: 8px;
    }

    #dialogbox #dialogboxhead {
        background: #00a0f4;
        padding: 10px;
        font-size: 19px;
        padding: 10px;
        color: #000000;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    #dialogbox #dialogboxbody {
        background: #ffff;
        padding: 20px;
        color: #FFF;
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        font-variant: normal;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }

    #dialogbox #dialogboxfoot {
        background: #ffff;
        color: black;
        padding: 10px;
        text-align: right;
        border-bottom-width: 1px;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px
    }
body #dialogbox {
    /*margin: 1.75rem auto;*/
}
.wordspace {
    word-spacing: 40px;
}

