
.account-gear { 
	font-size: 25px;
	color: var(--tkg-body-font-color);
}

.force-cursor {
    cursor: pointer;
}

.full-width-nav-item {
    width: 100%;
}

.no-top-padding {
    padding-top: 0px;
}

.card-body {
    padding: 0rem 0rem;
}

.menu-pad-20 {
    padding-left: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.dds-header {
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: medium;
    background-color: #3f629e;
    color: #fff;
}

.newBlue {
    background-color: #3f629e !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: medium;
}

.newLightLightBlue {
    background-color: #92a7cc !important;
    color: #fff !important;
}

.ddsSectionHeader {
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: medium;
}

.table-background-color-gray {
    background-color: #f3f3f3;
}

.month-selection-options {
    margin: 1px 0;
    padding: 0;
    height: 125px;
    outline: 0;
    /* border: 0 !important; */
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
}

.newLightBlue {
    background-color: #5877ad;
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 10px;
    font-size: medium;
}
