body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

header {
    background-image: url('Images/bg_header.jpg');
    background-repeat: repeat-x;
}

/* 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: #F0F0F0;
    color: #7f7f7f;
}

    .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 .dxbButtonSys > div {
    line-height: 0px;
}

.jumbotron {
    margin: auto;
    background: #F0F0F0 !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: #093EB6 !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{
    /*padding-top: 10px;
    padding-bottom:10px;*/
}

.dxflRequired_WhistleTheme{
    color: red !important;
    font-weight:bold !important;
}

.MyClass label {
    white-space: normal;
    word-wrap: break-word;
}  

.PolicyLink{
    text-decoration:none;
    color: orange;
}

.btn-main {
    background: #093EB6 !important;
    color: #fff;
}

.siteLogo{
    max-width:200px;
}

.dxm-separator{
    display:none !important;
}