@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Roboto", sans-serif;
    color: #333;
}
.dialog-off-canvas-main-canvas {
	height: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}





img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
    color: #04a2aa;
    text-align: center;
}
.bigred {
	font-size: 20px;
	color: red;
}

/*----------fonts----------*/

h1 {
	/* font-size: 40px; */
	font-weight: 400;
	font-size: calc(18px + 12 * ((100vw - 320px) / 960));
    margin-top: 12px;
}

h2 {
	font-size: calc(16px + 8 * ((100vw - 320px) / 960));
	font-weight: 400;
	margin: 12px 0px 20px 0px;
}
h3 {
	font-size: calc(14px + 4 * ((100vw - 320px) / 960));
	font-weight: 400;
	margin: 12px 0px 20px 0px;
}
p {
	margin: 0px 0px 20px 0px;
	line-height: calc(28 / 18);
	font-size: calc(12px + 3 * ((100vw - 320px) / 960));
}

.contents ul {margin-bottom: 20px;}
.contents ul li {
	line-height: calc(32 / 18);
	font-size: calc(12px + 3 * ((100vw - 320px) / 960));
    margin-left: 40px;
   }
/*----------knopki redactor----------*/
#block-laboratorymy-local-tasks ul  {
    display: flex;
    margin-top: 20px;
    }
       
#block-laboratorymy-local-tasks ul li {
    font-size: 12px;
    list-style: none;
    }
/*----------struktura----------*/


.contents {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 15px;
}

@media (max-width: 1200px) {
	.contents {
		max-width: 970px;
	}
}
@media (max-width: 992px) {
	.contents {
		max-width: 750px;
	}
}
@media (max-width: 767px) {
	.contents {
		max-width: none;
	}
}

@media (max-width: 420px) {
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.header {

}
.headerrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.headerright {
    flex: 0 0 200px;
    text-align: right;
}

.mains {
	flex: 1 1 auto;
    padding-top: 30px;
}

@media (max-width: 767px) {
	.headerrow {
	flex-direction: column;
	justify-content: center;
	align-items: center;}
    .headerright {
    flex: 1 1 auto;
    text-align: center;}
    .mains {
	flex: 1 1 auto;
    padding-top: 15px;
}
}


.headerleft {
	display: flex;
}

.sitename {
	text-align: center;
}

/*----------table and form----------*/

#block-laboratorymy-content tbody {
	width: 100%;
    font-size: calc(12px + 3 * ((100vw - 320px) / 960));
}
#block-laboratorymy-content table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
#block-laboratorymy-content table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
#block-laboratorymy-content table td{
	padding: 10px 10px;
	border: 1px solid #eee;
}
#block-laboratorymy-content table tbody tr:nth-child(odd){
	background: #fff;
}
#block-laboratorymy-content table tbody tr:nth-child(even){
	background: #F7F7F7;
}




/**
 * dialog css
 */

.ui-dialog {
  position: absolute;
  z-index: 1260;
  overflow: visible;
  padding: 0;
  color: #000;
  border: solid 1px #ccc;
  background: #fff;
}

@media all and (max-width: 48em) { /* 768px */
  .ui-dialog {
    width: 92% !important;
  }
}
.ui-dialog .ui-dialog-titlebar {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  background: #f3f4ee;
  font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: 0;
  background: none;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  padding: 0.3em 1em;
  border-width: 1px 0 0 0;
  border-color: #ccc;
  background: #f3f4ee;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
  padding: 0;
}

/* Form action buttons are moved in dialogs. Remove empty space. */
.ui-dialog .ui-dialog-content .form-actions {
  margin: 0;
  padding: 0;
}
.ui-dialog .ajax-progress-throbber {
  position: fixed;
  z-index: 1000;
  top: 48.5%;
  /* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
  left: 49%;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(../../../../misc/loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ui-dialog .ajax-progress-throbber .throbber,
.ui-dialog .ajax-progress-throbber .message {
  display: none;
}
