﻿html {
    width: 100%;
    min-height: 100vh;
}

body {
    transition: ease-in 0.4s;
}

table {
    overflow:auto;
    max-width:100vw;
    /*display: block;*/
}

table td input {
    border: none;
    display: block;
    background: none;
    border-bottom: thin solid #3c3c3c;
    width: 100%
}

.text-bold {
    font-weight: bold;
}

#spinner-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100,100,100,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#spinner-loader .spinner-grow {
}

.navbar-right .dropdown-menu {
    right:0;
    left:auto;
}

#modal-item-detail .col-9, #modal-item-detail .text-bold {
    overflow: auto;
}