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

border:1px solid #27c225 !important;
color:#ffffff !important;
}
.actionForward:hover,.update:hover, #addCompanyLink:hover{
background: -webkit-gradient(linear, center top, center bottom, from(#6686e8), to(#1f3952)) !important;
background: -moz-linear-gradient(center top , #6686e8, #1f3952) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#6686e8), to(#1f3952)) !important;
background: -ms-linear-gradient(top, #6686e8, #1f3952) !important;
color:#ffffff !important;
border:1px solid #1f3952 !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:#ffffff !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(#4596c9), to(#2ca0ba)) !important;
background: -moz-linear-gradient(center top , #4596c9, #2ca0ba) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#4596c9), to(#2ca0ba)) !important;
background: -ms-linear-gradient(top, #4596c9, #2ca0ba) !important;
border:1px solid #2ca0ba  !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(#33bcdb)) !important;
background: -moz-linear-gradient(center top , #33bcdb, #33bcdb) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background: -webkit-gradient(linear, center top, center bottom, from(#33bcdb), to(#33bcdb)) !important;
background: -ms-linear-gradient(top, #33bcdb, #33bcdb) !important;
color:#ffffff !important;
border: 1px solid #33bcdb  !important;
}


/* NAVIGATION MENU*/

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

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

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

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

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

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

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


.administrationMenu #cssmenu > ul > li > a { 
background: none repeat scroll 0 0 #E7E7E7 !important;
color:#637280 !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:#637280 !important;
}

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

/*PAGER*/

ul.yiiPager .selected a {
background-color:#E7E7E7 !important;
color:#637280 !important;

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

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

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

ul.yiiPager a:link, ul.yiiPager a:visited {
background-color:#E7E7E7 !important;
border:1px solid #E7E7E7 !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:#369be3 !important;
color:#ffffff !important;
}


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

/*footer*/


#footer {
    border-top: 1px solid #369be3 !important;
}

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

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

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

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