.kview-header {
	font-size:18px;
    color: #004087;
}

/* .kview-header .kview-actions a{ */
/* 	opacity: 0.3; */
/* } */

/* .kview-header .kview-actions a:HOVER { */
/* 	opacity: 1; */
/* } */

.kview-part-header-actions .kshow-hide-link:before {
	content: "\f142";
	background: #fff;
	color: #d85b5b;
	padding: 7px 6px;
	font-size: 20px;
	border-radius: 3px;
	transition: all 0.5s ease;
	font-family: FontAwesome;
}

.kview-header div {
	display: inline;
}

/* .kview-title { */
/* 	font-size: 16px; */
/* 	color: #FF8A4D; */
/* } */
/*ce e asta? aplicam regula in functie de un text din title????*/
.kview-actions a[title="AdaugÄ� o nouÄ� secČ›iune"] span {
	display: none;
}
.kview-actions a:BEFORE{
	font-family: FontAwesome;
	color: #004087;
	font-size: 20px;
	margin-left: 5px;
}
.kview-actions a:HOVER:BEFORE{
	color: #d02244;
}
.kview-actions a[title="AdaugÄ� o nouÄ� secČ›iune"]:BEFORE{
	content: "\f0fe";
}
.kview-header .kview-actions {
	float: right;
}

/*TODO de ce ne legam de al doilea copil? avem suficiente clase sau mai adaugam! */
/* .kview-header div div:nth-child(2){ */
/* 	float: right; */
/* } */

.kview-part-header {
	padding: 5px;
	border-bottom: 1px solid #ddd;	
	margin-bottom: 10px;
}

/* .kview-part-header .kview-actions a{ */
/* 	opacity: 0.3; */
/* } */

.kview-part-header .kview-actions a:HOVER {
	opacity: 1;
}

.kview-part-header .kview-actions input{
	float: right;
    padding: 5px;
    font-size: 12px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-weight: normal !important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.kview-part-header div {
	display: inline;
}

.kview-part-title {
	font-size: 16px;
	color: #FF8A4D;
}

.kview-part-header .kview-actions {
	float: right;
}

/*TODO de ce ne legam de al doilea copil? avem suficiente clase sau mai adaugam!*/
.kview-part-header div div:nth-child(2){
	float: right;
}

.kview-actions .kalign-left {
	text-align: left;
}

.kview-actions .kalign-right {
	text-align: right;
}

.kview-actions .kalign-center {
	text-align: center;
}

.kview-actions div {
	display: inline-block;
	padding-right: 2px;
}

.kview-part .kview-actions a {
	padding-right: 5px;
}
.wicket-modal .kview-footer{
 	width: calc(100% - 20px); /* decreasing the width of scroll */
	position: fixed;
	bottom: 0px;
	background: #fff;
	padding: 10px 0px;
}