@media(max-width:767px) {
	table.table.table-theme {
		width: 100%;
		border: none;
	}

	table.table.table-theme thead {
		display: none;
	}

	table.table.table-theme tr {
		display: inline;
	}

	table.table.table-theme td {
		margin: 0;
		width: 100%;
		float: left;
		padding: 8px 8px !important;
	}

	table.table.table-theme tr td:last-child {
		margin-bottom:20px;
	}

	table.table.table-theme tr:last-child td:last-child {
		margin-bottom:0px;
	}

	.mobile-table-title {
		font-weight: bold;
		display: inline-block;
	}

	.mobile-table-title.hidden {
		display: none;
	}
}

.nav-wizard > li {
	float: left;
}

.nav-wizard > li > a {
	position: relative;
	background-color: #eeeeee;
	padding: 9.5px 15px;
	color: #454545 !important;
}

.nav-wizard > li > a .badge {
	margin-left: 3px;
	color: #eeeeee;
	background-color: #428bca;
}

.nav-wizard > li:not(:first-child) > a {
	padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > a:before {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.nav-wizard > li:not(:last-child) > a {
	margin-right: 6px;
}

.nav-wizard > li:not(:last-child) > a:after {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 21px inset transparent;
	border-left: 20px solid #eeeeee;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.nav-wizard > li:first-child > a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav-wizard > li:last-child > a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
	background-color: #eeeeee;
	color:#337ab7;
}

.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
	border-right-color: #eeeeee;
}

.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
	border-left-color: #eeeeee;
}

.nav-wizard > li.done > a {
	background-color: #e2e2e2;
}

.nav-wizard > li.done > a:before {
	border-right-color: #e2e2e2;
}

.nav-wizard > li.done > a:after {
	border-left-color: #e2e2e2;
}

.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
	color: #ffffff !important;
	background-color: #007da5;
}

.nav-wizard > li.active > a:after {
	border-left-color: #007da5;
}

.nav-wizard > li.active > a .badge {
	color: #428bca;
	background-color: #ffffff;
}

.nav-wizard > li.disabled > a {
	color: #777777;
}

.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: #eeeeee;
	cursor: default;
}

.nav-wizard > li.disabled > a:before {
	border-right-color: #eeeeee;
}

.nav-wizard > li.disabled > a:after {
	border-left-color: #eeeeee;
}

.nav-wizard.nav-justified > li {
	float: none;
}

.nav-wizard.nav-justified > li > a {
	padding: 10px 15px;
}

@media (max-width: 767px) {
	.nav-wizard.nav-justified > li > a {
		border-radius: 4px;
		margin-right: 0;
	}

	.nav-wizard.nav-justified > li > a:before,
	.nav-wizard.nav-justified > li > a:after {
		border: none !important;
	}

	.nav-wizard > li > a {
		padding: 8px 10px;
		font-size: 11px;
	}

	.nav-wizard > li:not(:first-child) > a:before {
		border-top: 15px inset transparent;
		border-bottom: 16px inset transparent;
		border-left: 17px solid #ffffff;
	}
	.nav-wizard > li:not(:last-child) > a:after {
		border-top: 15px inset transparent;
		border-bottom: 14px inset transparent;
		border-left: 15px solid #eeeeee;
		right: -15px;
	}

	.nav-wizard > li.active > a:after {
		border-left-color: #007da5;
	}

	.nav-wizard > li:not(:first-child) > a {
		padding-left:23px;
	}
}

@media(max-width:767px) {
	.remove-btn-group-xs .btn {
		width:100%;
		border-radius:4px !important;
		margin-bottom:5px;
		text-align:left;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.remove-btn-group-sm .btn {
		width:100%;
		border-radius:4px !important;
		margin-bottom:5px;
		text-align:left;
	}
}

.response-box.error::before,
.response-box.success::before,
.response-box.notice::before {
    content: "\e107";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #c6303e;
    float: left;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center
}

.response-box.error,
.response-box.success,
.response-box.notice {
    background: #dc3545;
    color: #fff;
    padding: 20px;
    position: relative;
    padding-left: 90px
}

.response-box.success::before {
    background: #4c7d24;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    content: "\e013"
}

.response-box.success {
    background: #66aa33
}

.response-box.notice::before {
    background: #32647d;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    content: "\e086"
}

.response-box.notice {
    background: #4488ab
}

.formgenerator .form_left label p {
	margin-bottom: 0;
}

.formgenerator .form_note {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -5px;
	color: #3195b5;
}

.formgenerator .input_item {
	margin-bottom: 10px;
}

form.formgenerator .form_right .input_error {
	position: relative;
	background: rgba(204,0,0,0.8);
	color: #fff;
	text-shadow: none;
	font-size: 10px;
	padding: 5px;
	z-index: 10;
	max-width: 185px;
	line-height: 1;
	margin-top: 8px;
	padding-top: 6px;
}

form.formgenerator .form_right .input_error:after {
	bottom: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204,0,0, 0);
	border-bottom-color: rgba(204,0,0,1);
	border-width: 5px;
	margin-left: -5px;
}

form.formgenerator span.required-input {
	color: red;
}

.formgenerator .form_right textarea,
.formgenerator .form_right input[type='text'],
.formgenerator .form_right input[type='password'],
.formgenerator .form_right input[type='tel'],
.formgenerator .form_right input[type='email'],
.formgenerator .form_right input[type='number'] {
	padding: 5px 10px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.45);
	box-shadow: inset 0px 0px 5px -2px rgba(0,0,0,0.45);
	outline: none;
  resize: none;
}

.formgenerator .form_right textarea:focus,
.formgenerator .form_right input[type='text']:focus,
.formgenerator .form_right input[type='password']:focus,
.formgenerator .form_right input[type='tel']:focus,
.formgenerator .form_right input[type='email']:focus,
.formgenerator .form_right input[type='number']:focus,
.formgenerator .form_right textarea:active,
.formgenerator .form_right input[type='text']:active,
.formgenerator .form_right input[type='password']:active,
.formgenerator .form_right input[type='tel']:active,
.formgenerator .form_right input[type='email']:active,
.formgenerator .form_right input[type='number']:active {
	border: 1px solid #00b0f2;
	-webkit-box-shadow: inset 0px 0px 0px 1px #00b0f2;
	-moz-box-shadow: inset 0px 0px 0px 1px #00b0f2;
	box-shadow: inset 0px 0px 0px 1px #00b0f2;
}

.big-radio-btn, .big-checkbox-btn {
	-ms-transform: scale(1.3); /* IE 9 */
	-webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
	transform: scale(1.3);
}

.input-group.number-spinner {
	width: 72px;
    float: right;
    margin-top: 1px;
}

.input-group.number-spinner .form-control {
	width: 26px;
	padding: 5px;
	line-height: 1;
	height: 22px;
	border-color: #007da5;
	box-shadow: none;
}