body {
    padding-bottom: 20px;
    font-family: Sans-serif;
}

header {
    background: #fff;
    border-bottom: 1px #808080;
}

/* 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;
}*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 60px; /* Vertically center the text there */
    background-color: #F5F5F5;
    color: #707070;
}

    .footer a {
        text-decoration: none;
        color: #7f7f7f;
    }

.alert-warning {
    margin-bottom: 70px;
}


.small-box {
    padding: 10px 10px 10px 10px;
    min-height: 60px;
    background: #F0F0F0;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.inner {
    float: left;
}

.actionButton {
    float: right;
}

.WhistleHome h1 {
    color: #204ABA;
}

.WhistleHome .dxbButtonSys > div {
    line-height: 0px;
}

.jumbotron {
    margin: auto;
    background: #F5F5F5 !important;
}

.row .col-lg-6 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

    .row .col-lg-6 a {
        text-decoration: none;
        color: #fff;
    }

.button h5 p {
    text-decoration: none;
}

.button .card {
    background: #204ABA !important;
}

.myBody {
    margin: auto;
    padding-bottom: 60px
}

.MyCaptcha {
}

    .MyCaptcha table {
        width: 100%;
        text-align: center;
    }

        .MyCaptcha table .dxca-imageDiv {
            width: 50% !important;
            text-align: center;
            margin: 0px 25%;
        }

#captcha_TB {
    width: 50% !important;
    text-align: center;
    margin: 0px 25%;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

        .footer .footerdiv {
            margin: 0px auto;
            text-align: center !important;
        }

    .alert-warning {
        margin-bottom: 350px;
    }

    .FormLayoutCaption {
        white-space: normal;
        word-wrap: break-word;
    }

    .MyCaptcha {
    }

        .MyCaptcha table {
            width: 100%;
            text-align: center;
        }

            .MyCaptcha table .dxca-imageDiv {
                width: 100% !important;
                margin: 0;
            }

    #captcha_TB {
        width: 90% !important;
        text-align: center;
        margin: 0px 5%;
    }
}

.CompanyLabel {
}

.companyTitle {
    font-weight: 600;
    position: relative;
    color: #204ABA;
    line-height: 1.1;
}

.companyFooter {
    font-size: 11px;
}

.dxflRequired_WhistleTheme {
    color: red !important;
    font-weight: bold !important;
}

.MyClass label {
    white-space: normal;
    word-wrap: break-word;
}

.PolicyLink {
    text-decoration: none;
    color: orange;
}

.siteLogo {
    max-width: 200px;
}

.roundpanel-header {
    font-weight: bold;
    font-size: 12px;
    color: #000 !important;
}

#HomeIntro {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    #HomeIntro img {
        width: 100%;
    }

.carousel-caption {
    width: 100%;
    height: 100%;
    color: #000;
    top: 20px;
    right: 0;
    left: 0;
    text-align: left;
}

.carousel-caption-content {
    /*background-image: linear-gradient(-60deg,rgba(154,182,211,.7) 44%,transparent 0);*/
    background-position-x: right;
    height: 100%;
    top: 0;
}

.introTitle {
    font-size: 1rem;
    font-weight: 300;
}

.companyUrl {
    font-size: x-small;
}

    .companyUrl a {
        font-size: x-small;
    }

.bg-theme {
    background-color: #204ABA;
}