html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-bottom: 0;
}
footer{
    background-color: white;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

/* Layout */
.logo-footer{
    width: 3em;
    height: 2em;
}
.zeto-footer-section {
    height: 3em;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
.dx-datagrid-headers {
    background-color: var(--bs-gray) !important;
    color: white !important;
}
.info{
    width: 20px;
    height: 20px;
    background-image: url("../resources/bootstrap-icons/info-square.svg");
    background-size:cover;
}
.info:hover {
    background-image: url("../resources/bootstrap-icons/info-square-fill.svg")
}
.info-message{
    display: none;
    position: absolute;
    z-index: 2;
    background-color: white;
    border: 1px var(--bs-blue) solid;
    box-sizing: border-box;
    padding: 1em;
    margin-left: 22px;
}
.footer-company-name{
    align-items: center;
    font-size:0.8rem;
}
.f-direction-responsive{
    flex-direction: row;
}
.sync-data{
    font-size: 0.8em;
    color: #b8b8b8;
    margin-right: 1em;
}
@media (max-width: 768px) {
    .info-message {
        display: none;       
        left: 0; 
        margin-left: 0;
        width: 100%;
    }
    .footer-company-name{
        width: 30vw;
        font-size:0.7rem;
    }
    .f-direction-responsive{
        flex-direction: column;
    }
}
.info:hover .info-message{
    display: block;
}
.pdf-icon {
    background-color: darkred;
    -webkit-mask: url("../resources/bootstrap-icons/file-pdf.svg") no-repeat center;
    mask: url("../resources/bootstrap-icons/file-pdf.svg") no-repeat center;
    width: 30px;
    height: 30px;
}

.responsive-column {
    width: 80px !important; 
}
.short-title { display: none; }
.long-title { display: inline; }

@media (max-width: 768px) {
    .responsive-column {
        width: 50px !important; 
    }
    .long-title { display: none; }
    .short-title { display: inline; }
}
.downoload-btn:hover .pdf-icon {
    background-color: white !important;
}
.fit-column{
    width: max-content !important;
}
#loadingSpin {
    color: white;
    background-color: rgba(255,255,255,0.6);
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0vh;
    left: 0vw;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.loaderGif {
    background: url("img/zeto-loading.gif");
    background-size: cover;
    width: 77px;
    height: 46px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.powrot-btn{
    color: black;
    text-decoration: none;
}

.form-panel-custom {
    border: 1px solid lightgray;
    box-sizing: border-box;
    padding: 1em
}
.dx-data-row:hover {
    background-color: #b8d8ff !important;
    cursor: pointer;
}

.WrappedColumnClass {
    white-space: normal;
    word-wrap: break-word;
}
.p-vertical {
    padding-top: 1em;
    padding-bottom: 1em;
}
.f-s-1-5{
    font-size: 1.5em !important;
}