html {
    font-size: 14px;
}

body {
    font-family: 'Dosis', sans-serif;
}

.header-ost {
    background: linear-gradient(90deg, rgba(111,193,178,1) 0%, rgba(108,188,153,1) 49%, rgba(107,181,128,1) 100%);
    min-height: 71px
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 14px;
    }

    .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media (max-width:575px) {
    .header-ost {
        padding: 5px;
    }
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #f4f6f9;
}

.btn-min-lfarm {
    min-width: 140px;
}

.table-header-actions {
    max-width: 140px;
}

.fa {
    display: inline-block;
}


/*AJAX loading*/
#ajaxBusy {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    #ajaxBusy span {
        background: url(/images/ajax-loading.gif) no-repeat;
        width: 40px;
        height: 40px;
        float: right;
        margin: 9px 9px 0px 0px;
    }


/*END AJAX loading*/

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

button:active {
    box-shadow: none;
}

button:focus {
    box-shadow: none;
}

.btn-close:focus {
    outline: 0 !important;
    box-shadow: none;
}

input[type=file]:focus {
    outline: 0 !important;
    box-shadow: none;
}

.nav-link {
    color: white !important;
}

    .nav-link:hover {
        color: #0a4f3e !important;
    }

.da-provider{
    visibility:hidden;
}