/* CSS Document */
@font-face {
  font-family: "roboto_thin";
  font-style: normal;
  font-weight: normal;
  src: url("inc/font_roboto_thin.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_light";
  font-style: normal;
  font-weight: normal;
  src: url("inc/font_roboto_light.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_regular";
  font-style: normal;
  font-weight: normal;
  src: url("inc/font_roboto_regular.ttf") format("truetype");
}
@font-face {
  font-family: "roboto_medium";
  font-style: normal;
  font-weight: normal;
  src: url("inc/font_roboto_medium.ttf") format("truetype");
}
@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("inc/prestashop-icon-font.ttf") format("truetype");
}

@keyframes fade_out {
	0% {
		opacity: 1;
		left: 0px;
	}
	99% {
		opacity: 0;
		left: 0px;
	}
	100% {
		opacity: 0;
		left: -999px;
	}
}


a {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	color: #0bf;
	text-decoration: none;
}

a.dashed {
	border-bottom: 1px dashed;
	text-decoration: none;
}

a.none {
	text-decoration: none;
}


a.button {
	padding: 8px 20px;
	border-bottom: 2px solid #888;
	border-radius: 2px;
	color: #fff;
	background-color: rgba(0,221,85,1);
	text-decoration: none;
}

a.button:hover {
	border-bottom: 2px solid rgba(0,221,85,1);
	box-shadow: 0px 0px 10px rgba(0,221,85,0.3);
	background-color: #0c4;
}

div.menu a {
}

div.menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menu li {
	float: left;
	list-style: none;
	position: relative;
}

div.menu li a {
	display: table-cell;
	padding: 0px 12px;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	height: 54px;
	vertical-align: middle;
	border-bottom: 4px solid rgba(0,0,0,0);
}
div.menu li a:hover {
	background-color: #eee;
	color: #000;
	border-bottom: 4px solid #0bf;
}

div.menu li ul {
	display: none;
	float: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	top: 54px;
	left: 0px;
}

div.menu li:hover ul {
	display: block;
}

div.menu li ul li {
	width: 100%;
}

div.menu li ul li a {
	display: block;
	padding: 10px 10px;
	height: auto;
	border-left: 4px solid rgba(0,0,0,0);
	border-bottom: 0px;
}

div.menu li ul li a:hover {
	border-left: 4px solid #0bf;
	border-bottom: 0px;
}

a.sel {
	background-color: #eee;
	color: #000;
	padding: 2px 4px;
}

a.admin {
	background-color: rgba(128,128,128,.2);
	border-radius: 2px;
	color: rgba(0,0,0,.4);
	font-size: 8pt;
	padding: 2px;
	position: absolute;
	right: 5px;
	z-index: 1000;
}

a.tile {
	font-size: 24pt;
}

a.user {
	font-family: "roboto_medium";
	color: #0bf;
	text-decoration: underline;
}
a.user:hover {
	text-decoration: none;
}

td.hide a {
	display: inline-block;
	padding: 0px 4px;;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	margin-left: 4px;
}

a.red {
	background-color: rgba(255,0,187,0.5);
}

a.green {
	background-color: rgba(0,221,85,0.5);
}

a.blue {
	background-color: rgba(0,187,255,0.5);
}

.t_center		{text-align: center; vertical-align: top;}
.t_left			{text-align: left; vertical-align: top;}
.t_right		{text-align: right; vertical-align: top;}

.t_center_sm	{font-size: smaller; text-align: center; vertical-align: top;}
.t_left_sm		{font-size: smaller; text-align: left; vertical-align: top;}
.t_right_sm		{font-size: smaller; text-align: right; vertical-align: top;}

.t_middle		{vertical-align: middle;}
.t_bottom		{vertical-align: bottom;}

.w50 { width: 50%; margin: auto; position: relative; }
.w75 { width: 75%; margin: auto; position: relative; }
.wa { width: auto; margin: auto; position: relative; display: table; }

.block_center { margin: auto; }

.sm {
	font-size: 8pt;
}

.white {
	color: #fff;
}

.red {
	color: #f0b;
}

.green {
	color: #0d5;
}

.blue {
	color: #0bf;
}

.gray {
	color: #888;
}

.gray_bg {
	background-color: #ddd;
}

.blue_bg {
	background-color: #0bf;
}

.medium {
	font-family: "roboto_medium";
}

.light {
	font-family: "roboto_light";
}

.thin {
	font-family: "roboto_thin";
}

.strike {
	text-decoration: line-through;
}

.hidden {
	display: none;
}

.sticky {
	position: sticky;
}

.menu_disabled {
	opacity: 0.3;
}

.pointer {
	cursor: pointer;
}

.huge {
	font-size: 48pt;
}

::selection {
	color: #000;
	background-color: #0bf;
}

::-moz-selection {
	color: #000;
	background-color: #0bf;
}


body {
	font-family: 'roboto_regular', Verdana, Tahoma, Geneva, sans-serif;
	background-color: #bbb;
	font-size: 10pt;
	color: #000;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	border-spacing: 0px;
}

table.list {
	margin: auto;
}

table.border td {
	border: 1px solid #000;
}

table.rows td {
	border-bottom: 1px solid #bbb;
}

tr {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
}

td {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	padding: 0px;
}

.list0 td {
	padding: 0px 0px;
}

.list2 td, .list2 th {
	padding: 0px 4px;
}

.list td, .list th {
	padding: 4px 4px;
}

form td {
	padding: 4px 4px;
}

th {
	font-size: smaller;
	font-family: inherit;
	color: inherit;
	border: 0px;
	background-color: #eee;
	padding: 4px 2px;
	border-right: 1px solid #fff;
}

tr.highlight:hover {
	background-color: #eee;
}

td.position {
	padding-bottom: 10px;
}
td.position table {
	border-left: 2px solid #888;
}
td.position table:hover {
	background-color: rgba(0,0,0,0.05);
	border-left: 2px solid #0bf;
}

tr.highlight td.hide {
	display: none;
}

tr.highlight:hover td.hide {
	display: table-cell;
}


div {
	font-size: inherit;
	font-family: inherit;
}

div.top {
	font-size: 24pt;
	padding: 24pt;
}

div.menu {
	position: sticky;
	/*position: absolute;*/
	top: 0;
	width: 100%;
	height: 54px;
	overflow: visible;

	text-align: left;
	vertical-align: top;

	padding: 0px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	margin-right: 20px;
	z-index: 1001;
}

div.content {
	position: relative;
	margin: auto;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);

	text-align: left;
	vertical-align: top;
	background-color: #ddd;
}

div.bottom {
	font-size: 10pt;
	padding: 40px;
	background-color: #bbb;
}

div.admin_stat {
	opacity: 0;
	left: -999px;
	position: fixed;
	font-size: 8pt;
	top: 50px;
	text-align: left;
	color: #000;
	z-index: 2000;
	padding: 10px;
	background-color: rgba(128,128,128,.2);


	animation-name: fade_out;
	animation-duration: 4s;
	animation-timing-function: ease-in;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

div.login {
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	color: #fff;
	z-index: 2000;
}

div.element {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px;
}

div.element_right {
	float: right;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px;
}

div.element_light {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: #000;
	padding: 5px;
	background-color: #fdd;
	border-radius: 10px;
}

div.parallax_element {
	text-align: center;
	overflow: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	box-shadow: inset 0px 0px 50px rgba(0,0,0,.7);
	padding: 100px 0px;
	position: relative;
	
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

div.desc {
	position: relative;
	padding: 20px;
}

div.card {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1);
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
	overflow: auto;
}

div.card_title {
	font-size: 22pt;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	border-radius: 4px 4px 0px 0px;
	overflow: auto;
}

div.title {
	padding-left: 40px;
	height: 100px;
	font-size: 24pt;
	color: #fff;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
	margin-bottom: 20px;
	
	line-height: 100px;
	overflow: hidden;
	white-space: nowrap;
}

div.divider {
	background-image: url(/photo/misc/lab-scientist.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

div.black {
	background-color: #000;
	color: #fff;
}

div.modal {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 9999;
	padding-top: 100px;
}

div.modal_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
}

div.modal_card {
	position: relative;
	overflow: auto;
	height: 80%;
	width: auto;
	margin: auto;
	top: 60px;
}

div.hint {
	display: none;
	position: absolute;
	max-height: 400px;
	overflow: auto;
	padding: 0px 20px 0px 0px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	z-index: 2000;
}

div.hint td {
	border-left: 4px solid #fff;
	padding: 10px 40px 10px 10px;
}

div.hint td:hover {
	border-left: 4px solid #0bf;
}

div.hint2 {
	display: none;
	position: absolute;
	max-height: 400px;
	overflow: auto;
	padding: 0px 20px 0px 0px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	z-index: 2000;
}

div.message {
	position: fixed;
	width: 100px;
	height: 100px;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	background-image: url(/files/site/message.png);
	border-radius: 100px;
	z-index: 1000;
	opacity: 0.5;
	box-shadow: 0px 0px 10px 10px rgba(0,187,255,0.3);
}
div.message:hover {
	opacity: 1;
	box-shadow: 0px 0px 20px 20px rgba(0,187,255,0.3);
}

input, select, textarea, button {
	font-family: inherit;
	font-size: inherit;
	border-bottom: 2px solid #888;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(255,255,255,0);
	padding: 3px 3px;
	border-radius: 2px;
	color: #06d;
}

textarea {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

input[type="number"] {
	width: 100px;
}

input[type="submit"], button {
	font-size: 12pt;
	cursor: pointer;	
	color: #fff;
	background-color: #0bf;
	padding: 8px 20px;
	border-radius: 2px;
	/*box-shadow: 0px 0px 10px rgba(255,80,80,.5);*/
}
input[type="submit"]:hover, button:hover {
	box-shadow: 0px 0px 10px rgba(0,187,255,0.3);
	background-color: #0ae;
}
input[type="submit"]:disabled, button:disabled {
	background-color: #ccc;
	/*box-shadow: 0px 0px 0px rgba(255,80,80,.5);*/
}
input[type="submit"].gray {
	background-color: #aaa;
	/*box-shadow: 0px 0px 0px rgba(255,80,80,.5);*/
}
input:hover, select:hover, textarea:hover {
	border-bottom: 2px solid #0bf;
}
input:focus, select:focus, textarea:focus {
	border-bottom: 2px solid #0bf;
}

input[type="radio"] {
	display: none;
}

input[type="checkbox"] {
	display: none;
}

input[type=checkbox] + label {
	width: 100%;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 4px 4px 4px 20px;
}

input[type=checkbox] + label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin: 4px 10px 4px 0px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #ddd;
	box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .2);
}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
    line-height: 15px;
	background-color: rgba(0, 187, 255, 1);
}

input[type=checkbox]:hover + label:before {
	box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, .3);
}
/*
.radio label:before {
	border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 30px;
	font-weight: bold;
    text-align: center;
    line-height: 18px;
	background-color: #0bf;
}*/

input[type=radio] + label {
	width: 100%;
	display: table-cell;
	cursor: pointer;
	position: relative;
	padding: 4px;
	border-radius: 2px;
}
input[type=radio]:checked + label {
	background-color: #0bf;
	color: #fff;
}

input[readonly] {
	opacity: 0.5;
}

label.ya {
	border: 1px solid #0bf;
}
input.ya[type=radio]:checked + label.ya {
	border: 0px;
}
label.ya:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 187, 255, 0.5);
}
input.ya[type=radio]:checked + label.ya:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 187, 255, 0.5);
}

img {
	border: 0px;
	border-radius: 4px;
}

img.plain {
	border: 0px;
	border-radius: 0px;
}

p {
	/*max-width: 700px;*/
}

span.required {
	color: #F30;
}

span.icons {
	font-family: "icons";
	vertical-align: middle;
}

div.title span.icons {
	margin-right: 20px;
}


h1 {
	font-size: 22pt;
	font-weight: normal;
	margin: 22pt 0pt;
}
h2 {
	font-size: 18pt;
	font-weight: normal;
	margin: 18pt 0pt;
}
h3 {
	font-size: 14pt;
	font-weight: normal;
	margin: 14pt 0pt;
}

strong {
	font-family: "roboto_medium";
	font-weight: normal;
}

hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #888;
}

ul.color li {
	list-style-type: none;
}
ul.color li::before {
	font-family: "icons";
	content: '\e12b';
	color: #0bf;
	margin-right: 0.5em;
}

.color_user			{ color: #0bf; }
.color_group		{ color: #08b; }
.color_store		{ color: #0d5; }
.color_safe			{ color: #0b5; }
.color_agent 		{ color: #d33; }
.color_comment 		{ color: #888; }
.color_doc_status_0	{ color: #888; }
.color_doc_status_1	{ color: #0bf; }
.color_doc_status_2	{ color: #0d5; }

.color_red 			{ color: #d33; }
.color_blue			{ color: #0bf; }
.color_green		{ color: #0d5; }

.status_draft		{ background-color: rgba(0, 0, 0, 0.1); opacity: 0.5; }
.status_process		{ background-color: rgba(0, 221, 85, 0.1); }


