input, select, textarea, .card, .card-header, .no-border-radius{
    border-radius: 0px!important;
}

main {
    padding-top: 50px;
}

.bg-dark {
    background-color: #75140C!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.li-featured {
    list-style: none;
}

.img-fluid {
    width: 100%;
}
.border-amu {
    border-color: #063!important;

}
.bg-amu-green {
    background-color: #063!important;
}
.full-amu{
    height: 100%;
    width: 100%;
}
.card-header {
    padding: 5px 8px;
}
a.skinny {
    font-weight: normal;
}













/*
 * Added from common theme
 */

html, body {
    height: 100%;
    margin: 0;
}

.wrapper {
    /* min-height: 100%; */

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    /* margin-bottom: -130px; */
 }

.footer,
.push {
    height: 130px;
}

.container {
    /*min-height: 600px;*/
}

.form {
    max-width: 640px;
    padding: 15px;
    margin: 0 auto;
}

.form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    /* margin-bottom: 10px; */
    /* margin-left: 50px; */
}

label {
    display: inline-block;
    margin-bottom: 1.0rem;
    min-width: 220px;
}

table {
    /*    border-left: 0.01em solid #ccc;
    border-right: 0;
    border-top: 0.01em solid #ccc;
    border-bottom: 0;
    border-collapse: collapse;*/
    border-color: #000000;
    border:1px solid #000;
}
table td,
table th {
    border-left: 0;
    border-right: 0.01em solid #ccc;
    border-top: 0;
    border-bottom: 0.01em solid #ccc;
}

.bg-amu {
    background-color: #800000!important;
}

.navbar-brand {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: .6rem;
}

.brand-name {
    font-size: 18px
}

.tagline {
    font-size: 11px;
}

.error{
    color:red;
}

.footercontainer {
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step.waiting > .bs-wizard-dot{background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.waiting > .bs-wizard-dot:after{background: #fbbd19;}
.bs-wizard > .bs-wizard-step.failed > .bs-wizard-dot{background: #e60e0e;}
.bs-wizard > .bs-wizard-step.failed > .bs-wizard-dot:after{background: #fff;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 15px; font-weight: bold; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px!important;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #119aff; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #ffffffd4; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; top: 0px;height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #119aff;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
