﻿body 
{
	/*background: #F7F7F7;*/
}

.totop 
{
	background: #00465F !important;
}

.navbar
{
/*	background-color: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: -ms-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: -o-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: linear-gradient(top, #EEEEEE, #EEEEEE);
  
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0px 1px 1px #fff;
*/
	background: #fafafa;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0px 1px 1px #fff;
    margin-bottom: 0px;
}

.sidebar ul.nav > li > a:hover,
.sidebar ul.nav > li.open > a,
.sidebar ul.nav > li.active > a
{
	border-bottom: 1px solid #13617f;
	border-top: 1px solid #13617f;		
	/*background-color: #96D6EB;
	background: -webkit-gradient(linear, left top, left bottom, from(#96D6EB), to(#00465f));
	background: -webkit-linear-gradient(top, #96D6EB, #00465f);
	background: -moz-linear-gradient(top, #96D6EB, #00465f);
	background: -ms-linear-gradient(top, #96D6EB, #00465f);
	background: -o-linear-gradient(top, #96D6EB, #00465f);
	background: linear-gradient(top, #96D6EB, #00465f);*/
	background: #406b7c;
}

.sidebar ul.nav li.has_sub.open > a,
.sidebar ul.nav > li.has_sub.open:not(.active) > a
{
	color : #00465F;
}

.sidebar ul.nav li ul li.has_sub.open > a > i
{
	color: White;
}

.sidebar ul.nav li ul li.active > a
{
	color: #00465F;
	background: #c6dae3;
}

footer
{
	background-color: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#EEEEEE));
	background: -webkit-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: -ms-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: -o-linear-gradient(top, #EEEEEE, #EEEEEE);
	background: linear-gradient(top, #EEEEEE, #EEEEEE);
}

.item-name
{
	color: #077298;
}

.netis
{
	color: #53869b;
}

.sidebar ul.nav > li > a > i.fa,
.sidebar ul.nav li i.fa
{
    color: white;
    text-shadow: -1px 0 #49A1D3, 0 1px #49A1D3, 1px 0 #49A1D3, 0 -1px #49A1D3 !important;
}

.sidebar ul.nav li span i
{
	color: White;
}

.sidebar ul.nav > li.open > a > i, .sidebar ul.nav > li.active > a > i, .sidebar ul.nav > li > a:hover > i
{
	color: #e9e9e9 !important;
}

.sidebar ul.nav li span i.fa-chevron-right 
{
	color: #A8A9AD;
	text-shadow: none !important;
}

.fa-chevron-right:before {
    content: "\f054";
}

li.open > a > span > i.fa-chevron-right:before
{
	content: "\f078";
}

.nav.nav-pills > li > a.logins > i:before
{
    /*text-shadow: -1px 0 #48ffac, 0 1px #48ffac, 1px 0 #48ffac, 0 -1px #48ffac !important;*/
    text-shadow: -1px 0 #30d087, 0 1px #30d087, 1px 0 #30d087, 0 -1px #30d087 !important;
}

.navbar ul.nav > li > a.logins > span
{
	/*color: #48ffac;*/
	color: #30d087;
}

.nav.nav-pills > li > a.customers > i:before
{
    text-shadow: -1px 0 #ac4ad5, 0 1px #ac4ad5, 1px 0 #ac4ad5, 0 -1px #ac4ad5 !important;
}

.navbar ul.nav > li > a.customers > span
{
	color: #ac4ad5;
}

.nav.nav-pills > li > a.transactions > i:before
{
    text-shadow: -1px 0 #375ce5, 0 1px #375ce5, 1px 0 #375ce5, 0 -1px #375ce5 !important;
}

.navbar ul.nav > li > a.transactions > span
{
	color: #375ce5;
}

.btn-primary
{
	background-color: #406b7c;	
/*	background: -webkit-gradient(linear, left top, left bottom, from(#406b7c), to(#406b7c));
	background: -webkit-linear-gradient(top, #406b7c, #406b7c);
	background: -moz-linear-gradient(top, #406b7c, #406b7c);
	background: -ms-linear-gradient(top, #406b7c, #406b7c);
	background: -o-linear-gradient(top, #406b7c, #406b7c);
	background: linear-gradient(top, #406b7c, #406b7c);*/
}

.btn-primary:hover
{
	background-color: #13617f;	
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -ms-linear-gradient(top, #ffffff, #ffffff);
	background: -o-linear-gradient(top, #ffffff, #ffffff);
	background: linear-gradient(top, #ffffff, #ffffff);*/	
}
