@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #f8a01c;
}

.rz-button.btn-primary {
    color: #fff;
    background-color: #f8a01c;
    border-color: #f8a01c;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.rz-rating .rzi-star {
    color: #f8a01c;
}

.rz-rating-cancel {
    display: none;
}

.rz-rating:not(.rz-state-disabled):not(.rz-state-readonly) .rzi-ban:hover {
    color: #f8a01c;
}

.rz-rating-icon rzi rzi-star-o {
    color: #f8a01c;
}

.rz-rating .rzi-star-o {
    opacity: 1;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.connectToQuickBooksButton {
    width: 245px;
    height: 43px;
    background: url("../images/C2QB_green_btn_tall_default.png");
}

    .connectToQuickBooksButton:hover {
        background: url("../images/C2QB_green_btn_tall_hover.png")
    }

.connectToXeroButton {
    width: 190px;
    height: 43px;
    background: url("../images/connect-blue.svg");
}

.disconnectFromXeroButton {
    width: 222px;
    height: 43px;
    background: url("../images/disconnect-blue.svg");
}

.rz-autocomplete-input {
    box-shadow: none;
    padding-bottom: 10px
}

.rz-panel-menu .rz-navigation-menu .rz-navigation-item .rz-navigation-item-link {
    padding-left: 1.250rem;
}

.rz-data-grid {
    z-index: 1;
}

.separator {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rz-button-sm {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    font-size: 12px;
}

.rz-menu-toggle-item {
    display: none;
}
/*
.rz-panel-menu
{
    background-color:lightgrey;
}*/

#actionsMenu .rz-navigation-menu {
    z-index: 2;
    font-size: 11pt;
    margin-left: 30px;
    margin-left: -130px;
}

    #actionsMenu .rz-navigation-menu .rz-navigation-menu {
        margin-left: 0px;
    }

    #actionsMenu .rz-navigation-menu .rz-navigation-item-icon {
        display: none;
    }

    #actionsMenu .rz-navigation-menu .rz-navigation-item {
        width: 275px;
    }

.rz-grid-table td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.rz-panel-titlebar {
    justify-content: flex-end;
}

#fileActionsMenu .rz-navigation-menu {
    z-index: 2;
    margin-left: 30px !important;
    margin-left: -120px !important;
}

.rz-chkbox {
    height: 15px;
    width: 15px;
    min-width: 15px;
}

.chartHeader {
    /*margin-bottom: -20px !important;*/
}

.rz-legend-bottom {
    top: 250px;
    height: 75px;
}

.expired {
    background-color: #F9E79F;
}

.expiringSoon {
    background-color: #AED6F1;
}

.disabled {
    background-color: #F5B7B1;
}

.rz-grid-table td, .rz-grid-table th {
    /*padding: 0.5rem 0.625rem 0.5rem 0.625rem;*/
    padding: 0px 0.3rem 0px 0.3rem;
}

th .rz-cell-filter {
    padding: 0.3rem;
}

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    padding-bottom: .3rem;
}

.rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar, .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox, .rz-autocomplete {
    /*padding: 0rem 0rem 0rem .1875rem;*/
    padding: 0rem 0rem 0rem .2rem;
    margin-bottom: 0px;
    height: 1.85rem;
}

.rz-datatable-thead th, .rz-grid-table thead th {
    padding: 0.5rem 0 0 0;
}

.rz-switch {
    vertical-align: text-top;
    margin-bottom: 2px;
}

.gridActionLink {
    padding: 3px;
}

.reportActionLink {
    font-size: 10pt;
}
/*.rz-datatable-even {
    background-color: red;
}*/

.analyticsButton {
    padding-top: 2px;
    background-color: #0366d6;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    height: 26px;
    border-radius: 3px
}

.rz-switch.rz-switch-checked .rz-switch-circle {
    background: forestgreen;
}
/** For hover  **/
.rz-datatable-even:hover:not(.rz-state-highlight) > td,
.rz-datatable-odd:hover:not(.rz-state-highlight) > td {
    background-color: lightgoldenrodyellow;
}

/** Color of text when hover **/
/*.rz-datatable-even:hover:not(.rz-state-highlight) .rz-cell-data,
.rz-datatable-odd:hover:not(.rz-state-highlight) .rz-cell-data {
    color: red !important;
}*/

.connectToDataShareButton
{
    height:50px;
}

.twitter-follow-button {
    margin-bottom: 1px;
}

.IN-widget .IN-widget--iframe {
    margin-bottom: 7px;
}

.IN-widget .follower-count {
    display: none;
}

.footerSocialIcons {
    height: 20px;
    width: auto;
    margin: 3px;
}