/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */



a {
    color: #e80000;
    text-decoration: none;
}

/* ** Client View Start ** */

/*
.form-control:focus {
	color: #fff;
	background-color: #e80000;
	border-color: #e80000;
}
.form-control:active {
	color: #fff;
	background-color: #e80000;
	border-color: #e80000;
}
*/
.form-control:hover {
	color: #e80000;
	border-color: #e80000;
}



div.domain-promo-box {
    color: #fff;
}
.text-primary {
    color: #fff;
}
.dataTables_wrapper .dataTables_info {
    background-color: #e80000;
}
.navbar-main li.account {
    background-color: #880000;
}
div.header-lined h1 {
    color: #000;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background: #e80000;
}
.btn-info {
    background-color: #e80000;
    border-color: #e80000;
}
.dataTables_wrapper table.table-list thead th {
    border-bottom: 4px solid #e80000;

}
.dataTables_wrapper table.table-list thead th:nth-child(even) {
    border-bottom: 4px solid #a80000;
}
section#main-menu {
    background-color: #a80000;
}

.alert-info {
    color: #fff;
    background-color: #e80000;
    border-color: #e80000;
}

/* ** Client View End ** */


.panel-sidebar>.panel-heading {
    background-color: #e80000;
    border-bottom: 0;
}

.panel-sidebar .panel-title {
    font-size: 1.1em;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    line-height: 26px;
    color: #fff;
}

.panel-sidebar a.list-group-item.active,.panel-sidebar a.list-group-item.active:focus,.panel-sidebar a.list-group-item.active:hover {
	background-color: #fff;
	border-color: #e80000;
	color: #333;
}


.btn-primary {
	color: #fff;
	background-color: #e80000;
	border-color: #980000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary a {
	background: #e80000!important;
	border-color: #980000!important;
}

.btn-success {
	color: #fff;
	background-color: #e80000;
	border-color: #980000;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success a {
	background: #e80000;
}
.btn-warning {
	background-color: #e80000;
	border-color: #980000;
}


.navbar-main {
	background-color: #e80000;
}

div.header-lined .breadcrumb > .active {
	color: #e80000;
}

ul.top-nav > li.primary-action > a.btn {
	background-color: #e80000;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #eee;
    background-color: #a80000;
}

section#home-banner {
	background-color: #e80000;
 color: #fff;
}

section#home-banner .btn.search {
    background-color: #e80000;
}

section#home-banner .btn.transfer {
    background-color: #a80000;
}

.home-shortcuts {
    margin: 0;
    background: #e80000;
    color: #fff;
}


}
.home-shortcuts li:first-child {
  border-right: 1px solid #a80000;
  border-left: 1px solid #a80000;
}

@media (max-width: 767px) {
  .home-shortcuts li {
    border-bottom: 1px solid #a80000;
  }
  
.navbar-main li.account {
    background-color: #e80000;
}

div.header-lined h1 {
    color: #e80000;
}




/* Cart Page */


#order-standard_cart .order-summary {
	background-color: #e80000;
	border-bottom: 3px solid #980000;
}

#order-standard_cart .view-cart-items-header {
	background-color: #e80000;
}
div.header-lined h1 {
	color: #e80000;
}
#order-standard_cart .view-cart-items {
	border-bottom: 2px solid #980000;
}

.container-full {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.arrow-block {
    display: block;
    height: auto;
    position: relative;
    padding: 15px;
	background-color: #e80000;
}
.block-s1 {
    padding: 10px 0;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.jim {
	color: #fff;

}



