/* Color of the very top line in reDesign Template
---------------------------------------------------------------------- */

.top_line {
    background-color: #0D4ABC;
}

/* Color that link text will appear as
---------------------------------------------------------------------- */

a {
    color: #0D4ABC;
}

/* Color that appears when user hovers over a link
---------------------------------------------------------------------- */

a:hover {
    color: #0D4ABC;
}

/* Text color of the active link in a drop down menu
---------------------------------------------------------------------- */
.navbar .nav .open .dropdown-menu .active a {
    text-decoration: none;
    color: white;
    background-color: #29c200;
    background-image: -moz-linear-gradient(top, #1fcc08, #19b300);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fcc08), to(#19b300));
    background-image: -webkit-linear-gradient(top, #1fcc08, #19b300);
    background-image: -o-linear-gradient(top, #1fcc08, #19b300);
    background-image: linear-gradient(to bottom, #1fcc08, #19b300);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);  
    border: none;
    background-image: none;
}

/* Text color of the active link in a drop down menu when you hover over it
---------------------------------------------------------------------- */
.navbar .nav .open .dropdown-menu .active a:hover {
    background-color: #32c200;
    color: #ffffff;
    background-image: none !important;    
    filter: none;
}

/* Text color of the active navbar item
---------------------------------------------------------------------- */

.navbar .nav .active > a, .navbar .nav .active > a:hover, .navbar .nav .active a > i, .navbar .nav .active a > i:hover {
    color: #0D4ABC;
}

/* Primary menu text color when you hover over it (does not include the sub-menu text)
---------------------------------------------------------------------- */

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #0D4ABC;
}

/* Color of the menu bar's sub-menu text when you hover over it and the color of both the primary and sub-menu text that has no sub-nav when you hover over it
---------------------------------------------------------------------- */

.navbar .nav > li:hover a, .navbar .nav > li:hover a i {
    color: #0D4ABC;
}


/* Color tab on text divider 5
---------------------------------------------------------------------- */

.text-divider5 span {
    background-color: #0D4ABC;
}

/* Color tab on text divider 6
---------------------------------------------------------------------- */

.text-divider6 span {
    background-color: #0D4ABC;
}

/* Background color of mobile dropdown nav
---------------------------------------------------------------------- */

.buttons-container {
    background-color: #0D4ABC;
}

/* Color of active nav filter on portfolio and portfolio grid pages
---------------------------------------------------------------------- */

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #0D4ABC;
}

/* Check icon color
---------------------------------------------------------------------- */
.icon-ok {
    color: #333333;
}

/*Grey titles blocks background color*/
.grey-wrapper {
    background-color: #C8C8C8;
    border-radius: 5px 5px 0 0;
    margin-bottom: 6px;
    overflow: hidden;
    padding: 10px 15px 0;
}
.grey-wrapper h2, .grey-wrapper a {
    color: #ffffff;
    font-size: 16px;
}

/*Dark grey hero-unit background*/
.dark-hero {
    background: url("/ERP/img/dark_tissue.png") repeat scroll 0 0 transparent;
}
/*Dark grey hero-unit button styles*/
.dark-hero .btn {
    font-size: 24px;
    padding: 10px 67px;
    background-image: linear-gradient(bottom, #72cf6e 10%, #18ab09 55%, #14ab00 78%);
    background-image: -o-linear-gradient(bottom, #72cf6e 10%, #18ab09 55%, #14ab00 78%);
    background-image: -moz-linear-gradient(bottom, #72cf6e 10%, #18ab09 55%, #14ab00 78%);
    background-image: -webkit-linear-gradient(bottom, #72cf6e 10%, #18ab09 55%, #14ab00 78%);
    background-image: -ms-linear-gradient(bottom, #72cf6e 10%, #18ab09 55%, #14ab00 78%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, #82cf6e),
	    color-stop(0.55, #3eab09),
	    color-stop(0.78, #24ab00)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.dark-hero .btn:hover {
    background-image: linear-gradient(bottom, #82cf6e 10%, #2db51f 55%, #37b51f 78%);
    background-image: -o-linear-gradient(bottom, #82cf6e 10%, #2db51f 55%, #37b51f 78%);
    background-image: -moz-linear-gradient(bottom, #82cf6e 10%, #2db51f 55%, #37b51f 78%);
    background-image: -webkit-linear-gradient(bottom, #82cf6e 10%, #2db51f 55%, #37b51f 78%);
    background-image: -ms-linear-gradient(bottom, #82cf6e 10%, #2db51f 55%, #37b51f 78%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, #82cf6e),
	    color-stop(0.55, #37b51f),
	    color-stop(0.78, #37b51f)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-position: 0 0;
}
/*Blue blockquote styles*/
blockquote.blueb p {
    color: #14ab00;
}
.blueb-author {
    color: #999999;
}
/*Light blue h1 title*/
.page-title-blue {
    background-color: #56cf3f;
}
/*Dark blue h1 title*/
.page-title-dark-blue {
    background-color: #277807;
}
/*Orange h1 title*/
.page-title-orange {
    background-color: #ac0000;
}
/*Google map image instead background-color*/
.page-title-map {
    background: transparent url("/ERP/img/title_map.jpg") top left no-repeat;
    color: #003300;
}
.page-title-map h1 {
    color: #003300;
}
/*Footer style 1*/
.footer-wrapper {    
    background: transparent url("/ERP/img/dark_tissue.png") top left repeat;
}
footer.footer-1 .footer-wrapper {
    background: transparent url("/ERP/img/footer_bg1.jpg") top left repeat;
}
footer.footer-2 .footer-wrapper {
    background: transparent url("/ERP/img/footer_bg2.jpg") top left repeat;
}
footer.footer-3 .footer-wrapper {
    background: transparent url("/ERP/img/footer_bg3.jpg") top left repeat;
}
footer.footer-4 .footer-wrapper {
    background: transparent url("/ERP/img/footer_bg4.jpg") top left repeat;
}
footer.footer-5 .footer-wrapper {
    background-color: #333333;
}
footer.footer-5 .footer-bottom {
    background-color: #0a0a0a;
}
