#layout {
	position: fixed;
	top: 72px;
	left: 0;
	right: 0;
	bottom: 0;
}

.tabframe {
	position: relative;
	width: 100%;
	height: 100%;
}

iframe {
	position:absolute; 
	top:0px; 
	left:0px; 
	bottom:0px; 
	right:0px; 
	width:100%; 
	height:100%; 
	border:none; 
	margin:0; 
	padding:0; 
	overflow:hidden; 
	z-index:9;
}

.clientlogo {
  position: absolute;
  top: 6px;  
  height: 60px;
  margin-right: 100px;
  width: 150px;
  display: none;
}

.clientlogo span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.clientlogo img {
	max-height: 40px;
	max-width: 150px;
  vertical-align: middle;
}

.servertime {
  font-size: 12px;
  font-style: normal;
  text-align: right;
  visibility: hidden;
  opacity: 0.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  position: absolute;
  top: 5px;
  right: 10px;
  left: 10px;
  z-index: 301;
  height: 25px
}
.servertime span.text {
  color: rgba(255, 255, 255, 0.7);
  padding-right: 5px;
}
.servertime span.time {
  color: rgba(255, 255, 255, 0.8);
}

.account-modal {
	z-index: 12000;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	border: 0 solid transparent;
	margin: 0;
	cursor: default;
	user-select: none;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu:before {
  border-radius: 1px;
  padding-bottom: 4px;
  padding-top: 4px;
  top: -4px;
  padding-bottom: 9px;
  padding-top: 9px;
  top: -9px;
  background-color: white;
  border-radius: 0px;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 100%;
}

.menu {
	font-weight: 300;
	font-size: 13px;
	box-sizing: border-box;
	overflow: visible;
	z-index: 12000;
	position: absolute;
	border: 0 solid transparent;
	margin: 0;
	cursor: default;
	user-select: none;
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sc-pointer {
	transform: rotate(180deg);
	margin-left: -17px;
	position: absolute;
	top: -19px;
	background-image: url("../images/packed-1.png");
  background-position: -128px -167px;
  background-repeat: no-repeat;
  height: 15px;
  position: absolute;
  width: 33px;
  z-index: 2;
}

.sc-menu-item {
	border: medium none;
  font-size: 15px;
  border: medium none;
  font-size: 15px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
	margin: 0;
  overflow: hidden;
  position: absolute;
}

.sc-menu-item > .menu-item {
  cursor: default;
  line-height: 27px;
  text-decoration: none;
}
.sc-menu-item a {
  bottom: 0;
  color: black;
  display: block;
  left: 0;
  line-height: 22px;
  outline: medium none;
  position: absolute;
  right: 0;
  text-align: left;
  text-decoration: none;
  top: 0;
}

.sc-menu-item:hover .menu-item {
    background-color: #e5f2ff;
}

.atv4.cw-menu .sc-menu-item .value {
  left: 0;
  margin-left: 11px;
}
.sc-menu-item .value {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
  right: 5px;
  text-align: left;
  top: 0;
  margin-left: 11px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-view {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  cursor: default;
  margin: 0;
  overflow: hidden;
  position: absolute;
}

