﻿@import url("/Corp_Common_UI/Theme.Corp_LiverpoolSilkUITheme.css?4129");

/* **ClientPortal custom CSS****************************  */

/* CLV ???? - adding button hovers as gray background */
.Button.Button.Is_Default:hover,
.desktop .Button.ButtonDefault:hover,
.desktop .Button:hover,
.desktop a.Button:hover {
    background-color: #E6E6E6;  /* gray */
    border-color: #4C4C4C;      /* dark gray */
    color: #1A305B;    /* Covius dark blue */
}

/* PCH 01/22/2020 - add to allow page to be as wide as the browser window */
html .ThemeGrid_Container {
    max-width: 95%;
    padding-left: 1px;
    padding-right: 1px;
}

/* PCH 12/31/2024 - reduce white space above title */
.Title_Section {
    margin-top: 20px;
}

/* PCH 12/31/2024 - reduce white space above title */
.MainContent {
    margin-top: 20px;
}

/* hides/prevents the LastPass icon from showing in input fields */
div[data-lastpass-icon-root] { display: none; }

/* PCH 8/29/2023 - add for classes on Doc Repository page */
.DocRepo_Label{
    min-width: 95px;
    width:95px;
    margin-left: 0px;
}

/*
**** Covius color chart
    Blue      #216092, rgb(33,96,146)
    Blue 80%  #4D839F, rgb(77,131,159)
    Blue 60%  #80A2BB, rgb(128,162,187)
    Blue 40%  #A9BED3, rgb(169,190,211)
    Blue 20%  #D3E0E9, rgb(211,224,233)

    Dark Blue #1A305B, rgb(26, 48, 91)
    
    Green     #4D7F71, rgb(77, 127, 113)

    Red       #E02826, rgb(224, 40, 38)
*/
