.movement_table {
	display: none;
	position: fixed;
	z-index: 1111;
	left: 0;
	top: 59px;
	margin: 0 !important;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	height: calc(100% - 59px);
}
.movement_table.opened {display: block;}
.movement_table .in {width: 321px;min-width: 325px;height: 100% !important;padding: 0;background: #fff;position: relative;box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);}
@keyframes changeOpacity {
	0% {opacity: .1;}
	100% {opacity: 1;}
}
.movement_table:before {content: ''; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); animation: .5s ease-out 0s 1 changeOpacity; pointer-events: none;}

/*Panel*/
.mt_panel {width: 100%; height: 57px; background: #fff; position: fixed; left: 0; top: 0; box-shadow: 0 0 20px rgba(0,0,0,.5); text-align: center; padding: 17px 0 0; box-sizing: border-box; min-width: 630px;}

/*Чекбоксы*/
.mt_chkbxs {box-sizing: border-box; padding-left: 3px;}
.mt_chkbxs * {box-sizing: border-box;}
.mt_chkbxs input {opacity: 0; display: none;}
.mt_chkbxs label {padding-left: 28px; cursor: pointer; position: relative; color: #585858;display: inline-block;line-height: 18px; margin-bottom: 5px; margin-top: 5px; vertical-align: top; text-shadow: 0 1px 0 #ffffff; user-select: none;}
.mt_chkbxs span:before {content: ''; position: absolute; left: 0; top: -3px; width: 16px; height: 16px; display: block;cursor: pointer; overflow: hidden; border: solid 2px #959595;
	border-radius: 2px;  z-index: -1; transition: all .2s ease;}
.mt_chkbxs input:checked + span:before {border-color: #23b5e7;}
.mt_chkbxs span:after {content: ''; position: absolute; width: 14px; height: 13px; top: 5px; left: 3px; background: url('../skins/blue1/ticks.png') 0 0 no-repeat;  transition: all .2s ease; opacity: 0;}
.mt_chkbxs input:checked + span:after {top: 1px; opacity: 1;}
.mt_chkbxs label:hover {color: #333333;}
.mt_chkbxs label:hover span:before {box-shadow: 0 0 10px 0 rgba(0,0,0,.25); transition: all .2s ease;}

/*Close BTN*/
.mt_close_btn {box-sizing: border-box; position: absolute; top: 10px; right: 5px; width: 50px; height: 40px; text-align: center; cursor: pointer; padding: 12px 13px 2px; z-index: 10; border-left: 1px solid #e5e5e5;}
.mt_close_btn * {box-sizing: border-box;}
.mt_close_btn:hover:after,
.mt_close_btn:hover:before,
.mt_close_btn:hover div
{background: #679fc2;}
.mt_close_btn div {pointer-events: none;}
.mt_close_btn:after,
.mt_close_btn:before,
.mt_close_btn div {content: ''; display: block; width: 26px; height: 3px; background-color: #4a728b; border-radius: 3px; margin: 0 0 3px; transition: all .2s ease-in-out;}
.mt_close_btn:before {transform: translateY(6px) rotate(135deg);}
.mt_close_btn:after {transform: translateY(-6px) rotate(-135deg);}
.mt_close_btn div {transform: scale(0);}

/*Copy BTN*/
.mt_copy {box-sizing: border-box; position: absolute; top: 10px; right: 55px; width: auto; height: 40px; text-align: center; cursor: pointer; padding: 12px 13px 2px; z-index: 10; /*border-left: 1px solid #e5e5e5;*/ color: #698daf;}
.mt_copy:hover {color: #4a728b;}
.mt_copy_overlay {display: none; position: fixed; left: 50%; top: 50%; width: auto; height: auto; align-self: center; border-radius: 10px; background: rgba(0,0,0,.5); color: #fafafa; padding: 10px 20px; z-index: 1115; margin-top: -50px; margin-left: -40px; font-size: 18px;}
.mt_copy_table_data {opacity: 0.02; padding: 20px; box-sizing: border-box; border: 1px solid #000; position: fixed; left: -59999px; top: 50%; background: #fff; text-align: left; min-width: 400px; z-index: 1120; box-shadow: 0 0 25px 0 rgba(0,0,0,.5); user-select: text; -webkit-user-select: text;}
.mt_copy_table_data td {padding: 10px; border: 1px solid #373737; text-align: left; color: #0A66D5; min-width: fit-content; width: 100px;}

/*.swiper-slide-active {background: #e3e3e3; box-shadow: none}*/

.movement_table .in .closer {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.3) url(../../img/glr-closer.png) center center no-repeat;
	opacity: 0.5;
	position: absolute;
	width: 36px;
	height: 34px;
	padding: 0;
	right: 1px;
	top: 1px;
	cursor: pointer;
	z-index: 1;
}
.user-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.vsc2_header {
	background: #fff repeat-x 0 0;
	background-size: contain;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.vs_table_head{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	position: relative;
}
.vs_table_head .v1 {
	color:  #666666;
	text-align: left;
	text-shadow: 0 1px 0 #ffffff;
}
.vs_table_head .v2 {
	padding: 0 71px 8px 0;
	margin-top: 17px;
	margin-right: 8px;
	float: right;
	min-width: 290px;
}
.vs_table_head .v2 .checkbox {
	float: left;
	top: -6px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: solid 2px #959595;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 16px;
	height: 16px;
	background: none;
}
.vs_table_head .v2 .checkbox.checked {
	border-color: #23b5e7;
}
.vs_table_head .v2 p {
	margin: 0 0 0 28px;
	text-indent: 0;
	font-family: 'MyriadProRegular', sans-serif;
	color:  #181818;
	font-size: 15px;
	font-weight: 400;
	line-height: 12px;
	text-align: left;
	cursor: pointer;
	word-wrap: break-word;
}
.vs_table_head .v2 p.checked {
	text-shadow: 0 1px 0 #ffffff,  0 0 9px rgba(255,255,255,0.99);
}
.vs_head_dop {
	padding: 0 12px 9px 12px;
	border-bottom: 1px solid #7a787b;
	height: 40px;
	box-sizing: border-box;
}
.vs_head_dop .ins::-webkit-scrollbar {width: 9px; height: 5px;}
.vs_head_dop .ins::-webkit-scrollbar-track {box-shadow: inset 0 0 3px rgba(0,0,0,0.2); border-radius: 10px; }
.vs_head_dop .ins::-webkit-scrollbar-thumb {box-shadow: inset 0 0 3px rgba(255,255,255,.5); border-radius: 10px; background: #b4b4b4; min-height: 40px;}
.vs_head_dop .ins {
	box-sizing: border-box;
	position: relative;
	height: 30px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color:  #c8c8c8;
	border-top-color: #a4a4a4;
	border-left-color: #b6b6b6;
	border-right-color: #b6b6b6;
	background: linear-gradient(0deg, #fefefe 0%, #fafafa 50%, #efefef 54%, rgba(221, 221, 221, 0.56) 86%, #b5b5b5 100%);
	overflow-x: auto;
	overflow-y: hidden;
}
ul.vs_list {
	position: relative;
	display: inline-block;
	width: calc(100% - 5px);
	padding: 0;
	margin: 0 0 0 4px;
	list-style: none;
	user-select: none;
	white-space: nowrap;
}
ul.vs_list > li {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	height: 27px;
	min-width: 27px;
	padding-top: 3px;
	margin-left: -4px;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

/*
ul.vs_list > li.active{
    color: #1a1a1a;
}

ul.vs_list > li:nth-child(11),ul.vs_list > li:nth-child(12){
    width: 5.6%;
}
ul.vs_list > li:nth-child(13){
    width: 4.6%;
}
ul.vs_list > li:nth-child(14),ul.vs_list > li:nth-child(15),ul.vs_list > li:nth-child(16),ul.vs_list > li:nth-child(17),ul.vs_list > li:nth-child(18){
    width: 5.2%;
}
ul.vs_list > li:last-child{
    width: 8.1%;
}
*/
ul.vs_list > li:last-child{
	width: 31px;
}
.vs_carret {
	position: absolute;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.vs_carret_back {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -2px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color:  #b6b6b6;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
	background: -webkit-linear-gradient(90deg, #fcfcfc 0%, #d6d6d6 100%);
	background: -moz-linear-gradient(90deg, #fcfcfc 0%, #d6d6d6 100%);
	background: -o-linear-gradient(90deg, #fcfcfc 0%, #d6d6d6 100%);
	background: -ms-linear-gradient(90deg, #fcfcfc 0%, #d6d6d6 100%);
	background: linear-gradient(0deg, #fcfcfc 0%, #d6d6d6 100%);
	-webkit-box-shadow: inset 0 1px 0 0 #f7f7f7;
	-moz-box-shadow:    inset 0 1px 0 0 #f7f7f7;
	box-shadow:         inset 0 1px 0 0 #f7f7f7;
	width: 27px;
	height: 28px;
	-webkit-transition: 0s ease left;
	-moz-transition: 0s ease left;
	-o-transition: 0s ease left;
	transition: 0s ease left;
}
.vsscroller::-webkit-scrollbar {width: 9px;}
.vsscroller::-webkit-scrollbar-track {box-shadow: inset 0 0 3px rgba(0,0,0,0.2); border-radius: 10px; }
.vsscroller::-webkit-scrollbar-thumb {box-shadow: inset 0 0 3px rgba(255,255,255,.5); border-radius: 10px; background: #b4b4b4; min-height: 40px;}
.vsscroller {overflow-y: auto; height: calc(100% - 59px); padding: 30px 0 0 0;}
.vsc2_content {
	position: relative;
	height: calc(100% - 59px);
	min-width: 325px;
	user-select: none;
	overflow: hidden; /*Очень аккуратно с этим параметром*/
}
.vsc2_content_back {
	display: block;
	position: absolute;
	top: 0;
	left: 41px;
	width: 269px;
	height: 100%;
	background-color: rgba(245, 206, 9, 0);
	transition: 0.1s ease left;
	background: #e3e3e3;
}
.vsc2_content.hideback .vsc2_content_back{
	display: none;
}
.vsc2_content.hideruler .mt_arrow {
	display: none;
}
.mt_arrow {
	display: block;
	width: 33px;
	height: 17px;
	position: absolute;
	left: 151px;
	top: -1px;
	background: url('../../img/down-arr-white.png') no-repeat 0 0;
	-webkit-transition: 0.1s ease left;
	-moz-transition: 0.1s ease left;
	-o-transition: 0.1s ease left;
	transition: 0.1s ease left;
}
.vsc2_content > .ins2 {padding: 0 10px 0 0;overflow: hidden;}
.ins_left {float: left; width: 38px; margin-top: 1px;}
.mt_table,
.mt_table_h {
	font: normal 16px/18px "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	position: relative;
}
.mt_table {padding: 0 0 6px 0; user-select: none;}
.mt_table thead {user-select: none;}
.mt_table > thead > tr > td,
.mt_table_h > thead > tr > td {color: #666666; font-size: 13px; font-weight: 400; line-height: 14px; text-align: center; text-shadow: 0 1px 0 #ffffff; padding: 0 0 6px 0;}
.mt_table > tbody > tr > td,
.mt_table_h > tbody > tr > td {padding: 0; color: #171717; font-size: 15px; text-align: right; text-shadow: 0 1px 0 #ffffff; vertical-align: top;}
.mt_table > tbody > tr > td {box-sizing: border-box; position: relative; padding: 11px 4px 0 10px; font-weight: 400; height: 37px; cursor: pointer; color: #000;}
.mt_table > tbody > tr.hover > td {background: #dfdfdf; }
.mt_table > tbody > tr.hide, .mt_table_h > tbody > tr.hide {display: none;}
.mt_table > tbody > tr.selected > td {background: #c0d6de;}
.mt_table > tbody > tr.selected.hover > td {background: #bbcfd7;}
.mt_table_h > tbody > tr:last-child > td:first-child {padding-bottom: 6px;}
.mt_table_h > tbody > tr > td:first-child {left: 4px; box-sizing: border-box; position: relative; display: inline-block; width: 34px; height: 37px; padding: 10px 0 0; text-align: center; z-index: 0; font-weight: normal;}
.mt_table_h > tbody > tr > td:first-child:before {content: ''; box-sizing: border-box; display: block; position: absolute; width: 34px; height: 34px; top: 0; right: 0; border-radius: 4px; background: #c9c9c9; z-index: -1;}
.mt_table_h > tbody > tr.selected > td:first-child {color: #fff; text-shadow: none;}
.mt_table_h > tbody > tr.selected > td:first-child:before {background: #40a6ca;}

/*
      .swipe {
          1overflow: hidden;
          visibility: hidden;
          position: relative;
          width: 270px;
          margin: 0 0 0 41px;
        }
        .swipe-wrap {
          overflow: hidden;
          position: relative;
        }
        .swipe-wrap > div {
          float:left;
          width:100%;
          position: relative;
        }
*/
.vsc2_content .swiper-container {
	width: 270px;
	overflow: visible;
}
.ins_right {
	margin: 0 10px 0 41px;
	padding: 0 0 6px 0;
	overflow: hidden;
}
.vsc2_content .swiper-slide {
	width: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* Center slide text vertically */
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*-webkit-box-pack: center;*/
	/*-ms-flex-pack: center;*/
	/*-webkit-justify-content: center;*/
	/*-webkit-box-align: center;*/
	/*-ms-flex-align: center;*/
	/*-webkit-align-items: center;*/
}
.right-vertical-row{
	position: absolute;
	height: 100%;
	width: 9px;
	right: -9px;
	top: 0;
	cursor: col-resize;
	z-index: 2;
}
.down-gorizontal-row{
	position: absolute;
	height: 9px;
	width: 100%;
	left: 0;
	bottom: -9px;
	cursor: row-resize;
	z-index: 2;
}
.viewer__preloader {width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255,255,255,.7) url("../../img/movement_table/loading_bar.gif") center center no-repeat; z-index: 20;}
table.mt_table tr.colored_selection td {color: #c60c0c;}