
.sbmenu {
	position: fixed;
	width: 250px;
	top:15px;
	left:0px;
	transition: 0.3s;
	transform: translateX(-100%);
	z-index:1;
}
.sbmenuactive{
	transform: translateX(0%);
}
.sbmenu-btn{
	width:35px;
	height: 30px;
	background-color: #fff;
	color:  #ddd;
	position: absolute;
	top: 0px;
	right: -34px;
	font-size: 20px;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	line-height: 40px;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
.sbmenu .sbmenu-pad{
	border: solid #ccc 1px;
	background-color: #fff;
	border-radius: 0px 0px 5px 0px;
	padding: 20px;
	overflow: hidden;
}
.sbmenu ul{
	list-style-type: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}
.sbmenu ul li a, .sbmenu ul li span{
	font-family: 'Roboto Slab', "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
	font-size: 16px;
	line-height: 30px;
	color:  #2c8ebb;
}
.sbmenu ul li a{
	cursor: pointer;
}
.sbmenu-catcher{
	width:2px;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	border: solid red 0px;
	z-index:3;
}


body{
		background: #e5e5e5 !important;
		color: #303030;
		font-size: 17px;
		margin: 0; 
		height: 100%; 
/*
		overflow-x: hidden;
		overflow-y: scroll;
*/
}
.site_header_main{
		background-color: #f5f6f7;;
		padding-top: 25px;
		padding-bottom: 0px;
		padding-left: 51px;
		padding-right: 51px;
		font-family: 'Oswald', sans-serif; 
		line-height: 48px !important;
		margin-bottom: 25px;
}
.site_header_main .city{
		border: solid red 0px;
		height: 130px;
		background-image: url(/img/city27.png);
		background-repeat: no-repeat;
}
.site_header_main_title h1{
		font-size: 40px;
		font-weight: bold;
		text-decoration: none;
		color: #dc553a;
}
.site_header_main_title,
	.site_header_main_title:hover {
		text-decoration: none;
		margin-left: 20px;
		color: #dc553a;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		border: none;
		font: normal 18px/1 Arial, Helvetica, sans-serif;
		color: #dc553a;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		text-shadow: 0 0 1px #fff ;
		margin-bottom: 10px;
}
.site {
		margin: 2em auto;
		padding: 0px;;
		max-width: 1280px;
		width: 100%;
		background: #fff;
		min-height: 1080px;
}
h3 {
	color: #dc553a;
	/*
	color: #333;
	*/
	font-size: 28px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
}



input.hidden{
	display: none;
}
div.upl{
	/* background-color: #fff; */
	background-color: #fff;
	border: dotted #eee 2px;
	border-radius: 6px;
	padding: 2px;
}
div.upl_li{
	background-color: #fff;
	position: relative;
	height: 45px;
	margin-top: 5px;
}
.upl_li_ctl .none{
	color: #568dcd;
	font-size: 15px !important;
}
.upl_li_ctl .pr{
	font-size: 20px !important;
}
.upl_li_ctl .done{
	color: green;
	font-size: 20px !important;
}
.upl_li_ctl .err{
	color: rgb(155, 2, 2);
	font-size: 20px !important;
}
div.upl_li_bg{
	background-color: rgb(175, 175, 175);
	height: 5px;
}
div.upl_li_caption{
	padding-left: 0px;
	height: 26px;
	font-size: 13px;
	width: 100%;
	overflow: hidden;
}
div.upl_li_caption_img{
	position:absolute;
	top:0px;
	left:0px;
	width: 35px;
	overflow: hidden;
}
div.upl_li_caption_text{
	padding-left: 40px;
	overflow: hidden;
}
div.upl_li_ctl{
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #cde;
	width: 62px;
	height: 24px;
	line-height: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.upl_li_pc{
	font-size: 5px;
	width: 50%;
	float: left;
	padding-left: 2px;
	line-height: 23px;
	text-align: center;
}
div.upl_li_ctl button{
	display: inline-block;
	height: 20px;
	line-height: 15px;
	width: 40%;
	padding: 1px;
	margin: 0px;
}
form{
	display: block;
	/* height: 20px; */
	width: 100%;
	background: #ccc;
	margin: auto;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	font-size: 14px;
}
.form1{
	border-radius: 4px 4px 0px 0px ;
}
.form2{
	border-radius: 0px 0px 4px 4px ;
}
.preview{
	height: 23px;
}


.right{
	text-align: right;
}
.yellow{
	color: #ffe587;
}
.gray{
	color: #eeeeee;
}
.shadow2{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
td {
	background-color: #fff;
}
td.icon{
	width: 30px;
	text-align: center;
	cellspacing: 2px;
}
table {
	background-color: #eee;
	width: 100%; /* Ширина таблицы */
	border: 1px solid #eee; /* Граница вокруг таблицы */
	border-spacing: 0px 1px; /* Расстояние между границ */
	border-collapse: separate;
}
.pl10{
	padding-left: 10px;
}
.pr10{
	padding-right: 10px;
}
.pl5{
	padding-left: 5px;
}
.pr5{
	padding-right: 5px;
}
td.dt {
	width: 200px;
}
.aslink:hover {
	text-decoration: underline;
}
.mr10{
	margin-right: 10px;
}
.hide{
	overflow: hidden;
	width: 100%;
	height: 0px;
	margin: 0px;
	border: 0px;
}
.right{
	text-align: right;
}


label{
	font-weight: 800;
	font-size: 18px;
	line-height: 35px;
}
.top10{
	margin-top: 10px;
}
.blank{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.login_mess{
	width: 450px;
	margin: 100px auto;
	padding: 50px;
}

html {
    overflow-y:scroll;
}

.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.5); 
}

.pointer{
	cursor: pointer;
}

.aslink:hover {
    text-decoration: underline;
}
.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
  cursor: pointer;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #00d1b2;
  color: #00d1b2;
}

.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tabs.is-toggle a {
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}


/*# sourceMappingURL=main.css.map*/