﻿.error {
    color: red;
}

.thbackground {
    background-color: lightgray !important;
}

h1 {
    color: #347D2B;
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0px;
}

.TopText {
    font-size: 25px;
    margin-bottom: 0px;
    color: #19a419;
}

.ItemDesc {
    font-size: 15px;
    margin: 2px 0 0px 0px;
    color: gray;
}

.TopLevelIcon {
    width: 36px;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
}

.TopDiv {
    position: fixed;
    background-color: #38843B;
    height: 70px;
}


.TopNav {
    background-color: #38843B;
    color: white;
    border: none;
    cursor: pointer;
    height: 70px;
    font-size: 20px;
    outline: 0;
    text-decoration-line: none;
}

.TopURLMobile {
    background-color: #38843B;
    color: white !important;
    border: none;
    cursor: pointer;
    font-size: 20px;
    outline: 0;
    text-decoration-line: none;
    width: 100px;
}

.TopURL {
    background-color: #38843B;
    color: white !important;
    border: none;
    cursor: pointer;
    font-size: 20px;
    outline: 0;
    text-decoration-line: none;
    width: 100px;
    text-align: center;
}

.BorderHover {
    border-bottom: 4px solid transparent;
    margin-top: 7px;
    padding-bottom: 11px;
    display: block;
}

.BorderHover:hover {
    border-bottom: 4px solid #f39b1c;
    transition: border .15s ease;
}

.BorderStick {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 4px solid #f39b1c;
}

.MenuHover {
    border-bottom: 4px solid transparent;
    margin-top: 7px;
    padding-bottom: 11px;
    display: block;
}

li {
    color: gray;
}

.tdBool {
    text-align: center;
}

.tdActions {
    text-align: center;
    width: 110px;
}

.LocationAddress2 {
    width: 130px
}

.LocationCity {
    width: 50px
}

.FmlsLogo {
    margin-top: 7px;
    margin-left: 5px;
    border: 0;
}

.txt-erorr {
    color: darkred;
}

.navbar-items {
    display: flex;
}

.navbar .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-nav {
    margin-bottom: -16px;
}

.dropdown-menu {
    width: max-content;
    padding: 0em;
}

.contentBlack {
    color: #000000;
}

/*input & dropdown elements will have green dropshadow*/
.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px #19a419, 0 0 8px #19a419;
    outline: -webkit-focus-ring-color #19a419 0px;
}

.form-select:focus {
    -webkit-box-shadow: inset 0 1px 1px #19a419, 0 0 8px #19a419;
    outline: -webkit-focus-ring-color #19a419 0px;
}