/**
* This file is part of the aiExtraGlaze distribution.
*
* @version      2.0.0 2018-07-28
* @copyright    2018 Alex Dobrin. All rights reserved.
* @license      http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
* @link         https://www.algisinfo.com
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
}

label,
input[type=checkbox] {
	cursor: pointer;
}

.hiddenTag {
	display: none !important;
}

.aiSvgIcon {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	padding: 0px;
	margin: 0px;
}

.aiSvgIcon svg {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

button.noborderbtn {
	background: none;
	border: none;
	color: #009a00;
}

button.noborderbtn:hover {
	color: #333;
}

.extraglaze_container button,
#adminForm .extraglaze_button,
.extraglaze_container .extraglaze_button {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	color: #009a00 !important;
	padding: 5px 10px;
	margin: 0px 0px 5px 0px !important;
	text-decoration: none !important;
}

#adminForm .phone_word_spacing {
	word-spacing: 2px;
}

#adminForm .not_phone_word_spacing {
	word-spacing: inherit;
}

#adminForm .redText {
	color: red !important;
}

#adminForm .blackIcon,
#adminForm .blackIcon svg {
	color: #000 !important;
	fill: #000 !important;
}

#adminForm .orangeIcon,
#adminForm .orangeIcon svg {
	color: #f9b044 !important;
	fill: #f9b044 !important;
}

#adminForm .radioYesNo.btn-group>label {
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-sizing: content-box;
}

#adminForm .radioYesNo.btn-group>label.btn-success {
	color: #fff !important;
	background-color: #376443;
	border-color: #345e3f;
}

#adminForm .radioYesNo.btn-group>label.btn-danger {
	color: #fff !important;
	background-color: #802420;
	border-color: #941e1d;
}

#adminForm .radioYesNo.btn-group>input[type="radio"] {
	display: none;
}

#adminForm .radioYesNo.btn-group>label:first-of-type {
	margin-left: 0;

	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;

	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;

	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#adminForm .radioYesNo.btn-group>label:last-child {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;

	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;

	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;

	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}

.chzn-container-single .chzn-single div b {
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#adminForm table th {
	background: linear-gradient(#3be528, #38bb45);
	color: #FFF;
	font-weight: bold;
}

#adminForm table th a {
	color: #FFF !important;
	background: transparent !important;
	font-weight: bold;
	text-decoration: none;
}

#adminForm .table-hover tbody tr:hover>td {
	background-color: #ffffdd;
}

#adminForm .icon-first::before,
#adminForm .icon-previous::before,
#adminForm .icon-next::before,
#adminForm .icon-last::before {
	display: none;
}

.control-group-calculation-error {
	color: red !important;
}

#adminForm .hasTip,
#adminForm .hasTooltip {
	display: inline-block;
}

#adminForm .tooltip {
	opacity: 1;
}

#adminForm .tooltip.left .tooltip-arrow {
	border-left-color: #1abd00;
}

#adminForm .tooltip.right .tooltip-arrow {
	border-right-color: #1abd00;
}

#adminForm .tooltip.top .tooltip-arrow {
	border-top-color: #1abd00;
}

#adminForm .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #1abd00;
}

#adminForm .tooltip .tooltip-inner {
	background: #eefaec;
	opacity: 1;
	border: 1px solid #1abd00;
	color: #373737;
	font-size: 14px;
}

.sExtraglaze {
	display: inline-block !important;
	color: #28B100 !important;
	font-weight: bold !important;
	text-shadow:
		-1px -1px 0 #FFF,
		1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		1px 1px 0 #FFF;
}

.sSaverglaze {
	display: inline-block !important;
	color: #f9b044 !important;
	font-weight: bold !important;
	text-shadow:
		-1px -1px 0 #FFF,
		1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		1px 1px 0 #FFF;
}

table td.tdRight,
table td.right {
	text-align: right;
}

table th.thCenter,
table td.tdCenter {
	text-align: center;
}

table td.vMiddle {
	vertical-align: middle;
}

#adminForm table tfoot nav {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#adminForm table tfoot nav>div {
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
}

#aiExtraGlaze_Toolbar .btn-wrapper {
	display: inline-block;
	margin-right: 5px;
}

#aiExtraGlaze_Toolbar .aiSvgIcon {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 0px !important;
	margin: 0px 5px 0px 0px !important;
}

#aiExtraGlaze_Toolbar .aiSvgIcon svg {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.chzn-container-single .chzn-single span {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

#filter-bar table td {
	vertical-align: top;
	margin: 0px;
	padding: 0px 2px;
}

.panel_extra_container *,
.div_panel_extra_container * {
	color: #F00 !important;
	font-weight: bold;
}

.div_panel_extra_container.div_panel_extra_container_empty * {
	color: #dddddd !important;
}

.sAddressType,
.sAddressCompany {
	font-weight: bold !important;
}

.disabled-button,
.disabled-button *,
.disabled-button:hover,
.disabled-button:hover * {
	color: #B2BABB !important;
	background-color: #CCC !important;
	cursor: no-drop !important;
	text-decoration: none;
}

.disabled-button svg,
.disabled-button:hover svg {
	fill: #B2BABB !important;
}

.jwcModalContent {
	overflow-y: scroll !important;
	margin: 0px !important;
	padding: 0px !important;
}

.jwcModalClose {
	margin: -15px 0px 0px -15px !important;
}

.jwcModalContent .modal-header {
	position: sticky;
	border-bottom: 1px solid #dee2e6 !important;
	padding: 10px 15px;
}

.jwcModalContent .modal-footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-top: 1px solid #dee2e6 !important;
	padding: 15px 15px 0px 15px;
}

.jwcModalContent .modal-body {
	margin: 0px;
	padding: 10px 20px;
}

#adminForm div.clearfix::before,
#adminForm div.clearfix::after {
	display: table;
	content: "";
	line-height: 0;
}

#adminForm div.clearfix::after {
	clear: both;
	float: none;
	margin-bottom: 10px;
}

#adminForm .control-group {
	display: block;
	max-width: 100%;
}

#adminForm .control-group .control-label {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	width: 100%;
}

#adminForm .control-group>.controls {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#adminForm textarea,
#adminForm input[type="text"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

#adminForm select,
#adminForm textarea,
#adminForm input[type="text"],
#adminForm input[type="number"] {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 9px;
	line-height: 18px;
	color: #333;
	background: #ffffff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: content-box;
	max-width: calc(100% - 12px);
}

#adminForm .dFieldLabel {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 9px;
	line-height: 18px;
	color: #333;
	vertical-align: middle;
	box-sizing: content-box;
	max-width: calc(100% - 12px);
}

#adminForm #change_fitter_id_chosen {
	max-width: calc(100% - 12px);
}

#adminForm select:disabled,
#adminForm textarea:disabled,
#adminForm input[type="text"]:disabled {
	color: #666;
	background: #ddd;
	cursor: no-drop;
}

#adminForm .text-right {
	text-align: right;
}

#adminForm .center {
	text-align: center;
}

#adminForm .input-mini {
	width: 60px;
}

#adminForm .input-small {
	width: 90px;
}

#adminForm .input-medium {
	width: 150px;
}

#adminForm .input-large {
	width: 210px;
}

#adminForm .input-xlarge {
	width: 270px;
}

#adminForm .input-xxlarge {
	width: 530px;
}

#adminForm .radio.btn-group>label,
#adminForm .radioYesNo.btn-group>label {
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-sizing: content-box;
}

#adminForm .radioYesNo.btn-group>label {
	font-size: 16px;
	line-height: 28px;
	padding: 0px 12px;
	height: 28px;
	display: inline-block;
}

#adminForm .radio.btn-group>label.btn-success,
#adminForm .radioYesNo.btn-group>label.btn-success {
	color: #fff;
	background-color: #376443;
	border-color: #345e3f;
}

#adminForm .radio.btn-group>label.btn-danger,
#adminForm .radioYesNo.btn-group>label.btn-danger {
	color: #fff;
	background-color: #9e201f;
	border-color: #941e1d;
}

#adminForm .radio.btn-group>input[type="radio"],
#adminForm .radioYesNo.btn-group>input[type="radio"] {
	display: none;
}

#adminForm .radio.btn-group>label:first-of-type,
#adminForm .radioYesNo.btn-group>label:first-of-type {
	margin-left: 0;

	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;

	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;

	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;

	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#adminForm .radio.btn-group>label:last-child,
#adminForm .radioYesNo.btn-group>label:last-child {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;

	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;

	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;

	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}

#adminForm .ui-tabs-nav>li>a {
	font-size: 14px;
}

#adminForm .field-calendar input {
	max-width: 160px;
}

#adminForm .field-calendar button {
	margin-bottom: 9px;
}

span.mobile_validated {
	display: inline-block;
	margin-left: 20px;
	color: #46a546;
}

span.validate_mobile_validated {
	display: inline-block;
	color: #46a546;
}

span.mobile_not_validated {
	display: inline-block;
	margin-left: 20px;
	color: #0000FF;
}

span.validate_mobile_invalid {
	display: inline-block;
	color: #F00;
}

.fitter_name_container {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.fitter_name_container .st {
	display: inline-block;
	margin: 0px 0px 0px 5px;
}

.fitter_name_container .st.fitter_is_active_error {
	color: #F00;
}
