.actionForward,.update, #addCompanyLink {	 
background: -webkit-gradient(linear, center top, center bottom, from(#0c8fa6), to(#0c85a6)) !important;
background: -moz-linear-gradient(center top , #0c8fa6, #0c85a6) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#0c8fa6), to(#0c85a6)) !important;
background: -ms-linear-gradient(top, #0c8fa6, #0c85a6) !important;

border:1px solid #0c85a6 !important;
color:#ffffff !important;
}
.actionForward:hover,.update:hover, #addCompanyLink:hover{
background: -webkit-gradient(linear, center top, center bottom, from(#c6f76b), to(#9ED92F)) !important;
background: -moz-linear-gradient(center top , #c6f76b, #9ED92F) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#c6f76b), to(#9ED92F)) !important;
background: -ms-linear-gradient(top, #c6f76b, #9ED92F) !important;
color:#ebebeb !important;
border:1px solid #9ED92F !important;
}
/* COMPLETE */
.complete:not([disabled]), .btn-success, #btnSubmit{	 
background: -webkit-gradient(linear, center top, center bottom, from(#e67171), to(#d42222)) !important;
background: -moz-linear-gradient(center top , #e67171, #d42222) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#e67171), to(#d42222)) !important;
background: -ms-linear-gradient(top, #e67171, #d42222) !important;
border:1px solid #d42222 !important;
color:#d4e5e6 !important;
}

.complete:hover:not([disabled]), .btn-success:hover, #btnSubmit:hover{
background: -webkit-gradient(linear, center top, center bottom, from(#e67171), to(#d42222)) !important;
background: -moz-linear-gradient(center top , #e67171, #d42222) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#e67171), to(#d42222)) !important;
background: -ms-linear-gradient(top, #e67171, #d42222) !important;
color:#ffffff !important;
border:1px solid #d42222 !important;
}

/* NEUTRAL*/

.visitor-findBtn,.delete,.host-findBtn,.neutral{
background: -webkit-gradient(linear, center top, center bottom, from(#5fdaf5), to(#33bcdb)) !important;
background: -moz-linear-gradient(center top , #5fdaf5, #33bcdb) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#5fdaf5), to(#33bcdb)) !important;
background: -ms-linear-gradient(top, #5fdaf5, #33bcdb) !important;
border:1px solid #33bcdb  !important;
color:#ffffff !important;
}

.visitor-findBtn:hover,.delete:hover,.host-findBtn:hover,.neutral:hover{
background: -webkit-gradient(linear, center top, center bottom, from(#33bcdb), to(#ddf76b)) !important;
background: -moz-linear-gradient(center top , #33bcdb, #ddf76b) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#33bcdb), to(#ddf76b)) !important;
background: -ms-linear-gradient(top, #33bcdb, #ddf76b) !important;
color:#ffffff !important;
border: 1px solid #ddf76b  !important;
}


/* NAVIGATION MENU*/

nav.navigation ul:after,nav.navigation ul {
background-color:#1c9abd !important;
}

nav.navigation ul li.active a
{
color:#ffffff !important;
background:#07a7b5 !important;
}

nav.navigation ul li a:hover, nav.navigation ul li.active:hover
{
background:#07a7b5 !important;
color:#ffffff !important;
}

nav.navigation ul li a{
color:#ffffff !important;
}

nav.navigation ul li.loggedin-as {
	color:#ffffff !important;
}

.top_nav ul li a {
color:#1c9abd !important;
}

.top_nav ul li a:hover {
color:#07a7b5 !important;
}
/* SIDE MENU*/


.administrationMenu #cssmenu > ul > li > a { 
background: none repeat scroll 0 0 #E7E7E7 !important;
color:#0047ba !important;
}

.administrationMenu #cssmenu > ul > li > a:hover { 
background: none repeat scroll 0 0 #E7E7E7 !important;
color:#637280 !important;
}

/*headers*/

.wrapper h1,.visitor-title,.has-sub-sub span, .header-text {
color:#0047ba !important;
}

/*has sub icon*/
.customIcon-adminmenu{
background-color: #0047ba !important;
}

/*PAGER*/

ul.yiiPager .selected a {
background-color:#1c9abd !important;
color:#ffffff !important;

}
ul.yiiPager a {
color:#ffffff !important;
border:#ffffff !important;
}

ul.yiiPager a:hover {
background-color:#07a7b5 !important;
color:#ffffff !important;
}

ul.yiiPager a:hover
{
border:solid 1px #07a7b5 !important;
background-color: #07a7b5 !important;
color:#ffffff !important;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
background-color:#1c9abd !important;
border:1px solid #1c9abd !important;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pager li > a:hover,
.pager li > a:focus {
background-color:#07a7b5 !important;
color:#ffffff !important;
}


ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #07a7b5 !important;
    color:#ffffff !important;
}

/*footer*/


#footer {
    border-top: 1px solid #07a7b5 !important;
}

.grid-view th a.asc:after {
    border-bottom: 5px solid #1c9abd !important;
    }

    /*sort arrows*/
    
.asc div{
    border-color: #1c9abd transparent !important;
}

.desc div{
    border-color: #1c9abd  rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.sidebarTitle{
background: none repeat scroll 0 0 #E7E7E7 !important;
color:#0047ba !important;
}
