﻿body {
    font-weight: unset;
    min-height: calc(100vh - 75px);
    user-select: auto;
}

/*font*/
body, button, input, select, .nav, .k-dropdown, div.daterangepicker, .site-font {
    font-family: 'Lato', sans-serif;
}

:focus {
    outline: unset;
}

.h-100 {
    height: 100%;
}

.d-none {
    display: none;
}

.v-collapse {
    visibility: collapse;
}

.button-default {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    width: unset;
    height: 34px;
    color: var(--global-blue-color);
    padding: 10px 18px;
    margin: 1px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

.button-primary {
    background-color: var(--global-blue-color);
    border: none;
    width: unset;
    height: 34px;
    color: white;
    padding: 10px 18px;
    margin: 1px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

    .button-primary:disabled {
        background-color: #172b4499;
        cursor: not-allowed;
    }

.red-button.disabled, i.red-icon.disabled {
    color: #f85a5a5e;
    cursor: unset;
}

label.required::after, span.required::after {
    content: " *";
    color: red;
    /*   font-size: 22px;
    vertical-align: middle;*/
}

input.invalid {
    border-color: red;
}

a, #helpicon, #profile, #profile label, .tab-button, .white-tab-button, .select-tab-button, .plan-card, .date-picker-button, .icon-btn {
    cursor: pointer;
}

.hover-background:hover {
    background-color: lightgray;
}

th, td {
    white-space: nowrap;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-right-3 {
    margin-right: 3px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-x-3 {
    margin: 0 3px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.default-table {
    border-spacing: 0;
}

    .default-table th, .default-table td {
        border: solid lightgray 1px;
        padding: 5px 10px;
    }

.dark-y-border {
    border-top-color: black;
    border-bottom-color: black;
    /*    border-top-width: 2px;
    border-bottom-width: 2px;*/
}

.spa-container {
    display: block;
    /*    margin: 15px;*/
}

.dashboard-grants-div {
    min-height: 250px;
    max-height: 450px;
    overflow: auto;
}

.site-input {
    margin: 10px 0 10px 0;
    display: block;
    width: 100%;
    padding: 0.6rem 0.7rem 0.5rem 0.7rem;
    font-size: .875rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.data-card {
    /* padding: 8px;*/
}

.date-option-select {
    width: unset;
}

.custom-options {
    overflow: auto;
    max-height: 200px;
}

input.date-range-picker {
    width: 200px;
}

input.number-input {
    width: 106px;
}

.org-dropdown {
    width: 250px;
}

.account-type.selected .account-type-column {
    background: #ccd0d3;
}

.icon-btn {
    color: var(--global-blue-color);
}

    .icon-btn:hover {
        color: #8aa8bd;
    }

.is-drag-over {
    border-color: lightblue;
    border-width: 3px;
}

/*.close-dialog:hover {
    color: indianred;
}*/
/* org category colors */
.others {
    color: #00e5ff;
}

.educational {
    color: #fb8a00;
}

.community {
    color: #000;
}

.congregations {
    color: #e53935;
}

.religious {
    color: #673ab7;
}

.human-services {
    color: #00c853;
}

.health {
    color: #fdd835;
}

.philanthropy_charity {
    color: #5680e2;
}
/*end org category colors */

.d-inline {
    display: inline;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.w-100 {
    width: 100%;
}

.font-weight-bold {
    font-weight: bold;
}

.float-right {
    float: right;
}

.text-danger {
    color: #ff4136;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

/*designer overrides*/
.nav_link.active {
    background: unset;
}

.signup-container .signup-right img {
    object-position: top;
}

.data-card > svg {
    margin: 0.9rem;
}

#signup_uploads {
    justify-content: space-evenly;
}

.tooltip .info-icon.fas.fa-question {
    padding-top: 2px;
}

.input-box .mini-icon {
    left: -20px;
}

.input-box input:not(.padding-left) {
    padding-right: 22px;
}
/*end designer overrides*/


/*kendo overrides*/
.k-dropdown .k-dropdown-wrap, .k-dropdown .k-dropdown-wrap:hover, .k-dropdown .k-dropdown-wrap.k-state-focused {
    background-color: unset;
}

.k-list .k-item.k-state-hover.k-state-selected,
.k-list .k-item:hover.k-state-selected,
.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected,
.k-list-optionlabel:hover.k-state-selected {
    background-color: var(--global-blue-color);
}

.k-pager-numbers .k-link.k-state-selected {
    background-color: antiquewhite !important;
    border-radius: 50px;
}

.k-pager-numbers .k-link {
    background-color: transparent;
    border: 0;
    color: black;
}
.k-pager-numbers > li > .k-link.k-state-selected {
    background-color: transparent;
    border: 0;
    color: black;
}
.k-pager-wrap > .k-pager-nav {
    background-color: transparent;
    border: 0;
    color: dimgray;
}

.k-animation-container {
    width: 306px;
}
/*.k-textbox:focus {
    border-color: var(--global-blue-color);
}*/

/*end kendo overrides*/


.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: auto;
}
@media only screen and (max-width: 450px) {
    .CurrentBalance {
        width: 90% !important;
    }
    .ArchiveCheckBox{
        transform:scale(2) !important;
    }

    .modal-content {
        width: 80% !important;
    }
    .small-modal-content {
        width: 80% !important;
    }
    .daterangepicker {
        width: 310px;
        overflow: auto;
        max-height: 300px;
    }
}
@media only screen and (min-width: 600px) {
    .CurrentBalance {
        width: 50% !important;
    }
    .modal-content {
        width: 50% !important;
    }
    .small-modal-content {
        width: 70% !important;
    }
    .daterangepicker {
        overflow: auto;
        max-height: 300px;
    }
}
@media only screen and (min-width: 800px) {
    .CurrentBalance {
        width:40% !important;
    }
    .modal-content {
        width: 40% !important;
    }
    #PinModalContent {
        width: 15% !important;
    }
    .small-modal-content {
        width: 30% !important;
    }
}
@media only screen and (min-width: 1000px) {
    .CurrentBalance {
        width: 30% !important;
    }
    #PinModalContent {
        width: 15% !important;
    }
    .small-modal-content {
        width: 10% !important;
    }
}

input:not(.value-input){
    margin-top:0px !important;
    margin-bottom:0px !important;
}






/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


    .Width100{
        width:100% !important;
    }

    .input-medium-size{
        width:150px !important;
    }

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom:15px;
}

.validation-error-text{
    color:red;
}

.badge {
    border: 1px solid;
    position: absolute;
    left: 2px;
    background: red;
    color: white;
    font-size: 14px;
    top: 11px;
    border-radius: 50px;
    padding: 2px;

}
.flag{
    margin-right:10px;
    font-size:20px;
    font-weight:100;
}
#approvals_count_area{
    display:none;
}
.approval-li{
    padding:15px;
    cursor:pointer;
    border-bottom:1px solid lightgray;
}

    .approval-li:hover {
        background: #172B44;
        color:white;
    }
    .approval-dropdown {
        width: 280px !important;
        right: 90% !important;
        max-height: 300px !important;
        overflow: auto !important;
    }

#arrow-up {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 40px;
    right: 95%;
    display:none;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}


.btn-submit{
    width:auto!important;
}
.btn-default {
    width: auto !important;
    background-color:whitesmoke;
    color:black;
}

.Recurring-Approval{
    display:none;
}

.btn-warning {
    background: #ffcc66;
    color:black;
}


#context-menu li span {
    padding:20px;
}

@media only screen and (min-width: 800px) {
    #Voucher-Info {
        width : 50% !important;
    }
}

.dialog-ok-btn{
    width:auto !important;
    margin-top:3px;
}
.dialog-cancel-btn {
    width: auto !important;
    margin-top: 3px;
}

@media only screen and (min-width: 800px) and (max-width:1200px) {
    .ChartDate {
        padding: 2px 10px;
    }
    #chart-data-range{
        width:100px
    }
}
@media only screen and (min-width: 1200px){
    .ChartDate {
        padding: 2px 20px;
    }
}
.ChartDate {
    font-size: 0.75rem;
    border-right: 1px solid rgb(210 210 210);
    border-bottom: 0;
    color: rgb(114 114 114);
    font-weight: bold;
}

    .ChartDate:hover {
        color: #ffffff;
        background-color: #172B44;
        cursor: pointer;
    }

.ChartDateActive {
    background-color: #172B44;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
}

.daterangepicker .drp-calendar {
    max-width:300px;
}


.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.temp-approval-dropdown{
    right:50% !important;
}





.k-pager-numbers > .k-link {
    background-color: antiquewhite !important;
    border-radius: 50px;
}

.k-pager-numbers .k-link {
    background-color: transparent;
    border: 0;
    color: dimgray;
}

.k-pager-wrap > .k-pager-nav {
    background-color: transparent;
    border: 0;
    color: dimgray;
}

.k-animation-container {
    width: 306px;
}

.grid-view {
    white-space: normal !important;
}

.k-grid .k-alt {
    background-color: white; /* specify the alternate background-color */
}

.k-grid tr th {
    /* border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;*/
    border-bottom: 2px solid #cbcbcb69;
    font-weight: bold;
}

.k-grid tr td {
    border-bottom: 2px solid #cbcbcb69;
    border-left: 0 !important;
    border-right: 0 !important;
}

.k-grid {
    line-height: 0.25px;
}



.text-area {
    box-shadow: inset 0 0 1px grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: .875rem;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    width: 100%;
    padding: 0.6rem 0.7rem 0.5rem 0.7rem;
    max-width:300px;
}

.full-width{
    width:100%;
}

.auto-width{
    width:auto !important;
}