@font-face {
    font-family: 'Minimo-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Minimo-Bold'), url('../fonts/Minimo-Bold.woff') format('woff');
    /*font-family: IncerMetFont;*/
    /*src: url(../font/Sansita-Black.ttf);*/
}

.incermet-form-logo {
    text-align: center;
    margin-bottom: 40px;
}

nav {
    margin-bottom: 10px;
}

.navbar-brand {
    font-family: Minimo-Bold;
    font-size: 26px;
}

.im-project-table{
    background-color: white;
}

.im-part-head{
    background-color: #bfbfbf;
    color: #b11016;
}

td.im-col-title {
    background-color: #f2f2f2;
    width: 30%;
}

.im-status-dots {
    display: flex;
    flex-direction: row; /* ustawia kropki poziomo */
    align-items: center;
    justify-content: center;
    gap: 0.2em; /* odstęp między kropkami */
    height: 1em;
  }

.im-dot {
    width: 1.3em;
    height: 1.3em;
    border-radius: 50%;
    display: inline-block;
  }

.im-status-to-do { background-color: #e50b0b; }
.im-status-started { background-color: #f6f041; }
.im-status-completed { background-color: #206914; }
.im-status-unknown { background-color: #b8b8b8; }

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
}




/*.lm-btn-reserve{*/
/*    margin-top: 20px;*/
/*}*/

/*.lm-pdb {*/
/*    display: block;*/
/*}*/

/*.lm-ip-link {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*}*/