/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*unique*/
[class*="col"].eds_box33 {
  
  background: black;
}

/*add padding relative to element*/
.paddingToTheRight_9px
{
    padding-right: 9px;
    /* background-color: red; */
}
.paddingToTheLeft_9px
{
    padding-left: 9px;
    /* background-color: red; */
}

/*disable the default block bullets, on a list structure*/
ul.listStyle1{
    list-style-position: inside;
    padding-left:0rem  !important;
    margin-top
}
ul.listStyle1 li{
    list-style: none;
}

/*div pill style*/
.divPillStyle1
{
    background-color: #e2e1e1;
    padding:0px 10px; 
    margin-bottom:20px; 
    border-radius:10px;
}

/*testing*/
.flex-parent {
   display:flex;
   flex-wrap:wrap;
   margin:10px 0;
   /* justify-content: flex-start; */
   justify-content: center;
}

.flex-child {
   width:200px;
   /* background:yellow; */
   padding:10px;
   margin-bottom: 10px;
   /* text-align:center; */
   /* border-right:1px solid white; */
}

.flex-parent > .animated {
    animation-duration: .7s;
}

/* .flex-child:last-child {
   border-right:none;
} */

/* stop display of header with 3 dots display */
.eds_box27 > header::after{
    display: none;
    box-sizing: content-box;
}

/* align wrapper to center */
.wrapper
{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*bread crumb for webpages */
.breadCrumbStyle
{
    width: fit-content;
    height: fit-content; 
    padding: 10px 15px 1px 0px; 
    border-radius: 15px; 
    border:2px solid #e4e3e350; 
    background-color: #f2f2f2;
}

/* reset float children elements */
.clearfix::after
{
    content: "";
    display: table;
    clear: both;
}

/* box sizing */
.boxSizing
{
    box-sizing: border-box;
}

/* home page Icon text links */
.eds_boxTitle, .homeIcon-textLinks
{
    color: #000000;
    font-weight:400;
}

/*paragraph attributes, under .row class */
/* .row p
{
    line-height: 1.4rem;
} */

/* breadcrumbStyle override style*/
.breadCrumbStyle
{
    background-color: rgba(81, 95, 90, 0.15);
    border:2px solid rgba(81, 95, 90, 0.1);
}

/* breadcrumb override style*/
.breadcrumb
{
    margin-bottom: .7rem;
}

/* chinle agencies title with background attributes */
.agencyTitle
{
    padding:10px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 2px solid rgba(0,0,0,0.4);
}

/*links - display underline */
.displayUnderlinkHyperlink > li a
{
    text-decoration: underline;
}
.displayUnderlinkHyperlink > li a:hover
{
    text-decoration: none;
}

/*navajo Code Talker webpage - alive kia deceased first29CodeTalkers
css style */

.alive
{
    color: #00FF00; 
    font-weight: 700;
}

.kia
{
    color: #000000; 
    font-weight: 700;
}

.deceased
{
    color: #800000; 
    font-weight: 700;
}

.first29CodeTalkers
{
    color: #0D5CB6; 
    font-weight: 700;
}

/*remove default margin or padding on a particular class */
ul.listLeftAlignment-noListStyle{
    margin:0;
    padding:0;
}


/*list left aligned, and no list style*/
ul.listLeftAlignment-noListStyle li{
    list-style: none;
    padding-left:0 !important;
    margin-left:0 !important;
    /* background-color: grey; */
	padding-top:1.5rem;
    list-style-position: inside !important;
    line-height: 1.8rem;
}

/*list left aligned, and no list style - first child*/
ul.listLeftAlignment-noListStyle li:first-child{
    list-style: none;
    padding-left:0;
    margin-left:0;
    /* background-color: grey; */
	padding-top:0rem;
}

/*override the EVENTS webpage, make paragraphs, move downwards, instead of left to right motion */
.eds_news_Advantage .edNews_defaultList .edNews_summary p {
  display: block !important;
}

.noPaddingNoMargin-thisSection p,
.noPaddingNoMargin-thisSection h1,
.noPaddingNoMargin-thisSection h2,
.noPaddingNoMargin-thisSection h3,
.noPaddingNoMargin-thisSection h4,
.noPaddingNoMargin-thisSection h5,
.noPaddingNoMargin-thisSection h6,
.noPaddingNoMargin-thisSection ul,
.noPaddingNoMargin-thisSection ol,
.noPaddingNoMargin-thisSection li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0.5rem 0;
}

/*applies to all <td> elements inside that section of the generic
parent class */
.files-section td{
    padding:1rem;
}

/*align items in the 1st and 2nd column of the table*/
.custom-table td{
    padding:1rem;
}
.custom-table td:first-child{
    width:50%;
}
.custom-table td:last-child{
    width:50%;
    text-align:left;
}






































































