/*
 * Copyright 2021 AffinityCE, LLC. Confidential Business Information.
 * Not to be shared, copied, duplicated, or distributed in any form
 * or fashion without the express written approval of AffinityCE, LLC principals.
 */

/* BASE CSS FOR CD DEPOT PROJECTS

   Created:  2011-07-25 - dbo

   PURPOSE:
   Set up CSS elements to present project custom UI

   FILE SEQUENCE: 2
*/

/* CLIENT-SPECIFIC CSS RULES

   Created:	2012-09-10 - dbo
   Updated:	2014-12-23 - dbo - Prettify
		2015-12-17 - dbo - Prepare for Bootstrap 4

   PURPOSE:	Set up CSS elements to present project custom UI
*/
:root {
	--color-top-navbar: #fff!important;
}
body {
    background-color: #fff;
    background-size: auto; /* implied 100% height and width */
    line-height: 1.231;
    color: #222;
}

h1, h2, h3 {
    font-weight: bold;
}

a, a:active, a:visited {
    color: rgb(76, 171, 220);
    text-decoration: none;
    font-size: inherit;
}

a:hover {
    text-shadow: rgb(54, 130, 178) 0 0 1px;
    background-color: rgba(76, 171, 220, 0.75);
    color: #fff;
    text-decoration: underline;
    border-radius: 0.25rem;
}

#navbar {
color:var(--color-white);
}

#navbar a, #navbar a:hover, #navbar a:focus, #navbar a:active,
#footer a, #footer a:hover, #footer a:focus, #footer a:active,
#bottombar a, #bottombar a:hover, #bottombar a:focus, #bottombar a:active {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    border: none !important;
    text-shadow: none !important;
}

#navbar a:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

th, th a, th a:hover, .pseudoth {
    color: #fff;
    background-color: #5f8cb0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

h2.pseudoth {
    text-shadow: none;
    padding: 0.75ex;
    margin: 1rem 0 0 0;
    background-color: #435b82;
}

#main-area {
    position: relative;
    clear: both;
    background-color: #fff;
}

#header {
    min-height: 120px;
    background: #212948;
    display: flex;
    align-items: center;
}

#head-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbar {
    background-color: #3e3f3e;
}

.navbar-text {
    color: #fff;
}

#navbar a {
    color: #fff;
    text-decoration: none;
    font-size: inherit;
}

#navbar a:hover, #adminbar a:hover, #footer a:hover {
    background-color: rgba(43, 85, 118, 0.8);
    color: #fff;
    border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
}

#adminbar {
    background-color: #FFEDC7;
    border-top: 1px solid #df3800;
    border-bottom: 1px solid #df3800;
}

#adminbar a {
    color: #94732E;
    text-decoration: none;
    font-size: inherit;
}

#adminbar a:hover {
    background-color: rgba(148, 115, 46, 0.7);
}

#footer {
    height: 3rem;
    background-color: #961b22;
}

#footer a {
    color: #fff;
    text-decoration: none;
    font-size: inherit;
}

#footer a:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

#logo_area1, #logo_area2 {
    position: static;
    display: inline-block;
    width: auto;
}

.color-header-text {
    display:none;
    margin-top: -1.2rem !important;
    color: #fff;
    font-family: "Century Gothic", sans-serif;
    font-size: 2.7rem !important;
    font-weight: normal;
}

#bottombar {
    border-top: 1px solid #697989;
    margin-top: 1rem;
    background-color: #b9c7d5;
}

nav#bottombar.new {
    margin: 0;
    padding: 0 14px;
    line-height: 24px;
}

#bottombar a {
    color: #222;
    text-decoration: none;
    font-size: inherit;
}

#bottombar a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #222;
    padding: 4px;
    margin: -4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.grid, .grid .table_footer {
    border-color: #8E9BB1;
}

.grid, .grid .table_footer, .width_w_foot {
    background-color: #BFD4E2;
}

.grid tr {
    background-color: #FFF;
}

.lborder {
    border-left: 1px solid #36668b;
}

.rborder {
    border-right: 1px solid #36668b;
}

.bborder {
    border-bottom: 1px solid #36668b;
}

.tborder {
    border-top: 1px solid #36668b;
}

.oddrow, table.shade_rows tr:nth-of-type(even) {
    background-color: #e2eaf4;
}

.footer_btn_region, .footer_btn_region_l {
    height: 100%;
    text-align: center;
    float: left;
    line-height: 2rem;
    display: flex;
    align-items: center;
}

.footer_btn_region {
    border-right: none;
}

.footer_btn_region_l {
    float: right;
    border-left: none;
}