.product-card-link, .product-card-link * {
	box-sizing: content-box;
	font-family: Roboto, Neo-grotesque, sans-serif;
}

.product-card{
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.3), 0 12px 35px 0 rgba(0, 0, 0, 0.15);
    margin: 10px 20px 10px 0px;
    transition: 0.15s;
    border-radius: 10px;
    float: left;
    position: relative;
    width: 351px;
    height: 125px;
  }

  .product-card:hover{
      box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.4), 0 12px 35px 0 rgba(0, 0, 0, 0.25);
  }

  .product-heading{
      margin: 0px 0px 10px 0px;
      font-weight:700;
      font-size: 1.1em;
  }

  .product-thumbnail{
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .product-main{
    padding: 15px 20px 0px 20px;
    border-radius: 10px 10px 0px 0px;
  }

  .product-info{
    float: left;
    color: black;
	  max-width: 171px;
  }
 /*
  .product-notification-icon{
      display: block;
      color: #0083c2;
      position: absolute;
      top: 85px;
      left: 295px;
  }
*/
  .product-notification-text{
    background-color: #0083c2;
    font-size: 0.8em;
    font-weight: 500;
    color: white;
    text-align: center;
    padding: 3px 10px 7px 10px;
    border-radius: 10px 0px 10px 0px;
    height: 15px;
    position: absolute;
    width: max-content;
    bottom: 0px;
    right: 0%;
    transform: translate(0%, 0%);
  }

.clear {
	clear: both;
}

.notice-warning {
	color: red;
}

.btn-danger {
	font-weight: bold;
	padding: 10px;
	color: white;
	background: red;
	box-shadow: darkred;
	border-radius: 20px;
}

.btn-danger:hover {
}

.table_user_device {
	border-collapse: collapse;
    margin-bottom:0px;
    width: unset;
    background: white;
}

.table_user_device th {
    font-weight: normal;
    padding-left: 0px;
}

.table_user_device td {
    font-weight: bold;
}

.table_user_device_state {
    border-top-style: solid;
    border-color: #ccc;
    border-width: 2px
}

.table_user_device_state td {
    font-weight: normal;
}

.user_device_image {
    float: right;
    height: 300px;
}

.vyrobek_sady {
    display: flex;
    margin-bottom: 50px;
	flex-wrap: wrap;
}

.vyrobek_sada {
    border-style: solid;
    width: 490px;
    margin-right: 40px;
	margin-bottom: 40px;
    border-color: #ccc;
    border-width: 2px;
    border-radius: 10px;
    padding: 15px 25px;
}

.vyrobek_sada th{
    min-width: 200px
}


.devcom .table {
    display: table;
}

.table .tr, .table > * {
    display: table-row;
}

.table .td, .table > * > * {
    display: table-cell;
}

.table script, .table > * > script {
    display: none;
}

.devcom.forgot_mail .table .aiowps-captcha {
    display: table-cell;
}

.admin-table > * > input {
	width: 100%;
}

.devcom input[type=submit] {
    border-radius: 10px;
}
  
.devcom .add_device input[type="text"]:read-only {
	width: 100%;
	margin: 0;
	border: 2px solid white;
} 

.devcom.forgot_mail .table .aiowps-captcha-equation {
    display: table-cell;
}

.devcom .add_device {
    width: auto;
}

.devcom .add_device td {
    padding-left: 0px;
}

.devcom .add_device td input {
    margin: 0px;
}

.add_device_button {
    width: 100%;
    height: 80%;
	background-color: #f0f0f0;
	border-radius: 10px;
    text-align: center;
    font-size: 1.1em;
    color: black;
    padding-top: 25px;
}

.devcom.table {
    display: table;
}

.toplevel_page_devcom_devices td {
    width: auto;
}

.toplevel_page_devcom_devices tr:has(.full) {
    height: 0;
}

.toplevel_page_devcom_devices label.full {
    display: block;
    width: 100%;
    height: 100%;
}

.p06 {
    padding: .6180469716em;
}

.devcom.services {
	display: flex;
	flex-flow: wrap;
}

.devcom .service {
	width: calc(50% - 22px);
	border-style: solid;
	border-width: 1px;
	margin: 10px;
}

.table_service {
	//width: max-content;
}

.services table.table_service tbody tr th, .services table.table_service tbody tr:nth-child(1n) td {
	background-color: unset;
}

.service .activate {
	width: 100%;
	text-align: center;
	display: block;
	background: var(--primarybtnbg);
	color: var(--primarybtncolor);
}

.service h4 {
	padding:1em;
	margin:0;
}

#edit_device {
	padding-right: 10px;
	margin-right: 1px;
}

#delete_device {
	color: red;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1px;
}

.display_none {
	display: none;
}

.devcom.admin_set_device .toggle-row{
	display: none;
}

.devcom-admin-menu a {
	color: white;
}


.warn_no_device {
	background-color: red; color: white; padding: 5px;
}

.warn_no_device:empty {
	display: none;
}

.pages .selected {
	font-weight: bold;
}

.row_yes {
	color: green;
}

.row_no {
	color: darkred;
}

.row_wait {
	color: orange;
}
