body {
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	/*color: #404040;*/
	color: #747474;
	min-width: 920px;
	vertical-align: middle;
    padding: 0;
    margin: 0;
	background-color: #F7F7F7;
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}
/*:focus {
    outline: none;
}*/
a:link {
    color: #4185be;
    text-decoration: none;
}
a:visited {
    color: #4185be;
}
a:hover { color:#8db7d8; }

a.link_visited {
    color: #8db7d8;
}
/*
a.record_link:link {
    color: #4185be;
    text-decoration: none;
}
a.record_link:visited {
    color: #8db7d8;
}*/

.div-inline {
	display: inline;
}
.right {
	float: right;
}
.normalcase {
	text-transform: none;
}
.color-green {
	color: #44a044;
}
.color-red {
	color: #a53737;
}
.color-blue {
	color: #3c7eb5;
}
.color-yellow {
	color: #bebe21;
}
.color-gray {
	color: gray;
}
.color-default {
    color: #747474;
}
.background-color-gray {
	background-color: #F0F0F0;
}
.font-14 {
    font-size: 14x;
}
.font-16 {
    font-size: 16px;
}
.text-bold {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-big {
    font-size: 20px;
}
.text-caption {
    font-size: 18px;
}
.width-all {
    width: 100%;
}
.width-half {
    width: 50%;
}
.width-thri {
    width: 33%;
}
.width-four {
    width: 25%;
}
.cursor-default {
    cursor: default;
}
.margin-top5 {
    margin-top: 5px;
}
.margin-bottom5 {
    margin-bottom: 5px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom15 {
    margin-bottom: 15px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
div,
.combo-btn {
    transition-delay: 0s;
    animation-delay: 0s;
}
/* ------------------------------- */
select {
    border: 1px solid #d9d9d9;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
    background: #fffdf4 none repeat scroll 0 0;
    border: 1px solid #91bde5;
    box-shadow: 0 0 1px 2px #e5f3fa;
    outline: medium none;
}
/* ------------------------------- */
.check-box {
	height: 22px;
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
	background: transparent url('/img/check-box-blu.png') no-repeat;
    cursor: default;
    white-space: nowrap;
}
.check-box.selected {
	background: transparent url('/img/check-box-blu-checked.png') no-repeat;
}
.check-box.disabled,
div.disabled,
select.disabled {
	color: #BFBFBF;
}
.check-box.disabled {
	background: transparent url('/img/check-box-blu-disable.png') no-repeat;
}
.check-box.disabled.selected {
	background: transparent url('/img/check-box-blu-disable-checked.png') no-repeat;
}
/* ------------------------------- */
.check-box.small {
	height: 17px;
    padding-left: 25px;
	background: transparent url('/img/check-box-small-blu.png') no-repeat;
}
.check-box.small.selected {
	height: 17px;
    padding-left: 25px;
	background: transparent url('/img/check-box-small-blu-checked.png') no-repeat;
}
.check-box.small.disabled {
	height: 17px;
    padding-left: 25px;
	background: transparent url('/img/check-box-small-blu-disable.png') no-repeat;
}
.check-box.small.disabled.selected {
	height: 17px;
    padding-left: 25px;
	background: transparent url('/img/check-box-small-blu-disable-checked.png') no-repeat;
}
/* ------------------------------- */
.div-block-page {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.5;
	background-color: black;
	display: block;    
	z-index: 100;
}
.div-block-page-body {
	display: none;
	height: auto; 
	display: block; 
	position: fixed; 
	overflow: visible;	
	background-color: white;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	z-index: 101;
}
/* --------------- header ------------------*/
.div-header {
	font-size: 14px;
	line-height: 20px;
	height: 64px;
	text-align: center;
	text-transform: uppercase;
	/*box-shadow: 1px 1px rgba(0, 0, 0, 0.8);*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.logo {
	width: 300px;
	height: 63px;
	background: transparent url('/img/logo.png') no-repeat;
}
.img-center {
	background: transparent url('/img/logo.png') no-repeat;
	background-position: center;
}
.menu-button {
	width: 150px;
    height: 64px;
	cursor: pointer;
	/*font-weight: bold;*/
	border-top: 2px solid #F7F7F7;
}
.menu-button:hover {
	background-color: #ffffff;
	color: red;
}
.menu-button.selected {
	border-top: 2px solid red;
	background-color: #ffffff;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #ffffff;
}

.header-right {
	float: right;
}
.header-menu-right {
	min-width: 85px;
	cursor: pointer;
	font-size: 13px;
	height: 60px;
    padding: 0 10px;
}
.header-menu-right:hover {
	background-color: #f0f0f0;
	color: red;
}
.account-btn {
	font-weight: bold;
    background-color: #f0f0f0;
    background: transparent url('img/account-btn.png') no-repeat;
    background-position: center bottom;
}
.account-btn:hover {
	background-color: #ebebeb;
	color: red;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
/* --------------- header-btn ------------------*/
.div-header-btn {
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	/*box-shadow: 1px 1px rgba(0, 0, 0, 0.08);*/
	height: 40px;
	text-align: center;
	background-color: #ffffff;
	padding: 0 10px;
	text-transform: uppercase;
    white-space: nowrap;
}
.div-header-btn table {
	height: 40px;
}
.header-btn {
	padding-top: 5px;
	/*width: 120px;*/
    padding: 5px 10px;
	height: 20px;
	cursor: pointer;
	/*font-weight: bold;*/
	border-bottom: 2px solid #ffffff;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header-btn:hover {
	color: red;
	background-color: #f0f0f0;
}
.header-btn.selected {
	border-bottom: 2px solid red;
	background-color: #f0f0f0;
}

div .select-combobox[name="devices"] {
	width: 165px;
}
div .select-combobox[name="devices"] .select-btn .select-btn-pic {
	background: transparent url('img/android-small.png') no-repeat;
}
div .select-combobox[name="devices"] .select-btn .select-btn-button {
	background: transparent url('img/combo-down.png') no-repeat;
}
div .select-combobox[name="devices"] .select-text {
	width: 350px;
}
div .select-combobox[name="filter"] {
	margin-left: 15px;
	width: 165px;
}
div .select-combobox[name="filter"] .select-btn .select-btn-pic {
	background: transparent url('img/filter-small.png') no-repeat;
}
div .select-combobox[name="filter"] .select-btn .select-btn-button {
	background: transparent url('img/combo-down.png') no-repeat;
}
div .select-combobox[name="filter-date"] {
	margin-left: 15px;
	width: 165px;
}
div .select-combobox[name="filter-date"] .select-btn .select-btn-pic {
	background: transparent url('img/clock-small.png') no-repeat;
}
div .select-combobox[name="filter-date"] .select-btn .select-btn-button {
	background: transparent url('img/combo-down.png') no-repeat;
}
div .select-combobox[name="filter-date"] .select-text {
	width: 430px;
}
.hasDatepickerFrom, 
.hasDatepickerTo {
    color: #747474;
    text-align: center;
    border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
#date-filter-caption {

}

.filter-color-picker {
    border: 1px solid #D9D9D9;
    width: 30px;
    height: 20px;
	display: inline-block;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.time-filter-select {
    width: 98%;
    padding: 5px 2px;
    font-size: 14px;
}
/* ------------ menu-account ----------------- */
.div-help-page {
	display: none;
	text-align: center;
    line-height: 20px;
	width: 700px;
	height: auto;
	position: fixed; 
	overflow: visible;	
	background-color: white;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	z-index: 101;
}
.div-donate-page {
	display: none;
	text-align: center;
    line-height: 20px;
	width: 700px;
	height: auto;
	position: fixed; 
	overflow: visible;	
	background-color: white;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	z-index: 101;
}
.menu-account-popup {
	display: none;
	position: absolute;
    overflow: hidden;
	right: 3px;
	width: 220px;
	height: 655px; /* +50 for item */
	background-color: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	box-shadow: 2px 2px rgba(0, 0, 0, 0.4);
    z-index: 100;
}
.account-popup-item {
	cursor: pointer;
    padding-left: 25px;
}
.account-popup-item-body {
    padding: 15px 20px 15px 0;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
}
.account-popup-item:hover {
	background-color: #ededed;
	color: red;
}
.item-last {
	border: none;
}
.account-popup-item-pic {
	/*margin-top: 5px;*/
	float: right;
	width: 20px;
	font-size: 16px;
	text-align: right;
	/*height: 20px;
	background: transparent url('img/less.png') no-repeat;*/
}
.account-popup-item-text {
	/*margin-right: 30px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-item {
  	background: transparent url('img/new-small.png') no-repeat;
	background-position: 3px 1px;
}
/* ------------ Buttons ----------------- */
.logo-btn {
	cursor: pointer;
}
.button {
	cursor: pointer;
	background-color: #5a96c8;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.button:hover{
	background-color: #3c7eb5;
}
.disabled-button,
.disabled-button:hover {
    color: #BFBFBF;
    background-color: #5a96c8;
}

.apply-devices-btn {
	width: 110px;
}
.apply-filter-btn {
	width: 110px;
}
.clear-filter-btn {
	width: 90px;
}

.start-btn{
	width: 60px;
	height: 21px;
	background: transparent url('img/HOLD icon.png') no-repeat;
	background-position: 6px center;
	border: 2px solid #94998d;
	color: #94998d;
	font-size: 12px;
	text-align: left;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.start-btn:hover{
	background-image: url('img/HOLD icon hover.png');
	border: 2px solid #ffffff;
	color: white;
}

/* -------------------------------- */
.loading-page {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 10;
	background: transparent url('img/loading.gif') no-repeat;
}
.small-loading {
    height: 100px;
    background: transparent url('img/loading.gif') no-repeat;
    background-position: center;
}
.big-loading100 {
    height: 100px;
    background: transparent url('img/loading_big.gif') no-repeat;
    background-position: center;
}
/* ------------ body ------------------ */
.div-body input[type="text"] {
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	padding: 12px 10px;
	color: #747474;
}
.div-body {
	/*overflow-x: hidden;*/
	overflow-y: auto;
    min-width: 800px;
    width: 100%;
}
.div-body-main {
	text-align: center;
	/*padding: 0 10px;*/
	text-align: left;
}
.div-body-main-mess {
    text-align: center;
    margin-top: 30px;
}

.div-device-name {
	padding: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
}
.div-map {
	height: 700px;
    margin-bottom: 10px;
}
.div-bottom {
	height: 26px;
	background-color: #ffffff;
	padding: 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}
.div-bottom table{
	width: 100%;
    height: 26px;
}
.status-line {
    text-align: left;
}
.status-copyright {
    text-align: right;
}
/* ----------------------------------- */
.instruction-install-btn {
    color: #4185be;
    cursor: pointer;
    /*text-decoration: underline;*/
}
.instruction-install-btn:hover {
    color: red;
}
/* ----------------------------------- */
.page-message {
	display: inline-block;
	position: absolute;
	text-align: center;
	padding: 20px;
	background-color: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	z-index: 10;
}
.page-message-header {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
}
.page-message-body {
	padding-top: 10px;
}
/* ------- element-item --------------- */
.message-error-wall {
    padding: 20px;
    font-size: 16px;
}
.div-body-main-wall,
.div-body-main-wall-top {
    margin: 10px auto 0 auto;
    width: 80%;
}
.div-body-main-photos {
    margin: 10px auto 0 auto;
    /*width: 99%;*/
}
.element-item {
    padding: 0px 10px 5px;
    margin: 0 20px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.div-body-main-active-body .element-item {
    margin: 0 20px 30px;
}
.element-item table {
    width: 100%;
}
.element-icon {
    width: 30px;
    min-height: 30px;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
}
.element-body-td {
    padding-left: 10px;
}
.element-line {
    margin-top: 2px;
}
.element-type {
    font-size: 16px;
}
.element-date {
    text-align: left;
}
.element-device-name {
	text-transform: uppercase;
    margin-right: 15px;
}
.element-description {
    margin-top: 5px;
}
.small-image {
    cursor: pointer;
    width: 30px;
    border: none;
}
.small-image:hover {
    box-shadow: 0 0 1px 2px #5A96C8;
}
.photo-image {
    cursor: pointer;
    width: 150px; /*300*/
    border: none;
    border-radius: 2px;
}
.photo-image:hover {
    box-shadow: 0 0 1px 2px #5A96C8;
}
.popup-image {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    z-index: 100;
}
.popup-photo-image {
    display: none;
    position: absolute;
    /*width: 640px;*/
    height: 480px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    z-index: 100;
}
.element-item-next-load,
.element-item-need-permissions {
    text-align: center;
    padding: 10px;
    margin: 0 20px 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
}
.element-item-next-load:hover,
.element-item-need-permissions:hover {
    background-color: #f0f0f0;
    color: red;
}
.element-photo {
    margin: 0 15px;
    display: inline-block;
}
.photo-del-btn {
    position: relative;
    top: -100px; /*-220*/
    left: 120px; /*270*/
    text-align: center;
	width: 22px;
	height: 22px;
	color: #bfbfbf;
	font-size: 16px;
	border: 1px solid #f8f8f8;
    border-radius: 3px;
	cursor: pointer;
}
.photo-del-btn:hover {
	border: 1px solid #bfbfbf;
    box-shadow: 0 0 1px 1px #e5f3fa;
}
.del-selected-photo-cbx {
    position: relative;
    top: -100px; /*-220*/
    left: 120px; /*270*/
    width: 0px; /*use padding img*/
}
.item-del-btn {
    margin-left: 10px;
    text-align: center;
	width: 22px;
	height: 22px;
	color: #bfbfbf;
	font-size: 16px;
	border: 1px solid #bfbfbf;
    border-radius: 3px;
	cursor: pointer;
}
.item-del-btn:hover {
	border: 1px solid #969696;
    box-shadow: 0 0 1px 1px #e5f3fa;
}
/* ---------------- Active Mode -------------------- */
#webrtc-log {
    display: none;
    position: absolute;
    text-align: left;
}

.div-body-main-active-top {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.div-body-main-active-left {
    float: left;
    width: 250px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.div-body-main-active-right {
    margin-left: 251px;
}
.div-body-main-active-body {
    padding: 5px 20px;
}
.str-device-ping-description {
    padding: 0 20px 10px;
    font-size: 14px;
}
div .div-body-main-active .select-combobox-item {
    font-size: 15px;
	padding: 25px 13px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid #F7F7F7;
    cursor: default;
}
div .div-body-main-active .select-combobox-item:hover {
	background-color: #ffffff;
    border-left: 1px solid #ffffff;
	color: red;
}
div .div-body-main-active .select-combobox-item.selected {
    background-color: #ffffff;
    border-bottom: 1px solid #a53737;
    border-left: 1px solid #a53737;
}
.enable-active-mode-btn {
    font-size: 14px;
	width: 300px;
    padding: 20px 0;
}
.active-mode-upgrade-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
}
.disable-active-mode-btn {
    padding: 5px 10px;
    display: inline-block;
}
.active-mode-request-btn {
    padding: 10px 20px;
    display: inline-block;
}
.device-item-info {
    margin-top: 5px;
    font-size: 11px;
}
.active-mode-wait-text {
    margin-top: 20px;
    display: inline-block;
    width: 90%;
    font-size: 14px;
    line-height: 30px;
}
.active-mode-wait-text .device-name {
	font-size: 16px;
	text-transform: uppercase;
}
.active-mode-caption {
    font-size: 16px;
}
.video-preview {
    height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
}
.video-preview:hover {
    box-shadow: 0 0 1px 2px #5A96C8;
}
.video-stream {
    /*width: 300px;*/
    height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    z-index: 10;
}
.video-control {
    height: 380px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
    z-index: 10;
}
.video-stream-controls button {
   position:relative;
   z-index: 11;
}
.video-stream:hover {
    box-shadow: 0 0 1px 2px #5A96C8;
}
.recive-video-cam-label, 
.send-audio-to-label,
.recive-photo-label {
    font-size: 16px;
}
label.disabled,
.recive-video-cam-label.disabled,
.send-audio-to-label.disabled {
    color: #BFBFBF;
}
.commands-request-status {
    font-size: 16px;
    color: #A4A4A4;
}
.popup-video {
    display: none;
    position: absolute;
    height: 90%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    z-index: 100;
}
.audio-uv {
    height: 100px;
    margin-left: 5px;
}
.div-video-stream {
    display: inline-block;
}
.set-password-edit {
    width: 50%;
}
.file-manager-btn {
    padding: 3px 10px;
    display: inline-block;
}
.apps-scroll-list {
    overflow: auto;
    height: 350px;
}
.apps-table-list {
    font-size: 14px;
    text-align: left;
    margin: 10px auto;
    min-width: 250px;
    display: inline-block;
}
.apps-table-list td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}
.apps-list-btn {
    padding: 3px 10px;
    display: inline-block;
}
.apps-tr-item {
    cursor: default;
}
.apps-tr-item:hover {
    background-color: #E1E1E1;
}
.apps-item-selected,
.apps-item-selected:hover {
    background-color: #6fa4ce;
    color: black;
}

/* ------- Landing --------- */
.landing-page-body {
    margin: 20px auto 10px;
    width: 90%; 
    font-size: 16px;
    text-transform: uppercase;
    /*line-height: 30px;*/
}
.landing-logo {
    min-width: 575px;
	height: 210px;
    background: transparent url('/img/landing-android-monitor.png') no-repeat;
	background-position: center;
}
.landing-help-btn {
    font-size: 16px;
	width: 350px;
    padding: 20px 0;
}
.about-sms-command-btn {
    text-decoration: underline;
    color: #4185be;
    cursor: pointer;
}
.landing-page-text {
    font-size: 16px;
    text-transform: uppercase;
}
.landing-page-text span{
    font-size: 18px;
    font-weight: bold;
}
.landing-page-img {
    display: inline-block;
	width: 570px;
    height: 450px;
    background-repeat: no-repeat;
    background-color: transparent;
	background-position: center;
}
.wall-img {
    background-image: url('/img/info/wall-list.png');
}
.active-mode-img {
    background-image: url('/img/info/active-mode.png');
}
.contact-img {
    background-image: url('/img/info/contact-list.png');
}
.call-img {
    background-image: url('/img/info/call-list.png');
}
.sms-img {
    background-image: url('/img/info/sms-list.png');
}
.process-img {
    background-image: url('/img/info/process-list.png');
}
.landing-page-table-info td{
    width: 50%;
    text-align: center;
    padding: 10px;
}
.landing-page-table-img td{
    width: 50%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* ----------------- slides --------------------- */
#container {
	width: 570px;
	margin: 40px auto;
	position: relative;
}

#slides {
	position:relative;
}

#slides .slidesContainer {
	background:#fff;
	border:8px solid #fff;
	margin-left:-8px;
	box-shadow: 0 2.5px 5px rgba(0,0,0,.1);
}

/* Next/prev buttons */

#slides .slidesNext,#slides .slidesPrevious {
	position:absolute;
	top:134px;
	left:-40px;
	width:24px;
	height:0;
	padding-top:32px;
	display:block;
	z-index:101;
	overflow:hidden;
	background:url(../img/navigation-previous.png) no-repeat 0 0;
}

#slides .slidesNext {
	left:798px;
	background:url(../img/navigation-next.png) no-repeat 0 0;
}

/* Pagination */

.slidesPagination {
	margin:10px 0 0;
	float:right;
}

.slidesPagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.slidesPagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	overflow:hidden;
}

.slidesPagination li.slidesCurrent a {
	background-position:0 -14px;
}

.device-info-table td {
    padding: 1px 12px;
}
.device-info-table {
    display: inline-block; 
    text-align: center;
}
.del-item-btn {
    padding-left: 10px;
}

.battery-plug-in {
    background: transparent url('img/battery-plug.png') no-repeat;
    background-position: left;
    min-width: 14px;
}
.active-battery-icon {
    /*color: black;*/
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    margin: 0 5px 0 10px;
    background: transparent url('img/battery_level_1.png') no-repeat;
    background-position: center;
    min-width: 45px;
    min-height: 20px;
    display: inline-block;
}
.active-connection-strength-icon {
    margin: 0 5px;
    background: transparent url('img/wifi_strength_undef.png') no-repeat;
    background-position: center;
    min-width: 35px;
    min-height: 20px;
    display: inline-block;
}
.device-get-info-btn {
    padding: 2px 5px;
    display: inline-block;
}

.table-user-information {
	color: #747474;
	padding: 0;
    border-spacing: 0;
	text-align: left;
	display: inline-block;
}
.hide-user-information-btn {
    margin-left: 30px;
	padding: 1px 10px;
    display: inline-block;
	vertical-align: top;
}


.header-menu-right1 {
	min-width: 85px;
	cursor: pointer;
	font-size: 13px;
	height: 60px;
    padding: 0 10px;
}
/*
.header-menu-right1:hover {
	background-color: #f0f0f0;
	color: red;
}
*/
.language-btn-en:hover {
	background-color: #f0f0f0;
	color: red;
}
.language-btn-ru:hover {
	background-color: #f0f0f0;
	color: red;
}
.language-btn-ua:hover {
	background-color: #f0f0f0;
	color: red;
}
