﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*    background-image: url(Images/background.jpeg);*/
    background-color: #0D0D0D;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/* 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;
}

.header {
    background-color: #0D0D0D;
    height: auto;
    width: auto;
}

.navmenu {
    margin-right: 50px
}


    .navmenu li a {
        color: #ffffff;
        font-weight: bold;
    }

        .navmenu li a:hover {
            background-color: #5673a3 !important;
        }

#Home-Container {
    padding: 0px;
    margin: 0px;
}

.home-banner {
    background-color: #e61e21
}

.banner-title {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.banner-detail {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
}

.banner-container {
    padding: 30px;
}

.banner-button {
    margin-top: 20px;
    padding: 5px;
    color: #e61e21;
    background-color: #ffffff;
    border-radius: 3px;
}

.panel-button {
    padding: 20px;
}

.panel-button-top {
    padding: 10px;
    background-color: #ffffff;
    min-height: 150px;
}

.panel-button-helpnow-top {
    padding: 10px;
    background-color: #e3e6e6;
    min-height: 150px;
}

.panel-button-buttom {
    color: #ffffff;
    background-color: #e61e21;
    height: 60px;
    padding: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    vertical-align: middle;
}

.ViewProduct {
    color: #e61e21;
    height: 25px;
    padding: 10px;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}

    .ViewProduct a {
        color: #e61e21;
    }

.home-HR {
    border-color: #9aa4d6;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

#MailingPanel {
}

#mailingTitle {
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    color: #26347a;
}

#mailingDetail {
    font-family: Arial;
    font-size: 16px;
    color: #26347a;
}

.footer {
    background-color: #0D0D0D;
    height: auto;
    width: auto;
}

.liberty-panel-footer {
    /*    padding: 10px 15px;*/
    background-color: #0D0D0D;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 190px;
    color: #ffffff;
    display: block;
}

    .liberty-panel-footer div ul li {
        display: block;
    }

        .liberty-panel-footer div ul li a {
            color: #ffffff;
            font-size: 11px;
        }

.footer-header-item {
    font-weight: bold;
}

#footer-chat-panel {
    background-color: #e61e21;
    color: #ffffff;
    padding: 10px;
}

.helpnow-btn {
    color: #ffffff;
    background-color: #e61e21;
    height: 25px;
    padding: 2px 10px 2px 10px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    border: 0px;
    border-radius: 4px;
}

.liberty-btn {
    color: #ffffff;
    background-color: #e61e21;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    border: 0px;
    border-radius: 4px;
}

.btn-liberty-red {
    color: #ffffff;
    background-color: #e61e21;
    border-color: #d43f3a;
}

.table-header {
    color: #ffffff;
    background-color: #e61e21;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.SectionHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #db4649;
    font-weight: bold;
}

.LibertyTitle {
    color: #db4649;
    font-weight: bold;
}

/*tab detail*/
#exTab1 .tab-content {
    color: white;
    background-color: #db4649;
    font-size: 12px;
    font-family: Arial;
    padding: 5px 15px;
}

/* FAQ */
.FaqQuestion{
    font-weight:bold;
    font-size:16px;
}

.FaqAnswer{
    font-size:14px;
}

.FaqNote{
    margin-top:50px;
    font-size:18px;
    text-align:center;
    font-weight:bold
}






/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

/*modal*/

.modal-open {
    padding-right: 0px !important;
    overflow-y: scroll;
}
