.trigger-icon{
	transition: font-size 0.3s ease;
}

.trigger-icon:hover{
	font-size: 18px;
}

.search-filter-icon:before {
	content: "\f0ad";
}

.search-bar-icon:before {
	content: "\f002";
}

.docType-combo-clear-icon:before{
	content: "\f12d";
}

.refreshButton{
	background:transparent !important;
}

.refreshButton-icon{
	font-size: 16px;
	color: #919191;
	transition: transform 0.3s ease;
}

.refreshButton-icon:hover{
	transform: rotate(30deg);
}

.toggleNavigationButton {
	font-size: 14px;
	transition: color 0.5s ease;
}

.toggleNavigationButton:hover {
	color: #69ACE7;
}

.transparentButton{
	background:transparent !important;
}

.navigationButton{
	background:transparent;
}

.navigationButtonHover{
	background:#ECECEC;
	transition: background 0.8s ease;
}

/*.fa-dropbox{
	color : blue; vertical-align: bottom;
     margin-bottom:1%;
}
*/

.simpleRoundedButton{
	background:#ECECEC;
	-moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
}

.generalPageToolbarButton{
	background:#ECECEC;
	-moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    transition: transform 0.3s linear;
}

.generalPageToolbarButton:hover{
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

.generalPageToolbar{
	/* Shadow 4dp */
	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: 100;
	padding: 0px;
}

.generalPageAddButton {
	color: #5FA2DD
}

.generalPageUserButton {
	color: #3471AF
}

.menu-triangle {
    display: none;
    position: absolute;
    background-color: transparent;
    overflow: visible !important;
}

html[dir="ltr"] .menu-triangle:after {
    position: absolute;
    left: 100%;
    margin-left: -25px;
    top: -11px;
    width: 0;
    height: 0;
    content:'';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}

html[dir="rtl"] .menu-triangle:after {
    position: absolute;
    right: 100%;
    margin-right: -25px;
    top: -11px;
    width: 0;
    height: 0;
    content:'';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}

.menuFormItem .x-menu-item-link{
	cursor: default !important;
}

.menuFormItem .x-menu-item-text-default {
	cursor: default !important;
	color: #000000de;
	font-weight: 600;
}

.menuEmptyItem .x-menu-item-text-default {
	color: #00000099;
	padding-left: 15px;
}

.viewTitle-display-field .x-form-display-field-body{
    vertical-align: middle !important;
}
