html {
    height: 100%;
}

body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    background-color:#f5f5f5;
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.jumbotron {
    background-color: #d3d3d3;
    border-radius: 0;
  
    margin-top: 1rem;
}
.btn{
    border-radius:0 !important;
}
/* 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;
}
a {
  color: #00B7FF;
}
.shadow-wrapper {
    box-shadow: 0 5px 30px 0 #000;
}
.shadow-wrapper-card {
    box-shadow: 0px 0px 21px 4px rgb(0 0 0 / 90%);
}

.navbar {
    background-color: #0288d1!important;
}
.navbar-brand {
    color:black !important;
}
.btn {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.btn-secondary {
    background-color: #0294e3;
    border-color: #0294e3;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}
a {
    text-decoration: none !important;
 font-size: 16px;
    color: #37474f;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.card {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    flex:1;
}

.badge{
    font-size:100%;
}
.no-wrap {
    white-space: nowrap;
}
.ribbon-pending {
    position: relative;
    padding: 10px 30px;
    margin: 0 -11px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #007bff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    zoom: 1;
}

    .ribbon-pending:before,
    .ribbon-pending:after {
        content: "";
        position: absolute;
        /* See "NOTE 2" */

        top: 100%;
        left: 0;
        border-width: 0 10px 10px 0;
        border-style: solid;
        border-color: transparent #004085;
    }

    .ribbon-pending:after {
        left: auto;
        right: 0;
        border-width: 0 0 10px 10px;
    }







.ribbon-prepare {
    position: relative;
    padding: 10px 30px;
    margin: 0 -11px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: black;
    background: #ffc107;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    zoom: 1;
}

    .ribbon-prepare:before,
    .ribbon-prepare:after {
        content: "";
        position: absolute;
        /* See "NOTE 2" */

        top: 100%;
        left: 0;
        border-width: 0 10px 10px 0;
        border-style: solid;
        border-color: transparent #665623;
    }

    .ribbon-prepare:after {
        left: auto;
        right: 0;
        border-width: 0 0 10px 10px;
    }




.ribbon-finish {
    position: relative;
    padding: 10px 30px;
    margin: 0 -11px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #55c500;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    zoom: 1;
}

    .ribbon-finish:before,
    .ribbon-finish:after {
        content: "";
        position: absolute;
        /* See "NOTE 2" */

        top: 100%;
        left: 0;
        border-width: 0 10px 10px 0;
        border-style: solid;
        border-color: transparent #316000;
    }

    .ribbon-finish:after {
        left: auto;
        right: 0;
        border-width: 0 0 10px 10px;
    }


@media (max-width: 1000px) and (min-width:300px) {
    .container {
        width: 100%; /*this gives it the precise width to match the Bootstrap defaults*/
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-group {
        display: flex;
        flex-direction: column;
    }
    .breadcrumb-text {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 2.5rem !important;
    }
    .nav-link{
        font-size:2.5rem;
    }
    label {
        font-size: 3rem;
    }

    .form-control {
        height: calc(1.5em + 0.75rem + 2px);
        font-size: 2rem;
    }

    .navbar-toggler-icon {
        width: 3.5em;
        height: 2.5em;
    }

    .navbar-brand {
        font-size: 3rem;
    }

    body {
        font-size: 200%;
    }

    h1 {
        font-size: 200%;
    }

    h2 {
        font-size: 200%;
    }

    h3 {
        font-size: 130%;
    }

    h4 {
        font-size: 130%;
    }

    h5 {
        font-size: 130%;
    }

    h6 {
        font-size: 130%;
    }

    button {
    }
}

