﻿.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.no-top-padding {
    padding-top: 0;
}

a {
    color: #2896BC;
}
a:hover, a:focus {
    color: #2896BC;
}

.hidden {
    display: none;
}

/* font awesome icon styling */
i.fas,
i.fab {
    padding-right: 3px;
    font-size: 16px;
}

.btn-group {
    height: 32px;
}

.btn-group-label {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

/* overrides for bootstrap button */
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  padding: 4px 6px;
}
.btn.btn-info.rounded {
    box-shadow: 0 0 0 0 #E1E7EB;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.btn.btn-primary {
    font-size: 14px;
    font-weight: 700;
    text-transform: none !important;
    color: #4C059C;
    background-color: #EFEFEF;
    border: 2px solid #4C059C;
    padding: 10px 20px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #EFEFEF;
  background-color: #4C059C;
}
.btn.btn-primary.rounded {
    -ms-border-radius: 20px !important;
    border-radius: 20px !important;
}

.btn.btn-primary.active {
    background-color: #4C059C;
}
.btn.btn-yesno {
    height: 40px;
    color: #4C059C;
    background-color: #EFEFEF;
    border: 2px solid #4C059C;
    padding: 12px 15px;
    min-width: 60px;
}
.btn.btn-yesno.active {
    color: #FFFFFF;
    background-color: #4C059C;
}
.btn.link-button {
    background-color: inherit;
    border: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    color: #2896BC;
    border-radius: unset;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #2896BC;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
    box-shadow: none;
    min-width: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.btn.link-button:hover, .btn.link-button:focus {
  background-color: inherit;
  border-bottom-color: #2896BC;
}

/*fix button showing up on top of footer div*/
.btn-primary.active {
    z-index: -1 !important;
}

.btn-group {
  margin-top: 0;
}
.btn-group .btn.btn-primary {
    height: 39px;
    padding-top: 12px;
}
.btn-group .btn.btn-primary.active {
    color: #FFFFFF;
    background-color: #4C059C;
    border-color: #4C059C;
}
.btn-group .btn.btn-primary.active:hover {
    color: #FFFFFF;
    background-color: #4C059C;
    border-color: #4C059C;
}
.btn-group.answer-yes-no-na > label.answer-button.active {
    z-index: 0 !important;
}

.btn-switch {
    font-size: 14px !important;
    background: #4C059C 0% 0% no-repeat padding-box !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
    letter-spacing: 0px !important;
    color: #FFFFFF !important;
    opacity: 1 !important;
    text-transform: none !important;
    border: none;
}

.btn-cancel {
    border: 2px solid #4C059C;
    -ms-border-radius: 20px !important;
    border-radius: 20px !important;
    line-height: 1.5;
}

#modal-placeholder .modal-content {
  background-color: #EFEFEF;
}

form label,
.form-style label {
    font-weight: 700;
}

form .input-rounded {
    background-color: #EFEFEF
}

form .checkbox-rounded-parent,
.form-style .checkbox-rounded-parent {
    position: relative;
}

form .checkbox-rounded-parent .checkbox-rounded-label,
.form-style .checkbox-rounded-parent .checkbox-rounded-label {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

form .checkbox-rounded-parent .checkbox-rounded-label:after,
.form-style .checkbox-rounded-parent .checkbox-rounded-label:after {
    border: 2px solid #FFFFFF;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 8px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox-disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

form .checkbox-rounded-parent input[type="checkbox"], .form-style .checkbox-rounded-parent input[type="checkbox"] {
    visibility: hidden;
}

form .checkbox-rounded-parent input[type="checkbox"]:checked ~ label.checkbox-rounded-label, .form-style .checkbox-rounded-parent input[type="checkbox"]:checked ~ label.checkbox-rounded-label {
    background-color: #4C059C;
    border-color: #4C059C;
}

form .checkbox-rounded-parent input[type="checkbox"]:checked ~ label.checkbox-rounded-label:after, .form-style .checkbox-rounded-parent input[type="checkbox"]:checked ~ label.checkbox-rounded-label:after {
    -ms-opacity: 1;
    opacity: 1;
}

form input,
.form-style input {
    background-color: #EFEFEF;
}

form input.form-control,
.form-style input.form-control {
    background-color: #EFEFEF;
}

.checkbox-rounded-parent form textarea.input-rounded,
.form-style textarea.input-rounded {
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    border-width: 2px;
    border-color: #000000;
}

form textarea.input-rounded.form-control,
.form-style textarea.input-rounded.form-control {
    height: unset;
}

form .form-group.no-margin,
.form-style .form-group.no-margin {
    margin-bottom: 0;
}

form .form-group .form-control,
.form-style .form-group .form-control {
    /*set form controls height*/
    height: 32px;
}

form .form-group .form-control-sm,
.form-style .form-group .form-control-sm {
    height: 32px !important;
    width: 25px;
    max-width: 25px;
    padding-left: 10px;
}

form .form-group .form-control-small,
.form-style .form-group .form-control-small {
    height: 32px !important;
    width: 75px;
    max-width: 75px;
    padding-left: 10px;
}

form .form-group .form-control-mdsm,
.form-style .form-group .form-control-mdsm {
    height: 32px !important;
    width: 100px;
    max-width: 150px;
    padding-left: 10px;
}

form .form-group .form-control-md,
.form-style .form-group .form-control-md {
    height: 32px !important;
    width: 150px;
    max-width: 150px;
    padding-left: 10px;
}

form .form-group .form-control-medium,
.form-style .form-group .form-control-medium {
    height: 32px !important;
    width: 200px;
    max-width: 200px;
    padding-left: 10px;
}

form .form-group .form-control-large,
.form-style .form-group .form-control-large {
    height: 32px !important;
    width: 300px;
    max-width: 300px;
    padding-left: 10px;
}

form .form-group .form-control-xtra-large,
.form-style .form-group .form-control-xtra-large {
    height: 32px !important;
    width: 600px;
    max-width: 600px;
    padding-left: 10px;
}

form .form-group .form-control-ddl-top,
.form-style .form-group .form-control-ddl-top {
    height: 34px !important;
    line-height: 30px !important;
}

form .form-group .form-control-textarea,
.form-style .form-group .form-control-textarea {
    width: 600px;
    /*height: 96px;*/
    /*do not set height or it will center text*/
}
.form-control-textarea:disabled {
    border-color: rgb(170, 170, 170) !important;
}

form input, .form-style input {
    background-color: #FFFFFF;
}

form input.form-control,
.form-style input.form-control {
    background-color: #FFFFFF;
}

.checkbox-rounded-parent form textarea.input-rounded,
.form-style textarea.input-rounded {
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    border-width: 2px;
    border-color: #000000;
}

form textarea,
.form-style textarea {
    background-color: #FFFFFF !important;
    border-width: 2px !important;
    border-color: #000000 !important;
}

form textarea.input-rounded.form-control,
.form-style textarea.input-rounded.form-control {
    height: unset;
}

form .form-group.no-margin,
.form-style .form-group.no-margin {
    margin-bottom: 0;
}

form .form-group .form-control,
.form-style .form-group .form-control {
    /*set form controls height*/
    height: 32px;
}

form .form-group .form-control-sm,
.form-style .form-group .form-control-sm {
    height: 32px !important;
    width: 25px;
    max-width: 25px;
    padding-left: 10px;
}

form .form-group .form-control-small,
.form-style .form-group .form-control-small {
    height: 32px !important;
    width: 75px;
    max-width: 75px;
    padding-left: 10px;
}

form .form-group .form-control-mdsm,
.form-style .form-group .form-control-mdsm {
    height: 32px !important;
    width: 100px;
    max-width: 150px;
    padding-left: 10px;
}

form .form-group .form-control-md,
.form-style .form-group .form-control-md {
    height: 32px !important;
    width: 150px;
    max-width: 150px;
    padding-left: 10px;
}

form .form-group .form-control-medium,
.form-style .form-group .form-control-medium {
    height: 32px !important;
    width: 200px;
    max-width: 200px;
    padding-left: 10px;
}

form .form-group .form-control-large,
.form-style .form-group .form-control-large {
    height: 32px !important;
    width: 300px;
    max-width: 300px;
    padding-left: 10px;
}

form .form-group .form-control-xtra-large,
.form-style .form-group .form-control-xtra-large {
    height: 32px !important;
    width: 600px;
    max-width: 600px;
    padding-left: 10px;
}

form .form-group .form-control-ddl-top,
.form-style .form-group .form-control-ddl-top {
    height: 34px !important;
    line-height: 30px !important;
}

form .form-group .form-control-textarea,
.form-style .form-group .form-control-textarea {
    width: 600px;
    /*height: 96px;*/
    /*do not set height or it will center text*/
}

.form-control-textarea:disabled {
    border-color: rgb(170, 170, 170) !important;
}

.form-control-textarea {
    padding: 5px;
}


.label-margin-top {
  margin-top: 15px; }

.label-bold-text {
    font-weight: bold;
}

.label-bigger-text {
    font-size: 18px;
}

/*show radio buttons as toggle buttons*/
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.wide-200 {
    width: 200px;
}

.half-width {
    width: 50%;
}

p.display-rounded {
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: #FFFFFF;
}

/* bootstrap alerts */
.alert {
    font-size: 24px !important;
}

.alert a,
.alert a:visited {
   text-decoration: underline;
}
a.close {
    text-decoration: none !important;
}
.alert-success {
    background-color: green !important;
    border-color: green !important;
    color: white !important;
}
.alert-danger {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}
.alert-warning {
    background-color: yellow !important;
    border-color: yellow !important;
    color: black !important;
}

/* fix the bootstrap alert to the top of the page */
.alert-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
}

.alertdiv {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .alertdiv {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .alertdiv {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .alertdiv {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .alertdiv {
        max-width: 1140px;
    }
}


body header nav.navbar {
    /*fix issue where drop down menu is appearing below alert div*/
    /*https://fezvrasta.github.io/bootstrap-material-design/docs/4.0/layout/overview/#z-index*/
    z-index: 5 !important;
    background-color: #4C059C;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    /*drop down menu item*/
}

body header nav.navbar .navbar-brand {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: -1rem;
    padding-left: 2rem;
    background-image: url("../images/nav-art.png");
    width: 547px;
}

body header nav.navbar ul.navbar-nav li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

body header nav.navbar ul.navbar-nav li.nav-item .nav-link {
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #FFFFFF;
}

body header nav.navbar ul.navbar-nav li.nav-item.active .nav-link {
    border-bottom: 2px solid #FFFFFF;
}

body header nav.navbar ul.navbar-nav li.nav-item:hover:not(.active) .nav-link {
    border-bottom: 2px solid #2896BC;
}

body header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
    right: 0;
    left: unset;
    background-color: #4C059C;
}

body header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #FFFFFF;
}

body header nav.navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #2896BC;
}

body header nav.navbar .menuitem {
    font-size: 16px;
}

body {
    background-color: #EFEFEF;
    font-family: 'Roboto', sans-serif;
}

body.has_main_container {
    background-color: #FFFFFF;
}

body main {
/*for top level container if we want grids to take up the entire page with minimal margins*/
}

body main.edge-to-edge-container {
    overflow-x: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

body main.container {
    padding-top: 0;
}

body main h1.page-heading {
    padding-top: 10px;
}

body main h2.page-heading {
    padding-top: 10px;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}

.footer {
    background-color: #171718;
    font-size: 14px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    z-index: 99999;
}

.footer #logoutForm {
    margin-bottom: 0;
}

/*fix footer row text*/
.footer-row {
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.footer-row a,
.footer-row a:link,
.footer-row a:visited,
.footer-row a:active,
.footer-row a:hover {
    color: white;
}

.footer-row a:hover {
    text-decoration: none;
}

body .severity-wrapper .severity-dropdown {
    width: 125px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.model-open-background .modal-backdrop {
    background-color: #EFEFEF;
}

input[type=radio],
input[type=checkbox] {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
}

.form-check {
    margin: 15px;
}
.form-check-label {
    padding-left: 20px;
    font-size: 18px;
}

/*right align title bar menu*/
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.text-right {
    text-align: right !important;
}

.checkbox-disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.ddl-wide {
    width: 300px !important;
}

.label-margin-top {
    margin-top: 15px;
}

.label-bold-text {
    font-weight: bold;
}

input[type="radio"] {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
}

.k-radio + .k-radio-label, .k-radio-label + .k-radio {
    margin-left: 14px;
}

.edit-user-modal {
    background-color: #EFEFEF;
}

.edit-user-modal .user-information,
.edit-user-modal .account-information {
    padding: 15px 0;
    margin: 0px 30px;
}

.edit-user-modal .user-information .checkbox-rounded-parent .checkbox-rounded-label:after,
.edit-user-modal .account-information .checkbox-rounded-parent .checkbox-rounded-label:after {
    height: 7px;
    left: 8px;
    top: 8px;
}

.totalLabel {
    color: #3F51B7;
    font-weight: bold;
    font-size: 18px;
}

.totalTextbox {
    color: #3F51B7;
    width: 150px;
    font-weight:bold;
}

.overviewTotal {
    color: #3F51B7;
    font-size: 18px;
    font-weight: bold;
}

.overviewGrandTotal {
    font-size: 24px;
}

.budgetDiscussionLabel {
    font-weight: bold;
    font-size: 18px;
}

.budgetDiscussionLink {
    font-weight: bold;
    font-size: 18px;
}
.budgetDiscussionLink:hover {
    text-decoration: none;
}
.budgetDiscussionCommentEdit {
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}

.budgetPercentageLabel {
    font-weight: bold;
    font-size: 16px;
}

.budgetThresholdWarning {
    background-color: red !important;
    color: white !important;
}

.budgetAmountWarning {
    border-color: red !important;
    border-width: 3px !important;
}

.customUnderline {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.amendmentStatus {
    text-align: left;
    font: normal normal bold 20px/26px Roboto;
    letter-spacing: 0px;
    color: #277D0C;
    opacity: 1;
}

.amendmentText {
    text-align: left;
    font: normal normal bold 16px Roboto;
    letter-spacing: 0px;
    color: #277D0C;
    opacity: 1;
}

.amendmentTextSmall {
    text-align: left;
    font: normal normal bold 14px Roboto;
    letter-spacing: 0px;
    color: #277D0C;
    opacity: 1;
    padding-left: 5px;
}

.amendmentTextItalized {
    font: italic normal normal 16px Roboto;
    opacity: 1;
}

.amendmentCategoryAndType {
    text-align: left;
    font: normal normal bold 18px/24px Roboto;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.amendmentFooter {
    background: #277D0C 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap-long-word {
    word-wrap: break-word; /* For older browsers */
    overflow-wrap: break-word; /* For modern browsers */
}

label {
    font-weight: 700;
}