html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
.partiLotSelect{
    width:100%;
}
.paddingPartiLot {
    padding-right: 30px;
}
body {
    margin-bottom: 60px;
}

.tr-new {
    background-color: #32CD32 !important;
}

.js-example-basic-single {
    width: 100% !important;
}
.text-box-width {
    width: 100% !important;
}
.stoKodSelect {
    width: 100% !important;
}

.handsontable span.colHeader {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.handsontable table tbody td {
    color: black !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 5px;
}

.form-row {
    margin-top: -15px;
}

.no-border {
    border: 0 !important;
}

.locker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.loader {
    width: 120px;
    height: 120px;
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    border-width:15px;
    box-sizing: border-box;
}
.loaderTable {
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 5px solid #0080FF;
    border-bottom-color: #FFF0;
    border-radius: 50%;
    border-width: 5px;
}

.container {
}

#tableLoader {
    height: 150px;
    display: flex;
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}