@charset "utf-8";
/* CSS Document */
.tcenter{
	text-align:center;
}
.tleft{
	text-align:left;
}
.text-end{
	text-align:right;
}
a{
	text-decoration:none;
}
*{
	font-family:tahoma,arial;
	box-sizing:border-box;
}
body{
	margin:0px;
	padding:0px;
}
.none{
	display:none;
}
.fleft{
	float:left;
}
.block{
	display:block;
}
.w100{
	width:100%;
}
.fright{
	float:right;
}
.tcenter{
	text-align:center;
}
#SendPhotos{
	margin-bottom: 250px;
}
#LoginBg{
	background-color:#ed1c24;
	width:3000px;
	height:3000px;
	overflow:hidden;
	position:fixed;
	z-index:0;
}
#LoginBlock{
	text-align: center;
	z-index:1;
	padding:20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width:350px;
	height:360px;
	border-radius:2px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.75);
}
.login_text_input{
	width:100%;
	display:block;
	margin-bottom:20px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 2px #ed1c24;
	padding-left:5px;
	padding-bottom:4px;
	border-radius: 0px;
	font-size: 1.1em;
}

span.button3 {
	cursor:pointer;
  color:#222;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 6em;
  height: 3em;
line-height: 3em;
  border-radius: 5px;
  outline: none;
  background: #ddd;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
}
/*span.button31:after, span.button31:before {
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -35%;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  margin: auto;
  background: #999;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
span.button31:before {
	content: "";
  left: 15%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
span.button31:hover, span.button31:focus {
  background: #ed1c24;
  box-shadow: none;

}
span.button31:focus {
  width: 3em;
  height: 3em;
  border-radius: 100%;
}
span.button31:hover:after, span.button31:hover:before {
  background: #fff;
  box-shadow: none;
}
span.button31:focus {
  background-image:
   linear-gradient(120deg, transparent 45%, #ed1c24 45%, #ed1c24 55%, transparent 55%),
   radial-gradient(transparent 20%, #fff 20%, #fff 30%, transparent 30%);
  -webkit-animation: rotate31 1s linear infinite forwards;
  animation: rotate31 1s linear infinite forwards;
}
span.button31:focus:after, span.button31:focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(-30% - 4px/2);
  left: 4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 4px solid transparent;
  background: transparent;
  box-shadow: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
span.button31:focus:before {
  top: calc(30% + 4px/2);
  left: -4px;
  border-left: none;
  border-right: 8px solid #fff;
}
@-webkit-keyframes rotate31 {
  100% {-webkit-transform: rotate(360deg);}
}
@keyframes rotate31 {
  100% {transform: rotate(360deg);}
}*/

#CloseBlock{
	float:right;
	width:20px;
	height:16px;
	display:inline-block;
	background-image:url(../images/bigClose.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:8px;
	margin-top:5px;
	margin-bottom:auto;
}
#PhotosHeadBlock{
	background-color:#ed1c24;
	padding-top:3px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	margin-bottom:10px;
}
.PhotosHead .photo{
	display:none;
}
.PhotosHeadActive .photo{
	display:inline !important;
}
.PhotosHead_left{
	margin-left:1%;
}
.PhotosHead_right{
	margin-right:0%;
}
.PhotosHead{
	width: calc(39% - 25px);
	line-height:30px;
	display:inline-block;
	cursor:default;
	height:30px;
	color:#DFDFDF;
}
.PhotosHeadActive{
	width:55% !important;
	font-weight:bold;
	border-top-left-radius:10px !important;
	border-top-right-radius:10px !important;
	background: #fff;
	color:#222;
	box-shadow: inset 0px 5px 3px -3px rgba(0,0,0,0.3);
}

#LoadPhotosContentBlock input[type="text"], #LoadPhotosContentBlock select{
	margin-bottom:10px;
	border:solid 1px #95b8e5;
	padding:2px;
	background-color:#fff;
	box-sizing:border-box;
}
#LoadPhotosContentBlock input[type="text"]{
	padding-left:5px;
}

#PhotosContentBlock{
	margin-top:20px;
}

.CloseInput{
	background-image:url(../images/close_square.gif);
	background-repeat:no-repeat;
	background-position:top 50% right 3px;
}
.PContentBlock{
	padding-top:0px;
}

.LoadPhotoTable{
	margin:20px auto auto auto;
}
.LoadPhotoTable td{
	vertical-align:top;
}
#Loading{
	z-index:1000;
}
#Pidkladka, #Loading{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}
#Pidkladka{
	background-color:#fff;
	opacity:0.6;
}
#Loader{
	width:150px;
	z-index:2;
	position:fixed;
	top:30%;
	left: calc(50% - 75px);
}
#boat {
  margin-left: 0;
  cursor: pointer;
  transition: margin-left 1s ease-in-out;
}
/* переворот картинки через CSS */

.back {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: fliph;
  /* IE9- */
}
#CancelButton{
	position:fixed;
	bottom:15%;
	left: calc(50% - 45px);
	width:90px;
	background-color:#f48084;
	border-radius:4px;
	padding:10px 15px;
	font-size:80%;
	color:#fff;
}

#short_message{
	position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 150px;
	background-color: #f9edbe;
	/*border:solid 1px #e3bf00;*/
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
	text-align: center;
	display: none;
	font-weight: bold;
	color: #424242;
}


@media (min-width: 451px) {
	#DateToDateChange{
		float:none !important;
	}
	.DateTD{
		text-align:left !important;
	}
}

@media (max-width: 450px) {
	#DateFromDateChange, #DateToDateChange{
		width:120px;
	}
}
@media (max-width: 400px) {
	#DateFromDateChange, #DateToDateChange{
		width:100px;
	}
}
@media (max-width: 350px) {
	#DateFromDateChange, #DateToDateChange{
		width:80px;
	}
}
#FindedUsers{
	position:relative;
	top:-10px;
}
#FindedUsers div{
	border-left:solid 1px #95b8e5;
	border-right:solid 1px #95b8e5;
	border-bottom:solid 1px #95b8e5;
	padding:2px 5px;
	text-align:left;
}

.getButton {
  margin-top:2em;
  cursor:pointer;
  color:#222;
  display: inline-block;
  line-height:3em;
  width: 14em;
  height: 3em;
  border-radius: 5px;
  outline: none;
  background: #95b8e5;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
}
/*.getButton {
  margin-top:2em;
  cursor:pointer;
  color:#222;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14em;
  height: 3em;
  border-radius: 5px;
  outline: none;
  background: #95b8e5;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
}

.getButton:after, .getButton:before {
  content: "Сформувати";
  position: absolute;
  z-index: -1;
  top: -35%;
  left: -35%;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  margin: auto;
  background: #999;
  box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}*/
.BackButton{
	background-image:url(../images/back.png);
	background-position:15px center;
	background-repeat:no-repeat;
	padding:10px 10px 10px 55px;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	background-color:#d2d2d2;
	margin-bottom:25px;
	cursor:default;
}
/*#OpenFilters{
	text-align:center;
	position:relative;
	overflow:hidden;
	height:30px;
}*/
/*#OpenFiltersLine{
	background-color:#95b8e5;
	width:100%;
	height:15px;
}
#OpenFiltersCircle{
	background-image:url(../images/filter.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:40px;
	height:30px;
	background-color:#95b8e5;
	position:absolute;
	left:calc(50% - 15px);
	top:0px;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
}*/
.BarcodeDecore{
	padding:15px;
}
.BarcodeDecore span{
	font-weight:bold;
	font-size:120%;
}
.BarcodeDecore:hover, .BarcodeDecore:focus{
	background: #95b8e5;
}
.BarcodeDecoreModify, .BarcodeDecoreModify:hover, .BarcodeDecoreModify:focus{
	margin:0px !important;
	padding:0px !important;
	background: #fff !important;
}
#PhotoList *{
	cursor:default;
}
#ContentBlock{
	margin-top:50px;
}
#ThumbnailPhotos{
	padding:10px;
}
.ThumbnailPhoto img{
	height:70px;
	margin-right:5px;
}
#ThumbnailAddEN{
	vertical-align: top;
	display: none;
	height: 70px;
	width:50px;
	border:1px dashed #999;
	font-size: 10px;
	padding-top: 20px;
	color:#555;
	cursor: pointer;
}
#TakePhotoDiv{
	margin:15px;
	border:3px dashed #CCC;
	width: calc(100% - 30px);
	text-align: center;
	background-color: hsla(0,0%,100%,0.75);
}
.galleryButton{
	margin-right:15px;
	border:3px dashed #CCC;
}
#TakePhotoImage{
	opacity:0.6;
	width:80%;
	margin:20px auto 20px auto;
	max-height: 150px;
	max-width:150px;
}
#ZoomBlock{
	z-index:10;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: hsla(0,0%,77%,0.69);
}
#ZoomBackground{
	position:fixed;
	z-index:11;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
}
#ZoomImgContent{
	z-index:12;
	position:fixed;
}
#ZoomImgContent img{
	position:fixed;
	/*width:100%;*/
	max-height:100%;
	max-width:100%;
	margin:auto auto auto auto;
	z-index:13;
}
#ViewBarcodeText{
	margin-top:15px;
	font-size:120%;
}
#SettingsContentBlock{
	padding:20px 10% 0px 10%;
}

/*Сховати в полі number стрілочки керування*/
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/*END Сховати в полі number стрілочки керування*/

#ViewPhotosContent{
	padding: 20px 20px 30px 20px;
}
.PhotosGroupName{
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
}
.PhotoFlex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.PhotoFlex div{
	width: 50%;
}
.PhotoFlex div img{
	max-width:calc(100% - 5px);
	margin-bottom: 5px;
}

fieldset {
    border: solid 1px 
    #8db3e3;
    border-radius: 2px;
}
fieldset legend {
    border-radius: 3px;
    border: solid 1px 
#8db3e3;
padding: 1px 5px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f5f9fe 21%, #deecfd 42%, #deecfd 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f5f9fe 21%,#deecfd 42%,#deecfd 100%);
background: linear-gradient(to bottom,
#ffffff 0%,#f5f9fe 21%,#deecfd 42%,
    #deecfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#deecfd',GradientType=0 );
}
.button15 {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: 5px 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
.button15:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.button15:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.PContentBlock{
	margin-top: 30px;
}
		#NumberEN{
			border-radius: 2px;
			border:2px solid #c6c6c6;
			line-height: 24px;
			text-align: center;
			width:96%;
			margin-left: 2%;
			margin-right: 2%;
			margin-top:35px;
		}
.tright{
	text-align: right;
}
.tcenter{
	text-align: center;
}
.w100{
	width: 100%;
}