﻿body {
    font-family: Roboto, Arial, sans-serif;
}

.input-group i {
    color: #fff;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
    /*color: #90a6bb;*/
    color: #304b64;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item {
    position: relative;
    margin: 0;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}


.swal2-popup .swal2-content {
    color: #545454;
    font-size: 1.1em;
    font-weight: 400;
}

.LineItemRows > tr > td.hasLineItemInput {
    padding: 0;
}

.LineItemRows > tr > td > input.form-control, .LineItemRows > tr > td > select.form-control {
    border-radius: 0;
    border: 1px inset;
}

.LineItemRows > tr > td > .twitter-typeahead > input.form-control {
    border-radius: 0;
    border: 1px inset;
}

.LineItemRows > tr > td > .input-group > input.form-control {
    border-radius: 0;
    border: 1px inset;
}

.LineItemRows > tr > td > .select2 > .selection > .select2-selection--single {
    border: 1px #ccc inset;
    border-radius: 0;
    margin: 0;
}

.font-weight-500 {
    font-weight: 500;
}

.form-control {
    border: 1px solid rgb(195, 201, 216);
}

.underlined {
    border-top: none;
    border-left: none;
    border-right: none;

    border-radius: 0;
}

.swal2-popup .swal2-title {
    font-size: 1.3em;
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow, .fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before {
    content: "\f104";
}


.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before {
    content: "\f105";
}

.fc-time-grid-event:hover {
    cursor: pointer;
}

.fc-unthemed th.fc-day-header > a, .fc-unthemed th.fc-day-header > span {
    color: #5867dd;
}

.kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link i {
    font-weight: 900;
}

.kt-aside__primary .kt-aside__bottom .kt-aside__nav .kt-aside__nav-item .kt-aside__nav-link:hover {
    cursor: pointer;
}

th.no-sort{
    padding-right: 0 !important;
}

.twitter-typeahead {
    display: block !important
}

.twitter-typeahead .tt-menu {
    border: 0;
    margin: 0;
    min-width: 275px;
    padding: 5px 0;
    left: auto /*rtl:ignore*/ !important;
    border-radius: 0;
    border-radius: 4px
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    padding: 5px 15px;
    font-size: 1rem
}

.twitter-typeahead .form-control.tt-hint {
    color: #a1a8c3
}

.twitter-typeahead .form-control.tt-input {
    color: #646c9a
}

.twitter-typeahead .tt-menu {
    background: white;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82,63,105,0.15);
    box-shadow: 0px 0px 50px 0px rgba(82,63,105,0.15)
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    color: #646c9a;
    cursor: pointer
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
    color: #3d4465;
    font-weight: 500
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
    background: #f7f8fa
}

.no-border {
    border: none;
}

.ForceSingleLine {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.LargeCheckbox > .kt-checkbox {
    line-height: 28px;
    padding-left: 40px;
}

.LargeCheckbox > .kt-checkbox > span {
    height: 28px;
    width: 28px;
}

.LargeCheckbox > .kt-checkbox > span:after {
    height: 12px;
    width: 7px;
    margin-left: -3px;
    margin-top: -7px;
}

.kt-nav.kt-nav--v3 .kt-nav__item {
    margin: 0;
}

.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
    transition: all 0.3s;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-left: 2px solid transparent;
}

.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
    transition: all 0.3s;
    background-color: #f7f8fa;
    border-left: 2px solid #3699ff;
}

.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text {
    color: #3699ff;
}

.kt-nav.kt-nav--v3 .kt-nav__item:hover {
    transition: all 0.3s;
    background-color: #f7f8fa;
}

.kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
    color: #3699ff;
}

.kt-nav .kt-nav__head,
.kt-nav .kt-nav__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    color: #595d6e;
    font-weight: 500;
    padding: 0.35rem 1.75rem;
    margin-bottom: 0.25rem;
}

    .kt-nav .kt-nav__head > i,
    .kt-nav .kt-nav__foot > i {
        font-size: 1.2rem;
        color: #74788d;
    }

td > .kt-checkbox > input {
    position: unset !important;
}

.btn.dropdown-toggle:after, .nav-link.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
}

i.fa {
    font-weight: 900 !important;
}

.LabelExampleImg {
    border: 1px solid #777;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.55);
    box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.55);
}

.XeroConnectBtn {
    background-image: url(../../img/xero/connect_xero_button_blue_2x.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    padding-left: 16px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    display: block;
    width: 296px;
    height: 78px;
    text-indent: -9999px
}

.dropdown-menu-wide {
    min-width: 17rem;
}

.modal .modal-content .modal-header .close {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.modal .modal-content .modal-header .close:before {
    content: "\f00d";
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}


.kt-switch.kt-switch--icon input:empty ~ span:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.kt-switch.kt-switch--icon input:checked ~ span:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media only screen and (max-width : 370px) {
    td > a.btn > i {
        display: none;
    }

    .kt-portlet__head-toolbar > .btn-group > .btn > i, .kt-portlet__head-toolbar > .btn > i {
        display: none;
    }

    .kt-subheader > .kt-subheader__main > .kt-subheader__separator--v, .kt-subheader > .kt-subheader__main > .kt-subheader__breadcrumbs {
        display: none;
    }
}