﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
body {
	background-color: #13161B;
	background-image: url(../pic/fon_stranichki.png);
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0;
}
a {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #AAABA8;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:none;
	color: #00D8FF;
}
a:active {
	text-decoration:none;
	color: #00D8FF;
}
.width_size {
	width: 940px;
	height: auto;
	margin: 0 auto;
}
.shapka {
	margin-top: 20px;
	width: 100%;
	height: 133px;
	background-image: url(../pic/fon_centr.png);
}
.header_up {
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 50%;
	margin-left: -115px;
	height: 8px;
	width: 231px;
	background-image: url(../pic/header_up.png);
}
.header_down {
	position: absolute;
	z-index: 2;
	top: 143px;
	left: 50%;
	margin-left: -224px;
	height: 21px;
	width: 448px;
	background-image: url(../pic/header_down.png);
}
.logotype {
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	height: 93px;
	width: 227px;
	background-image: url(../pic/name.png);
}
.logo {
	float: right;
	margin-right: 15px;
	margin-top: 7px;
	height: 124px;
	width: 112px;
	background-image: url(../pic/robot.png);
}
.menu {
	float: right;
	margin-top: 22px;
	margin-bottom: 10px;
	margin-right: 20px;
	height: 25px;
}
.menu_left {
	float: left;
	height: 25px;
	width: 2px;
	background-image: url(../pic/menu_left.png);
}
.menu_link {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../pic/menu_fon.png);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.menu_link:hover {
	background-image: url(../pic/menu_action_fon.png);
	color: #FFFFFF;
}
.menu_right {
	float: left;
	height: 25px;
	width: 2px;
	background-image: url(../pic/menu_right.png);
}
.body_up {
	float: left;
	height: 17px;
	width: 940px;
	background-image: url(../pic/body_up.png);
}
.body_down {
	float: left;
	height: 18px;
	width: 940px;
	background-image: url(../pic/body_down.png);
	margin-bottom: 20px;
}
.body {
	float: left;
	width: 940px;
	height: 100%;
	background-image: url(../pic/body.png);
}
.body_content {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 900px;
	height: 100%;
}
.content_name_block {
	position: relative;
	left: 50%;
	margin-left: -170px;
	height: 32px;
	width: 440px;
}
.content_name_left {
	float: left;
	height: 32px;
	width: 7px;
	background-image: url(../pic/content_name_left.png);
}
.content_name_text {
	float: left;
	width: 376px;
	background-image: url(../pic/content_name_fon.png);
	color: #2A2D33;
	text-shadow: 1px 1px 0px rgba(150,160,169,0.7);
	font-size: 20px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
.content_name_right {
	float: left;
	height: 32px;
	width: 7px;
	background-image: url(../pic/content_name_right.png)
}
.button_conteyner {
	float: left;
	width: 900px;
	height: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
.button_enter {
	margin-top: 10px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: url(../pic/button_action_fon.png);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
.button_delete {
	background-image: url(../pic/ico_delete.png);
	height: 16px;
	width: 16px;
}
.button_edit {
	background-image: url(../pic/ico_edit.png);
	height: 16px;
	width: 16px;
}
.button_viewing {
	background-image: url(../pic/ico_viewing.png);
	height: 16px;
	width: 16px;
}
.button_active {
	background-image: url(../pic/ico_active.png);
	height: 16px;
	width: 16px;
}
.button_inactive {
	background-image: url(../pic/ico_inactive.png);
	height: 16px;
	width: 16px;
}
.button {
	margin-top: 10px;
	padding: 5px 8px 5px 8px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: url(../pic/button_fon.png);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
.button:hover {
	background-image: url(../pic/button_action_fon.png);
	color: #FFFFFF;
}
.button_form_new {
	padding: 5px 6px 5px 6px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: url(../pic/button_fon.png);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.button_form_new:hover {
	background-image: url(../pic/button_action_fon.png);
	color: #FFFFFF;
}
.button_form {
	margin-top: 10px;
	padding: 5px 6px 5px 6px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-image: url(../pic/button_fon.png);
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.button_form:hover {
	background-image: url(../pic/button_action_fon.png);
	color: #FFFFFF;
}
.form_content {
	float: left;
	margin-top: 10px;
	width: 900px;
}
.form_element {
	float: left;
	width: 900px;
}
.form_text {
	float: left;
	font-size: 12px;
	color: #61d0ff;
	font-family: arial;
	margin-top: 5px;
	margin-left: 20px;
	width: 250px;
	height: auto;
}
.right_block_body {
	float: left;
	width: 630px;
	height: auto;
}
.input_text_style {
	float: left;
	display: inline;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	height: 22px;
	padding: 2px 4px 2px 4px;
	width: 500px;
	background-color: #b3b3b3;
	box-sizing: border-box;
}
.input_text_style_short {
	float: left;
	display: inline;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	height: 22px;
	padding: 2px 4px 2px 4px;
	width: 200px;
	background-color: #b3b3b3;
	box-sizing: border-box;
}
.radio_blok  {
	float: left;
	width: 600px;
	height: auto;
}
.select_style {
	float: left;
	display: inline;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	height: 22px;
	padding: 2px;
	background-color: #b3b3b3;
	box-sizing: border-box;
}
.textarea_style {
	float: left;
	display: inline;
	border: 1px solid #000000;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	height: 220px;
	padding: 2px 4px 2px 4px;
	width: 500px;
	background-color: #b3b3b3;
	box-sizing: border-box;
}
.autorithation_block {
	position: absolute;
	height: 250px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -125px;
	border-radius: 10px;
	border: 1px solid #00a2ff;
	background-color: #F3F8FB;
	box-shadow: 0 0 20px 1px rgba(14, 173, 255, 0.5);
}
.logotype_img {
	margin-left: 22px;
	margin-top: 10px;
}
.form_box {
	margin-left: 18px;
	margin-right: 18px;
	height: 165px;
	width: 364px;
	background-color: #95D0E0;
}
.form_box_pole {
	background-color: #B5DDE9;
	border: 2px solid #95D0E0;
	height: 113px;
	width: 360px;
	margin-top: 5px;
}
.block_conteyner_autorithation {
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
.text_autorithation {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pole_autorithation {
	border: 2px solid #65A3B8;
	border-radius: 3px;
	padding-left: 10px;
	color: #3D7C8D;
	background-color: #FFFFFF;
	font-size: 18px;
	width: 200px;
}
.cherta_autorithation {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	height: 2px;
	width: 340px;
}
.line_autorithation_dark {
	height: 1px;
	width: 340px;
	background-color: #65b2c7;
}
.line_autorithation_white {
	height: 1px;
	width: 340px;
	background-color: #e3f9ff;
}
.line_form {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 3px;
	width: 880px;
}
.line_form_dark {
	float: left;
	height: 2px;
	width: 880px;
	background-color: #000000;
}
.line_form_white {
	float: left;
	height: 1px;
	width: 880px;
	background-color: #5c5a5b;
}
.button_vhod_panel {
	float: right;
	margin-right: 15px;
}
.attention {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 500px;
	border: 1px solid #7D7301;
	border-radius: 5px;
	background-color: #ffffc4;
}
.attention_text {
	float: left;
	color: #7D7301;
	font-size: 12px;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 460px;
	height:auto;
}
.attention_red {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 500px;
	border: 1px solid #C80000;
	border-radius: 5px;
	background-color: #ffaeae;
}
.attention_red_text {
	float: left;
	color: #C80000;
	font-size: 12px;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 460px;
	height:auto;
}
.attention_green {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 500px;
	border: 1px solid #0C7902;
	border-radius: 5px;
	background-color: #b1ffae;
}
.attention_green_text {
	float: left;
	color: #0C7902;
	font-size: 12px;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 460px;
	height:auto;
}
.form_text_red {
	font-size: 12px;
	color: #FF0000;
	font-family: arial;
	margin-top: -5px;
	margin-left: 2px;
}
.conteyner_list {
	float: left;
	background: #3b4147;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	height: auto;
}
.subconteyner_list {
	float: left;
	background: #969ca3;
	margin: 3px;
	width: 894px;
	height: auto;
}
.line_list {
	float: left;
	background: #969ca3;
	border-top: 1px solid #3b4147;
}
.line_list:hover {
	background: #81878f;
}
.col_list_1_1 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 760px;
	height: auto;
	font-family: arial;
	color: #FFFFFF;
	font-size: 16px;
}
.col_list_1_2 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
	height: auto;
	font-family: arial;
	color: #FFFFFF;
	font-size: 16px;
}
.col_list_2_1 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 754px;
	height: auto;
	font-family: arial;
	color: #000000;
	font-size: 16px;
}
.col_list_2_2 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
	height: auto;
	font-family: arial;
	color: #000000;
	font-size: 16px;
}
.col_list_3_1 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 860px;
	height: auto;
	font-family: arial;
	color: #FFFFFF;
	font-size: 16px;
}
.col_list_4_1 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 874px;
	height: auto;
	font-family: arial;
	color: #000000;
	font-size: 16px;
}
.confirmation_element {
	float: left;
	width: 600px;
	height: auto;
}
.radio_style {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}
.conteyner_list_movie {
	float: left;
	background: #191B21;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
	height: auto;
}
.subconteyner_list_movie {
	float: left;
	background: #3A3F4A;
	margin: 3px;
	width: 894px;
	height: auto;
}
.conteyner_name {
	float: left;
	margin-left:20px;
	width: 874px;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: arial;
}
.poster_image {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 200px;
}
.conteyner_info {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 10px;
	width: 624px;
	height: auto;
}
.conteyner_element {
	float: left;
	width: 624px;
	height: auto;
	margin-top: 3px;
}
.info_element {
	float: left;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	color: #61d0ff;
	margin-top: 1px;
	margin-bottom: 1px;
}
.date_element {
	float: left;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
}
.info_element_list {
	float: left;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
}
.date_element_list {
	float: left;
	margin-left: 5px;
	font-size: 13px;
	font-family: arial;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
}
.conteyner_description {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #7f7c7e;
	border-radius: 5px 5px 5px 5px;
	background-color:#2A2D34;
	width: 834px;
	height: auto;
	font-size: 14px;
	color: #c4c4c4;
}
.conteyner_frame {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 894px;
	height: auto;
}
.video_block {
	float: left;
	width: 720px;
	height: 450px;
	margin-top:10px;
	margin-left: 90px;
}
.video_link {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 854px;
}
.group_element {
	float: left;
	width: 200px;
	height: auto;
	background-color: #191B21;
	padding: 2px;
}
.movie_group_element {
	float: left;
	width: 196px;
	height: auto;
	background-color: #191B21;
	padding: 2px;
}
.delete_foto {
	float: left;
	width: 200px;
	height: auto;
	background-color: #191B21;
	padding: 2px;
}
.frame_conteyner {
	float: left;
	width: 210px;
	height: auto;
	background-color: #191B21;
	padding: 2px;
}
.delete_foto_workers {
	float: left;
	width: 105px;
	height: auto;
	background-color: #191B21;
	padding: 2px;
}
.navigator_block {
	float: left;
	width: 900px;
	height: auto;
	margin-bottom: 5px;
}
.settings {
	float: right;
	margin-right: 10px;
	margin-top: 13px;
	margin-bottom: 10px;
}
.search {
	width: 900px;
	height: auto;
}
.search_field {
	float: left;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 10px;
}
.mb-3 {
	margin-bottom: 3px;
}
.mt-3 {
	margin-top: 3px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-16 {
	margin-top: 16px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-16 {
	margin-right: 16px;
}
.mr-8 {
	margin-right: 8px;
}
.mr-30 {
	margin-right: 30px;
}
.ml-17 {
	margin-left: 17px;
}
.ml-8 {
	margin-left: 8px;
}
.ml-7 {
	margin-left: 7px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w-500 {
	width: 500px;
}
.w-200 {
	width: 200px;
}