/* <!--OPM Styles--> */

h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #003479;
}

h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #003479;
    margin-top: 5px;
}

h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #363636;
}

h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #363636;
}

h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #363636;
}

.headerOPM {
    font-size: 11px;
    color: #959595;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    margin: 8px 0 0 6px;
    display: inline-block;
}

a:hover .headerOPM {
    text-decoration: none;
}

.dropdown {
    text-transform: uppercase;
    font-size: .85em;
}

.navtop {
    font-size: .85em;
    color: #363636;
    display: block;
    margin: 10px 0 25px;
}

.navtop a {
    text-decoration: none;
    color: #363636;
}

.navtop a:hover {
    text-decoration: underline;
    color: #363636;
}

.navbar-nav>li>a {
    padding: 0px 0;
    line-height: 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 215px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #E5E5E5;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
    background-color: #003479;
    color: #fff;
    background-image: none;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #2e2e2e;
}

.numberCircle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #003479;
    color: #fff;
    text-align: center;
    font-size: 30px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}


/* <!--Original--> */

body {
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #363636;
}

a {
    color: #003479;
}

a:focus,
a:hover {
    color: #003479;
    text-decoration: underline;
}

.table.table th {
    color: #fff;
    background-color: #003479;
    border-right: 1px solid #d7d7d7;
}

.table.table td {
    border: 1px solid #d7d7d7;
}

.table.table.table-hover th {
    color: #fff;
    background-color: #003479;
    border-right: 1px solid #d7d7d7;
}

.table.table.table-hover td {
    border: 1px solid #d7d7d7;
}

.tableList tr {
    border-bottom: 1px solid #d7d7d7;
}

.tableList td {
    padding: 10px;
}

.tableList h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.tableList h4 a {
    text-decoration: underline;
}

.logo {
    margin-top: -35px;
    margin-left: 0px;
    width: 175px;
    margin-right: 20px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar .navbar-inverse .navbar-header btn {
    margin-top: 15px;
}

.navbar-inverse {
    background-color: #2e2e2e;
    border-color: #fff;
    border-bottom-width: 10px;
    border-top-width: 12px;
    height: 68px;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #2e2e2e 0, #2e2e2e #2e2e2e, 100%);
    background-image: -o-linear-gradient(top, #2e2e2e 0, #2e2e2e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#003479));
    background-image: linear-gradient(to bottom, #2e2e2e 0, #2e2e2e 100%);
    background-repeat: repeat-x;
    border-radius: 0px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    padding: 17px 30px;
    float: right;
    font-family: 'Open Sans', Arial, sans-serif;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #003479 0, #003479 100%);
    background-image: -o-linear-gradient(top, #003479 0, #003479 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003479), to(#003479));
    background-image: linear-gradient(to bottom, #003479 0, #003479 100%);
    height: 46px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
}

.top {
    padding: 10px 25px 10px 25px;
    text-align: center;
}

.footer {
    border-top: 1px solid #2e2e2e;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: .85em;
    color: #8C8A8C;
    background-color: #fff;
    padding: 20px 0px;
}

.footer a {
    text-decoration: none;
    color: #363636;
}

.footer a:hover {
    text-decoration: underline;
    color: #363636;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.columnBorder {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-top: 5px;
}

.none {
    float: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.checkbox {
    margin-left: 0px;
}

.checkbox label {
    padding-left: 0px;
}

.radio label {
    padding-left: 0px;
}

.table-scroll {
    height: 300px;
    overflow: scroll;
    margin-top: 20px;
}


/* <!--BUTTONS--> */

.btn-primary {
    color: #fff;
    background-color: #003479;
    border-color: #003479;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #003479 0, #003479 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #003479 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003479), to(#003479));
    background-image: linear-gradient(to bottom, #003479 100%, #003479 100%);
    background-repeat: repeat-x;
    border-color: #003479;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary.hover {
    color: #fff;
    background-color: #016dda;
    border-color: #016dda;
    background-image: linear-gradient(to bottom, #016dda 100%, #016dda 100%);
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #8e8e8e;
}

.text-primary {
    color: #003479;
}

.bg-grey {
    background-color: #e2e2e2;
}

.bg-grey2 {
    background-color: #ccc;
}

.headerWelcome {
    font-size: 11px;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-style: italic;
    margin: 0px 0 10px 0px;
}

.heart {
    background-image: url('/public/images/cartHeart.png');
    background-position: center top;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    width: 80px;
    height: 85px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding-top: 13px;
    padding-left: 9px;
    font-weight: bold;
    margin-top: -21px;
}

.homeTextBox {
    display: block;
    background-color: #AD9766;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*vertical-align: middle;  ignored due to the 'display: block' */
    padding: 10px;
    margin: 10px 10px;
}

.homeIconBox {
    width: 100%;
    height: 225px;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    /*vertical-align: middle;  ignored due to the 'display: block' */
    padding: 10px;
    margin: 10px 10px;
}

.homeIconBox a {
    text-decoration: none;
}


/* underline memo link (inside homeIconBox ) on hover */

a.memo:hover {
    text-decoration: underline;
}

.charityLogo {
    max-height: 190px;
    max-width: 180px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    vertical-align: top;
}

.titleHeader {
    border-bottom: 1px solid #003479;
    color: #003479;
    display: block;
    font-size: 24px;
    padding: 10px 10px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.charityBox {
    border: 1px solid #003479;
    padding: 10px;
    margin: 0 10px 20px 0;
    background-color: #fff;
    text-align: center;
}

.charityBoxCheckout {
    border-top: 1px solid #003479;
    padding: 5px 0px 0 0;
    margin: 0 0 5px 0;
    background-color: #fff;
    vertical-align: center;
}

.heartRed {
    color: #FF0000;
}

.bannerType {
    font-size: 48px;
    text-shadow: 1px 1px #000;
}

.indexHeader {
    background-color: #336699;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
}

.contentHeaderAccount {
    background-image: url('/public/images/bigLittleHands.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
}

.contentHeaderHome {
    background-position: right center;
    background-image: url('/public/images/homeBlue.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
}

.contentHeaderZone {
    background-position: center;
    background-image: url('/public/images/texasCFCBanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
}

.contentHeaderSearch {
    background-image: url(/public/images/CFC_Charity_Search_Banner.jpeg);
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.contentHeaderAccountInternal {
    background-position: top;
    background-image: url('/public/images/twoHeartsInHand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
}

.searchResultLogo {
    max-width: 250px;
    max-height: 120px;
}


/* FINE TUNING */

.newDOANote {
    font-size: medium;
}

.lrgHeader {
    color: #fff;
    font-size: 68px;
    text-align: center;
    margin-top: 20px;
}

.headerTextArea {
    padding: 40px 50px;
    width: 750px;
    vertical-align: center;
}

.navRightLinks {
    margin-top: 15px;
}

.navbarButton {
    margin-top: 13px;
}

.footerLinks {
    margin-top: 10px;
}

.circleIndentText {
    margin-left: 50px;
}

.indent10 {
    margin-left: 10px;
}

.margin0 {
    margin: 0px 0px 3px 0px;
}

.width100 {
    width: 100px;
}

.tableFullWidth {
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.select92 {
    width: 92%;
}

.addButton {
    margin-top: 0px;
}

.padding10 {
    padding: 10px;
}

.errorMessage {
    font-size: .85em;
    color: #DF0724;
    font-weight: 500;
}

.errorMessage>a {
    color: #DF0724;
    text-decoration: underline;
}

.activeTag {
    color: #DF0724;
    float: right;
}


/**** fix for modal removing scroll bars ****/

.modal-open {
    overflow: scroll;
}


/***** fix for dropdown pointer ***/

.pointer {
    cursor: pointer;
}

.note {
    font-size: .85em;
}

.bg-danger {
    background-color: #DF0724;
}


/****** override bootstrap button styles *******/

.btn-info {
    color: #fff;
    background-color: #56c9ed;
    border-color: #56c9ed;
}

.btn-danger {
    color: #fff;
    background-color: #ac1a2f;
    border-color: #ac1a2f;
}


/*** fix for warning message on checkout page pushing table out ***/

.maxWidth400 {
    max-width: 400px;
}

.maxWidth250 {
    max-width: 250px;
}