﻿body {
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*************** Header ***************/

.fa {
    margin: 0px 11px !important;
}

#NavLogo {
    float: right;
    margin-right:4%;
}

.container, .body-content {
    width: 90%;
    max-width: initial;
    padding: 0px;
    margin: 0px auto;
    min-height: 546px;
}

.BlueHeader {
    background-color: #00537d;
    margin-bottom: 20px;
    text-align: center;
    height:157px;
}

.breadcrumb {
    margin-top: -20px !important;
    padding-left: 95px !important;
}

.CafoLogo {
    width: 200px;
    padding: 20px 0px;
    margin-left: 20px
}

.HeaderText {
    color: #5da430;
    margin: auto;
    /*padding-left: 11.5%;*/
    /*text-align: center;*/
}

.SubText {
    width: 100%;
    /*padding-left: 11.5%;*/
    /*text-align: center;*/
}

/*************** Content ***************/

#AdminCardsWrap {
    width: 90%;
    margin: 0px auto;
    min-height: 546px;
}

#AdminCards {
    margin: 0px auto;
    width: fit-content;
    padding-top: 70px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 500px;
    height: 350px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.card:last-child {
    margin-right: 0px !important;
}

.ModuleBuilderSubmitBtn {
    background-color: #f46036 !important;
    border: 1px solid black !important;
    border-radius: 5px !important;
}

/*.control-label {
    text-align: center;
}*/

.col-md-8, .col-md-offset-2 {
    width: 100%;
}

.btn-blue {
    background-color: #00537d;
    color: #5da430;
    font-weight: bold;
    transition: 0.3s;
    padding: 10px 40px;
}

.btn-blue:hover {
    background-color: #00436d;
    color: #5da430;
}

.WhiteSpacer {
    height: 279px;
}

.OrangeBar {
    border-top: 1px solid #f46036;
}

@media only screen and (max-width: 991px) {
    .HeaderText, .SubText {
        padding-left: 0px;
    }
}

/*************** Footer ***************/

.FooterWrapper {
    background-color: #2c332e;
}

.CafoLogoFooter {
    margin: auto;
    display: block;
    padding: 20px 0px;
    width: 140px;
}

.FooterText, .FooterLink {
    color: #6f726f;
    text-align: center;
    font-size: 18px;
    font-family: Garamond;
    font-weight: bold;
    padding-bottom: 20px;
    transition: 0.3s;
}

@media screen and (max-width: 1180px) {
    .FooterText, .FooterLink {
        font-size: 14px;
    }
}

.FooterLink:hover {
    color: #ffffff;
    text-decoration: none;
}