﻿#company-search-input {
    border-radius: 0px;
    display: inline-block;
    border-color: transparent !important;
    border-bottom-color: white;
    height: 28px;
    width: 190px;
    font-size: 0.9em;
    background-color: #263238;
    margin-top: 9px;
    color: #fff;
    margin-left: 20px;
    padding-left: 0px;
    margin-right: 9px;
    margin-bottom: 10px;
}
    #company-search-input:focus {
        border-bottom-color: #0277BD !important;
    }

.spinner-container {
    display: inline-block;
    height: 40px;
    margin-top: -15px;
}

.company-search-spinner {
    display: inline-block;
    color: #0277BD;
    left: -2px;
}

.dropdown-user {
    display: inline-block!important;
}

.inline-icon {
    width: 10px;
    height: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-block !important;
}

.disabled-link {
    pointer-events: none;
    color: #d5d5d5 !important;
}

.inline-icon:hover {
    color: #128bd4 !important;
    background-color: transparent !important;
}

#dropdown-company-select {
    display: none;
    position: absolute;
    margin-top: 0px;
    z-index: 999;
    -moz-transition: transform 0.1s;
    -webkit-transition: transform 0.1s;
    transition: transform 0.1s;
}

#dropdown-company-select > .dropdown-company-option:first-child {
    border-top: 1px solid #3d4d55;
}

.dropdown-company-option {
    background-color: #263238;
    padding: 0px;
    border: 1px solid #3d4d55;
    border-top: none; border-left: none;
    color: white;
    width: 259px;
    height: 42px;
    z-index: 999;
}

    .dropdown-company-option > a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 12px;
        padding-left: 10px;
    }

    .dropdown-company-option:hover > a {
        color: #0277BD;
    }

    /*.dropdown-company-option:hover {
        color: #fff;
        background-color: #01579B;
    }*/

.body-content { 
    margin-top: 20px;
    width: 100%;
    padding-right: 30px;
    padding-top: 10px;
}

.panel-fixed-height {
    min-height: 250px;
    margin-bottom: 100px;
}

.panel-fixed-height-lg {
    min-height: 310px;
}

.panel-fixed-height-reports {
    min-height: 280px;
}

.panel-fixed-height-reports input, select {
    margin-top: 10px;
}

.invoice-row:hover, .journal-row:hover {
    background-color: #f7f5f4;
    cursor: pointer;
    font-weight: 500;
}

.cashflow-summary {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
}

.table-header {
    font-weight: 500;
}

.bankbalance-summary {
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.custom-button-instance-select {
    width: 100%;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 5px;
    color: #0277BD;
    background-color: transparent;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1.1em;
    border: none;
    min-width: 50%;
}

.flex-table-container {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

.flex-table-item {
    width: 33%;
}

.custom-button-instance-select:hover {
    background-color: #E0F7FA;
    transition: all 0.3s ease;
}

#selectInstanceFormGroup {
    text-align: center;
}

#selectCompanyFormGroup {
    padding-top: 10px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -moz-text-align-last: center;
    text-align-last: center;
    margin: auto;
}

.custom-button-company-select {
    background-color: #0277BD;
    border: 1px solid #0277BD !important;
    border-radius: 3px;
    color: white;
    border: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3em;
    font-weight: 300;
}

.custom-button-company-select:hover {
    background-color: white;
    color: #0277BD;
    border: 1px solid #0277BD;
}

#rows-total, #transactions-total {
    text-align: center;
    font-weight: 700;
    padding-bottom: 0px;
}

.buttons-container {
    float: right;
}

.buttons-container input {
    margin-left: 10px;
}

#journal-totals {
    border-top: 1px solid black;
}

#journal-diff {
    border-top: 1px solid black;
    font-weight: 500;
}


.page-container {
    padding: 0;
}

.sidebar-content {
    position:sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    height: 100vh;
    margin-bottom: 0px;
}

.sidebar-header {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3d4d55;
}

.company-scope-icon {
    -moz-transition: transform 0.1s;
    -webkit-transition: transform 0.1s;
    transition: transform 0.1s;
}
    .company-scope-icon:hover {
        color: #0277BD;
    }

.company-scope-section {
    border-bottom: 1px solid #3d4d55;
}

.company-scope-section > a.inline-icon {
    color: #0277BD;
}

.scoped-company-name {
   font-size: 1.05em;
}
    .scoped-company-name:hover {
        color: #0277BD;
        cursor: pointer;
    }


.navigation-menu {
    flex-grow: 1;
    padding: 0px;
}

.nav-item-header {
    padding: 10px;
}

.nav-item {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    background-color: #3d4d55;
}

.nav-item-flat {
    background-color: #263238;
}

.nav-item.collapsed {
    background-color: #263238;
}

.nav-item:hover {
    background-color: #3d4d55;
}

.nav-item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.nav-item-icon {
    margin-right: 15px;
    margin-top: -4px;
    color: #d7d7d7;
}
    .nav-item-icon:hover {
        color: white;
    }

.nav-item-drop-icon {
    display: inline-block;
    color: #d7d7d7;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 0.9em;
    -moz-transition: transform 0.1s;
    -webkit-transition: transform 0.1s;
    transition: transform 0.1s;
}

.nav-item > a > span {
    font-weight: 500;
    font-size: 1.06em;
    color: #d7d7d7;
}
    .nav-item > a > span:hover {
        color: white;
    }

.collapsed > a {
    color: red;
}

.nav-item > .nav-item-children {
    display: none;
    padding: 0px;
}

.nav-item-children > li {
    padding-left: 15px;
    padding-top: 15px;
    color: #d7d7d7;
    list-style: none;
}
.nav-item-children > li > a {
    position: relative;
    color: #d7d7d7;
    display: block;
    width: 100%;
    height: 100%;
}
    .nav-item-children > li > a:hover {
        color: white;
    }

.bottom-menu {
    background-color: #35444b;
    width: 100%;
    height: 50px;
}

.bottom-menu:hover {
    background-color: #435258;
}

.bottom-menu > a, .bottom-menu > i {
    color: #d7d7d7;
}

.bottom-menu > a {
    padding: 15px;
    display: inline-block;
    height: 50px;
    width: 100%;
}
