.vm_show_icon.vm_show_indicator_modal {
	position: absolute;
	background: green;
	width: 20px !important;
	left: 100px;
	transform: translateY(-20px);
	display: inline-block;
}

.indicator_info_modal{
	top: 0 !important;
	left: 0 !important;
	position: fixed !important;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	color: #343a40;
	z-index: 2;
}


.iim__dialog {
	background: #FFF;
	min-width: 400px !important;
	min-height: auto !important;
	border-radius: 3px;
	border: 1px solid #CCC;
	z-index: 100;
	height: 90%;
	width: 80%;
	top: 5%;
	left: 10%;
	/* max-width: 1400px; */
	position: fixed;
	margin: auto;
	padding: 30px 10px 30px 30px;
}

.iim__dialog-header > button.iim__dialog-header__close {
	background:  url(../../../images/sprite.png) no-repeat;
	background-color: inherit;
	border: none;
	background-position: -690px -97px;
	display: inline-block;
	float: right;
	height: 18px;
	text-indent: -9999px;
	width: 20px !important;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 12px;
}



.iim__dialog-header {
	display: inline-block;
	width: 100%;
	height: 30px;
}


.indicator_info_buttons_block > .info_indicator__watch {
	background: url(../../../images/redesign/showReport.png) center no-repeat;
	width: 18px;
	height: 16px;
}

.indicator_info_buttons_block > .info_indicator__watch:hover {
	background: url(../../../images/redesign/showReport2.png) center no-repeat;
}

.indicator_info_buttons_block > .info_indicator__watch:active {
	background: url(../../../images/redesign/showReport3.png) center no-repeat;
}

.indicator_info_buttons_block > .info_indicator__edit {
	background: url(../../../images/redesign/cm_edit.svg) center no-repeat;

}
.indicator_info_buttons_block > .info_indicator__edit:hover {
	background: url(../../../images/redesign/cm_edit_hover.svg) center no-repeat;

}

.indicator_info_buttons_block > .info_indicator__edit:active {
	background: url(../../../images/redesign/cm_edit_active.svg) center no-repeat;

}

.indicator_info_buttons_block > .info_indicator__delete {
	background: url(../../../images/redesign/delete.png) center no-repeat;
}

.indicator_info_buttons_block > .info_indicator__delete:hover {
	background: url(../../../images/redesign/delete2.png) center no-repeat;
}
.indicator_info_buttons_block > .info_indicator__delete:active {
	background: url(../../../images/redesign/delete3.png) center no-repeat;
}

.indicator_info_buttons_block > div{
	padding: 0;
	width: 12px;
	height: 14px;
	float: right;
	margin: 2px 4px 0 4px;
}

.indicator_info_buttons_block {
	/* float: right; */
	right: 30px;
	position: absolute;
}


.iim__dialog .panel-default>.panel-heading {
	background: #fff;
}

.iim__dialog .note-editor.note-airframe,
.iim__dialog .note-editor.note-frame{
	border: 1px solid #e6e6e6;
}

.iim__dialog .note-btn-group.btn-group.note-style,
.iim__dialog .note-status-output,
.iim__dialog .note-statusbar{
	display:none !important;

}

.iim__dialog .panel-heading{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.iim__dialog .note-editor.note-frame.panel.panel-default {
	border-radius:0;
	box-shadow: none !important;
	border-left:2px solid #1EB0D5;
}

.iim__dialog .note-editable {
	border: none;
}

.iim__dialog .panel-default>.panel-heading {
	background: #fff;
}

.iim__dialog .note-editor.note-airframe,
.iim__dialog .note-editor.note-frame{
	border: 1px solid #e6e6e6;
}

.iim__dialog .note-btn-group.btn-group.note-style,
.iim__dialog .note-status-output,
.iim__dialog .note-statusbar{
	display:none !important;

}

.iim__dialog .panel-heading{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.iim__dialog .note-editor.note-frame.panel.panel-default {
	border-radius:0;
	box-shadow: none !important;
	border-left:2px solid #1EB0D5;
}

.iim__dialog .note-editable {
	border: none;
}



.iim__dialog-header > span.ui-dialog-title {
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: Segoe Bold;
}

.iim__dialog-body {
	padding-top: 16px;
	overflow-y: auto;
	height: calc(100% - 85px);
	padding-right: 20px;
}

.dialog_body_expand  {
	height: calc(100% - 35px);
}


.iim__dialog-body__item {
	height: 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	/* margin-bottom: 20px; */
}

.iim__dialog-body__item-label {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}

.iim__dialog-body__item-value {
	display: inline-block;
}

.iim__dialog-body .note-editor.note-frame.panel.panel-default {
	position: relative;
}


textarea.iim__dialog-body__item-textarea {
	width: calc(100% - 154px) !important;
	min-height: 40px;
	padding: 5px 10px 0 10px;
}

.modal-backdrop.in {
	display: none;
}


.modal-backdrop.in {
	display: none;
}

input.btn.btn-primary.note-btn.note-btn-primary.note-image-btn {
	background: #1EB0D5;
	border: none;
	border-radius: 0;
	font-family: Segoe UI;
	height: 35px;
	padding: 7px 37px;
}

input.btn.btn-primary.note-btn.note-btn-primary.note-image-btn:active {
	background: #283A40;
}


input.btn.btn-primary.note-btn.note-btn-primary.note-image-btn:hover {
	background: #1B8BA5;
}


.note-editor.note-frame.panel.panel-default .modal-content {
	box-shadow: none;
	border-radius: 0;
	border: none;
}

.iim__dialog-bottom > span.form_button {
	float: right;
	display: inline-block;
	justify-content: center;
	align-items: center;
	padding: 7px 37px;
	border: 1px solid transparent;
	user-select: none;
	cursor: pointer;
	color: #1EB0D5;
	border-radius:0;
	height: 35px;
	background: #fff;
	margin-left: 5px;
}

.iim__dialog-bottom  > span.form_button.btn-blue {
	color: white;
	background-color: #1EB0D5;
	border: none;
}
.iim__dialog-bottom  > span.form_button.btn-blue:hover{
	background-color: #1B8BA5;
}


.iim__dialog-bottom  > span.form_button.btn-blue:active{
	background-color: #283A40;
}


.iim__dialog-bottom  > span.form_button:hover{
	border-color: #c9ced4;
}



.iim__dialog-bottom  > span.form_button:active{
	border-color: #1EB0D5;
}

.iim__dialog-bottom {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.indicator_info_buttons_block > .info_indicator__edit.create_info_record{
	background: url("../../../images/redesign/add1-01.svg") center no-repeat;
}

.indicator_info_buttons_block > .info_indicator__edit.create_info_record:hover {
	background: url("../../../images/redesign/add2-01.png") center no-repeat;
}

.indicator_info_buttons_block > .info_indicator__edit.create_info_record:active {
	background: url("../../../images/redesign/add3-01.png") center no-repeat;
}

.indicator_info_modal .modal.note-modal.in {
	max-width: 600px;
	margin: auto;
}


.instruction_text {
	font-size: 14px !important;
	text-transform: uppercase;
	font-family: Segoe Bold;
	margin: 20px 0;
}


.iim__dialog-body__item-value.indicator_name {text-transform: uppercase;}


.indicator_info_modal .note-editor.note-frame.panel.panel-default {
	height: calc(100% - 90px);
}

.indicator_info_modal .edit_block {
	height: calc(100% - 20px);
	position: relative;
}

.iim__dialog-body .note-editing-area {
	width: 100%;
	height: calc(100% - 50px);
	overflow: auto;
}

.view_block img.full_screen_image{
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px;
	width: 100%;
	height: 100%;
	background: #b8baba;
	z-index: 9999;

}

.full_screen_image_block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	padding: 20px;
	display: grid;
}

img.full_screen_image {
	width: auto;
	max-width: calc(100% - 40px);
	max-height: calc(100% - 20px);
	margin: auto;
	display: block;
	vertical-align: middle;
	cursor: pointer;
}


.full_screen_image_block .header__close {
	background: url(../../../images/redesign/white_close.png) no-repeat;
	background-position: -10px -10px;
	display: inline-block;
	float: right;
	height: 30px;
	width: 30px !important;
	position: absolute;
	top: 4px;
	right: 12px;
	cursor: pointer;
}


.full_screen_image_block > .header_close {
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	background: url(../../../images/redesign/white_close.png);
	background-position: -10px -10px;
	transition:0.3s all;
}

.full_screen_image_block > .header_close:hover{
	transform: scale(1.1);
}



.modal.remove_indicator_addInfo .modal_header {
	background: none;
	color: black;
	text-align: left;
	padding-left: 30px;
	font-size: 14px;
	position: relative;
	top: 10px;
	text-transform: uppercase;
}


.modal.remove_indicator_addInfo .modal_body{
	text-transform: uppercase;
	padding-left: 30px;
	font-size: 14px;
	padding-top: 30px;
}

.modal.remove_indicator_addInfo .btn.accept_btn{
	float: right;
	margin-bottom: 20px;
	padding: 0 50px;
	border-radius: 0;
	margin-right: 10px;
	border:1px solid #fff;
}

.modal.remove_indicator_addInfo .btn.accept_btn.ok_modal{
	background:#ED1C24;
	border:1px solid #ED1C24;
}
.modal.remove_indicator_addInfo .btn.accept_btn.ok_modal:hover{
	background: #f9363e;
}

.modal.remove_indicator_addInfo .btn.accept_btn.ok_modal:active{
	background: #c7141b;
}

.modal.remove_indicator_addInfo button.btn.accept_btn.close_modal {
	background:none;
	color:#ED1C24;
	box-shadow: none;
}

.modal.remove_indicator_addInfo button.btn.accept_btn.close_modal:hover {
	border:1px solid #ED1C24;

}
.modal.remove_indicator_addInfo button.btn.accept_btn.close_modal:active {
	background:#ED1C24;
	color:#fff;

}

.modal.remove_indicator_addInfo * {
	font-family: Segoe Semibold;
}

#modal_overlay .modal.remove_indicator_addInfo {
	width: 490px;
}
