﻿/* DEFAULTS
----------------------------------------------------------*/

:root {
    --tlp-light-green: #a3d166;
    --tlp-dark-green: #7aac68;
    --tlp-light-blue: #54bce8;
    --tlp-dark-blue: #419dd2;
    --josh-blue: #2badd4;
    --page-bg-color: #fff;
    --well-bg-color: #f5f7fa;
    --jasmine-green: #4CBB9D;
    --jasmine-blue: #4CA1BB;
    --jasmine-red: #D4342B;
    --default-button-color: var(--tlp-dark-green);
    --primary-button-color: var(--josh-blue);
    --warn-red: var(--jasmine-red);
}

body   
{
    background: #b6b7bc;
    font-size: .80em;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a {
    outline: none;
}

a:link, a:visited
{
    /*color: #2BADD4;*/
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active 
{
    color: #2BADD4;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*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: 100%;
    background-color: var(--page-bg-color); /*#f5f7fa;*/
    margin: 0px auto 0px auto;
}

.header
{
   position: relative;
   margin: 0px;
   padding: 0px;
   background: #FFF;
   width: 100%;
}

.header h1
{
   font-weight: 600;
   margin: 0px;
   padding: 0px 0px 0px 10px;
   color: #3A4F63;
   border: none;
   line-height: 2em;
   font-size: 2em;
}

.header .title img
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .tlpLogo img
{
    padding-top: 0px;
    margin-bottom:10px;
}


.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: #808080;
    padding: 6px 0px 6px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

ul.level1 li {
    border-top: 3px solid;
    border-color: #FFF;
}

    ul.level1 li.selectedMenuItem {
        border-color: var(--default-button-color);
    }

        ul.level1 li.selectedMenuItem > a {
            color: #000 !important;
        }


div.hideSkiplink
{
    width:100%;
}

div.menu {
    position: relative;
    margin-left: 32px;
    padding: 0px 0px 4px 90px;
    display: block;
    font-family: Roboto, Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

    div.menu ul li a, div.menu ul li a:visited {
        /*color: #c1c7cd;*/
        color: #808080;
        display: block;
        line-height: 1.35em;
        padding: 6px 20px;
        text-decoration: none;
        white-space: nowrap;
        line-height: 2.5em;
        margin-top: 8px;
    }

        div.menu ul li a:active {
            /*background-color: #465c71;*/
            color: #cfdbe6;
            text-decoration: none;
        }

        div.menu ul.level2 li a, div.menu ul li a:visited {
            line-height: 1.35em;
        }

    div.menu ul {
        list-style: none;
        padding: 0 0 0 0;
        width: auto;
        background: #FFFFFF;
        cursor: pointer;
    }

        div.menu ul.level1 {
           margin-bottom: 0px;
        }

        div.menu ul.level2 {
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
            margin: 10px 0px 0px 20px;
            z-index: 999;
            border-radius: 4px;
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            display: flex;
            align-items: center;
            color: #374044;
            padding: 8px;
        }

            div.menu ul.level2 li a {
                color: #374044;
                padding: 10px;
            }

            div.menu ul.level2 li a:hover {
                background: #E6FAF4;
            }

#menuWrapper {
    height: 60px;
}

#tlpLogoWrapper {
    height: 32px;
    margin-left: 24px;
}

.menuItem {
    margin: 0;
    position: absolute;
    /*top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.tlpLogo {
    margin-top: 22px;
    height: 32px;
}

.rightMenuDiv {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    height: 32px;
    margin-right: 36px;
    margin-top: 4px;
}
.gearWrapper {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    padding-bottom: 18px;
}

.loginDisplay {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.0em;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 22px;
}
    .loginDisplay a:link,
    .loginDisplay a:visited,
    .loginDisplay a:hover {
        text-decoration: none;
    }

    .loginDisplay .logoutLink {
        margin-left: 10px;
        font-weight: normal;
    }

.companyLogoWrapper {
    display: inline-block;
}

#ctl00_imgLogo {
    height: 64px;
    margin-right: 10px;
}

.clientLogo {
    margin-right: 16px;
    height: 32px;
}




/* 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: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Modal Popups
----------------------------------------------------------*/   
.modalBackground
{
   background-color: #dddddd;
   filter: alpha(opacity=70);
   opacity: 0.6;
   overflow: auto;
}

.master {
    margin: 5px;   
}

.k-grid
{
    z-index: 1;
    min-height: 200px;
    max-height: 4000px;
}

.title {
    font-size: large;
    font-weight: bold;
}
.medium-width {
    width: 110px
}
.description-width {
    width: 655px;
}
.heavy {
    border: solid 10px blue;
}

.k-grid .k-grid-header .k-header .k-link { 
    height: auto; 
    /*white-space: normal;*/
}

.button-width {
    width: 100px;
}

#Message {
    color: blue;
    font-size: 1.2em;
    font-weight: bold;
}

.note-editor-field {
    height: 150px;
    width: 190px;
}

.no-border, .table td.no-border{
    border: none;
}

.no-margin, form.no-margin, .table.no-margin {
    margin: 0;
}
   
textarea#documentBody  {
    width : 750px;
    height : 750px;
    resize: none;
}

.spinner {
    background: url(../images/spinner.svg) no-repeat;
    height: 32px;
    width: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    z-index: 10000 !important;
    visibility: hidden;
}

.k-dropdown-wrap {
    font-size: 16px !important;
    height: 25px;
}