
/*Mul dictionaries label style*/
.form-label {
	white-space: nowrap;
  	text-overflow: ellipsis;
  	font-style:normal !important;
  	color: #000000;
	font-weight: 400;
}

/*
 * Overwrites css. Applies to all form items
 */
 
.x-form-item-label-inner {
	display: inline !important;
}

.form-control-trigger-icon{
	transition: font-size 0.3s ease;
	width: 24px !important;
}

.form-control-trigger-icon:hover{
	font-size: 18px;
}

.form-control-clear-icon:before{
	content: "\f12d";
}

.form-control-open-icon:before{
	content: "\f141";
}

.form-control-settings-icon:before{
	content: "\f013";
}

.form-control-setMe-icon:before{
	content: "\f234";
}

.settings-button{
    background-color : transparent !important;
    box-shadow: none !important;
}

.settings-button-icon{
	color: #919191 !important;
	transition: font-size 0.3s ease;
}

.settings-button-icon:hover{
	font-size: 18px;
}

.x-checkbox-null .x-form-checkbox-default:before {
	font: 18px/1 FontAwesome;
	content: "\f0c8";
}

.search-settings-header .x-panel-header-title-default{
    color: #919191 !important;
}

.form-control-disabled{
	opacity: .85 !important;
	-moz-opacity: .85 !important;
	filter: alpha(opacity=85) !important;
}

.blue-font{
	color: #5fa2dd !important;
}

.papyros-form{
	background: rgba(95, 162, 221, 0.4) !important;
}

.papyros-form-label{
	color: #000000;
	font-weight: 400 !important;
	white-space: nowrap;
}

.papyros-form-text{
	color: #000000;
	font-weight: 400 !important;
}

.papyros-form-static-text{
	white-space: normal;
}

.inactiveTerm {
 	color:#919191 !important;
}

.inactiveTermIcon {
 	color:#cacaca !important;
}

.mul-dictionary-toolbar {
	background-color: #e9e9e9 !important;
}

.mul-dictionary-toolbar-button {
	background-color: transparent;
}

/**Form toolbar**/
.archiveForm-toolbar {
	/*border-style: none;
	border-width: 0px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.20);
	z-index: 101;*/
}


