@media all {
	* {
		font-family: "Open Sans", sans-serif;
	}

	.wizardmode {
		font-family: "Circe", sans-serif;
		display: inline-block;
		cursor: pointer;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: underline;
		text-align: center;
		color: #999;
		padding: 14px;
		width: 170px;
	}

	.wizardmode:hover {
		background-color: #11451E;
		color: #fff;
	}

	.wizardmode.selected {
		background-color: #1b632e;
		color: #fff;
		text-decoration: none;
	}

	.container {
		background-color: #f5f5f5;
		padding: 30px 88px;
		border-bottom: 1px solid #ccc;
	}

	.container:last-child {
		border: none;
	}

	.header {
		font-family: "Circe", sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 19px;
	}

	input, select {
		height: 35px;
		padding: 0 15px;
		border: 1px solid #999;
	}

	.collapselink {
		display: inline-block;
		border-bottom: 1px dotted #607D8B;
		cursor: pointer;
		margin-left: 44px;
		margin-bottom: 10px;
	}

	.collapselink:hover {
		color: #1b632e;
	}

	.scron-commands-group {
		margin-top: 22px
	}

	.collapselink:before {
		font-family: 'icomoon' !important;
		content: "\e90d";
		font-size: 15px;
		font-weight: 700;
		color: #000;
		margin-right: 12px;
		margin-left: -33px;
	}

	.scron, .parameter_selector, .item-list {
		cursor: pointer;
		padding: 7px 40px;
	}

	.scron_wr {
		width: 800px;
	}

	.scron.selected, .parameter_selector.active, .item-list.active {
		background-color: #fff;
		box-shadow: -0.1px 1px 6px 0 rgba(0, 0, 0, 0.15);
		padding: 10px 40px;
		margin-bottom: 5px;
	}

	.scron-commands-group.closed .collapselink:before,
	.crontab-parameter.closed .collapselink:before {
		content: "\e90f";
	}

	.row_params {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		line-height: 35px;
	}

	.row_params input,
	.row_params select {
		min-width: 85px;
	}

	.param-text {
		margin-right: 11px;
	}

	.radio_btn {
		float: left;
		height: 35px;
		display: flex;
		align-items: center;
		min-width: 160px;
	}

	input[type="radio"],
	input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		min-width: 0;
		height: 0;
	}

	.radio_checkmark {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 20px;
		background: #fff;
		border: 1px solid #9b9b9b;
		border-radius: 50%;
		margin-right: 13px;
	}

	.radio_checkmark:after {
		display: block;
		content: '';
		position: absolute;
		left: 4px;
		top: 4px;
		width: 10px;
		height: 10px;
		background: #e1e1e1;
		border-radius: 50%;
	}

	input:checked + .radio_checkmark:after {
		background: #1b632e;
	}

	.syntax {
		color: #999;
		margin-left: 30px;
		margin-top: 5px;
	}

	.checkbox_checkmark {
		position: relative;
		width: 20px;
		height: 20px;
		background: #fff;
		border: 1px solid #9b9b9b;
		margin-left: 13px;
		cursor: pointer;
	}

	.checkbox_checkmark:after {
		position: absolute;
		content: '';
		bottom: 3px;
		left: 6px;
		opacity: 0;
		transform: rotate(45deg);
		width: 7px;
		height: 16px;
		border-bottom: 3px solid #1b632e;
		border-right: 3px solid #1b632e;
	}

	input:checked + .checkbox_checkmark:after {
		opacity: 1;
	}

	.checkbox_label {
		float: right;
		padding: 7.5px 0;
	}

	.selected .required.ng-valid,
	.active .ng-valid {
		border-bottom: 2px solid #1b632e;
	}

	.selected .required.ng-invalid,
	.active .ng-invalid {
		border-bottom: 2px solid #B05050 !important;
	}

	.message {
		color: #000;
		margin: 5px 0;
		padding: 0 10px;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
	}

	.message.alert {
		border: 1px solid #B05050 !important;
		background-color: #FFE0E0 !important;
	}

	.row_params_element {
		display: flex;
		justify-content: flex-end;
		padding: 0 8px;
		min-width: 180px;
	}

	.crontab-parameter {
		margin: 10px 0;
	}

	.parameter_selector input {
		margin: 0 12px 0 3px;
	}

	.parameter_selector .radio_btn,
	.item-list .radio_btn {
		min-width: auto;
	}

	.crontab_num_block {
		flex: 1;
		margin: 0 15px;
	}

	.item-list {
		display: flex;
	}

	.item-list .item {
		display: inline-block;
		min-width: 40px;
		padding: 0 10px;
		height: 35px;
		border: 2px solid #ccc;
		color: #999;
		line-height: 31px;
		margin: 5px;
		text-align: center;
		font-weight: 600;
	}

	.item-list .item.selected {
		border-color: #1b632e;
		color: #1b632e;
	}

	.select_action {
		text-decoration: underline;
		text-transform: uppercase;
		cursor: pointer;
		display: block;
		color: #999;
		font-family: "Circe", sans-serif;
		font-weight: 700;
		margin: 10px;
	}

	.select_action.all {
		color: #1b632e;
	}

	.select_action:hover {
		color: #11451E;
	}

	.result-group,
	.result-group_wr {
		display: flex;
		align-items: center;
	}

	.crontab-result-string {
		background: #fff;
		border: 1px solid #999;
		font-size: 15px;
		height: 50px;
		line-height: 50px;
		margin: 0 10px;
		padding: 0 10px;
		cursor: text;
		min-width: 350px;
		white-space: nowrap;
		overflow: hidden;
	}

	.select_num {
		display: flex;
		flex: 1;
	}
}

@media (max-width: 1279px) {
	.container {
		padding: 30px 45px;
	}
}

@media (max-width: 1023px) {
	.scron_wr {
		width: auto;
	}

	.scron {
		padding: 10px 40px;
	}

	.scron:not(:last-child) {
		border-bottom: 1px solid #c0c0c0;
	}

	.row_params {
		flex-direction: column;
		align-items: flex-end;
	}

	.row_params_element {
		margin-bottom: 10px;
		padding: 0;
	}

	.row_params_wr:last-child .row_params_element {
		margin: 0;
	}

	.item-list {
		flex-direction: column;
	}

	.scron, .parameter_selector, .item-list {
		padding: 7px 29px;
	}

	.scron.selected, .parameter_selector.active, .item-list.active {
		padding: 10px 29px;
	}

	.select_action {
		display: inline-block;
		margin: 15px 10px;
	}

	.crontab-result-string {
		min-width: auto;
		width: 100%;
	}

	.result-group, .result-group_wr {
		flex: 1;
	}
}

@media (max-width: 767px) {
	.row_params {
		line-height: inherit;
	}

	.radio_btn {
		float: none;
	}

	.row_params_wr {
		width: 100%;
	}

	.row_params_element {
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}

	.scron {
		padding: 7px 20px;
	}

	.scron.selected {
		padding: 10px 20px;
	}

	.syntax {
		margin-left: 0;
	}

	.container {
		padding: 25px;
	}

	.result-group {
		flex-direction: column;
	}

	.result-group_wr {
		width: 100%;
		margin-bottom: 15px;
	}

	.parameter_selector .radio_btn {
		float: left;
	}

	.parameter_selector input {
		margin: 0 5px;
	}

	input, select {
		padding: 0 13px;
	}

	.select_num {
		flex-direction: column;
	}

	.crontab_num_block {
		margin: 0;
		text-align: center;
	}

	.crontab_num__btn_block {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.wizardmode {
		width: 49%;
	}

	.container {
		padding: 20px 10px;
	}

	.scron {
		padding: 7px 10px;
	}

	.scron.selected {
		padding: 10px;
	}

	.result-group_wr {
		flex-direction: column;
	}

	.result-group_wr .header {
		margin-bottom: 10px;
	}

	.parameter_selector input {
		margin-bottom: 10px;
	}

	.scron, .parameter_selector, .item-list {
		padding: 7px 20px;
	}

	.scron.selected, .parameter_selector.active, .item-list.active {
		padding: 10px 20px;
	}

	.item-list .item {
		margin: 3px;
	}

	.range_block {
		text-align: right;
	}
}