﻿body {
    font-family: Poppins;
}

.btn-primary {
    background-color: #ED8B00 !important;
    border-color: #ED8B00 !important;
    color: black !important;
}

.btn-primary:hover {
    background-color: #006272 !important;
    border-color: #006272 !important;
    color: white !important;
}

.btn-danger {
    background-color: #9C4914 !important;
    color: white !important;
    border-color: #9C4914 !important;
}

.btn-success {
    background-color: #9C4914 !important;
    color: white !important;
    border-color: #9C4914 !important;
}

button.btn-link {
    color: black !important;
}

a {
    color: black !important;
    text-decoration: underline;
}

    a.nav-link {
        color: black !important;
    }

.btn-link-cimatron {
    color: black !important;
    text-decoration: underline;
}

a.btn:link {
    color: #ED8B00;
}

.nav-link:hover {
    background-color: #f58220;
    color: white;
}

a.btn:visited {
    color: #ED8B00;
}

a.nav-link.active {
    background-color: white !important;
}

.nav-link {
    color: black;
}

input:checked {
    accent-color: #ED8B00;
}

.form-control:focus {
    border-color: #ED8B00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}


.nav-link.disabled {
    background-color: #777;
}

.nav-link.next-tab {
    background-color: #ccc;
}


.form-control:disabled {
    background-color: lightgray !important;
    color: #00515E;
}

.progress-bar {
    background-color: #ED8B00 !important;
}

.field_from_api {
    color: #00515E !important;
}