/* Default Custom*/

.blockwidth {
    min-width: 400px;
}

.container_overflow {
    overflow: auto;
    position: relative;
}

.container .text-muted {
    margin: 20px 0;
}

.container_BgImage01 {
    /*background-image: url('../../Icons/BackgroundImages/755762599.jpg');
    background-repeat:no-repeat;*/
    background-size: cover;
}

.containergray {
    background-color: gainsboro;
}

.row-m-t {
    margin-top: 7px;
    margin-bottom: 7px;
}

.row-m-t-block {
    margin-top: 7px;
    margin-bottom: 7px;
    height: 41px;
}

.row-m-t3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.rdwbgblue {
    background-color: #005a9d;
}

.rdwfgblue {
    color: #005a9d;
}

.rdwbggray {
    background-color: #e7eaed;
}

.rdwbgpink {
    background-color: #c40066;
}

.companycolor {
    /* blue */
     color: #005a9d;
    /* pink 
    color: #c40066; */
}

.rdwblue {
    color: #005a9d;
}

.rdwgray {
    color: #e7eaed;
}

.rdwpink {
    color: #c40066;
}

.font24 {
    font-size: 24px;
}

.font8 {
    font-size: smaller;
}

.fontBold {
    font-weight: bold;
}

.vAlign {
    vertical-align: middle;
}

.rdwheadwhite {
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.itemFromTop {
    margin-top: 2px;
}

.tdDefault {
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color: Black;
    text-align: left;
    vertical-align: middle;
    padding: 2px;
}

.TextBoxDefault {
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color: Black;
}

.oraTextBig {
    color: #FF9900;
    font-size: 1.8em;
}

.blueTextBig {
    color: #000099;
    font-size: 1.8em;
}

.contentcenter{
    text-align: center;
}


@media screen and (max-width: 767px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }

    .rdwheadwhite {
        color: white;
        font-weight: bold;
        font-size: 16px;
        padding-left: 5px;
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .font24 {
        font-size: 16px;
    }

    .font8 {
        font-size: x-small;
    }

    .tdDefault {
        font-family: Arial;
        font-size: smaller;
        font-weight: normal;
        color: black;
        text-align: left;
        vertical-align: middle;
        padding: 1px;
    }

    .rdwgray {
        color: #e7eaed;
    }

    .rdwpink {
        color: #c40066;
    }

    .contentcenter{
         text-align: center;
    }
}

.rdwblue {
    color: #005a9d;
}

.imageborder {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Customize container
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
*/

.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

    .jumbotron .btn {
        padding: 14px 24px;
        font-size: 21px;
    }

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

    .marketing p + h4 {
        margin-top: 28px;
    }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 550px;
    margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color:rgba(0, 90, 157, 0.5) ;
    /*background-color: #777;*/
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
