/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 21, 2019, 11:48:18 AM
    Author     : boroka
*/

.uploaded-item {
    margin: 3px;
}

.login-logo {
    width: 60%;
}

.navbar-logo img{
    width: 190px;
    padding: 0 !important;
    margin-top: -20px;
}

.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

#password {
    margin-bottom: 0;
}

.custom-calendar-icon {
    margin-left: 15px;
}

.clickable-note {
    cursor: pointer;
}

.listing-options {
    padding-bottom: 20px;
}

.modal-footer-button {
    color: #ffffff !important;
}

.main-menu-custom {
    z-index: 0;
}

.header-navbar-custom {
    z-index: 10 !important;
}

.disabled-save-button {
    cursor: not-allowed !important;
}

.my-notes-listing-options {
    margin-right: -50%;
}

#note-message img {
    height: auto !important;
    width: 100% !important;
}

#modal-message img {
    height: auto !important;
    width: 100% !important;
}

.custom-date-field {
    border: none;
    background-color: white;
}

.menu-fix {
    padding-bottom: 3000px !important;
}

.main-menu {
    position: fixed;
}

.custom-date-field { 
    border: none; 
    background-color: white; 
} 

.search-result-button {
    margin: 0 2px !important;
}

.date-search {
    margin-top: 0;
}

#smart-search {
    display: none;
}

.daterangepicker {
    display: none;
    z-index: 10;
}

.reset-accounting-search {
    margin-right: 4px;
}

.reset-inventory-search {
    margin-right: 4px;
}

#note-modal {
    display: none;
    z-index: 250;
    position: absolute;
}

.show-notes-note {
    cursor: pointer;
}

.show-accountings-note {
    cursor: pointer;
}

.show-inventories-note {
    cursor: pointer;
}

.show-outgoing-invoices-remark {
    cursor: pointer;
}

.show-outgoing-invoices-description {
    cursor: pointer;
}

.show-time-trackers-note {
    cursor: pointer;
}

.modal-dialog {
    overflow-y: initial;
}

.modal-body {
    height: 75vh;
    overflow-y: auto;
}

.fixed-buttons {
    bottom: 100px;
}

.required-field {
    background-color: #ffffff;
}

.cbm-entry-product {
    width: 30%;
}

/*Outgoing invoices: services or goods texarea in new line*/

#items_and_services tr {
    display:    flex;
    flex-wrap:  wrap;
    border :    10px solid #e3ebf3;
}

#items_and_services td {
    display:        block;
    flex:           1;
    padding-bottom: 30px;
}

#items_and_services tr:hover {
    background-color: #e3ebf3;
}

#items_and_services .services_or_goods {
    width:  100%;
    flex:   auto;
}

.todo-comment {
    border:     1px solid #BABFC7;
    padding:    10px;
    margin:     10px;
}

.todo-comment:hover {
    border: 1px solid #8BC34A;
}

#access_rights td {
    width: 50%;
}

#show_image img {
    width:  100%;
    height: auto;
}

.cbm-calculator-image {
    margin: 5px;
}

.menu-profile-picture {
  width:        60px;
  height:       60px;
  object-fit:   cover;
}

.navigation-profile-picture img {
  height:       36px;
  object-fit:   cover;
}

.inbat-project-image {
    max-width:          200px; 
    height:             auto; 
    background-color:   white
}

.inbat-dashboard-image {
    height:     auto; 
    width:      100%; 
    padding:    5px; 
}

.inbat-project-dashboard-card {
    border: 1px solid rgba(0,0,0,.3); 
}