@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@media (inverted-colors) {
 
}
* {
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
  color: #666;
  font-size: 13px;
}
html {
  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none; */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #0985ff;
  cursor: pointer;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 10px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:focus { outline: none; }
button:focus { outline: none; }
select:focus { outline: none; }
textarea:focus { outline: none; }



legend {
  border: 0;
  padding: 0;
  color: #0985ff;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}

html,
body {
  height: 100%;
}

::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#00b3ee;
}

::-webkit-scrollbar-thumb:hover{
opacity: .9;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 4px;
}


.page__wrapper {
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}

* html .page__wrapper {
  height: 100%;
}

.container {
  padding: 0 70px;
  margin: 0 auto;
}

/*=*/
.header {
  background-color: #0985ff;
  height: 58px;
  z-index: 2;
  position: relative;
  box-shadow: 2px 2px 12px 0 rgba(03, 44, 54, 0.30);
}
.header__left {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  min-width: 650px;
}
.header__right {
  position: absolute;
  right: 5px;
  top: 2px;
  display: block;
  text-align: right;
}
.right-panel {
  position: absolute;
  right: 5px;
  top: 2px;
  display: block;
  text-align: right;
  width: 60px;
  height: 55px;
 
}
.header__user {
  margin-left: 10px;
  margin-right: 25px;
}

.menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.menu__item {
  display: inline-block;
}
.menu__item:not(:last-of-type) {
  width: 99px;	
  height: 58px;
  margin-right: 35px;
}
.menu__link {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.icon-block {
  display: inline-block;
  position: relative;
}
.icon-block__img {
  width: 16px;
  height: 26px;
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-top: 7px;
  padding-right: 3px;
  padding-left: 10px;
}
.icon-block__text {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
}
.text-black {
  color: #333333;
}
.counter {
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #ff2a1d;
  padding: 2px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  display: none;
}
.counter_visible {
  display: block;
}
.logo__left-panel {
  float: left;
  display: inline-block;
  padding: 0;  
  margin-left: 5px;
}

.logo__left-panel a {
  color: #fff;
  font-size: 11px;  
}

.logo .logo_img {
  vertical-align: middle;
  margin-bottom: 2px;
}

.link {
  display: inline-block;
  vertical-align: middle;
}
.operator {
  padding: 10px 0;  
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}
.operator__icon-block {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
  margin-top: -5px;
}
.operator-name {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  overflow: hidden;
}
.operator-name a { 
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.switcher {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  margin: -2px 5px 0 2px;
  width: 18px;
  height: 18px;
}
.switcher.__disabled {
  background: #f0f0f0;
}

.switcher__caption {
  margin-left: 5px;  
}

.switcher__input:not(checked) {
  position: absolute;
  opacity: 0;
}
.switcher__input:not(checked) + label {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #dedede;
  background: transparent;
  cursor: pointer;
  min-width: 18px;
}

.switcher__input:checked + label {
  border: 2px solid #00b3ee; 
  background:  #00b3ee;
  min-width: 18px;
}

.switcher__input:not(checked) + label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.switcher__input:checked + label:after {
  content: ' ';
  width: 8px;
  height: 5px;
  top: 2px;
  left: 2px;
  position: absolute;
  background: transparent;
  border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-top-width: 2px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 2px;
 border-top: none;
 border-right: none;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.content-left_search-wrap {
  width: 100%;
  height: 39px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.content-left_list-wrap {
  width: 100%; 
}
.search {
  position: relative;
}
.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/general/icon-search.png') center no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 0;
}
.search__btn--p-fix {
  top: 4px;
}
.search__input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 5px;
  padding-right: 16px;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
}

.search__input::-webkit-input-placeholder {
  color: #3f3f3f; 
}

.search__input:-moz-placeholder {
  color: #3f3f3f;
 
}
.search__input:-ms-input-placeholder {
  color: #3f3f3f;
 
}
.search--block {
  width: 100%;
  margin-left: 12px;
}
.search--block .search__btn {
  top: 13px;
  right: auto;
  left: 0;
}
.search--block .search__input {
  text-align: left;
  padding: 13px 10px;
  padding-left: 20px;
}
.filter-form {
  width: 100%;
  margin: 5px;
}
.filter-form select {
  vertical-align: middle;
  border: 1px solid transparent;
  border-bottom: 1px dashed #d1d6e2;
  background-color: #fff;
  /* margin: 0; */
  margin: 0 0 0 5px;
  resize: vertical;
  color: #0985ff;
  font-size: 12px;
} 
.filter-form button, 
.filter-form input {
  margin: 0 0 0 5px; 
}
.filter-form .submit--form-filter{
  border: 0 solid transparent;
  font-size: 12px; 
  padding: 3px 18px;
  margin-left: 10px; 
}
.filter-form .clear--form-filter{ 
  float: right;
  border: 0 solid transparent;
  font-size: 12px; 
  padding: 3px 18px;
  margin: 0;
  display: none;
}
.filter-form .clear--form-filter.__active{ 
  display: block;
}
.dialogs-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.dialogs-list .dialogs-list__item {
  display: block;
}
.dialog {
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
}
.dialog .dialog__link {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 8px;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.dialog__link--active{
  /* box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.25); */
  color: #fff;
  background-color: #0985ff;
}

.dialog__link--active p {
  color: #fff !important;
}

.dialog__link--avatar {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
}

.grv_watch__avatar-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
  cursor: pointer;
  overflow: hidden;
}

.grv_watch__avatar-image:hover {
  border: 5px solid #9ce1f8;
}
  
.grv_watch__avatar-image img {
  width: 40px;
  height: 40px;  
}
.grv_watch__avatar{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.grv_watch__avatar  img {
  width: 100%;
  height: 100%;
}
.grv_watch__avatar-letter {
  background-color: #00b3ee;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  font-size: 17px;
  font-weight: normal !important;
}
 
.grv_watch__avatar.grv_watch__operator {
  width: 40px;
  height: 40px;
  background-color: transparent;
  /* border: 3px solid #032c36; */
  border: 1px solid #9ce1f8;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  font-weight: normal !important;
}

.grv_watch__avatar.grv_watch__operator:hover {
  border: 1px solid #ff90b3;
}

.dialog .dialog__status {
  display: block;
  position: absolute;
  top: 8px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #999;
  margin: 0 10px;
  color: #fff;
  
}

.dialog .dialog__status.dialog__status--active {
  background-color: #ff2a1d;
  height: 16px;
  border-radius: 8px;
  min-width: 16px;
  font-size: 11px;
  text-align: center;
  padding: 1px 0;
}

.dialog .dialog__status.dialog__status--left {
  background-color: #ffc000;
}

.dialog .dialog__status.dialog__status--accept {
  background-color: #6ce300;
}

.dialog .dialog__title {
  display: inline-block;
  vertical-align: middle;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}

.dialog .dialog__title p {
  color: #262626;
  font-size: 12px;
  font-weight: 400;
}

.dialog .dialog__title p.dialog__title--name {
  font-size: 14px;
  font-weight: 400;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog .dialog__link.dialog__link--active p.dialog__title--name {
  font-weight: 700;
}

.dialog .dialog__title p{
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.dialog__title--lasttime {
  position: absolute;
  top: 12px;
  right: 11px;
}

.dialog__title--lasttime > p {
  font-size: 9px;
  color: #666;
}

.dialog .dialog__operator {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}

.dialog .dialog__last-comment {
  color: #727272;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.dialog p.dialog__title--status {
  color: #727272;
  font-size: 12px !important;
  font-weight: 400;
  margin: 3px 0 0 5px !important;
  max-width: 150px;
  max-height: 25px;
  white-space: nowrap;
}
/*.dialog .dialog__settings {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -29px 0px;
  width: 19px;
  height: 17px;
  background-size: 68px, 43px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
}*/
/*.dialog .dialog__info {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 10px;
  margin-bottom: 12px;
  width: 504px;
  float: left;
}
*/

.dialog.dialog--aside .dialog__status {
  position: absolute;
  top: 14px;
  left: 16px;
}
.dialog.dialog--aside .dialog__settings {
  position: absolute;
  top: 13px;
  right: 22px;
}

/*=*/
.grv_watch__dialog-ctrl {
  color: #515151;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.grv_watch__dialog-online {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: #febe38 linear-gradient(0deg, #ffb820, #ffd885);
  margin: -2px 5px 0 0;
  border-radius: 50%;
  cursor: pointer;
}
.grv_watch__dialog-online.offline {
  background: #cecece linear-gradient(0deg, #9e9e9e, #cecece);
}
.grv_watch__dialog-title {
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  height: 18px;
}
.grv_watch__dialog-title a {
  color: #0985ff;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  font-size: 12px; 	
  font-weight: 100;
  line-height: 18px;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button__page-link{
  border: 0;
  background: none;
  padding: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/general/icon-link.png);
  background-position: 0 0;
  background-size: 36px, 18px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.button__page-link:hover{
  background-position: -18px 0;
}
.dialog-menu_page-link--wrap {
  padding: 0 0 0 5px;
  height: 18px;
}
.grv_dialog-menu__button {
  border: 0;
  background: none;
  padding: 0;
  color: #888;
  font-size: 13px;
  font-weight: 100;
  height: 18px;
}
.grv_dialog-menu__button:hover {
  color: #0985ff;
}
.grv_dialog-menu__button.__resume:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/general/icon-resume.png);
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px, 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top:  -3px;
}
.grv_dialog-menu__button.__resume:hover:before {
  background-position: -16px 0;
}
.grv_dialog-menu__button.__delegate:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/general/icon-transfer.png);
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px, 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top:  -3px;
}
.grv_dialog-menu__button.__delegate:hover:before {
  background-position: -16px 0;
}
.grv_dialog-menu__button.__forward:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/general/icon-forward.png);
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px, 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top:  -3px;
}
.grv_dialog-menu__button.__forward:hover:before {
  background-position: -16px 0;
}
.grv_dialog-menu__button.__exit:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/general/icon-dialogclose.png);
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px, 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top:  -3px;
}
.grv_dialog-menu__button.__exit:hover:before {
  background-position: -16px 0;
}
/**
archive
*/

.sensors-list--item,
.devices-list--item {
  height: 40px;
}
.unit-select--list-item {
  height: 22px;
  cursor: pointer;
  width: 100%;
}
.unit-select--list-item td:nth-child(1) {
  min-width: 20px;
  width: 20px;
}
.unit-select--list-item td:nth-child(2) {
  min-width: 20px;
  width: 20px;
}
.unit-select--list-item td:nth-child(3) {
  min-width: 40px;
  width: 15%;
}
.unit-select--list-item td:nth-child(4) {
  min-width: 20px;
  width: 15%;
}
.unit-select--list-item td:nth-child(5) {
  min-width: 40px;
  width: 15%;
}
.unit-select--list-item td:nth-child(6) {
  min-width: 40px;
  width: 15%;
}
.unit-select--list-item td:nth-child(7) {
  min-width: 40px;
  width: 15%;
}

.sertificates-list th:nth-child(1),
.sertificates-list td:nth-child(1) {
  min-width: 40px;
  width: 40px;
}
.sertificates-list th:nth-child(2),
.sertificates-list td:nth-child(2) {
  min-width: 80px;
  width: 15%;
}
.sertificates-list th:nth-child(3),
.sertificates-list td:nth-child(3) {
  min-width: 40px;
  width: 25%;
}
.sertificates-list th:nth-child(4),
.sertificates-list td:nth-child(4) {
  min-width: 20px;
  width: 20%;
}
.sertificates-list th:nth-child(5),
.sertificates-list td:nth-child(5) {
  min-width: 40px;
  width: 20%;
}
.sertificates-list th:nth-child(6),
.sertificates-list td:nth-child(6) {
  min-width: 40px;
  width: 20%;
}


.unit-select--list-item:hover {
  background-color: #cde4ea;
}
.unit-select--list-item.__active {
  background-color: #cde4ea;
}


.users-list--item.__blocked span {
  color: #aaa !important;
}
.devices-list--item,
.sensors-list--item,
.visitor-list--item,
.users-list--item,
.units-list--item,
.irule-list--item,
.models-list--item,
.gwf_table-license--item {
  cursor: pointer;
}
.devices-list--item:hover,
.sensors-list--item:hover,
.visitor-list--item:hover,
.units-list--item:hover,
.users-list--item:hover,
.irule-list--item:hover,
.models-list--item:hover,
.gwf_table-license--item:hover {
  background-color: #cde4ea;
}
.devices-list--item.__active,
.sensors-list--item.__active,
.visitor-list--item.__active,
.users-list--item.__active,
.units-list--item.__active,
.irule-list--item.__active,
.models-list--item.__active {
  background-color: #cde4ea;
}
.models-list td {
  padding: 10px 5px !important;
}
.overview-list--status {
  position: absolute;
  bottom: 0;
  right: 0;
}
.overview-list--wrap-name {
  padding: 2px 0 0 8px;
}
.grv_watch__visitor-wrap{
  padding: 2px 0;
};
.grv-archive--list-item_wrap-td {
  display: block;
}
.grv--list-item_icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.grv--list-item_icon.grv--icon-incoming {
  background-image: url(../img/general/icon-incoming.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
.grv--list-item_icon.grv--icon-outgoing {
  background-image: url(../img/general/icon-outgoing.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
.grv--list-item_icon.grv--icon-missed {
  background-image: url(../img/general/icon-missed.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
.grv--list-item_username {
 display: inline-block;
 height: 18px;
 padding: 4px 0 0 6px;
 vertical-align: middle;
}
.grv--list-item_linkname {
  color: #0985ff !important;
  font-size: 12px;
}
.grv--list-item_archive-type {
  display: inline-block;
  height: 18px;
  padding: 4px 0 0 6px;
  vertical-align: middle;
}
.grv--list-archive_linktype {
  color: #0985ff;
  font-size: 12px;
}
.grv--list-archive_linktype.type-missed {
  color: #ff3977 !important;
}
/* == */
.grv_watch__dialog-feed {
  bottom: 0;
  display: flex;
  height: 100%;
  overflow-y: auto;
  padding-right: 15px;
  padding-bottom: 5px;
  position: absolute;
  top: 0; 
  width: 100%; 
}
.grv_watch__dialog-wrap{
  display: table;
  width: 100%;
  height: 100%;
}
.grv_watch__dialog--area {
  padding: 30px 0 30px 20px;
  min-height: 300px;
  display: table-cell;
  vertical-align: bottom;
}
.dialog-feed__item {
  margin-bottom: 37px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.dialog-feed__item:before,
.dialog-feed__item:after {
  display: table;
  content: "";
}
.dialog-feed__item:after {
  clear: both;
}
.dialog-feed__item.dialog-feed__item--my .dialog-feed__speech-buble {
  background-color: #76ff76;
}
.dialog-feed__speech-buble {
  display: inline-block;
  max-width: 380px;
  padding: 12px 25px;
  border-radius: 8px;
  background-color: #76faff;
}
.dialog-feed__time {
  float: right;
  margin-top: 12px;
}

/*=*/
.dialog-feed {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dialog-feed--type-wrap {
  display: flex;
  width: 100%;
  order: 1;
  height: 100%;
  position: relative;
}
.lt-ie8 .dialog-feed .dialog-feed__item {
  /* zoom: 1; */
}

.dialog-feed .dialog-feed__commands {
  position: relative;
  width: 100%;
}

.dialog-feed .dialog-feed__input {
  width: 100%;
  position: absolute;
  border: 0;
  padding: 10px;
  padding-right: 114px;
}

.dialog-feed .dialog-feed__action {
  position: relative;
  z-index: 1;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 25px;
  height: 25px;
  background-size: 68px, 43px;
  background-repeat: no-repeat;
  border: 0;
  margin-top: 7px;
  margin-right: 10px;
  float: right;
  background-color: transparent;
}

.grv-watch__msgitem.grv-watch__writen {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #666;
  width: 450px;
  z-index: 999;
  display: none;
}
.grv-watch__msgitem.grv-watch__writen .grv-watch__msgitem-text-line {  
   color: #fff; 
}
.grv-watch__writen .grv-watch__typed-text{
  background-color: transparent;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 2px;
}

.grv-watch__msgitem{
  margin: 10px 5px 0 5px;
}
.grv-watch__msgitem:before,
.grv-watch__msgitem:after {
  display: table;
  content: "";
}

.grv-watch__msgitem:after {
  clear: both;
}

.lt-ie8 .grv-watch__msgitem {
 /*  zoom: 1; */
}

.grv-watch__msgitem-avatar {
  width: 35px;
  height: 35px;
  /*border: 1px solid #f0f0f0;*/	
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}
.grv-watch__msgitem-username{
  font-weight: 700;
}
.grv-watch__msgitem--bot-wrap {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
.grv-watch__msgitem--bot {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: #0985ff linear-gradient(0deg, #0985ff,#00b0eb);
  color:#fff;
  text-align: center;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 50%;
  font-weight: 100;
}
.grv_watch__avatar-letter.grv-watch__visitor {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #00b3ee;
  color: #00b3ee;
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  font-weight: normal !important;
}

.grv_watch__avatar-letter.grv-watch__owner {
	background-color: #ff3977;
  color: #fff;
}

.grv-watch__msgitem-normal{
  margin: 0 5px 0 50px !important;
}

.grv-watch__msgitem--my .grv-watch__msgitem-username a {
  color: #066a84;  
}


.grv-imgfile--preview {
  max-width: 90%;
  max-height: 350px;
}
.grv-watch__msgitem-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 85%;
  box-sizing: border-box;
  word-wrap: break-word;
}
.grv-watch__msgitem-text.__selected {
  background-color: #cee6ee;
}

.grv-watch__msgitem-text .grv-wdgt__sticker {
	vertical-align: middle;
	width: 20px;
	height: 20px;	
}

.dialog__title--status .grv-wdgt__sticker {
	vertical-align: middle;
	width: 20px;
	height: 20px;	
}

.grv-watch__msgitem-text img {
  border-radius: 5px;
}

.grv-watch__msgitem-sticker {
	background-color: transparent !important;
}

.grv-watch__msgitem-sticker .grv-wdgt__sticker {
	vertical-align: middle;
	width: 80px !important;
	height: 80px !important;	
}

.grv-watch__msgitem-text.grv-watch__msgitem-sticker:before {
	content: '';
	background: none;
}

.grv-watch__msgitem-text:after {
  content: '';
}

.grv-watch__msgitem-text-line {
  color: #000000;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  text-indent: 0 !important;
  padding: 3px;
}

.grv_watch__msgitem--status {
  font-size: 10px;
  color: #999;
  float: right;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: 5px 15px;
}
.grv-watch__read-status {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  opacity: 0.6;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: right;
}
.grv-watch__read-status.__sent{
  /* background-image: url(../img/general/icon-sent.png); */
}
.grv-watch__read-status.__delivered{
  background-image: url(../img/general/icon-delivered.png);
}
.grv-watch__read-status.__read{
  /* background-image: url(../img/general/icon-read.png); */
}

/* .grv-watch__msgitem--my .grv-watch__read-status {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0 0;
  opacity: 0.6;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: right;
} */

.grv-watch__msgitem--my .grv-watch__read-status.__sent{
  background-image: url(../img/general/icon-sent.png);
}
.grv-watch__msgitem--my .grv-watch__read-status.__delivered{
  background-image: url(../img/general/icon-delivered.png); 
}
.grv-watch__msgitem--my .grv-watch__read-status.__read{
  background-image: url(../img/general/icon-read.png);
}

.grv-watch__msgitem-time {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.9;
  color: #434343;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  float: right;
}
.grv-watch__msgitem--my .grv-watch__msgitem-time{
  float: right;
}

.grv-watch__dialog--service-item {
  margin: 5px auto;
  text-align: center;
  background-color: #333;
  border-radius: 10px;
  padding: 2px;
  width: 300px;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;  	
}

.grv-watch__dialog--service-item a {
  color: #fff;
  font-size: 11px;
}
.grv-watch__dialog--update-item {
  position: absolute;
  background-color: transparent;
  height: 20px;
  top: 5px;
  left: 0;
  right: 0;
  box-sizing: content-box;
  padding: 10px 0 0 0;
  margin: 0;
  z-index: 2;
}
.grv-watch__dialog--update-item ._loader-wrap {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 40px;  
  height: 20px;
  padding: 0;
}

.grv-watch__dialog--update-item ._loader {
  padding: 0;
  margin: 0;
  background-image: url(../img/general/icon-update-dialog.svg);
  background-position: 0 -10px;
  background-size: 40px, 40px;
  background-repeat: no-repeat;
  width: 40px;  
  height: 20px;
  z-index: 2;
}

.grv-watch__dialog--date-item {
  margin: 15px auto 5px auto;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 2px;
  width: 100px;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.grv-watch__dialog--date-item a {
  color: #000;
  font-size: 14px;
}
.grv-watch__dialog--date-item.absolute {
  opacity: 0.99;
  top: 5px;
  z-index: 1;
  position: sticky;
}
.grv-watch__dialog--date-item.absolute a {
  color: #444;
  font-size: 14px;
}
.grv-watch__file-link {
  color: #666;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-indent: 0 !important;
  padding: 0;
}

.grv-watch__file-wrapicon {
  display: inline-block;
}

.grv-watch__file-icon {
  display: inline-block;
  width: 30px;
  height: 35px;
  margin: 2px;
  background-color: transparent;
  vertical-align: middle;
  background-image: url(../img/general/icon-filedownload.png);
  background-position: 0 0;
  background-size: 30px, 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.grv-watch__file-icon._loading {
  background-image: url(../img/general/icon-rolling.svg);
  background-position: 0 0;
  background-size: 30px, 30px;
}
.grv-watch__download-icon {
  display: inline-block;
  width: 30px;
  height: 35px;
  margin: 2px;
  background-color: transparent;
  vertical-align: middle;
  background-image: url(../img/general/icon-download-01.png);
  background-position: 0 0;
  background-size: 30px, 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}


.grv-watch__file-text {
  display: inline-block;
  clear: both; 	
  margin: 0 0 0 5px;
  max-width: 190px;
  vertical-align: middle;
}
.grv-watch__file-size {
  color: #0985a4;
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding: 0 5px;
}

.grv-watch__download-log {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  max-width: 300px;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #fff;
  margin: 0 5px 0 50px !important;
}

.grv-watch__download-stop {
  width: 35px;
  height: 35px;
  opacity: 0.6;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #fff;
  left: 5px;
  float: right;	
}
.round-pic {
  display: table-cell;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
}
.grv_form_visitor-info--main  {
  width: 100%;
  padding-right: 280px;
  display: inline-block;
  height: 100%;
  position: absolute;
  /* overflow-y: auto; */
}
.grv_form_visitor-info--main > .grv_dialog-wrap {
  height: calc(100% - 60px);
} 
.grv_form_visitor-info--right  {
  width: 250px;
  display: inline-block;
  right: 0;
  position: absolute;
}

.chat-info{
  /* padding-left: 10px; */
  width: 100%;
}

.grv_watch__info-heading {
  margin: 10px 0 30px 0;
  text-align: center;
  height: 150px;
  max-width: 200px;
}

.grv_watch__info-heading input {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 5px 0;
  padding: 8px 0 4px 0;
}

.grv_watch__info-avatar{
	width: 100%;
  text-align: center;
}

.grv_watch__info-wrap {
	width: 100%;
	text-align: center;
}

.grv_watch__avatar-wrap {
  width: 100%;
  text-align: center;
  padding: 0 50px;
}

.grv_watch__info-avatar--letter {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00b3ee;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-size: 20px;
  font-weight: normal !important;	
}

.chat-info__item {
  margin-bottom: 5px;
}
.chat-info__item.__hide {
  display: none !important;
}
.grv_watch__info-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.info-form__editable-field {
  vertical-align: middle;
  border: 1px solid transparent;
  background: transparent;
  padding: 0 0 2px 0;
  margin: 0;
  resize: vertical;
}

.info-form__editable-field:hover {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.info-form__editable-field:focus {
  background: #fff;
  border-bottom: 1px solid #00b3ee;
}

.grv-watch-form-footer{
  bottom: 0;
  right: 60px;
  padding: 10px 0;
  min-width: 400px;
  text-align: left;
}
.grv-watch-form-body{
  position: relative;
  overflow-y: auto;
  padding: 0;
  min-width: 400px;
}
.unit-profile--form-body {
  position: relative;
  overflow-y: auto;
  padding: 0;
  height: calc(100% - 40px);
}
.grv-watch-form-header{
  padding: 0;
}
.grv-watch-form-settings.assign {
  max-width: 850px;
  min-height: 80px;
  margin: 20px 0;
}
.grv-watch-form-settings.codesite {
  max-width: 850px;
}
.grv-watch__fieldset {
  border: 0.5px dashed #aaa;
  padding: 10px;
}
.grv-watch__fieldset legend{
  padding: 0 7px;
  color: #444;
  font-weight: 700;
}
.grv-watch__field-total {
  color: #044251;
  font-size: 36px;
}
.grv-watch__button-payment {
  width: 180px;
  border: 1px solid #444;
  border-radius: 5px;
}
.grv-watch__button--delete-row {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  margin: 2px !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
  color: #0985ff !important;
  border-radius: 5px;
  font-weight: 100;
  font-size: 16px;
}
.grv-watch__button--delete-row:hover,
.grv-watch__button--delete-row:focus,
.grv-watch__button--delete-row:active {
  color: #20c8ff !important;
}
.grv-watch__field-comment {
  color: #649fad;
  font-size: 11px;
}
.grv-watch__settings-left {
  height: 100%;
  width: 20%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px #F0F0F0 solid;
}

.grv-watch__settings-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grv-watch__settings-menu--item {
  /* height: 40px; */
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px #F0F0F0 solid;
}

.grv-watch__settings-menu--item:hover {
  background-color: #cde4ea;	
}

.grv-watch__settings-menu--item.__tab-active {
  background-color: #cde4ea;
}

.grv-watch__settings-menu--item.__tab-active a span{

}
.grv-watch__settings-menu--item.__invisible {
  display: none;	
}

.grv-watch__settings-menu--item a {
  color: #666;
  vertical-align: middle;
  font-size: 13px;
  display: inline-block;
}

.grv-watch__settings-menu--item:hover a span{
 
}

.grv-watch__settings-right {
  padding: 20px;
  margin-left: 0;
  width: 80%;
  height: 100%;
  margin-left:  20%;
}
.grv-watch__setting-tab {
 display: none;	
}
.grv-watch__setting-tab.__tab-active {
 display: block;	
}
.grv-watch-setting-head {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  min-width: 400px;
  font-family: inherit;
  font-size: 14px;
  padding: 0 0 5px 25px; 
}
.grv-watch__setting--tab-wrap{
  height: 100%;
  width: 100%;
}
.grv-watch-setting-field {
	margin: 7px 7px 7px 0;
}
.grv-watch-setting-field .grv_watch__avatar-letter{
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 11px;  
}
.grv-watch-setting-field .__field-wrap {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 400px;
  vertical-align: middle;
}
.grv-watch-setting-field .__editable-field {
  vertical-align: middle;
  border: 1px solid transparent;
  border-bottom: 1px dashed #dadada;
  background: transparent;
  margin: 0;
  resize: vertical;
  color: #0985ff;
  font-size: 12px;
}
.grv-watch-setting-field .__short {
  max-width: 120px;
}
select.__editable-field:disabled {
  color: #999999 !important; 
}
.grv-watch-setting-field input.__editable-field,
.grv-watch-setting-field select.__editable-field,
.grv-watch-setting-field textarea.__editable-field {
  min-width: 200px;
  padding: 8px 4px;
  width: calc(100% - 190px);
  display: inline-block;
}

@media(max-width: 600px) {
  .grv-watch-setting-field input.__editable-field,
  .grv-watch-setting-field select.__editable-field,
  .grv-watch-setting-field textarea.__editable-field {
    min-width: 150px;
    width: 100%;
    display: inline-block;
  }
}

.grv-watch-setting-field .__user-name {
  /* font-size: 16px; */
  /* min-width: 250px; */
  /* color: #032c36; */
  font-weight: 700px;
}
.grv-watch-setting-field .__editable-field:hover {
  background: #fff;
  border: 1px dashed #00b3ee;
  outline: none;
}
.grv-watch-setting-field .__editable-field:focus {
  background: #fff;
  border: 1px dashed #00b3ee;
  outline: none;
}
.grv-watch-setting-field.__error input, .__field-wrap.__error input {
  background: #fff;
  border-bottom: 1px solid #ff3977 !important;
}
.grv-watch-setting-field.__hidden{
	display: none;
}
.grv-watch-setting-label{
	font-size: 12px;
	color: #00b3ee;
}
.grv-watch-setting-field label{
	margin-right: 7px;
  font-weight: 100;
  display: inline-block;
}
.grv-watch-setting-passwd {
  min-width: 400px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  display: none;	
}
.grv-watch-setting-passwd.__active {
  display: block;
}
@media(max-width: 600px) {
  .grv-watch-setting-passwd {
    min-width: auto;
    border: 0 solid transparent;
    border-radius: 0;
    padding: 0;	
  }
}

.grv-watch-text-button {
  border: 0 solid transparent;
  background-color: transparent;
  color: #00b3ee;
  font-size: 13px;
  border-bottom: 1px dashed #00b3ee;
  padding: 3px 0;
}

.dialog-options {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-bottom: 16px;
}
.dialog-options .dialog-options__item {
  display: inline-block;
  margin-right: 20px;
}
.dialog-option .dialog-option__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.dialog-option .dialog-option__title {
  display: inline-block;
  vertical-align: middle;
  color: #262626;
  font-size: 14px;
  font-weight: 400;
}

.tab__content {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 58px;
  left: 0; 
  right: 0;
  bottom: 0;
}

.tab__content-item {
  display: none;
}
.tab__content-item--active {
  display: block;
}
.tab__controls-item {
  border-bottom: 2px solid transparent;
}
.tab__controls-item--active {
  border-color: #00b3ee;
}


.grv-watch__content-clear {
  margin: -70px auto 0 auto;	
  padding: 150px 0;
  font-size: 12px;
  text-align: center;
  top: 40%;
  display: none;
  width: 200px;
  height: 200px;
  position: relative;
  background-image: url(../img/general/icon-community.png);
  background-size: 200px 200px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.grv-watch__content-clear p {
  color: #0985ff;
  font-weight: 700;
  font-size: 18px;
  margin-top: 70px;
}

.grv-watch__content-clear img {
	width: 200px;
	height: 70px;
}
.grv-watch__content-clear.__enable{
  display: block;
}
@media(max-width: 600px) {
  .grv-watch__content-clear {
    max-width: 300px;
  }
}
.grv-watch__link--testpage{
  display: inline-block;
  margin: 0;
  padding: 7px 20px;
  background-color: #0985ff;
  color: #fff;
  border-radius: 18px;
}
.grv-watch__link--testpage:hover{
  background-color: #0985ff;
}
.grv-watch__link--testpage.__unvisible{
  display: none !important;
}
.grv-watch__dialog-clear {
  margin: 0 auto;	
  padding: 150px 0;
  font-size: 12px;
  color: #999;
  text-align: center;
  top: 40%;
  display: none;
  max-width: 600px;
}
.grv-watch__dialog-clear img {
	width: auto;
	height: 100px;
}
.grv-watch__dialog-clear.__enable{
  display: block;
}

.content__left {
  width: 265px;
  border-right: 1px solid #F0F0F0;
  overflow: hidden;
  float: left;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.content__center {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  padding-right:  250px;
  padding-left:   265px;
  display: none;
  flex-direction: column;
}

.content__right {
  width: 250px;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  right:  0;
  padding: 0 10px;
  display: none;
  border-left: 1px solid #f0f0f0;
}

.content__left.__enable {
  display: block;
}
.content__center.__enable {
  display: flex;
}
.content__right.__enable {
  display: block;
}

@media(max-width: 1152px) {
  .content__center {
    padding-right:  0;
  }
  .content__right.__enable {
    display: none;
  }
}

@media(max-width: 840px) {
  .grv_dialog-menu__button.__forward {
    display: none;
  }
  .grv_dialog-menu__button.__delegate {
    display: none;
  }
  .grv_dialog-menu__button.__resume {
    /* display: none; */
  }
}


.grv-watch__content-main {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.grv-watch__content-main:before,
.grv-watch__content-main:after {
  content: '';
  display: table;
}

.grv-watch__content-main:after {
  clear: both;
}

.grv-watch__tab-content--wrap{
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grv-watch__form-search--wrap {
  display: flex;
  order: 0;
  height: 40px;
}
.grv-watch__form-filter--wrap{
  display: flex;
  order: 0;
  height: 40px;
}
.grv-watch__table--wrap{
  display: flex;
  order: 0;
  height: 100%;
}
._p20 {
  padding: 20px;
}
._h100-30{
  height: calc(100% - 30px) !important;
}
._h100-40{
  height: calc(100% - 40px) !important;
}
._h100-50{
  height: calc(100% - 50px) !important;
}
._h100-70{
  height: calc(100% - 70px) !important;
}
._h100-80{
  height: calc(100% - 80px) !important;
}
._h100-90{
  height: calc(100% - 90px) !important;
}
.overview-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; 
}
.overview-table tbody{
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
}
.overview-table tr {
  display: flex;
  width: 100%;
}
.overview-table thead{
  display: flex;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  border-radius: 10px 10px 0 0;
  background-color: #f0f0f0;
}
.overview-table .th--caption {
  text-align: center;
}
.overview-table .head--caption {
  padding: 0 5px;
  line-height: 18px;
  color: #A65C00;
  font-size: 13px;
  font-weight: 100;
  display: block;
  overflow: hidden;
}
.overview-table .th--caption-link {
  white-space: nowrap;
  min-width: 90px;
  text-align: left;
  display: flex;
  width: 100%;
}
.overview-table .th--sorted-link:hover {
 opacity: .9;
}
.overview-table .th--sorted-link:hover > .head--icon-sort {
  visibility: visible;
}

.overview-table .head--icon-sort {
  display: block;
  visibility: hidden;
  background-image: url(../img/general/icon-sort.png);
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}
.overview-table .head--icon-sort.arrow--up {
  background-image: url(../img/general/icon-sortup.png);
}
.overview-table .head--icon-sort.arrow--down {
  background-image: url(../img/general/icon-sortdown.png);
}
.overview-table .head--icon-sort.__active {
  visibility: visible !important;
}

.overview-table .text--addition {
  font-size: 12px;
  color: #0985ff !important;
}
.overview-table__pic {
  width: 45px;
}
.overview-table__message {
  width: 245px;
}
.overview-table .button,
.overview-table .round-pic {
  margin-top: -10px;
  margin-bottom: -10px;
}
.overview-table th {
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 10px 5px;
  display: flex;
  width: inherit;
}
.overview-table th:last-of-type {
  text-align: right;
}
.overview-table td {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
  display: flex;
  width: inherit;
}
.overview-table b {
  font-size: 12px;
}
.overview-table p {
  margin: 2px 0 0;
}
.overview-table a {
  color: #444;
  cursor: pointer;
}
.overview-table .grv_watch__last-message {
	padding: 3px 0 0 8px;
	font-size: 11px;
	color: #999;
}

.td--cell {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.td--cell .trsplit--cell {
  display: inline-block;
  width: 100%;
}
.td--cell .tcsplit--cell {
  position: relative;
  display: inline-block;
  float: left;
}

.grv_watch__last-message .grv-wdgt__sticker {
	vertical-align: middle;
	width: 20px;
	height: 20px;	
}

.grv_watch__user-group {
  list-style: none;
  margin: 0;
  padding: 0;
};

.grv_watch__user-link  span {
  vertical-align: middle;
}

.grv_watch__user-link  img {
  vertical-align: middle;
  margin-left: 20px;
  width: 16px;
  height: 16px;
  visibility: hidden;
  opacity: .6;
}

.grv_watch__user-link:hover  img {
  visibility: visible;
}
.grv_watch__visitor-link span {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.grv_watch__visitor-link img {
  vertical-align: middle;
  margin-left: 20px;
  width: 16px;
  height: 16px;
  visibility: hidden;
  opacity: .6;
}

.grv_watch__visitor-link:hover img {
  visibility: visible;
}
.grv_watch__dialog-ctrl--panel {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  height: 40px;
  order: 0;
  padding: 10px;
  position: relative;
  width: 100%;
  flex-direction: row;
}
.dialog-menu__item-wrap {
  display: flex;
  flex-direction: row;
}
.dialog-menu__item-wrap.__wrap01{
  min-width: 260px;
}
.dialog-menu__item-wrap.__wrap02{
  width: 100%;
  display: block !important;
}
.dialog-menu__tools-item {
  padding: 0 5px;
  float: right;
  display: inline-block;
}

.grv_watch__send-form {
  position: relative;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  order: 2;
}
.grv_watch__send-form--wrap {
 margin: 7px;
}
._table-feed {
  display: table;
  width: 100%;
}
._row-feed {
  display: table-row;
}
._cell-feed {
  display: table-cell;
}
.grv_watch__send-form--wrap ._cell-feed:nth-child(1){
  min-width: 80px;
  padding-bottom: 8px;
}
.grv_watch__send-form--wrap ._cell-feed:nth-child(2){
  width: 100%;
  padding-right: 12px;
  padding-bottom: 8px;
}
.grv_watch__send-form--wrap ._cell-feed{
  vertical-align: bottom;
  padding: 2px;
}

.grv_watch__text-field {
  border: none;
  padding: 0;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 400;
  resize: none;
  width: 100%;
  height: 18px;
  overflow-y: hidden;
  line-height: 18px;
  transition: min-height .1s linear;
}

.grv_watch__text-field:hover,
.grv_watch__text-field:focus {
  outline: none;
}
.grv_watch__text-send-btn {
  border: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #eee;
  border-radius: 50%;
}
.grv_watch__btn-enable {
  background:#0985ff linear-gradient(0deg,#0985ff,#0ca4d6);
}
.grv_watch__accounts-header {
  font-size: 12px;
  color: #666;
  margin: 3px 2px 18px 0;
}
.grv_watch__accounts-larr {
  display: block;
  width: 30px;
  height: 30px;
  border: 0.5px solid #999;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  top: 40px;
  position: absolute;
  padding: 3px 6px;
  margin: 0;
  border-radius: 50%;
}
  
  /*  #044251;
   #032c36; */
.grv_watch__accounts-larr:hover {
  background-color: #fefefe;
  border: 0.5px solid #666;
  color: #666;
}
.grv_watch__text-send-btn:before {
  content: '';
  display: block;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -53px;
  width: 20px;
  height: 20px;
  background-size: 100px, 80px;
  background-repeat: no-repeat;
  left: 11px;
  position: relative;
  top: 1px;
}
.grv_watch__accounts-list {
  width: 310px;
  height: 300px;
  display: none;
  overflow-y: hidden; 
}
.grv_watch__accounts-list.__enabled{
  display: block;
}
.grv_watch__accounts-login {
  width: 310px;
  height: 250px;
  display: none;
  margin-top: 30px;
}
.grv_watch__accounts-login.__enabled{
  display: block;
}
.grv_watch__accounts-add {
  width: 310px;
  height: 250px;
  display: none;
  margin-top: 30px;
}
.grv_watch__accounts-add.__enabled{
  display: block;
}
.grv_watch__login-form {
  width: 400px;
  height: 450px;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -205px;
  margin-left: -200px;
  z-index: 5;
  padding: 20px 10px 0px 45px !important;
  background-color: #fff;
  /* box-shadow: 0 0 15px rgba(255, 255, 255, 0.9); */
  /* border: 0.5px solid #044251; */
  /* border-radius: 5px; */
}
.grv_watch__signup-form {
  width: 315px;
  height: 350px;
  display: none;  
  margin-top: 5px;
  overflow: hidden; 
}
.grv_watch__signup-form.__enabled{
  display: block;
}
.grv_watch__signup-form input{
  width: 290px !important;
  border: 0.5px solid #999 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  color: #666 !important;
  padding: 12px !important;
  margin: 3px 0 0 0 !important;
}
.grv_watch__signup-form label{
  font-size: 12px;
  color:#666;
  margin: 3px 2px 0 0;
  display: block;
}
.grv_watch__signup-form .grv-watch__error-message {
  margin: 0 10px 0 2px !important;
  padding: 2px 8px !important;
  border-radius: 0 0 5px 5px !important;
  display: flex !important;
  width: calc(100% - 22px);
  max-width: none;
}
.grv_watch__signup-form .__error input {
  border: 1px solid #ff3977 !important
}
.grv_watch__signup-form .__button{
  width: 110px;
  border: 0.5px solid #0985ff;
  border-radius: 3px;
  padding: 8px 12px;
  margin: 8px;
  font-size: 12px;
  font-weight: 100 !important;
  color: #fff;
  background:#0985ff !important;
  float: right;
}
.grv_watch__signup-form .__button:hover {
  opacity: .9;
}
.grv_watch__signup-form .__button:disabled {
  border: 0.5px solid #0985ff !important;
  color: #0985ff !important;
  background: transparent !important;
}
.grv_watch__signup-form .__button:disabled:hover {
  border: 0.5px solid #0985ff !important;
  color: #0985ff !important;
  background: transparent !important;
}
.__signup--fset{
  margin: 0 !important;
  padding: 0 !important;
}
.grv_watch__recovery-form {
  width: 315px;
  height: 350px;
  display: none;  
  margin-top: 5px;
  overflow-y: hidden; 
}
.grv_watch__recovery-form.__enabled{
  display: block;
}
.grv_watch__recovery-form input{
  width: 290px !important;
  border: 0.5px solid #999 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  color: #666 !important;
  padding: 12px !important;
  margin: 3px 0 0 0 !important;
}
.grv_watch__recovery-form label{
  font-size: 12px;
  color:#666;
  margin: 3px 2px 0 0;
}
.grv_watch__recovery-form .grv-watch__error-message {
  margin: 0 5px 0 5px !important;
  padding: 2px 8px !important;
  border-radius: 0 0 5px 5px !important;
  display: flex !important;
}
.grv_watch__recovery-form .__error input {
  border: 1px solid #ff3977 !important
}
.grv_watch__recovery-form .__button{
  border: 0.5px solid #999;
  border-radius: 3px;
  padding: 8px 12px;
  margin: 8px;
  font-size: 12px;
  color: #666;
  background:#fff;
  float: right;
}
.grv-watch-recovery-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  min-width: 400px;
}
.grv-watch-recovery-footer span{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #e2f9ff;
}  
.grv_watch__recovery-form .__button:hover {
  color: #666;
  background: #fefefe;
}
.grv_watch__recovery-form .__button:disabled {
  border: 0.5px solid #eee !important;
  color: #999 !important;
  background: #fefefe !important;
}
.grv_watch__recovery-form .__button:disabled:hover {
  border: 0.5px solid #eee !important;
  color: #999 !important;
  background: #fefefe !important;
}
.__recovery--fset{
  margin: 0 !important;
  padding: 0 !important;
}
.grv_watch__login-logo{
	text-align: center;
	padding: 18px;
}
.grv_watch__login-logo--img {
  display: inline-block;
  background-image: url(../img/general/g_logo-full.png);
  background-size: 35px 40px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin-left: -20px;
  background-repeat: no-repeat;
}
.grv_watch__account-another-login {
  position: relative;
  display: block;
  width: 300px;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  border: 0.5px solid #999;
  font-size: 12px;
  color: #666;	
  padding: 10px;
  margin: 5px 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 100;
}
.grv_watch__account-another-login:hover {
  background-color: #fefefe;
}
.grv_watch__account-user {
  position: relative;
  display: block;
  width: 300px;
  height: 56px;
  border: 0.5px solid #999;
  background-color: #fff;
  border-radius: 6px;
  font-size: 12px;
  color: #666;	
  padding: 5px;
  margin: 3px;
}
.grv_watch__account-user:hover {
  border: 1px solid 666;
}
.grv_watch__account-login-item {
  position: relative;
  display: block;
  width: 300px;
  height: 56px;
  border: 0.5px solid #999;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  color: #666;	
  padding: 5px;
  margin: 3px;
}
.grv_watch__account-login-item:hover {
  background-color: #fefefe;
}
.grv_watch__account-login--avatar-wrap {
  width: 40px;
  height: 40px;
  float: left;
  margin: 3px;
}
.grv_watch__account-login--display-wrap {
  width: 220px;
  height: 40px;
  padding: 1px;
  margin: 3px 6px;
  float: left;
}
.grv_watch__account-login--display-name {
  margin: 2px 0;
  font-size: 13px;
  color: #666;
}
.grv_watch__account-login--display-login {
  margin: 2px 0;
  font-size: 13px;
  color: #999;
}
.grv_watch__account-login--drop {
  background-color: transparent;
  border-radius: 50%;
  border: 0 solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 100;
}
.grv_watch__login-in {
  width: 300px;
  border: 0.5px solid #999;
  background-color: transparent !important;
  border-radius: 6px;
  font-size: 12px;
  color: #666;	
  padding: 12px;
  margin: 8px 3px 8px 3px;
  outline: none;
}
.grv_watch__authform--username {
  display: none;
}
.grv_watch__login-in::placeholder {
  color: #aaa;
}
.grv_watch__login-in:hover {
  border: 1px solid #666;
}
.grv_watch__login-in:focus {
  border: 1px solid #666;
}
.grv_watch__login-in:-webkit-autofill {
    -webkit-text-fill-color: #666 !important; /* цвет текста */
    color: #666 !important; /* цвет текста */
    background-color: transparent;
}
.grv_watch__capslock-indicator {
  width: 290px;
  height: 11px;
  background-color: transparent;
  padding: 0;
  margin: -5px 0 0 0;
  text-align: center;
  visibility: hidden;
}
.grv_watch__capslock-indicator.__active {
  visibility: visible;
}
.grv_watch__capslock-indicator span{
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  font-size: 11px;
  color: #e2f9ff;	
 }
.__login_error {
  border: 2px solid #044251;
  background-color: #fccccb;
}
.grv_watch__login-btn {
  width: 300px;
  border: 0.5px solid #fff;
  border-radius: 3px;	
  padding: 12px;
  margin: 8px 3px 8px 3px;
  font-size: 12px;
  color: #fff;
  background: #0985ff;
}
.grv_watch__login-btn:hover {
  opacity: .9;
}
.grv_watch__login-btn.__btn-disabled {
  border: 0.5px solid #0985ff;
  color: #0985ff;
  background: transparent;
}
.grv-watch__login-response {
  color: #999;
  font-size: 12px;
  text-align: center;
}

.grv-watch__about-footer {
  width: 100% !important;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  padding: 5px;
}
.grv-watch__about-footer a {
  margin: 0 auto;
  /* text-shadow: 1px 1px 2px #077692; */
  color: #fff !important;
  font-size: 12px !important;
  text-align: center;			
}
.grv-watch__about-wrap {
  display: inline-block;
  margin: 2px 5px;
  border-right: 1px solid #fff;
  padding: 0 10px;
}
.grv-watch__about-wrap.__version {
  display: block;
  border-left: 1px solid #fff;
}
@media(max-width: 600px) {
  .grv-watch__about-footer a {
    color: #0985ff !important;
  }
  .grv-watch__about-wrap.__version {
    display: none;
  }
}
.grv-watch__login-footer {
  position: absolute;
  bottom: 5px;
}
.grv-watch__login-footer a {
  margin: 0 auto;
  color: #666;
  font-size: 12px;
  text-align: center;			
}
.grv-watch__login-footer div {
  margin: 10px auto;
  text-align: center;
  width: 150px;
  display: inline-block;			
}
.grv-watch__login-footer.__disabled {
  display: none !important;			
}
.grv-watch__login-postcard {
  margin: 30px;
  color: #066a84;
  font-size: 12px;
  text-align: center;			
}


.grv_watch__form-overlay {
	z-index: 990;
	position: fixed; 
  top: 0; 
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0985ff;
}
@media(max-width: 600px) {
  .grv_watch__form-overlay {
    background-color: #fff !important;
  }
}

.grv_watch__form-overlay-img{
  position: relative;
  height: 100%;
  width: 100%;  
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: transparent;
  margin: 0 auto; 
}
.grv-watch-signup-header h3{
  text-align: center;
  font-size: 14px;
  margin: 0 0 8px 0;
  color:#007acc;
  font-weight: 100;
}
.grv-watch-recovery-header h3{
  text-align: center;
  font-size: 14px;
  margin: 0 0 8px 0;
  color:#007acc;
  font-weight: 100;
}
@media (min-width: 1301px) {
  .grv_watch__form-overlay-img {
    background-size: 100% auto;
  }
}
@media (max-width: 1300px) {
  .grv_watch__form-overlay-img {
    background-size: auto 100%;
  }
}
.grv_watch__controls {
  box-sizing: border-box;
  background: #fff;
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0;
}
.grv_watch__controls-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 2px;
}
.grv_watch__controls-thinker {
  background: none;
  border: 0;
  padding: 0;
  display: block;
}
.grv_watch__controls-thinker.__disabled {
  display: none!important;
}
.grv_watch__controls-thinker:before {
  content: '';
  display: inline-block;
  background-image: url(../img/general/icon-think.png);
  background-position: 0 0;
  width: 22px;
  height: 22px;
  background-size: 44px, 22px;
  background-repeat: no-repeat;
}
.grv_watch__controls-thinker:hover:before {
  background-position: -22px 0;
}

.grv_watch__controls-emoji {
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
}

.grv_watch__controls-emoji:before {
  content: '';
  display: inline-block;
  background-image: url(../img/general/icon-emoji.png);
  background-position: 0 0;
  width: 22px;
  height: 22px;
  background-size: 44px, 22px;
  background-repeat: no-repeat;
}
.grv_watch__controls-emoji:hover:before {
  background-position: -22px 0;
}

.grv_watch__controls-emoji.__active:before {
  background-position: -22px 0;
}

.grv_watch__menu-smiles {
  position: absolute;
  top: -140px;
  left: -10px;
  width: 160px;
  max-height: 130px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
  border-radius: 8px;
  display: none;
}

.grv_watch__visible {
  display: block;
}

.grv_watch__menu-smiles:before {
  content: '';
  display: block;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -88px;
  width: 11px;
  height: 10px;
  background-size: 120px, 98px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -9px;
  left: 14px;
}

.grv_watch__menu-smiles__inner {
  font-size: 0;
  max-height: 130px;
  overflow: auto;
}

.grv_watch__menu-smiles--item {
  display: inline-block;
  font-size: 14px;
  width: 29px;
  height: 29px;
  padding: 3px;
}

.grv_watch__menu-smiles--item > img {
  max-width: 100%;
}

.grv_watch__menu-smiles--item:hover,
.grv_watch__menu-smiles--item:focus {
  opacity: .8;
}

.gwf__input-file {
  display: none;
}

.gwf__input-file + .__label {
  background: none;
  border: 0;
  cursor: pointer;
}

.gwf__input-file + .__label:before {
  content: '';
  display: inline-block;
  background-image: url(../img/general/icon-atach.png);
  background-position: 0 0;
  width: 22px;
  height: 22px;
  background-size: 44px, 22px;
  background-repeat: no-repeat;
}
.gwf__input-file + .__label:hover:before {
  background-position: -22px 0;
}
	
#connectstatus{
		width: 800px; 
		height: 30px; 
		
		
		border: 3px #000 solid;
		background: #F6F6F6;
		position: fixed; 
		align-content: center;
		top: 0%; 
		left: 50%; 
		margin-left: -400px; 
		display: none;
		
 		padding: 5px 15px 0px 15px;  
		z-index:1000; 
	
	-webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
	}

#thnk_wdgt_answers_popup {
  background-color: #ffffff;
  overflow-x: hiden; 
  overflow-y: auto; 
  padding: 0;
  position: absolute;
  max-width: 500px;
  min-width: 250px;
  max-height: 200px;
  text-align: left;
  box-shadow: -3px 3px 25px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  z-index: 15;
}

#thnk_wdgt_answers_popup:before {
  content: '';
  background-image: url(../img/general/logo-mini.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 20px;
  background-size: 60px auto;
  background-repeat: no-repeat;
  opacity: 0.7;
  right: 3px;
  top: 3px;
  position: absolute;
}

.thnk_wdgt_answers_item {
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
	padding: 12px 20px 12px 20px;
  cursor: pointer;
  border: 0;
}

.thnk_wdgt_answers_item:hover,
.thnk_wdgt_answers_item:focus {
  background-color: #0985ff;	
  color: #ffffff;
  border: 0;
  outline: none;
}

button.join {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 4px;
  margin: 5px;
  background-color: #0985ff;
  border: 0;
  min-width: 90px;
  float: right;
}
button.join:hover,
button.join:focus {
  opacity: .9;
}
button.join:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
button.join:disabled:hover {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
button.join.__form-filter {
  margin: 0 !important;
  padding: 2px 15px !important;
}
button.loading,
button.loading:hover,
button.loading:focus {
    cursor: default;
    background-color: #fafafa!important;
    background-image: url("data:image/gif;base64,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")!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border: 1px solid #ccc!important;
    color: #fafafa!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 100%!important;
    white-space: nowrap;
    overflow: hidden;
}
button.grv-watch__button-delete {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 7px;
  border-radius: 4px;
  margin: 5px;
  background-color: #ff3977;
  border: 0;	
}
button.grv-watch__button-delete:hover,
button.grv-watch__button-delete:focus {
  background-color: #d00044;
}

.grv-watch__helpdoc--link{
  float: right;
  margin: 0 20px 0 0;
  border-bottom: 1px dashed #0985ff;
}
.grv-watch__clipboard--link{
  margin: 0 0 0 20px;
  border-bottom: 1px dashed #0985ff;
}

button.join.__light {
  color: #0985ff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 5px;
  background-color: transparent;
  border: 1px solid #0985ff;
  padding: 0 5px;
  float: none;
  border-radius: 18px;
}
button.join.__light:hover {
  background-color: #0985ff;
  color: #fff;
  padding: 2px 10px;
}
button.__light.loading,
button.__light.loading:hover,
button.__light.loading:focus {
    cursor: default;
    background-color: transparent!important;
    background-image: url("data:image/gif;base64,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")!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border: 0 solid transparent!important;
    color: #fafafa!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 100%!important;
    white-space: nowrap;
    overflow: hidden;
}

button.refuse {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 15px;
  border-radius: 4px;
  margin: 5px;
  background-color: #999;
  border: 0;
  min-width: 90px;
}
button.refuse:hover,
button.refuse:focus {
  background-color: #aaa;
}

button.join.submit--form-filter{
  border: 0;
  background: none;
  padding: 0;
  color: #888;
  font-size: 13px;
  font-weight: 100;
  height: 18px;
}
button.join.submit--form-filter:hover{
  color: #0985ff;
}
button.join.submit--form-filter:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/general/icon-renew.png);
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-size: 32px, 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top:  -3px;
}
button.join.submit--form-filter:hover:before {
  background-position: -16px 0;
}
/*=0=*/
.send-dialog-block {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  display: flex;
  flex-direction: column;
  
}
.send-dialog-block__top {
  margin: 0;
  display: flex;
}
.send-dialog-block__top--wrap {
  padding: 7px;
  border-bottom: .5px solid #eeeeee;
  width: 100%;
}
.send-dialog-block__top--wrap:hover {
  border-bottom: .5px solid #eaeaea;
}
.send-dialog-block__close {
  background: none;
  border: 0;
  padding: 0;
}
.send-dialog-block__close:before {
  content: '';
  display: block;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -38px;
  width: 22px;
  height: 22px;
  background-size: 120px, 98px;
  background-repeat: no-repeat;
}
.send-dialog-block__search {
  width: 100%;
  margin: 0;
  padding: 0;
}
.send-dialog-block__scrollable-area {
  overflow: auto;
  width: 100%;
  height: 100%;
  margin-right: -10px;
  box-sizing: content-box;
  position: relative;
  top: 0;
}

.send-dialog-table {
  overflow-y: auto;
  width: 100%;
}
.send-dialog-table tr {
	height: 50px;	
}
.send-dialog-table td {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.send-dialog-table td:nth-child(4),
.send-dialog-table td:nth-child(6),
.send-dialog-table td:nth-child(8),
.send-dialog-table td:nth-child(9) {
  display: none;
}

.send-dialog-block__footer {
  text-align: right;
  padding: 3px 20px 0 0;
  border-top: 1px solid #eee;
}

.clickable {
 /*  position: relative; */
  cursor: pointer;
}


.round-pic {
  display: table-cell;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 11px;
}

.table-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 11px;
  width: 100%;
}
.table-text span {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 195px;
  min-width: 100px;
  text-overflow: ellipsis;
}

.tar {

  text-align: right;
  /*padding-right: 20px !important;*/
}
.search {
  position: relative;
}
.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/general/icon-search.png') center no-repeat;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 0;
}
.search__btn--p-fix {
  top: 4px;
}

/*-=0=-*/
.grv_watch__label-status {
  border-radius: 9px;
  font-size: 11px;
  color: #fff;
  padding: 2px 8px;
  height: 17px;
}
.grv_watch__offline {
  background-color: #999;
}
.grv_watch__online {
  background-color: #00b3ee;
}
/*ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ð¹ Ð´Ð¸Ð°Ð»Ð¾Ð³=Start*/
/*modal-dialogs*/
.grv-gwindow__main {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0;
  padding: 10px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 15;
  display: none;
}
.grv-gwindow__main.__top-of-all {
  z-index: 999;
}
.grv-gwindow__container {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 5px -5px 12px 8px rgba(125,125,125,.3);
  -moz-box-shadow: 5px -5px 12px 8px rgba(125,125,125,.3);
  box-shadow: 5px -5px 12px 8px rgba(125,125,125,.3);
  background-color: #fff;
  z-index: 5;
  text-align: left;
  border: 0 solid transparent;
  border-radius: 20px;
  overflow: hidden;
  width: 80%;
}
@media(max-width: 1000px) {
  .grv-gwindow__container {
    width: 100%;
  }
}
.grv-gwindow__head {
  z-index: 7; 
  position:  relative;
  top: 0;
  height: 50px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}

.grv-gwindow__head.caption {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 15px 0 15px 2px;
  color: #0985ff;
  text-align: center;
}
.grv-gwindow__head span{
  font-size: 18px;
  font-weight: 100;
  color: #0985ff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 45px;
}
@media(max-width: 400px) {
  .grv-gwindow__head span {
    margin: 3px 0 0 0;
    font-size: 16px;
    margin-left: 0;
  }
}
.grv-gwindow__head.panel {
  display: flex;
  float: right;
  padding: 10px;
}

.window-icon {
  float: left;
}

.button-ctrl {
  height: 30px;
  width: 30px;
  padding: 5px;
  display: inline-block;
}

.button-ctrl:hover {
  opacity: .8;
}

.button-ctrl a > img{
 width: 20px;
 height: 20px;
}

.button-ctrl.close {
  height: 40px;
  width: 60px;
  padding: 10px 0 10px 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  border-radius: 50%;
  color: #0985ff;
  font-size: 14px;
  text-align: center;
}

.grv-gwindow__loader {
	width: 100%;
	height: 100%;
	text-align: center;
}

.grv-gwindow__loader img {	 
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;	
}

.grv-gwindow__content {
  width: 100%;  
  position: absolute;
  top: 50px;
  bottom: 0;
  margin-bottom: 10px;
  display: block;
  padding: 0;
}

.modal-dialog {
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.22); */
  box-shadow: -8px 8px 18px rgba(03, 44, 54, 0.20); 
  background-color: #fff;
  padding: 10px 17px 10px 14px;
  border-radius: 2px;
  width: 600px;
  height: 160px;
  border: 0.5px solid #cde4ea;
  min-height: 120px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -60px;
  font-size: 12px;
  z-index: 999;	
  color: #444;
  border-radius: 5px;
}
@media(max-width: 700px) {
  .modal-dialog {
    width: 300px;
    margin-left: -150px;
  }
}

.modal-dialog__overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998;	
  background-color: #fff;
  position: fixed;
  opacity: 0.6;
}

.modal-dialog__header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0985ff;
  height: 35px;
  width: 100%;
  border-bottom: .5px solid #cde4ea;
} 
.modal-dialog__caption {
  vertical-align: middle;
  width: 550px;
  overflow: hidden;
  display: inline-block;
  padding: 5px 5px 5px 15px;
  margin-top: 4px;
  font-weight: 100;
  color: #fff;
}
.modal-dialog__close {
  position: absolute;
  right: 7px;
  top: 7px;	
  background: none;
  padding: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0 solid transparent;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 100;
  font-size: 16px;
}
.modal-dialog__message {
  padding: 10px 20px;
  position: absolute;
  top: 40px;
  font-weight: 100;
}
.modal-dialog__footer {
  padding: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: transparent;
}
.modal-dialog__footer button {
  height: 30px;
  border: 0px solid transparent;
  width: 90px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  padding: 8px 0;
  margin: 0 5px;
  background-color: #0985ff;
  font-weight: 100;
  text-align: center;
}
.modal-dialog__button-submit{
  display: inline-block;
}
.modal-dialog__button-yes{
  display: inline-block;
}
.modal-dialog__button-no{
  display: inline-block;
}
.modal-dialog__button-cancel{
  display: inline-block;
} 

.grv-watch__success-message {
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 10px;
  background-color: #7bcc02;
  padding: 3px 8px;
  border-radius: 5px;
}

.grv-watch__error-message {
  color: #fff;
  font-size: 11px;
  background-color: #ff3977;
  padding: 3px 8px;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  display: block;
  max-width: 250px;
  text-align: center;
}
.grv-watch__panel-tools {	
  position: fixed;
  z-index: 1;
  bottom: 10%;
  right: 7%;
}

.grv-watch__tool-button {
  background-color: #0985ff;
  width: 45px;
  height: 45px;
  background-image: url(../img/general/icon-add.png);	
  background-position: 0 0;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  border: 0 solid transparent;
  border-radius: 50%;
  box-shadow: -3px 3px 18px rgba(100, 100, 100, 0.3);
  cursor: pointer;
}
.grv-watch__tool-button:active {
  box-shadow: none;
  opacity: .9;
}
.grv-watch__tool-button:hover {
  opacity: .9;
}


.grv-watch__toastWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  position: absolute;
  width: 100%;
  color: #ffffff;
  height: 30px;
  display: none;
  text-align: center; 
}

.grv-watch__toastWrap span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000000;
    display: inline;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px; 
}

.grv-watch__toastWrap.bottom {
    position: fixed !important;
    bottom: 0 !important; 
}

.dialog--h-100 {
  height: 100%;
}

a.grv_watch__visitor-link {
    min-width: 100px;
    max-width: 160px;
    display: inline-block;
}

.paireds-list th:nth-child(1), 
.paireds-list td:nth-child(1) {
  min-width: 60px;
  max-width: 90px;
  width: 10%;
}
.paireds-list th:nth-child(2), 
.paireds-list td:nth-child(2) {
  min-width: 40px;
  max-width: 90px;
  width: 10%;
}
.paireds-list th:nth-child(3), 
.paireds-list td:nth-child(3) {
  min-width: 180px;
  width: 25%;
}
.paireds-list th:nth-child(4), 
.paireds-list td:nth-child(4) {
  min-width: 120px; 
  width: 15%;
}
.paireds-list th:nth-child(5), 
.paireds-list td:nth-child(5) {
  min-width: 150px;
  width: 20%;
}
.paireds-list th:nth-child(6), 
.paireds-list td:nth-child(6) {
  min-width: 150px;
  width: 20%;
}
.paireds-list th:nth-child(7), 
.paireds-list td:nth-child(7) {
  width: 10%;
}


.devices-list th:nth-child(1), 
.devices-list td:nth-child(1) {
  min-width: 20px;
  width: 40px;
}
.devices-list th:nth-child(2), 
.devices-list td:nth-child(2) {
  min-width: 20px;
  max-width: 90px;
  width: 40px;
}
.devices-list th:nth-child(3), 
.devices-list td:nth-child(3) {
  min-width: 90px;
  width: 20%;
} 
.devices-list th:nth-child(4), 
.devices-list td:nth-child(4) {
  width: 15%;
}
.devices-list th:nth-child(5), 
.devices-list td:nth-child(5) {
  width: 15%;
}
.devices-list th:nth-child(6), 
.devices-list td:nth-child(6) {
  width: 15%;
}
.devices-list th:nth-child(7), 
.devices-list td:nth-child(7) {
  width: 20%;
}
.devices-list th:nth-child(8), 
.devices-list td:nth-child(8) {
  width: 10%;
}


.paired-list th:nth-child(1), 
.paired-list td:nth-child(1) {
  min-width: 90px;
  width: 30%;
}
.paired-list th:nth-child(2), 
.paired-list td:nth-child(2) {
  min-width: 90px;
  width: 30%;
}
.paired-list th:nth-child(3), 
.paired-list td:nth-child(3) {
  min-width: 40px;
  width: 20%;
} 
.paired-list th:nth-child(4), 
.paired-list td:nth-child(4) {
  width: 20%;
}
.paired-list th:nth-child(5), 
.paired-list td:nth-child(5) {
  width: 10%;
  min-width: 40px;
  max-width: 40px;
}
.paired-list button {
  min-width: 20px !important;
}

.owners-list th:nth-child(1), 
.owners-list td:nth-child(1) {
  min-width: 120px;
  width: 33%;
}
.owners-list th:nth-child(2), 
.owners-list td:nth-child(2) {
  min-width: 120px;
  width: 33%;
}
.owners-list th:nth-child(3), 
.owners-list td:nth-child(3) {
  min-width: 120px;
  width: 33%;
} 
.owners-list th:nth-child(4), 
.owners-list td:nth-child(4) {
  width: 10%;
  min-width: 40px;
  max-width: 40px;
}
.owners-list button {
  min-width: 20px !important;
}

.seanses-list th:nth-child(1), 
.seanses-list td:nth-child(1) {
  min-width: 40px;
  width: 10%;
}
.seanses-list th:nth-child(2), 
.seanses-list td:nth-child(2) {
  min-width: 120px;
  width: 33%;
}
.seanses-list th:nth-child(3), 
.seanses-list td:nth-child(3) {
  min-width: 120px;
  width: 33%;
} 
.seanses-list th:nth-child(4), 
.seanses-list td:nth-child(4) {
  width: 20%;
  min-width: 40px;
}
.seanses-list th:nth-child(5), 
.seanses-list td:nth-child(5) {
  width: 25%;
  min-width: 90px;
}
.seanses-list th:nth-child(6), 
.seanses-list td:nth-child(6) {
  width: 20%;
  min-width: 60px;
}

.sensors-list th:nth-child(1), 
.sensors-list td:nth-child(1) {
  min-width: 40px;
  width: 10%;
}
.sensors-list th:nth-child(2), 
.sensors-list td:nth-child(2) {
  min-width: 90px;
  width: 20%;
}
.sensors-list th:nth-child(3), 
.sensors-list td:nth-child(3) {
  min-width: 90px;
  width: 20%;
} 
.sensors-list th:nth-child(4), 
.sensors-list td:nth-child(4) {
  width: 15%;
}
.sensors-list th:nth-child(5), 
.sensors-list td:nth-child(5) {
  width: 20%;
}
.sensors-list th:nth-child(6), 
.sensors-list td:nth-child(6) {
  width: 10%;
}
.sensors-list th:nth-child(7), 
.sensors-list td:nth-child(7) {
  width: 10%;
}
.sensors-list th:nth-child(8), 
.sensors-list td:nth-child(8) {
  width: 10%;
}
.sensors-list th:nth-child(9), 
.sensors-list td:nth-child(9) {
  width: 10%;
}

.events-list {
  max-width: 100%;
  margin: 0 auto;
}
.events-list th:nth-child(1), 
.events-list td:nth-child(1) {
  width: 10%;
}
.events-list th:nth-child(2), 
.events-list td:nth-child(2) {
  width: 10%;
}
.events-list th:nth-child(3), 
.events-list td:nth-child(3) {
  width: 30%;
}

.overview-list {
  max-width: 100%;
  margin: 15px auto;
}
.overview-list.__editable tr:hover > td {
  background-color: #f0f0f0;
}
.overview-list.__editable tr {
  cursor:pointer
}
.overview-list th:nth-child(1), 
.overview-list td:nth-child(1) {
  width: 40%;
}
.overview-list th:nth-child(2), 
.overview-list td:nth-child(2) {
  width: 60%;
}
.overview-list tr:nth-child(2n) { 
  background-color: #f9f9f9; 
}


.irules-list {
  max-width: 100%;
  margin: 0 auto;
}

.irules-list td {
  padding: 10px 5px !important;
}

.irules-list th:nth-child(1), 
.irules-list td:nth-child(1) {
  width: 5%;
}
.irules-list th:nth-child(2), 
.irules-list td:nth-child(2) {
  width: 30%;
}
.irules-list th:nth-child(3), 
.irules-list td:nth-child(3) {
  width: 35%;
}
.irules-list th:nth-child(4), 
.irules-list td:nth-child(4) {
  width: 30%;
}

.irule-list--item td {
  border-bottom: 1px solid #fefefe;
}
.irule--row-icon {
  width: 18px;
  height: 18px;
  background-image: url(../img/general/icon-irule.png);	
  background-position: 0 0;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  border: 0 solid transparent;
}
.irule--cell-text,
.irule--cell-action {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.irule-list--item td.__row-icon {
  min-width: 18px !important;
}

.visitors-list {
    max-width: 100%;
}

.visitors-list th:nth-child(1), 
.visitors-list td:nth-child(1), 
.visitors-list th:nth-child(2), 
.visitors-list td:nth-child(2) {
  width: 20%;
  min-width: 200px;
}
.visitors-list th:nth-child(3), 
.visitors-list td:nth-child(3) {
  width: 15%;
} 
.visitors-list th:nth-child(4),
.visitors-list td:nth-child(4),
.visitors-list th:nth-child(5),
.visitors-list td:nth-child(5),
.visitors-list th:nth-child(6),
.visitors-list td:nth-child(6), 
.visitors-list th:nth-child(7),
.visitors-list td:nth-child(7),
.visitors-list th:nth-child(8),
.visitors-list td:nth-child(8),
.visitors-list th:nth-child(9),
.visitors-list td:nth-child(9) {
  width: 10%;
}
.td_cell--wrap {
  width: 100%;
}
.grv_watch__last-link--wrap {
  width: 100%;
  text-overflow: ellipsis;
}
.grv_watch__last-link {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.grv_watch__user-job {
  width: 100%;
}
.grv_watch__user-job a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.models-list th:nth-child(1), 
.models-list td:nth-child(1) {
  min-width: 40px;
  width: 40px;
}
.models-list th:nth-child(2), 
.models-list td:nth-child(2) {
  min-width: 40px;
  width: 40px;
} 
.models-list th:nth-child(3), 
.models-list td:nth-child(3) {
  min-width: 90px;
  width: 30%;
} 
.models-list th:nth-child(4), 
.models-list td:nth-child(4) {
  width: 30%;
}
.models-list th:nth-child(5), 
.models-list td:nth-child(5) {
  width: 30%;
}

.units-list th:nth-child(1), 
.units-list td:nth-child(1) {
  min-width: 40px;
  width: 40px;
}
.units-list th:nth-child(2), 
.units-list td:nth-child(2) {
  min-width: 90px;
  width: 20%;
} 
.units-list th:nth-child(3), 
.units-list td:nth-child(3) {
  min-width: 90px;
  width: 30%;
} 
.units-list th:nth-child(4), 
.units-list td:nth-child(4) {
  width: 20%;
}
.units-list th:nth-child(5), 
.units-list td:nth-child(5) {
  width: 30%;
}
.units-list th:nth-child(6), 
.units-list td:nth-child(6) {
  width: 20%;
}
.units-list th:nth-child(7), 
.units-list td:nth-child(7) {
  width: 20%;
}

.licenses-list th:nth-child(1), 
.licenses-list td:nth-child(1) {
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.licenses-list th:nth-child(2), 
.licenses-list td:nth-child(2) {
  min-width: 90px;
  width: 20%;
} 
.licenses-list th:nth-child(3), 
.licenses-list td:nth-child(3) {
  min-width: 90px;
  width: 30%;
} 
.licenses-list th:nth-child(4), 
.licenses-list td:nth-child(4) {
  width: 20%;
}
.licenses-list th:nth-child(5), 
.licenses-list td:nth-child(5) {
  width: 30%;
}
.licenses-list th:nth-child(6), 
.licenses-list td:nth-child(6) {
  width: 20%;
}
.licenses-list th:nth-child(7), 
.licenses-list td:nth-child(7) {
  width: 20%;
}



.users-list th:nth-child(1), 
.users-list td:nth-child(1) {
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.users-list th:nth-child(2), 
.users-list td:nth-child(2) {
  min-width: 90px;
  width: 20%;
} 
.users-list th:nth-child(3), 
.users-list td:nth-child(3) {
  min-width: 90px;
  width: 30%;
} 
.users-list th:nth-child(4), 
.users-list td:nth-child(4) {
  width: 20%;
}
.users-list th:nth-child(5), 
.users-list td:nth-child(5) {
  width: 30%;
}
.users-list th:nth-child(6), 
.users-list td:nth-child(6) {
  width: 20%;
}
.users-list th:nth-child(7), 
.users-list td:nth-child(7) {
  width: 20%;
}
.grv_watch__user-link {
  max-width: 160px;
  min-width: 100px;
  display: inline-block;
  width: 100%;
}
.grv_watch__user-link span{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.conditions-list {
  width: 95%;
  margin: 10px 10px;
  height: auto !important;
}
.conditions-list tbody {
  height: inherit !important;
}
.conditions-list td,
.conditions-list th {
  height: 28px !important;
  padding: 2px;
  min-width: 50px !important;
}

.conditions-list td:nth-child(1),
.conditions-list th:nth-child(1) {
  width: 5%;
}
.conditions-list td:nth-child(2),
.conditions-list th:nth-child(2) {
  width: 40%;
}
.conditions-list td:nth-child(3),
.conditions-list th:nth-child(3) {
  width: 10%;
}
.conditions-list td:nth-child(4),
.conditions-list th:nth-child(4) {
  width: 15%;
}
.conditions-list td:nth-child(5),
.conditions-list th:nth-child(5) {
  width: 5%;
}

@media (min-width: 1351px) {
  .visitors-list,
  .users-list {
      max-width: 100%;
  }
} 


/*Image Viewer START*/
.gwdgt_main-wrap{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity: 0.4;
  background-color: #FFF;
  z-index: 99;
}

.gwdgt_main-container{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: 50px;
  background-color: #444;
  z-index: 100;
  -webkit-box-shadow: 6px 6px 8px rgba(0,0,0,.7);
  -moz-box-shadow: 6px 6px 8px rgba(0,0,0,.7);
  box-shadow: 6px 6px 8px rgba(0,0,0,.7);
}

.gwdgt_image-wrap {
  position: relative;
  width: 100%;
  height: 100%;	
  margin: 0 auto;
  background-position: center;
}

.gwdgt_image-viewer {
  position: relative;
  width: 100%;
  height: 100%;	
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/general/loader.svg);
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.gwdgt_image-viewer img {
  margin: auto;
  background-color: #fff;
}

.gwdgt_main-control{
  position: absolute;	 
  top: 50%;
  -webkit-box-shadow: 8px 8px 15px rgba(0,0,0,.9);
  -moz-box-shadow: 8px 8px 15px rgba(0,0,0,.9);
  box-shadow: 8px 8px 15px rgba(0,0,0,.9);
}

.gwdgt_ctrl-btn {
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  background-color: #444;
  padding: 0;
  border: 0 solid transparent;
  font-family: Arial;
  font-size: 14px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.gwdgt_ctrl-btn_close, .gwdgt_ctrl-btn_download {
  width: 40px;
  height: 40px;
  top: 15px;
}
.gwdgt_ctrl-btn_close {
  right: 15px;
  background-image: url(../img/general/icon-close.png);
  background-size: 25px 25px;
  background-position: 7px 7px;
}

.gwdgt_ctrl-btn_download  {
  right: 65px;
  background-image: url(../img/general/icon-download.png);
  background-size: 25px 25px;
  background-position: 7px 7px;
}

.gwdgt_ctrl-btn.__prev, .gwdgt_ctrl-btn.__next {
  width: 40px;
  height: 40px;
  top: 50%;
  background-size: 30px 30px;
  background-position: 5px 5px;
}
.gwdgt_ctrl-btn.__prev {
  left: 20px;
  background-image: url(../img/general/icon-prev.png); 
}

.gwdgt_ctrl-btn.__next {
  right: 20px;
  background-image: url(../img/general/icon-next.png);
 }

.gwdgt_ctrl-btn:hover {
  background-color: #666;	
}



/*Image Viewer END*/

.grv-watch__element-license {
  border-collapse: separate; 
  border-spacing: 20px 0;  
}
.grv-watch__element-license tbody>tr {
  cursor:pointer; 
}
.grv-watch__element-license td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  margin:  0;
}
.grv-watch__element-license th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;
  margin:  0;
  text-align: center;
}
.grv-watch__settings--h3 {
  color: #0985ff;
  font-size: 16px;
  font-weight: 100;
}
.grv-watch__literal-code {
  border: 0 solid transparent;
  width: 100%;
  height: 60px;
  color: #0985ff;
  background-color: #effbff; 
  padding: 10px;
  margin: 0;
  resize: none;
  overflow: hidden;
  text-align: center;
}
.grv-watch__dialog--license-free {
  border: 0 solid transparent;
  width: 100%;
  height: 100%;
  color: #999;
  padding: 10px;
  overflow: none;
}
.grv-watch__licfree-intro {
  margin: -50px auto 0 auto;
  width: 700px;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 100;
  position: relative;
  top: 50%;
}
.grv-watch__licfree-foot {
  margin-top: 50px;
  width: 700px;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 100;
  position: relative;
}
.grv-icon--fast {
  display: inline-block;
  background-image: url(../img/general/icon-fast.png);
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin: 2px;
  background-repeat: no-repeat;
}
.grv-popup_loader-overview {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -20px; 
  cursor: default;
  border: 0 solid transparent !important;
  color: #fafafa!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
  text-indent: 100%!important;
  white-space: nowrap;
  overflow: hidden;
  display: none;
  z-index: 9;
}
.grv-popup_loader-overview.__active {
  display: block;
}
.grv-loader--img-ring {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent!important;
  background-image: url("../img/general/icon-rolling.svg") !important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: 100% 100%;
  border: 0 solid transparent !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
  text-indent: 100%!important;
  white-space: nowrap;
  overflow: hidden;
}

.grv-overview__empty-result {
  position: absolute;
  width: 180px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -90px; 
  cursor: default;
  border: 0 solid transparent !important;
  color: #fafafa!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  display: none;
  text-align: center;
  z-index: 9;
}
.grv-users__empty-result{
  top: 40% !important;
}
.grv-icon--empty-result {
  display: inline-block;
  background-image: url(../img/general/icon-noresult.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 2px;
  background-repeat: no-repeat;
}
.grv-overview__empty-result.__active {
  display: block;
}
.grv_dialog-wrap {
  position: relative;
  padding: 10px;
  height: calc(100% - 20px);
  box-sizing: content-box;
}

.grv-watch__irule-form {
  margin: 10px;
}
.grv-watch__irule-form label {
  color: #666;
}
.grv-watch__included-field {
  display: block;
}
.grv-watch__included-field.__disabled {
  display: none;
}
.assign-list td:nth-child(1),
.assign-list td:nth-child(n+4) {
  display: none;
}
/* framework */

/*select-image*/
.gfw__select-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.gfw__select-image--field{
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 2px;
  border-radius: 8px; 
  border: 1px dashed #666;
  cursor: pointer;
  background-color: #fff;
}
.gfw__select-image--field:hover{
  border: 1px dashed #00b3ee;
}
.gfw__select-image--field-value {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  border-radius: 6px;
  box-sizing: border-box;
}
.gfw__select-image--options-set {
  min-width: 132px;
  max-height: 132px;
  min-height: 132px;
  padding: 3px;
  border: 1px dashed #666;
  border-radius: 7px;
  overflow: hidden; 
  position: absolute;
  top: -3px;
  left: 50px;
  background-color: white;
  z-index: 1;
  display: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); 
}
.gfw__select-image--options-set.__enabled {
  display: flex;
}
.gfw__select-image--options {
  width: auto;
  height: auto;
}
.gfw__select-image--opt {
  display: inline-block;
  height: 37px;
  width: 37px;
  border-radius: 20%; 
  cursor: pointer;
  margin: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.gfw__select-image--opt:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/** popup menu */
.gfw__popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  max-width: 300px;
  max-height: 300px;
  background-color: #fff;
  box-shadow: -2px 2px 12px rgba(100, 100, 100, 0.4);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.gfw__popup-menu.__enabled {
  display: block;
}
.gfw__popup-menu .__menu--feed {
  width: auto;
  height: auto;
}
.gfw__popup-menu .__menu--list {
  width: auto;
  height: auto;
}
.gfw__popup-menu  .__list-item {
  min-width: 120px;
  background-color: #fff;
  height: 40px;
}

.gfw__popup-menu  .__list-item:hover,
.gfw__popup-menu  .__list-item:focus {
  background-color: #0985ff;
  outline: none;
}

.gfw__popup-menu  .__list-item.__disabled {
  background-color: #fff;
}

.gfw__popup-menu  .__list-item:hover .__list-item--cell,
.gfw__popup-menu  .__list-item:focus .__list-item--cell {
  color: #fff;
}
.gfw__popup-menu .__list-item--feed {

}
.gfw__popup-menu .__list-item--cell {
  color: #0985ff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 25px;
}
.gfw__popup-menu  .__list-item.__disabled .__list-item--cell{
  color: #ccc;
}
.__list-item--selector {
  width: 100%;
  height: auto;
  border: none;
}
.__list-item--hr {
  width: 100%;
  border-top: 1px solid #eee;
  height: 0;
}
.gwf__fieldset {
  padding: 10px;
  display: none;
}
.gwf__fieldset.__visible {
  display: block;
}

.gwf__netstatus {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:#999999 linear-gradient(0deg, #999999, #aaaaaa);
  margin: 0;
  border: 2px solid #fff;
}
.gwf__netstatus.__enabled {
  background:#00b3ee linear-gradient(0deg, #0e90bb, #00b3ee);
}
.gwf__netstatus.__disabled {
  background:#999999 linear-gradient(0deg, #888888, #aaaaaa);
}

.gwf__tr-userlist--item {
  width: 100%;
}
.gwf__tr-userlist--item:hover {
  background-color: #0985ff;
}
.gwf__tr-userlist--item:hover span {
  color: #fff;
}
.gwf__tr-userlist--item:hover a {
  color: #fff;
}
.gwf__tr-userlist--item td{
  min-width: 30px;
  width: 100%;
  box-sizing: content-box;
}
.gwf__tr-userlist--item td:nth-child(1){
  min-width: 30px;
  width: 30px;
}
.gwf__tr-userlist--item td:nth-child(2){
  min-width: 43px;
  width: 43px;
}
.gwf__field-userlist {
  display: inline-block;
  max-width: 600px;
}
.gwf__form-selector--vertical {
  width: 100%;
  display: flex;
  height: 20px;
  border: 0 solid transparent;
}
.gwf__form-selector--vertical ._container{
  margin: 0 auto;
}
.gwf__form-selector--vertical ._item{
  height: 6px;
  width: 15px;
  border-radius: 3px;
  margin: 7px 3px;
  display: inline-block;
  background-color: #eeeeee;
  opacity: .6;
  cursor: pointer;
}
.gwf__form-selector--vertical ._item:hover{
  background-color: #fefefe;
}

.gwf__form-selector--vertical ._item.__active {
  background-color: #999999;
}
.gwf__system-notice {
  position: fixed;
  bottom: 2px;
  right: 20px;
  height: 150px;
  width: 400px;
  border-radius: 3px;
  margin: 0;
  display: none;
  background-color: #FFF;
  border: 0.5px solid #cde4ea;
  box-shadow: -8px 8px 18px rgba(03, 44, 54, 0.20); 
  opacity: .99;
  z-index: 9;
  /* transition: all .5s linear; */
}
.gwf__system-notice.__enable {
   display: block;
}
.gwf__system-notice__head { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}
.gwf__system-notice__caption {
  width: 100%;
  padding: 10px 20px 0 0;
  text-align: right;
}
.gwf__system-notice__caption span {
  font-weight: 100;
  font-size: 14px;
  color: #0985ff;
}
.gwf__system-notice__body {
  position: absolute;
  top: 21px;
  left: 0;
  padding: 0 10px; 
}
.gwf__system-notice__message {
  padding: 18px 8px 8px 20px;
  display: flex;
}
.gwf__system-notice__message span {
  font-size: 12px;
  font-weight: 100;
}
.gwf__system-notice__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #cde4ea;
}
.gwf__system-notice__icon-block {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  float: left;
  background-image: url(../img/general/icon-update.png);
  background-size: 40px 40px;
}
.gwf__system-notice__name-block {
  width: 200px;
  float: left;
  padding: 5px 10px;
  text-align: left;
}
.gwf__system-notice__name-link {
  display: inline-block;
  color: #032c36;
  font-family: inherit;
  font-size: 15px;
  min-width: 180px;  
}
.gwf__system-notice__email-link {
  display: inline-block;  
  color: #2893ad;
  font-family: inherit;
  font-size: 13px;
}
.gwf__system-notice-button-wrap{
  padding: 0 5px;
  float: right;
}
.gwf__system-notice__button{
  width: 100px !important;
  height: 30px !important; 
  background-color: #0985ff !important;
  font-family: inherit !important;
  font-size: 13px !important;
  border: 0 solid transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-weight: 100 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gwf__system-notice__button:hover{
  background-color: #0094c5 !important;
}
.gwf_notification-drawer {
  width: 300px;
  float: left;
  position: absolute;
  top: 58px;
  right: 0;
  background-color: transparent;
  z-index: 99;
  display: none;
}
@media(max-width: 600px) {
  .gwf_notification-drawer {
    width: 100%;
  }
}
.gwf_notification-drawer.__visible {
  display: block;
}


.gwf_navigation-drawer {
  height: 100%;
  width: 300px;
  float: left;
  position: absolute;
  top: 58px;
  left: 0;
  background-color: #ffffff;
  border-right: 0.5px solid #f0f0f0;
  box-shadow: -8px 8px 18px rgba(03, 44, 54, 0.30); 
  z-index: 9;
  display: none;
}
@media(max-width: 600px) {
  .gwf_navigation-drawer {
    width: 100%;
  }
}

.gwf_navigation-drawer.__visible {
  display: block;
}

.gwf_navigation-drawer--menu-wrap {
  width: 100%;
}

.gwf_navigation-drawer--menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gwf_navigation-drawer--menu-item {
  padding: 5px 5px 5px 20px;
  cursor: pointer;
  border-bottom: 1px #F0F0F0 solid;
  height: 40px;
}

.gwf_navigation-drawer--menu-item:hover {
  background-color: #f0f0f0;	
}

.gwf_navigation-drawer--menu-item.__active {
  background-color: #f0f0f0;
}

.gwf_navigation-drawer--menu-item.__invisible {
  display: none;	
}

.gwf_navigation-drawer--menu-item a {
  color: #666;
  vertical-align: middle;
  font-size: 13px;
  display: inline-block;
}

.gwf_navigation-drawer--account-menu {
  width: 100%;
  height: 132px;
  background-color: #fefefe;
  display: block;
}

.gwf_navigation-drawer--account-head { 
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background-color: #f0f0f0;
}

.gwf_navigation-drawer--account-body {
  position: absolute;
  top: 31px;
  left: 0;
  padding: 0 0 0 15px; 
}

.gwf_navigation-drawer--account-icon {
  width: 60px;
  height: 60px;
  float: left;
}

.gwf_navigation-drawer--account-name {
  width: 220px;
  float: left;
  padding: 10px 10px 0 10px;
  text-align: left;
}
.gwf_navigation-drawer--account-link {
  display: inline-block;
  color: #032c36;
  font-family: inherit;
  font-size: 14px;
  min-width: 180px;  
}

.gwf_navigation-drawer--account-email {
  display: inline-block;  
  color: #2893ad;
  font-family: inherit;
  font-size: 13px;
}

.gwf_title-view--container {
  height: 100%;
}

.gwf_title-view--caption {
  color: #fff;
  font-weight: 200;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  margin: 14px 0 0 0;
}
@media(max-width: 600px) {
  .gwf_title-view--caption  {
    margin: 16px 0 0 0;
    font-size: 18px;
    max-width: 400px;
    overflow: hidden;
  } 
}
@media(max-width: 400px) {
  .gwf_title-view--caption  {
    margin: 16px 0 0 0;
    font-size: 16px;
    max-width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
  } 
}
.gwf_item-cell {
  display: flex;
  /*border: 0px solid #999;*/
  margin: 10px;
  background-color: #ffffff;
  min-width: 280px;
  width: 30%;
  max-width: 400px;
  box-shadow: 2px 2px 8px 0 rgba(03, 44, 54, 0.30);
  cursor: pointer;
}
.gwf_item-cell--head {
  height: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #f0f0f0;
  padding: 7px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwf_item-cell--head.__active {
  background-color: #007acc ;
}
.gwf_item-cell--main-pane {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px 50px 5px 5px;
}
.gwf_item-cell--label-name {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  position: relative;
  font-size: 22px;
  padding: 5px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gwf_label-parameter {
  height: 40px;
  font-size: 14px;
  padding: 5px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px;
  display: inline-flex;
  cursor: pointer;
}
.gwf_label-parameter--value {
  color: #666;
}
.gwf_label-parameter--value:hover {
  color: #0985ff;
}
.gwf_label-parameter--indicator {
  padding: 0 2px;
  color: transparent;
  background-color: transparent;
  margin: 0 3px;
  line-height: 12px; 
  height: 18px;
  width: 18px;
  border-radius: 3px;
  text-align: center;
}
.gwf_label-parameter--indicator.__active {
  background-color: #f0f0f0;
  color: #0985ff;
}
.gwf_item-cell--label-ozone {
  position: absolute;
  left: 5px;
  width: 145px;
  height: 40px;
  font-size: 14px;
  padding: 5px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  bottom: 30px;
  padding: 10px;
}
.gwf_item-cell--label-temperature {
  position: absolute;
  left: 150px;
  width: 145px;
  height: 40px;
  font-size: 14px;
  padding: 5px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  bottom: 30px;
  padding: 10px;
}
.gwf_item-cell--caption {
  color: #007acc;
  font-size: 18px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.gwf_item-cell--caption.__active {
  color: #ffffff;
}
.gwf_item-cell:hover {
  background-color: #fefefe;
  box-shadow: 2px 2px 12px 0 rgba(03, 44, 54, 0.30);
}
.gwf_item-cell.__active {
  border: 3px solid #222;
}
@media(max-width: 940px) {
  .gwf_item-cell {
    width: 44%;
  }
}
@media(max-width: 640px) {
  .gwf_item-cell {
    width: 90%;
    max-width: 600px;
  }
}
.gwf_item-cell--container {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}
.gwf_collection-view {
  display: block;
  min-width: 300px;
  width: 100%;
  height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
}
.gwf_collection-view--layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gwf_activity-indicator {
  width: 28px;
  height: 28px;
  background-color: #F0F0F0;
  border-radius: 50%;
  display: none;
}
.gwf_activity-indicator.__visible {
  background-color: #0985ff;
  display: block;
}
.gwf_blocked-indicator {
  background-image: url(../img/general/icon-blocked.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  
}
.gwf_blocked-indicator.__visible {
  background-color: #ff3977 !important;
}
.gwf_owned-indicator {
  background-image: url(../img/general/icon-owned.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
.gwf_paired-indicator {
  background-image: url(../img/general/icon-paired.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
.gwf_network-activity-indicator {
  background-image: url(../img/general/icon-online.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  display: block !important;
}
.gwf_error-activity-indicator {
  background-image: url(../img/general/icon-err.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  display: block !important;
}
.gwf_error-activity-indicator.__visible {
  background-color: #ff3977 !important;
}
.gwf_schedule-activity-indicator {
  border-radius: 10% !important;
  background-image: url(../img/general/icon-schedul.png);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  display: block !important;
}
.gwf_schedule-activity-indicator.__visible {
  background-color: #FFC173 !important;
}
.gwf_rotate-activity-indicator {
  background-image: url(../img/general/icon-rotate-static.svg);
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: -1px -1px;
  display: block !important;
}
.gwf_rotate-activity-indicator.__visible {
  display: block;
  background-color: #FFC173;
}
.gwf_rotate-activity-indicator.__rotate {
  display: block;
  background-image: url(../img/general/icon-rotate.svg) !important;
  background-color: #0985ff !important;
}

.gwf_item-cell--label-description {
  padding: 2px 7px 2px 7px;
  font-size: 11px;
  color: #999;
  width: 100%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwf_item-cell--label-status {
  padding: 0 7px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #A65C00;
  width: 100%;
  height: 20px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.gwf_label-timer {
  padding: 2px 7px 2px 7px;
  font-size: 30px;
  color: #f0f0f0;
  height: 40px;
  font-weight: 100;
  display: block;
  visibility: visible;
  text-align: center;
}
.gwf_label-timer.__visible {
  visibility: visible;
  color: #FFC173;
}

.gwf_item-cell--indication-pane {
  position: absolute;
  padding-top: 5px;
  right: 10px;
  width: 32px;
  height: 100%;
}
.gwf_item-cell--indicator-item {
  margin-top: 3px;
  width: 30px;
  height: 30px;
}
.gwf_form {
  width: 100%;
  height: 100%;
}
.gwf_form-container {
  width: 100%;
  height: 100%;
}
.gwf_form-header {
  width: 100%;
  padding: 0 20px;
  border-bottom: .5px solid #eee;
}
.gwf_form-header._h40 {
  height: 40px;
}
.gwf_form-header .gwf_select {
 margin: 0 auto;
} 

.gwf_form-header .gwf_select-button-container {
  font-size: 22px;
  font-weight: 400;
  color: #A65C00;
}

.gwf_form-header .gwf_select-toggle::before {
  font-size: 20px;
  
}


.gwf_form-header .gwf_select-toggle:hover::before {
  color: #A65C00;
}
.gwf_form-body {
  width: 100%;
  background-color: transparent;
  height: calc(100% - 90px);
  overflow-y: auto;
}
.gwf_form-body.__webview {
  height: calc(100% - 50px) !important;
}
.gwf_form-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  padding: 6px 50px;
}
.gwf_form--caption {
  color: 666;
  font-size: 16px;
  font-weight: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 30px;
  display: block;
}
.gwf_form-device--status-pane {
  display: inline-block;
}
@media(max-width: 600px) {
  .gwf_form-device--status-pane {
    width: 100%;
    border: 1px dashed #666;
    display: inline-block;
  }
}
.gwf_form-device--command-pane {
  max-width: 350px;
  display: block;
  float: right;
}
.gwf_form-device--indication-pane {
  position: absolute;
  padding-top: 5px;
  right: 15px; 
  width: 130px;
  top: 0px;
  height: 32px;
  display: flex;
  flex-direction: row;
}
.gwf_form-device--indication-pane .gwf_item-cell--indicator-item {
  margin: 0 2px;
}
.gwf_form-device--main-pane {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 5px 15px;
}
.gwf_form-device--label-description {
  padding: 2px 7px 2px 7px;
  font-size: 11px;
  color: #999;
  width: 100%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwf_form-device--label-status {
  padding: 2px 7px 2px 7px;
  font-size: 13px;
  color: #A65C00;
  width: 100%;
  height: 20px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gwf_diagram-draw-view { 
  /* border: 0.5px solid #666; */
}
.gwf_form-device--param-pane {
  text-align: center;
  min-height: 10px;
  flex-grow: 1;
  display: none;
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 0 10px;
}
.gwf_form-device--param-pane > .gwf_label-parameter{
  padding: 0 !important;
}
.gwf_form-device--param-pane.__visible{
  display: inline-block;
}
.gwf_form-label {
  display: none;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
  font-weight: 100;
}
.gwf_form-label.__visible {
  display: inline-flex;
}
.gwf_form-device--param-table {
  text-align: center;
}
.gwf_dropdown {
  position: relative; 
}
.gwf_dropdown-container {
 width: 185px;
 height: 35px;
 border-radius: 5px;
 overflow: hidden;
}
.gwf_dropdown-toggle {
  width: 35px;
  height: 100%;
  background-color: #0985ff;
  border-left: 1px solid #fff;
  display: inline-flex;
  float:right;
  opacity: 1.0;
}
.gwf_dropdown-toggle:hover {
  background-color: #0985ff;
  opacity: 0.8;
}
.gwf_dropdown-toggle:before{
  content: "\25BC";
  color: #fff;
  position: absolute;
  padding: 10px;
}
.gwf_dropdown-button {
  width: calc(100% - 35px);
  height: 100%;
  background-color: #0985ff;
  display: inline-flex;
  color: #fff;
  opacity: 1.0;
  cursor: pointer;
}
.gwf_dropdown-button:hover {
  background-color: #0985ff;
  opacity: .8;
}
.gwf_dropdown-button.__disabled {
  background-color: #999;
  opacity: 1;  
}
.gwf_dropdown-button.__disabled:hover {
  background-color: #999;
  opacity: 1;  
}

.gwf_dropdown-button-container {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 9px;
  font-size: 16px; 
  font-weight: 100;
  font-family: Roboto;
}
.gwf_dropdown-list {
  position: absolute;
  z-index: 1;
  width: 150px; 
  max-width: 300px;
  max-height: 300px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(150, 150, 150, 0.4);
  border-radius: 2px;
  border: 1px solid #0985ff;
  overflow: hidden;
  cursor: pointer;
  display: none;
  border-radius: 5px 5px 0 0;
  bottom: 33px;
}
.gwf_dropdown-list.__enabled {
  display: block;
}
.gwf_dropdown-list .__menu--feed {
  width: auto;
  height: auto;
}
.gwf_dropdown-list .__menu--list {
  width: auto;
  height: auto;
}
.gwf_dropdown-list  .__menu-item {
  min-width: 120px;
  background-color: #fff;
  height: 45px;
}
.gwf_dropdown-list  .__menu-item:hover,
.gwf_dropdown-list  .__menu-item:focus {
  background-color: #f0f0f0;
  outline: none;
}

.gwf_dropdown-list  .__menu-item.__disabled {
  background-color: #fff;
}

.gwf_dropdown-list  .__menu-item:hover .__menu-item--cell,
.gwf_dropdown-list  .__menu-item:focus .__menu-item--cell {
  color: #0985ff;
}
.gwf_dropdown-list .__menu-item--feed {

}
.gwf_dropdown-list .__menu-item--cell {
  color: #0985ff;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
  font-weight: 100;
}
.gwf_dropdown-list  .__menu-item.__disabled .__menu-item--cell{
  color: #ccc;
}
.__dropdown-item--selector {
  width: 100%;
  height: auto;
  border: none;
}
.__dropdown-item--hr {
  width: 100%;
  border-top: 1px solid #eee;
  height: 0;
}
.gwf_tab-bar {
  width: 100%;
  height: 30px;
  display: flex;  
}
.gwf_tab-bar--container {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.gwf_tab-bar--item {
  height: calc( 100% - 5px );
  display: none;
  margin: 0 10px;  
}
.gwf_tab-bar--item.__visible {
  display: inline-block;
}
@media(max-width: 600px) {
  .gwf_tab-bar--item {
    margin: 0;
  }
}
@media(max-width: 350px) {
  .gwf_tab-bar--item {
    margin: 0;
  }
  .gwf_tab-bar--item-button {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 4px;
    max-width: 80px;
  }
}
.gwf_tab-bar--item:hover .gwf_tab-bar--item-button {
   color: #0985ff;
}
.gwf_tab-bar--item.__active .gwf_tab-bar--item-button {
   color: #0985ff;
   border-bottom: 1px solid #0985ff;
}
.gwf_tab-bar--item-container {
 height: 100%;
}
.gwf_tab-bar--item-button {
 height: 100%;
 border: 0 solid transparent;
 background-color: transparent;
 color: #666;
 font-weight: 100;
 font-size: 14px;
 cursor: pointer;
}
.gwf_form--tab-pane {
  box-shadow: -1px -3px 3px 1px rgba(150, 150, 150, 0.20);
  border-radius: 20px 20px 0 0;
  margin-top: 15px;
  padding: 10px;
  height: 100%;
}
.gwf_form--tab-frame {
  height: 100%;
}
.gwf_form--tab-item {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.gwf_form--tab-item.__visible {
  display: flex;
}
.gwf_specification-item--name {
  font-weight: 100;
  padding-left: 15px;
}
.gwf_specification-item--value {
  font-weight: 100;
  font-size: 12px;
  word-break: break-all;
}
.gwf_specification-item--link {
  font-weight: 100;
  font-size: 12px;
  color: #0072bc !important;
}
.gwf_refresher {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -20px; 
  cursor: default;
  border: 0 solid transparent !important;
  color: #fafafa!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
  text-indent: 100%!important;
  white-space: nowrap;
  overflow: hidden;
  display: none;
  z-index: 9;
}
.gwf_refresher.__active {
  display: block;
}
.gwf_refresher-image {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent!important;
  background-image: url("../img/general/icon-rolling.svg") !important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: 100% 100%;
  border: 0 solid transparent !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
  text-indent: 100%!important;
  white-space: nowrap;
  overflow: hidden;
}
.gwf_events-item--level {
  font-weight: 100;
  color: #666;
}
.gwf_events-item--type {
  font-weight: 100;
}
.gwf_events-item--time {
  font-weight: 100;
}
.gwf_events-item--source {
  font-weight: 100;
}
.gwf_table-events-log--item {
  color: #666;
  cursor: pointer;
}
.gwf_table-events-log--item:hover > td {
  background-color: #f0f0f0;
}
.gwf_table-events-log--item.error .gwf_events-item--level {
  color: #A65C00 !important; 
}
.gwf_table-events-log--item.info .gwf_events-item--level {
  color: #0985ff !important;
}

.gwf_table-owner--item {
  color: #666;
  cursor: pointer;
}
.gwf_table-owner--item:hover > td {
  background-color: #f0f0f0;
}
.gwf_table-owner--item span {
  font-weight: 100;
}
.gwf_table-schedule--item {
  color: #666;
  cursor: pointer;
}
.gwf_table-schedule--item:hover > td {
  background-color: #f0f0f0;
}
.gwf_table-schedule--item td {
  padding: 12px 0 10px 15px;
  font-weight: 100;
}
.gwf_table-parameter-item {
  display: none !important;
}
.gwf_table-parameter-item.__visible {
  display: flex !important;
}
.gwf_form-body-container {
  padding: 0;
  margin: 0;
  height: calc(100% - 90px);
}
.gwf_form-body-container label {
  min-width: 120px;
}

.gwf_form-body-container-p20 {
  padding: 20px;
}
.gwf_form-body-container-p20 label {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}

.gwf_form-body-container-p0_20 {
  padding: 0 20px;
}
.gwf_form-body-container-p0_20 label {
  min-width: 120px;
}
.gwf_form-body-container-p0_20 .gwf_timer-range {
  width: 120px;
  margin: 0 auto;
}
.gwf_timer-range--container {
  display: flex;
  flex-direction: row;
  width: 120px;
}
.gwf_timer-range--separator {
  padding: 14px 0;
  text-align: center;
  width: 20px;
}
.gwf_timer-range--separator span{
  font-size: 42px;
  color: #0985ff;
  font-weight: 100;
}
.gwf_range--button:hover {
  color: #0985ff;
}
.gwf_range--button {
  color: #999;
  font-size: 18px;
  line-height: 10px;
  border: 0 solid transparent;
  background-color: transparent;
}
.gwf_range--item {
  width: 62px;
  display: flex;
  flex-direction: column;
}
.gwf_range--input {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 42px;
  font-weight: 100;
  color: #0985ff;
  border: 0 solid transparent;
}
.gwf_launch-timer-pane {
  margin: 20px 5px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  padding: 10px 0 15px 0;
  display: none;
}
.gwf_launch-timer-pane.__visible {
  display: block;
}
.gwf_launch-timer-pane label {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto 25px auto;
  font-weight: 400;
}
.gwf_launch-timer-pane .gwf_select {
  margin: 0 auto;
}
.gwf_launch-timer-pane .gwf_select-button-container {
  font-size: 18px;
  color: #0985ff;
}
.gwf_launch-form--caption {
  color: #A65C00;
  font-size: 25px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.gwf_submit-timer-pane {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.gwf_submit-timer-pane .join{
  padding: 10px 30px !important;
  width: 200px !important;
  border-radius: 30px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}
.gwf_launch-timer-description {
  display: block;
  margin-top: 15px;
  padding: 0 5px;
  text-align: center;
  font-weight: 100;
  color: #0985ff;
}

.gwf_search-geo {
  position: relative;
}

.gwf_search-geo--button {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/general/icon-search.png') center no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 0;
}
.gwf_search-geo--button--p-fix {
  top: 4px;
}
.gwf_search-geo--input {
  width: calc(100% - 50px);
  border: 0;
  background: transparent;
  padding: 0 5px;
  padding-right: 16px;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px;
}
.gwf_search-geo--input::-webkit-input-placeholder {
  color: #3f3f3f; 
}
.gwf_search-geo--input:-moz-placeholder {
  color: #3f3f3f;
}
.gwf_search-geo--input:-ms-input-placeholder {
  color: #3f3f3f;
}
.gwf_search-geo--block {
  width: calc(100% - 30px);
  margin: 0 0 0 12px;
}
.gwf_search-geo--block .gwf_search-geo--button {
  top: 13px;
  right: auto;
  left: 0;
}
.gwf_search-geo--block .gwf_search-geo--input {
  text-align: left;
  padding: 13px 10px;
  padding-left: 20px;
}
#container {
  width: 600px; 
  height: 400px;
  border: 1px solid #999;
}
.gwf_geocode-search-map {
  width: 100%;
  height: calc(100% - 43px); 
  background-color: #999;
}
.gwf_geocode {
  width: 100%;
  height: 100%; 
}
.gwf_select {
  position: relative; 
  width: 185px;
}
.gwf_select-container {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.gwf_select-toggle {
  width: 35px;
  height: 37px;
  background-color: #ffffff;
  border-left: 1px solid #fff;
  display: block;
  float:right;
  opacity: 1.0;
}
.gwf_select-toggle:before{
  content: "\25BC";
  color: #666;
  position: absolute;
  padding: 10px;
}
.gwf_select-toggle:hover:before {
  content: "\25BC";
  color: #999;
  opacity: 0.8;
}
.gwf_select-button {
  width: calc(100% - 35px);
  height: 100%;
  background-color: transparent;
  display: inline-flex;
  opacity: 1.0;
  cursor: pointer;
}
.gwf_select-button-container {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
  padding: 9px;
  font-size: 16px; 
  font-weight: 100;
}
.gwf_select-list {
  position: absolute;
  z-index: 1;
  width: 100%; 
  max-width: 300px;
  max-height: 300px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(150, 150, 150, 0.4);
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.gwf_select-list.__enabled {
  display: block;
}
.gwf_select-list .__menu--feed {
  width: auto;
  height: auto;
}
.gwf_select-list .__menu--list {
  width: auto;
  height: auto;
}
.gwf_select-list  .__menu-item {
  min-width: 120px;
  background-color: #fff;
  height: 45px;
}
.gwf_select-list  .__menu-item:hover,
.gwf_select-list  .__menu-item:focus {
  background-color: #f0f0f0;
  outline: none;
}

.gwf_select-list  .__menu-item.__disabled {
  background-color: #fff;
}

.gwf_select-list  .__menu-item:hover .__menu-item--cell,
.gwf_select-list  .__menu-item:focus .__menu-item--cell {
  color: #666;
}
.gwf_select-list .__menu-item--feed {

}
.gwf_select-list .__menu-item--cell {
  color: #666;
  font-size: 15px;
  line-height: 20px;
  padding: 15px;
  font-weight: 100;
}
.gwf_select-list  .__menu-item.__disabled .__menu-item--cell{
  color: #ccc;
}
.gwf_schedule-item-pane {
  margin: 10px 5px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  padding: 5px 0 10px 0;
  display: none;
}
.gwf_schedule-item-pane.__visible {
  display: block;
}
.gwf_schedule-item-pane label {
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 0 auto 10px auto;
  font-weight: 400;
}
.gwf_schedule-item-pane .gwf_select {
  margin: 0 auto;
}
.gwf_schedule-item-pane .gwf_select-button-container {
  font-size: 18px;
  color: #0985ff;
}
.gwf_schedule-item-pane .gwf_week-selector {
  margin: 0 auto;
}
.gwf_schedule-item--caption {
  color: #A65C00;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.gwf_submit-timer-pane {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.gwf_submit-timer-pane .join{
  padding: 10px 30px !important;
  width: 200px !important;
  border-radius: 30px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}
.gwf_launch-timer-description {
  display: block;
  margin-top: 15px;
  padding: 0 5px;
  text-align: center;
  font-weight: 100;
  color: #0985ff;
}
.gwf_week-selector {

}
.gwf_week-selector--table {
  margin: 0 auto;
}
.gwf_week-selector--table td {
  width: 40px;
  text-align: center;
  padding: 5px 5px 0 5px;
}
.gwf_submit-schedule-pane button {
  float: right;
}
.gwf_schedules-control-pane {
  width: 100%;
  display: inline-block;
}
.gwf_schedules-control-pane button {
  float: right !important;
  padding: 5px 10px !important;
  margin: 10px;
}
.gwf_notification-button {
  display: block;
  padding: 5px;
}
.gwf_notification-button--container { 
  padding: 0;
  width: 44px;
  height: 44px;
  background-image: url(../img/general/icon-notification.png);
  background-position: 6px 5px;
  background-size: 32px, 32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  border-radius: 50%;
}
.gwf_notification-button--container:hover {
  border: 0.5px solid #ffffff2f;
  background-position: 5px 4px;
  background-color: #ffffff2f;
}
.gwf_notification-button--badge {
  height: 20px;
  background-color: #A65C00;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 50px;
  line-height: 21px;
  font-weight: 100;
  padding: 0 5px;
  font-size: 14px;
  display: none;
}
.gwf_notification-button--badge.__visible {
  display: block;
}
.gwf_notification--item {
  height: 120px;
  border-radius: 7px;
  width: 290px;
  display: none;
  position: relative;
  background-color: #ffffff;
  box-shadow: -3px 3px 18px rgba(100, 100, 100, 0.3);
  cursor: pointer;
  margin: 5px 0;
  float: right;
}
.gwf_notification--item.__visible {
  display: block;
}
@media(max-width: 350px) {
  .gwf_notification--item {
    width: 100%;
  }
}
.grv_notification--button-close {
  background-color: transparent;
  border-radius: 50%;
  border: 0 solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 100;
}
.gwf_notification--header {
  height: 28px;
  width: 100%;
  padding: 5px 20px 5px 15px;
  line-height: 24px;
}
.gwf_notification--header span {
  font-weight: 100;
  color: #0985ff;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  text-overflow: ellipsis;
}
.gwf_notification--body {
  height: 60px;
  width: 100%;
  padding: 2px 5px 2px 15px;
  line-height: 18px;
}
.gwf_notification--body span {
  font-weight: 100;
  color: #666;
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  text-overflow: ellipsis;
}
.gwf_notification--footer {
  height: 20px;
  width: 100%;
  padding: 2px 5px 2px 15px;
}
.gwf_notification--footer span {
  font-weight: 100;
  color: #666;
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  text-overflow: ellipsis;
  color: #0985ff;
}
.gwf_notification-drawer--button-close {
  width: 100px;
  border: 0 solid transparent;
  background-color: #fff;
  height: 18px;
  color: #0985ff;
  border-radius: 10px;
  font-weight: 100;
  font-size: 13px;
  box-shadow: -3px 3px 18px rgba(100, 100, 100, 0.3);
  display: block;
}
.gwf_notification-drawer--button-close:hover {
  font-weight: 400;
}
.gwf_notification-drawer--control {
  height: 24px;
  padding: 5px 10px;
  display: none;
}
.gwf_notification-drawer--control.__visible {
  display: block;
}
.gwf_notification-drawer--control button {
  margin: 0 auto;
}
.gwf_navigation-drawer--badge {
  background-color: #0985ff;
  height: 20;
  display: none;
  float: right;
  color: #fff;
  padding: 2px 6px;
  border-radius: 10px;
}
.gwf_navigation-drawer--badge.__visible {
  display: inline-block;
}
.gwf_navigation-drawer--icon {
  /* background-color: #0985ff; */
  display: block;
  float: left;
  color: #fff;
  padding: 2px 6px;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}
.gwf_navigation-drawer--icon.userprofile {
  background-image: url(../img/general/icon-user2.png);
}
.gwf_navigation-drawer--icon.sensors {
  background-image: url(../img/general/icon-sensor2.png);
}
.gwf_navigation-drawer--icon.devices {
  background-image: url(../img/general/icon-device2.png);
}
.gwf_navigation-drawer--icon.users {
  background-image: url(../img/general/icon-users2.png);
}
.gwf_navigation-drawer--icon.models {
  background-image: url(../img/general/icon-3d-model.png);
}
.gwf_navigation-drawer--icon.slogs {
  background-image: url(../img/general/icon-log2.png);
}
.gwf_navigation-drawer--icon.settings {
  background-image: url(../img/general/icon-settings2.png);
}
.gwf_navigation-drawer--icon.logout {
  background-image: url(../img/general/icon-logout.png);
}
.gwf_navigation-drawer--icon.units {
  background-image: url(../img/general/icon-company3.png);
}
.gwf_navigation-drawer--caption {
  float: left;
  width: 180px;
  padding: 6px 10px;
}
.gwf_greeting-footer {
  padding: 10px 0;
}
.gwf_form-check--result {
  width: 100% !important;
  border: .5px solid #f0f0f0 !important;
}
.gwf_form-check--result:hover {
  border: .5px solid #f0f0f0 !important;
}
button.join.gwf_start--add {
  color: #0985ff;
  font-size: 14px;
  font-weight: 100;
  padding: 8px 20px;
  background-color: transparent;
  border: 1px solid #0985ff;
  float: none;
  border-radius: 18px;
}
button.join.gwf_start--add:hover {
  background-color: #0985ff;
  color: #fff;
}
/*gwf_datepicker*/
.gwf_datepicker {
  width: 200px;
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,.5);
  -moz-box-shadow: 4px 4px 8px rgba(0,0,0,.5);
  box-shadow: 4px 4px 8px rgba(0,0,0,.5);
  font-family: Verdana,sans-serif;
  font-size: 11px;
  position: absolute;
  background-color: #fff;
  z-index: 99;
}
.gwf_datepicker a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 100;
}
.gwf_datepicker table {
	border-spacing: 2px 2px;
}
.gwf_datepicker thead tr {
  height: 20px;	
  font-size: 11px;
  color: #fff;
  text-align: center;
  background-color: #0985ff;
  font-weight: 400;
}
.gwf_datepicker thead td {
  color: #fff;
}
.gwf_datepicker thead td:nth-child(n+6) {
  background-color: #EAA469;
}
.gwf_datepicker select {
  margin: 0;
  min-width: 60px;
  border: 0px solid transparent;
}
.gwf_datepicker select:hover{
  font-size: 11px;
  color: #333;
  border: 0px solid transparent;
} 
.gwf_datepicker tbody td {
  width: 30px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  border-color: 2px solid #fff;
}

.gwf_datepicker tbody td a > div{
	text-align: center;
  vertical-align: middle;
  padding-top: 2px; 
	width: 100%;
	height: 100%;
	background-color: #fbfbfb;
	line-height: 20px;
}
.gwf_datepicker tbody td a.current > div {
  background-color: #0985ff;
  color: #fff;
}
.gwf_datepicker tbody td a.today > div{
  background-color: #EAA469;
  color: #fff;
}
.gwf_datepicker tbody td a > div:hover {
   background-color: #fefefe;
   color: #222;
}
.gwf_datepicker tbody td:nth-child(n+6) > a {
  color: #EAA469;
}
input.date-picker {
  border: 0.5px solid #f0f0f0 !important;
  width: 115px !important;
  min-width: 115px !important;
  padding: 2px 16px 2px 5px !important;
  background-image: url(../img/general/icon-dpick.png) !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: 92px 2px !important;
  cursor: pointer !important;
}
.gwf__fieldset.gwf_datepicker-input.__visible {
  display: inline-block;
}
.qrcode-wrap {
  width: 400px;
  height: 400px;
}
.qrcode-description {
  width: 400px;
  font-size: 20px;
  text-align: center;
}
.gwf_navigation-button--icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 5%;
  background-image: url(../img/general/icon-menu.png);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  margin: 8px;
  cursor: pointer;
}
.gwf_navigation-button--icon:hover{
  opacity: 0.8;
}
.unit-profile--form {
  width: 100%;
  height: calc(100% - 60px);
}
/*
.gv-overview__empty-result {
  position: absolute;
  width: 180px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -90px; 
  cursor: default;
  border: 0 solid transparent !important;
  color: #fafafa!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  display: none;
  text-align: center;
  z-index: 9;
}
.grv-users__empty-result{
  top: 40% !important;
}
.grv-icon--empty-result {
  display: inline-block;
  background-image: url(../img/general/icon-noresult.png);
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 2px;
  background-repeat: no-repeat;
}
.grv-overview__empty-result.__active {
  display: block;
}*/

.gwf_input-select {
  position: relative; 
  width: 285px;
  height: 22px;
  display: inline-block;
  /* vertical-align: top; */
}
.gwf_input-select--container {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.gwf_input-select--input-container {
  width: 100%;
  display: block;
  float:right;
  opacity: 1.0;
  /* border: 1px solid #0985ff; */
  border-bottom: 1px dashed #d1d6e2;
  overflow: hidden;
  margin: 0 3px 0 0;
  background-color: #fff;
}
.gwf_input-select--input-caption {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: inline-flex;
  opacity: 1.0;
  padding: 3px 7px;
  font-size: 12px;
  border: 0px solid transparent;
  margin: 0;
  color:  #0985ff;
}
.gwf_input-select--button {
  width: 35px;
  background-color: #ddd;
  /* border: 1px solid #0985ff; */
  border-radius: 4px;
  display: block;
  float:right;
  opacity: 1.0;
  cursor: pointer;
}
.gwf_input-select--button:before{
  content: "…";
  color: #0985ff;
  position: absolute;
  padding: 3px 8px 0 8px;
}
.gwf_input-select--button:hover:before {
  content: "…";
  color: #0985ff;
  opacity: 0.8;
}
.gwf_form-filter--field {
  display: inline-block;
}

.gwf_form-filter--field label {
  display: inline-block;
  margin-left: 7px;
  color: #666;
}
.gwf_equipments--filter {
  padding: 0;
  width: max-content;
  display: inline-block !important;
}
.gwf_equipments--datepicker-input {
  padding: 0;
  width: max-content;
  display: none;
}
.gwf_equipments--datepicker-input.__visible {
  display: inline-block;
  
}