/*===================== TABLE OF CONTENT =======================

	1. Form Control Label
	2. File Upload Control
	3. Dropdown Control
	4. Buttons

=============================================================*/

/* Form Control Label */
.arm-df__form-group .arm-df__field-label .arm-df__label-text{
	font-size: 16px;
	line-height: 18px;
	color: var(--arm-dt-black-400);
	margin: 0 0 8px 0;
	padding: 0 0 0 0px;
	font-weight: 400;
	position: relative;
	display: inline-block;
}
.arm-df__form-group .arm-df__field-label .arm-df__label-asterisk + label.arm_form_field_label_text{
	padding: 0 5px;
}
.arm-df__form-group .arm-df__field-label .arm-df__label-asterisk{
	position: absolute;
	top: 0;
	font-size: 16px;
	margin-left: 2px;
	font-weight: normal;
}
/* File Upload Component */
.arm-ffw__file-upload-box{
	position: relative;
	overflow: hidden;
	border: 2px dashed var(--arm-gt-gray-200);
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: var(--arm-radius-6px);
	-moz-border-radius: var(--arm-radius-6px);
	-o-border-radius: var(--arm-radius-6px);
	border-radius: var(--arm-radius-6px);
}
.arm-ffw__file-upload-box input[type="file"].arm-df__file-upload-control{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	top: 0;
	left: 0;
}
.arm-ffw__file-upload-box .arm-df__file-upload-text{
	background: none;
	border: none;
	box-shadow: none;
	font-size: 14px;
	color: var(--arm-dt-black-300);
	font-weight: normal;
	cursor: pointer;
}

/* Dropdown Control */
.arm-df__dropdown-control{
	position: relative;
	cursor: pointer;
	display: block;
	margin: 0 !important;
	width: 100% !important;
	opacity: 1;
	font-size: 0px;
	text-transform: unset;
	overflow: inherit;
}
.arm-df__dropdown-control .arm__dc--head, .arm-df__dropdown-control .arm__dc--items-wrap
{
	float:inherit !important;
}
.arm-df__dropdown-control .arm__dc--head .arm-df__dc--head__autocomplete{
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	outline: none;
	width: 100%;
}
.arm-default-form .arm-df__dropdown-control .arm__dc--head input.arm-df__dc--head__autocomplete {
	max-width: 100% !important;
	margin:0px !important;
	padding: 0px !important;
	font: inherit !important;
}
.arm-df__dropdown-control .arm__dc--head .arm-df__dc--head__autocomplete,
.arm-df__dropdown-control .arm__dc--head .arm__dc--head__title{
	font-size: 14px;
	font-weight: normal;
	color: var(--arm-dt-black-300);
	min-height: inherit;
	height: auto;
	display: block;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.arm_form_rtl .arm-df__dropdown-control .arm__dc--head .arm-df__dc--head__autocomplete,
.arm_form_rtl .arm-df__dropdown-control .arm__dc--head .arm__dc--head__title{
	margin-right: 0px;
	margin-left: auto;
}
.arm-df__dropdown-control .arm__dc--head i.armfa{
	position: absolute;
	top: calc(50% - 6px);
	right: 16px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}
.arm-df__dropdown-control.arm-is-active i.armfa-caret-down {
	transform: rotate(180deg);
}
.arm-df__dropdown-control .arm__dc--items-wrap{
	margin: 0;
	padding: 0;
}
.arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items{
	width: 100%;
	background: var(--arm-cl-white);
	border: 2px solid var(--arm-gt-gray-100);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-top: none;
	border-radius: 0 0 var(--arm-radius-4px) var(--arm-radius-4px);
	-webkit-border-radius: 0 0 var(--arm-radius-4px) var(--arm-radius-4px);
	-moz-border-radius: 0 0 var(--arm-radius-4px) var(--arm-radius-4px);
	-o-border-radius: 0 0 var(--arm-radius-4px) var(--arm-radius-4px);
	font-size: 14px;
	color: var(--arm-dt-black-200);
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px;
	width: 100%;
	margin: -4px 0 0 !important;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	z-index: 100;
	padding: 0 !important;
}
.arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: auto;
	line-height: 20px !important;
	padding: 6px 16px !important;
	width: 100%;
	z-index: 100;
	margin-bottom: 0px;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: var(--arm-dt-black-300);
	margin:0;
}
.arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:focus,
.arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:not([disabled]).hovered,
.arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:hover{
	background-color: var(--arm-gt-gray-10);
}
.arm_form_rtl .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item,
.arm_form_rtl .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:hover{
   text-align: right;
}
/* Buttons */
.armf_button_position_left .arm-df__form-field-wrap_submit{text-align: left;}
.armf_button_position_center .arm-df__form-field-wrap_submit{text-align: center;}
.armf_button_position_right .arm-df__form-field-wrap_submit{text-align: right;}

.arm-df__form-control-submit-btn{
	min-height:35px;
	width:auto;
	min-width: 100px;
	padding: 10px 28px;
	display: inline-block;
	position:relative;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--arm-primary-font);
	color: var(--arm-dt-black-100);
	border: 1px solid var(--arm-gt-gray-50-a);
	cursor: pointer;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	word-wrap: break-word;
	white-space: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	border-radius: var(--arm-radius-6px);
	-webkit-border-radius: var(--arm-radius-6px);
	-moz-border-radius: var(--arm-radius-6px);
	-o-border-radius: var(--arm-radius-6px);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: background 0.3s linear 0s;
	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-ms-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
}
.arm-df__form-control-submit-btn.--arm-is-classic-style{
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow:    inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1) !important;
	box-shadow:         inset 0px -4px 0px 0px rgba(0, 0, 0, 0.1) !important;
	transition:background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	-ms-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-webkit-transition: background 0.3s linear 0s;
}
.arm-df__form-control-submit-btn.--arm-is-border-style{
	background-color: transparent !important;
	border-width : 2px !important;
	border-style: solid !important;
	transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	-ms-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-webkit-transition: background 0.3s linear 0s;
}
.arm-df__form-control-submit-btn.--arm-is-reverse_border-style{
	border-width : 2px !important;
	border-style: solid !important;
	transition: background 0.3s linear 0s;
	-o-transition:background 0.3s linear 0s;
	-ms-transition:background 0.3s linear 0s;
	-moz-transition:background 0.3s linear 0s;
	-webkit-transition:background 0.3s linear 0s;
}
.arm-btn:hover{
	background-color: transparent;
	-webkit-box-shadow: 0 4px 12px rgba(0,90,238,0.20);
	-moz-box-shadow: 0 4px 12px rgba(0,90,238,0.20);
	-o-box-shadow: 0 4px 12px rgba(0,90,238,0.20);
	box-shadow: 0 4px 12px rgba(0,90,238,0.20);
}
.arm-btn:focus,
.arm-btn:active{
	background-color: var(--arm-gt-gray-10-a);
	border-color: var(--arm-gt-gray-100);
	color: var(--arm-dt-black-500);
	-webkit-box-shadow: 0 4px 12px rgba(0,90,238,0.20);
	-moz-box-shadow: 0 4px 12px rgba(0,90,238,0.20);
	-o-box-shadow: 0 4px 12px rgba(0,90,238,0.20);
	box-shadow: 0 4px 12px rgba(0,90,238,0.20);
}
.arm-df__form-control-submit-btn{
	background-color: var(--arm-pt-theme-blue);
	border-color: var(--arm-pt-theme-blue);
	color: var(--arm-cl-white);
}
.arm-df__form-control-submit-btn:hover{
	background-color: var(--arm-pt-theme-blue-darker);
	border-color: var(--arm-pt-theme-blue-darker);
	color: var(--arm-cl-white);
	box-shadow: unset;
}
.arm-df__form-control-submit-btn:focus,
.arm-df__form-control-submit-btn:active{
	background-color: var(--arm-pt-theme-blue-darker);
	border-color: var(--arm-pt-theme-blue-darker);
	color: var(--arm-cl-white);
	-webkit-box-shadow: 0 4px 12px rgba(0,90,238,0.28);
	-moz-box-shadow: 0 4px 12px rgba(0,90,238,0.28);
	-o-box-shadow: 0 4px 12px rgba(0,90,238,0.28);
	box-shadow: 0 4px 12px rgba(0,90,238,0.28);
	outline: none;
	outline-offset: 0;
}
.arm-btn--full-width{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.arm-df__form-control-submit-btn{
	-webkit-transition: all 0.25s linear 0.25s;
	-moz-transition: all 0.25s linear 0.25s;
	-o-transition: all 0.25s linear 0.25s;
	transition: all 0.25s linear 0.25s;
}
.arm-df__form-control-submit-btn.active {
	font-size: 0 !important;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
