/* Copyright 2015 Adobe Systems Incorporated.  All rights reserved. */
@font-face {
  font-family: 'source_sans_proregular';
  src: url('../fonts/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
       url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
       url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	height: 100%;
}
body 
{
    background-color: #403f3f;
	border-radius: 3px;
	margin: 0px;
	font-family: source_sans_proregular;
	height: 100%;
    overflow-x: hidden;
    cursor:default;
    -webkit-user-select: none;
}
.parentTable, .parentTable > tbody{
    border-spacing: 0;
    width: 100%;
}
.previewContent {
    float: right;
	padding: 16px;
}
.previewText {
	font-size: 11px;
	color: rgb(157,157,157);
	text-align: justify;
	display: inline-block;
	line-height: 1.6;
    word-spacing: 2px;
}
.previewURL {
	border-radius: 3px;
	background-color: rgb(44, 43, 43);
	width: 210px;
	height: 25px;
	margin-top: 18px;
}

#link {
	font-size: 11px;
	color: rgb(255, 255, 255);
	line-height: 1.636;
    letter-spacing: 0.5px;
    font-size: 12px;
    position: relative;
	margin-top: 4px;
    width: 145px;
    display: block;
    text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden;
    float: left;
    text-decoration: none;
    cursor: default;
}

.linkHover:hover {
	opacity: 0.7;
    cursor: pointer !important;
}

.copyIcon {
    display: none;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: middle;
	height: 15px;
    float: right;
}

.copyIcon:hover { 
	opacity: 0.7;
	cursor: pointer; 
}

.ccIcon {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 5px;
	vertical-align: middle;
	width: 18px;
    float: left;
}
.qrCodeContainer {
    width: 110px;
    border-spacing: 0px;
}
#imageHolder {
    margin-left: 16px;   
}
#qrCode img {
	width: 80px;
	height: 80px;
	margin-left: 16px;
	display: inline-block !important;
	border: 1px solid #ffffff;
}
.ccSpinner {
	vertical-align: middle;
	display: block;
    margin: auto auto;
    max-height: 80px;
    max-width: 80px;
}
.deviceList {
    font-size: 12px;
}
.deviceInfo {
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 85%;
}
.inspect {
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0.5;
}
.inspect:hover {
    cursor: pointer;
}
.whiteColor {
    color: rgb(255, 255, 255);
}
.greyColor {
    color: rgb(157, 157, 157);
}
.separator {
    border-top: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0px -1px 0px rgba(0,0,0,0.36);
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    display: none;
}
.hoverOn {
    background-color: rgba(44, 43, 43, 0.5)
}
.inspectIcon {
    vertical-align: middle;
    padding-right: 8px;
    padding-left: 8px;
}
.inspectOn {
    opacity: 1.0 !important;
}
#devicePreviewDesc {
    min-height: 45px;
}
.deviceClicked {
    background-color: rgb(44, 43, 43);
}