﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

/*****************************************************************************/


.appWrapper {
    /*background-color: #f5f5f5;
        border: 1px solid #e3e3e3;*/
    border-radius: 4px;
    padding: 5px;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.buttonCol {
    text-align: center;
}

.button-default {
    width: 100%;
    /*height: 60px;*/
    line-height: 60px;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    /*background-color: #58a42c;
    border-radius: 10px 10px;*/
}

.button-M {
    width: 100%;
}

.logoImg {
    margin-left: 3%;
    vertical-align: middle;
    max-height: 120px;
    height: 120px;
    display: inline-block;
}

.logoTextWrapper {
    max-height: 120px;
    height: 120px;
    padding-top: 20px;
    text-align: right;
}

    .logoTextWrapper > .LogoTextLine1 {
        line-height: 30px;
        font-size: 30px;
        margin-bottom: 5px;
    }

    .logoTextWrapper > .LogoTextLine2 {
        line-height: 20px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .logoTextWrapper > .LogoTextLine3 {
        line-height: 20px;
        font-size: 20px;
    }

.logoTxt {
    display: inline-block;
    vertical-align: middle;
    padding: 0 80px 0 0;
}
/***********Mobile************/
.mobileBannerBar {
    padding-right: 16px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    max-height: 60px;
}

.mobileLogoImg {
    vertical-align: middle;
    height: 60px;
    display: inline-block;
}

.mobileLogoTextWrapper {
    height: 60px;
}

    .mobileLogoTextWrapper > .LogoTextLine1 {
        line-height: 18px;
        font-size: 18px;
        padding-bottom: 2px;
    }

    .mobileLogoTextWrapper > .LogoTextLine2 {
        line-height: 14px;
        font-size: 14px;
        padding-bottom: 1px;
    }

    .mobileLogoTextWrapper > .LogoTextLine3 {
        line-height: 14px;
        font-size: 14px;
        padding-bottom: 1px;
    }

.mobileLogoTxt {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 8px;
    line-height: 60px;
    max-height: 60px;
    height: 60px;
    text-align: right;
}



.logoImg_small {
    margin-left: 3%;
    vertical-align: middle;
    max-height: 120px;
    height: 120px;
}

.link-list:hover {
    background-color: #8c8c8c;
    cursor: pointer;
}


@media (min-width: 991px) {

    .button-default {
        width: 240px;
    }

    .appWrapper {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        padding: 15px;
        margin: 20px;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 6 !important;
    }
}

.closedMessage {
    width: 100%;
    /*background-color: #d9d9d9;*/
    border-radius: 4px;
    margin-bottom: 14px;
    text-align: center;
}

/*****************************************************************************/

