﻿html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}

body {
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: #EFEFEF !important;
    background-repeat: no-repeat;
    background-position: 15px 71px;
    background-attachment: fixed;
}

.bg-seal {
    background-image: url(//apps.ecpi.net/Resources/Images/ECPISealFinal_white750x750.png);
}

/* 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;
}

.ignoremaxwidth {
    max-width: none !important;
}

.ecpinavbarimg {
    height: 30px;
}

.textitalics {
    font-style: italic;
}

.TopMargin15 {
    margin-top: 15px !important;
}

/*http://getbootstrap.com.vn/examples/equal-height-columns/*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }



.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    opacity: 0;
    background: rgba(39, 42, 43, 0.8);
    transition: opacity 200ms ease-in-out;
    border-radius: 4px;
    margin: -12px 0 0 -15px;
}

    .overlay button {
        margin: 5px;
    }

    .overlay:hover {
        opacity: 1;
    }

    .overlay.alwaysshow {
        opacity: 1;
        height: 100%;
        width: 97%;
        text-align: center;
        padding: 5px;
    }

.fillpanelbody {
    padding: 0px;
}

input[type=text] {
    width: 100%;
    box-sizing: border-box;
    height: 28px;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}


.navbar-brand > img {
    display: inline;
}

.get-reader {
    display: block;
    height: 39px;
    width: 158px;
    background: transparent url(../images/get-reader.png) no-repeat left top;
}

.accountsplash {
    height: 175px !important;
    min-height: 175px !important;
}

.margintopfive {
    margin-top: 5px;
}


.homeinfo {
    min-height: 280px;
}

    .homeinfo .panel-body ul {
        padding-left: 10px;
        margin-bottom: 0px;
        min-height: 100px;
    }

    .homeinfo .panel-body p {
        margin-bottom: 0px;
        min-height: 100px;
    }


    .homeinfo .panel-body .homeinfoimage {
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 5px;
        background-position: center;
        background-size: cover;
        min-width: 100%;
        min-height: 100px;
    }

#saveasyougo.homeinfo .panel-body .homeinfoimage {
    background-image: url('../Images/program.png');
}

#needinformation.homeinfo .panel-body .homeinfoimage {
    background-image: url('../Images/info.png');
}

#timeinvestment.homeinfo .panel-body .homeinfoimage {
    background-image: url('../Images/time.png');
}




.ecpiimage {
    min-height: 200px;
    background-image: url('../Images/feature-virginia-beach-777x437.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.atiimage {
    min-height: 200px;
    background-image: url('../Images/feature-ati.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.gradimagebackground {
    background-image: url('../Images/grad.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 210px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.ecpiimagejumbotron h2 {
    color: #fff;
}

.ecpiimagejumbotron hr {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.ecpiimagejumbotron p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: -5px;
}

.ecpiimagejumbotron .jumbotronoverlay {
    background: rgba(66, 139, 202, 0.80);
    padding: 0px 5px;
    border-radius: 15px;
    min-height: 180px;
}


#gradimage {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-left: -5px;
    min-height: 200px;
}

#welcometext {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-left: -5px;
    display: inline-block;
}

.mindocumentheight {
    min-height: 750px !important;
}

    .mindocumentheight .embed-responsive-16by9 {
        min-height: 750px !important;
    }
