/* 
kolor typu BLE

.navbar{
	background: #589ada;
background: -moz-linear-gradient(top,  #589ada 0%, #4a8fd2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#589ada), color-stop(100%,#4a8fd2));
background: -webkit-linear-gradient(top,  #589ada 0%,#4a8fd2 100%);
background: -o-linear-gradient(top,  #589ada 0%,#4a8fd2 100%);
background: -ms-linear-gradient(top,  #589ada 0%,#4a8fd2 100%);
background: linear-gradient(to bottom,  #589ada 0%,#4a8fd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#589ada', endColorstr='#4a8fd2',GradientType=0 );
}

*/

.sidebar .title{
	padding: 16px 13px 10px !important;
}

.sidebar ul li > ul li a{
	padding: 12px 13px 10px;
}

.navbar .title{
	padding: 8px 13px !important;
}


	.nav li:last-child a{

	border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
	}

.nav li:last-child.active a{

	border-right: 0px solid rgba(0, 0, 0, 0.08) !important;
	}


.dropdown .dropdown-menu li > a:hover{
	background-color: #428BCA !important;
	/*border: 1px solid #428BCA  !important;*/
	
}



.transfer-heading .amount{
	width: 180px !important;
	text-align: left !important;
}

.transfer-heading .date{
	margin-bottom: 10px !important;
}

.transfer-heading{
		padding: 13px !important;
}

section.list .transfer .transfer-heading{
border-bottom: 0px !important;
margin-bottom: -5px;
}


.details-top .details-header{
	padding: 16px !important;
}


.agent-struct {
	border-bottom: 1px solid #E0E4E8;	
	font-size: 12px;	
	line-height: 28px;
}

.agent-struct .lnk,
.agent-struct .current{
	vertical-align: middle;
}

.agent-struct .current {
	font-weight: bold;
}

.agent-struct .indent .i {
	display:inline-block;
	width: 10px;
	height: 28px;	
}

.agent-struct .indent .i:last-child {
	display: inline-block;
	margin-right: 5px;	
}

.agent-struct.children .indent .i:last-child {
	background-image: url('/assets/images/symbols/struct-with-children.png');
	background-position: center right;
	background-repeat: no-repeat;
}





.partition .partition-header{
	padding-top: 10px !important;
	margin-bottom: 0px !important;
}

.partition-row.controls-row.cl{
	margin-top: 10px;
	border-bottom: 1px solid #dddddd;
}

.transfer .form-vertical.modal-form{
	padding: 10px !important;
	margin-top: -1px;
}


.header-signature .trusted:before,
.header-signature .nottrusted:before,
{
	font-family: 'glyphicons';
	font-weight: normal;
	font-style: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.header-signature .trusted:before {
	font-family: 'glyphicons';
	content: "\e048";
	font-weight: normal;
	font-style: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.header-signature .nottrusted:before {
	font-family: 'glyphicons';
	content: "\e04b";
	font-weight: normal;
	font-style: normal;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.header-signature .trusted{
	display: inline-block;
	font-size: 20px;
	color: #46c02d;
	float: right;
}

.header-signature .nottrusted{
	display: inline-block;
	font-size: 20px;
	color: #d53225;
	float: right;
}

pre#newpass {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px 0;
	background-color: #fefefe;
	font-size: 16px;
}