/* Override default spacings and styles */
body {
    line-height: 1.15;
}

.app-main .app-main__inner {
    padding: 15px 15px 0;
}

.app-page-title {
    padding: 15px;
    margin: -15px -15px 15px;
}

.app-sidebar {
    width: 250px;
    min-width: 250px;
    flex: 0 0 250px;
}

.app-sidebar .app-sidebar__inner {
    padding: 2px 1rem 1rem;
}

.app-sidebar .sidebar-shadow {
    box-shadow: 7px 0 30px rgba(0,0,0,.05);
}

.app-header__logo {
    width: 250px;
}

.sidebar-footer {
    font-size: .7rem;
}

.sidebar-footer a {
    color: rgb(73, 80, 87);
    text-decoration: underline;
}

/* Override the default template logo with our custom logo */
.app-logo {
    height: 23px;
    width: 97px;
    background: url('../img/logo-tactik.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.app-logo-inverse {
    height: 23px;
    width: 97px;
    background: url('../img/logo-tactik-inverted.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.app-header__logo .logo-src {
    background: url('../img/logo-tactik-allblack.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.app-header.header-text-light .app-header__logo .logo-src {
    background: url('../img/logo-tactik-allwhite.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.app-login-box .login-title {
    font-size: 3.5rem;
    color: white;
    letter-spacing: .2rem;
    font-variant: small-caps;
}

.custom-background-widget{
    background-image: radial-gradient(circle 248px at center,#7795e4 0,#3f69d8 47%,#3f69d8 100%)!important;
}

/*Delete HTML date arrow behind  jquery datepicker*/
.custom-datepicker::-webkit-calendar-picker-indicator {
    display: none;
}
/*bolder group text jquery datepicker*/
.select2-container--bootstrap4 .select2-results__group {
    font-weight: bold;
}

.select2.select2-container {
    border: 1px solid rgb(206, 212, 218);
    border-radius: 4px;
    font-size: 1rem;
}
.select2 .select2-selection {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

span.code, td.code {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 87.5%;
}

.card-clickable {
    cursor: pointer;
}

.padding-0 {
    padding: 0;
}

.text-capitalize {
    text-transform: initial !important;
}

.btn-xs {
    font-size: .8rem !important;
}

.td-actions {
    white-space: nowrap;
    text-align: center;
}

.no-wrap {
    white-space: nowrap;
}

th.accounting, td.accounting {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 87.5%;
    text-align: right;
}


/* Select2 input fixes */
.select2-selection.select2-selection--multiple {
    border: none !important; /* fallback to the theme's own border display */
    padding-top: 1px !important;
    padding-bottom: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px !important;
    margin-bottom: 0 !important;
}

    /* DateTimePicker input fixes */
.btn-outline-secondary {
    border-color: rgb(206, 212, 218);
}

.card-title.card-title-home {
    /*color: black;*/
    /*text-transform: capitalize;*/
    text-transform: none;
    font-variant: small-caps;
    font-size: 1.5rem;
}

.card-home-quick-links {
    list-style-type: none;
    padding: 0;
}

.card-home-quick-links li {
    padding-left: 0;
    text-indent: 0;
    min-height: 2.5rem;
    padding-bottom: 0.5rem;
}

/* ENV LABELS */
.environment-label {
    position: fixed;
    top: 5px;
    right: 5px;
    left: 5px;
    /*height: 20px;*/

    z-index: 10000;
}

.environment-label-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;

    border-radius: 3px;
    padding: 3px;

    text-align: center;
}

.environment-label.env-uat .environment-label-container {
    background-color: darkgreen;
    color: white;
}

.environment-label.env-dev .environment-label-container {
    background-color: red;
    color: white;
}

.card-right-border-separator{
    border-right: 1px solid #e9ecef;
}

.table-layout-fixed{
    table-layout: fixed;
}

.full-width-percent{
    width: 100%;
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

.error-page {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
}

@media (min-width: 320px) and (max-width: 980px) {
    .app-sidebar {
        overflow-y: scroll;
        height: 100%;
    }

    .scrollbar-sidebar {
        overflow-y: scroll;
        height: 100%;
    }
}