/* *:not(input){
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
} */

*{
	text-transform: uppercase !important;
	/*font-size: 18px;*/
}

body {
    /* font-size: 12px; */
    background-color: #ededed !important;
}

h1{
	font-size: 20px;
	font-weight: 700;
	color: #4d4d4d;
	margin-top: 20px;
}
.link-myaccess-nav {
   width: 100px;
    margin-top: 6px; 
}
.secondary-header {
    font-weight: 700 !important;
    color: #2491d3 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0px !important;
}

/* =============================================================== */
/* ======================== ADDED CLASSES ======================== */
/* =============================================================== */

.no-caps, .no-caps input{
	text-transform: none !important;
}

.position-sticky{
	position: sticky !important;
	position: -webkit-sticky;
	top: 0;
}

.alert-small-text {
    font-size: 14px !important;
    line-height: 19px;
    color: #4d4d4d !important;
}

.font-weight-bold {
    font-weight: 700!important;
}

.account-btn-dropdown {
    width: 315px;
    padding: 10px 10px 10px 10px;
    left: -161px;
    top: 40px;
}

/* ======================================================= */
/* ===================== CLASSES BELOW SET FOR BADGES ON INSPECTION REPORTS. ==================== */
/* ===================== CLASSES BELOW ARE NOT TO BE USED ANYWHERE ELSE!  ======================= */
/* ======================================================= */

.green-background{
    font-weight: 700 !important;
    width: 150px !important;
    background-color: #28a745;
    width: 100%;
}

.red-background{
    font-weight: 700 !important;
    width: 150px !important;
    background-color: #dc3545;
    width: 100%;
}

.yellow-background{
    font-weight: 700 !important;
    width: 150px !important;
    background-color: #ffc107;
    width: 100%;
}

.na-background{
    font-weight: 700 !important;
    width: 150px !important;
}

/* ======================================================= */
/* ======================================================= */



/* =============================================================== */
/* ======================== HEADERS  ======================== */
/* =============================================================== */

h1.page-title{
	text-align: center;
}

h2{
	font-size: 19px;
	font-family: "Open Sans", sans-serif;
	color: #4d4d4d;
	font-weight: 800;
}



/* =============================================================== */
/* ==================== TABLES ==================== */
/* =============================================================== */

th, th a{
	color: #ffffff !important;
}



/* =============================================================== */
/* ==================== DIV STYLES ==================== */
/* =============================================================== */

#yh-alert div {
    border: none !important;
}



/* =============================================================== */
/* ==================== BUTTONS ==================== */
/* =============================================================== */

.covid-mobile-btn {
    background-color: #d43f3a !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 10px 6px !important;
    text-align: center !important;
    margin: 16px auto !important;
    font-family: 'Open Sans', sans-serif;
    display: block !important;
    border: 2px solid #d43f3a !important;
    width: 90% !important;
}

.covid-mobile-btn:hover {
    border: 2px solid #d43f3a !important;
    background-color: #ffffff !important;
    color: #d43f3a !important;
    font-weight: 700 !important;
    padding: 10px 6px !important;
    text-align: center !important;
    margin: 16px auto !important;
    display: block !important;
    width: 90% !important;
}

.logout-mobile-btn {
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #4d4d4d !important;
    background-color: #ffffff !important;
    color: #4d4d4d !important;
    font-weight: 700 !important;
    padding: 10px 6px !important;
    text-align: center !important;
    margin: 16px auto !important;
    display: block !important;
    width: 90% !important;
}

.logout-mobile-btn:hover {
    background-color: #4d4d4d !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 10px 6px !important;
    text-align: center !important;
    margin: 16px auto !important;
    font-family: 'Open Sans', sans-serif;
    display: block !important;
    border: 2px solid #4d4d4d !important;
    width: 90% !important;
}

.second-float-right{
    position: absolute !important;
    right: 216px !important;
    top: 10px !important;
}

.third-float-right{
    position: absolute !important;
    right: 415px !important;
    top: 10px !important;
}

.fourth-float-right{
    position: absolute !important;
    right: 565px !important;
    top: 10px !important;
}

.fifth-float-right{
    position: absolute !important;
    right: 665px !important;
    top: 10px !important;
}



/* =============================================================== */
/* ==================== GROUPED TABLES ==================== */
/* =============================================================== */

.groupTable table[data-cb-name=cbTable] > tbody > tr[data-cb-name=group1]{
    background-color: #e5e5e5;
   }

.groupTable table[data-cb-name=cbTable] > tbody > .cbResultSetDataRow:not(.cbResultsSetOddRow){
    /* background-color: #fff; */
    border-bottom: 2px solid #4d4d4d;
}

tr[data-cb-name=group1]{
    margin-top: 10px;
}



/* =============================================================== */
/* ==================== CARDS ==================== */
/* =============================================================== */

.card-header-text{

    color: #2491d3 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 10px !important;
}

.header-color-fix{
    color: #2491d3 !important;
}

.card{
    padding: 20px !important;
    border-radius: 7px !important;
    font-weight: 400 !important;
    color: #4d4d4d !important;
    /* font-size: 12px !important; */
    line-height: 18px !important;
    /* margin: 0px 0px 10px 0px !important; */
}



/* =============================================================== */
/* ==================== TABBED SECTIONS ==================== */
/* =============================================================== */

.tab-content{
    height: auto !important;
}



/* =============================================================== */
/* ==================== TEXT FIELDS ==================== */
/* =============================================================== */





/* =============================================================== */

/* ====================  ==================== */


.pill-cards {
    display: block;
    background-color: #ffffff;
    margin: 0px 10px 0px 10px;
    font-weight: 700;
    text-align: left;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    padding: 13px 13px;
    font-size: 14px;
    line-height: 20px;
}
.pill-content {
    font-weight: 400 !important;
    color: #4d4d4d !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0px 0px 10px 0px !important;
}
.pill-cards-margin {
    display: block;
    background-color: #ffffff;
    margin: 0px 10px 0px 10px;
    font-weight: 700;
    text-align: left;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    padding: 13px 13px;
    font-size: 14px;
    line-height: 20px;
}
.pill-cards-numbers {
    display: block;
    background-color: #ffffff;
    font-weight: 700;
    text-align: left;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    padding: 24px 25px 24px 25px;
    font-size: 14px;
    line-height: 20px;
}
.pill-title {
    font-weight: 700 !important;
    color: #2491d3 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 0px !important;
}
.pill-btns {
    display: block;
    background-color: #ffffff;
    height: 67px;
    margin: 0px 0px 5px 0px;
    font-weight: 700;
    text-align: left;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    padding: 24px 15px 0px 15px;
    font-size: 14px;
    line-height: 20px;
}
.pill-btn-links {
    color: #28a745 !important;
    text-decoration: none !important;
}
.pill-icons {
   padding-right: 10px;
}
.pill-header {
    color: #28a745 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    position: relative !important;
    /* display: inherit; */
    text-overflow: ellipsis !important;
/*    padding-left: 3px !important;*/
}
.sub-titles {
    color: #2491d3 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.slide-up-menu ul li {
    list-style-type: none !important;
    padding: 10px 0px !important;
}

.slide-up-menu ul li a svg {  
    margin-right: 20px !important; 
    color: #28a745 !important;
}

.slide-up-menu ul li a {
    color: #4d4d4d !important;
    font-weight: 700 !important;
    padding-right: 25px !important;
    text-decoration: none !important;
}
.slide-up-menu ul li:first-child {
    color: #2491d3 !important;
    font-weight: 700 !important;
    padding-right: 25px !important;
    text-decoration: none !important;
    font-size: 16px !important;
}

.slide-up-menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.6s cubic-bezier(0.42, 0, 0.58, 1);
    padding: 30px 20px 30px;
    z-index: 1250 !important;
}

.slide-up-menu.active {
    bottom: 0;
}

.table-pop .popover-body {
    padding: 0px !important;
    right: 20px !important;
}
.table-pop .popover-body ul {
    margin-bottom: 0px !important;
    padding-left: 0px;
}
.table-pop .popover-body ul li {
    list-style-type: none;
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 20px;
}
.table-pop .popover-body ul li:last-child {
    border-bottom: 0px;
}
.table-pop .popover-body ul li a {
    color: #2491d3 !important;
    font-weight: 700 !important;
    padding-right: 25px;
}
.search-text-box {
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
    width: 100%;
    color: #4d4d4d;
    font-size: 16px;
}
[id^="no-results"] {
    padding-left: 5px;
    font-size: 12px;
    color: #4d4d4d;
    margin-top: 63px !important;
}
.search-text-box:focus {
    outline: none !important;
    border: 1px solid #2491d3 !important;
    box-shadow: 0 0 5px #2491d3 !important;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
    z-index: 1150;
}
.fa-dash {
    color: #4d4d4d !important;
    font-size: 39px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1px;
}
.fa-ellipsis-vertical{
    color: #2491d3 !important;
    font-size: 25px;
}
.pill-content .fa-circle-info{
    color: #28a745;
}

div[class*="cbFormBlock"] select, div[class*="cbFormBlock"] input:not(.toolkit):not([type="checkbox"]){
    min-height: 38px;
}

td.cbFormFieldCell select, td.cbFormFieldCell input:not(.toolkit):not([type="checkbox"]):not([type="radio"]){
    min-height: 38px;
}

.cbResultSetNavigationLinks img{
    width: 20px !important;
}

.cbFormNavigationLinks img{
    width: 20px !important;
}

a.cbResultSetNavigationLinks img[title="Next"]{
    padding-top: 5px !important;
}
table[data-cb-name="cbTable"] tr[data-cb-name="grand_total"] td{
    border-top: unset !important;
}
table[data-cb-name="cbTable"] .cbResultSetLabel,table[data-cb-name="cbTable"] .cbResultSetLabelLink {
    font-size: 16px !important;
    font-weight: bold !important;
}
/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



/* =============================================================== */

/* ====================  ==================== */

/* =============================================================== */



