﻿/** 
Copyright ©  2014-2015 Onstream Systems Ltd
*/


div.dropdown {
    float:right;
    position:relative;
    margin-top:6px;
    margin-right:4px;
}

.caret {
  margin-top: 8px;
  margin-left: 0;
    display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.btn {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
    vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x; 
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

a.btn
{
	background-color: #425563;
	color: white;
	text-shadow: none;
	background-image: none;
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
    text-decoration:none;
      border: 1px solid #bbb;
      margin-top:4px;
      border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-background-clip: padding;
  background-clip: padding-box;
    right: 0;
  left: auto;
}

.dropdown-menu li > a:hover {
  background-color: #01A982;
  background-image: none;
}

.dropdown-menu li > a {
        text-decoration: none;
}

    .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
        color: #fff;
        text-decoration: none;
    }

    .dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
    a:hover, a:active {
  outline: 0;
}
.open>.dropdown-menu {
  display: block;
}

.bodyStyle {
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
	min-width: 600px;
	overflow: hidden;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

h2 {
	font-size: 1.6em;
	font-weight: 600;
	color: #FFF;
    padding-bottom:5px;
}

td {
	/*	width: 300px;*/
	vertical-align: middle;
}

tr,th,p {
	vertical-align: top;
}

.aLink {
	text-decoration: none;
	border: none;
}

.buttonPanel {
	border: 1px solid;
	background-color: #000;
	text-align: center;
}

.close {
	display: block;
}

.closeIcon {
	width: 23px;
	height: 23px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #999999;
	border: none;
}

.controls {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	border-left: solid 1px #c1c1c1;
	border-top: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 1px #6f6f6f;
	width: 300px;
}

.ddlBox {
	width: 120px;
	height: 27px;
	vertical-align: super;
	font-size: 1.5em;
	border: 1px solid #000000;
}

.unselectable {
    user-select: none;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.txtBox {
	width: 45px;
	height: 20px;
	vertical-align: super;
	margin-right: 0px;
	border: 1px solid #000000;
	text-align: center;
        font-size:1.6em;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
	cursor: text;
}

.ddlPanel {
	display: inline;
	vertical-align: super;
}

.toolbarDisable {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
	background-color: white;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.dialogDisable {
	height: 100%;
	border: 1px solid Black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: white;
	text-align: center;
	position: fixed;
	top: 0%;
	left: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	display: none;
	z-index: 90;
}

.dialogHeader {
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	background-color: #999999;
	text-align: center;
	font-size: 1.3em;
	display: block;
	vertical-align: middle;
}

.dialogInner {
	padding: 10px;
	position: relative;
	text-align: left;
	width: auto;
	height: auto;
}

.dialogOutter {
	border: 1px solid Black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: 0.95 !important;
	background-color: white;
	text-align: center;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -150px;
	margin-right: auto;
	margin-bottom: auto;
	display: none;
	z-index: 91;
}

.documentLink {
	vertical-align: middle;
	height: 26px !important;
}

.documentsPanel {
	display: inline-table;
}

.hiddenField {
	display: none;
}

.linkButton {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	z-index: 80;
}

.mediumWide {
	width: 80%;
}

.noBorderImage {
	border: none;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

.notifier {
	background-color: #ffffff;
	border: 1px solid #000000;
	z-index: 98;
	cursor: default;
}

.openFile {
	border: none;
	min-height: 300px;
}

.rowHeader {
	background-color: #acc3fc;
	color: #2a2a2a;
	font-size: 1.3em;
	font-weight: 600;
}

.rowHeaderHeading {
	background-color: #8faeff;
	color: #2a2a2a;
	font-size: 1.3em;
	font-weight: 600;
}

.sampleTable {
	min-width: 500px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.toolBarGroup {
	height: 35px;
    display:inline-block;
	margin-top: 4px;
	padding-right: 4px;
	border-right: 1px solid;
	/*display: inline-table;*/
}

.toolBarGroupHead {
	height: 35px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 4px;
	border-right: 1px solid;
	display: inline-table;
}

.toolBarGroupTail {
	height: 35px;
	padding-right: 10px;
	display: inline-table;
}

.toolBarIcon {
	width: 25px;
	height: 25px;
	padding-top: 4px;
	/*padding-bottom: 4px;*/
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px;
}

.toolBarIconSmall {
	width: 19px;
	height: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
	margin-bottom: 2px;
	vertical-align: sub;
}

/*.toolBarIconDisabled {
	border-top: 2px solid #868686;
	border-bottom: 2px solid #868686;
	border-left: 2px solid #868686;
	border-right: 2px solid #868686;
	background-color: #868686;
	cursor: default;
}*/


a.toolBarLinkDisabled {
     pointer-events: none;
   cursor: default;
}
/*
.toolBarIconModeOn {
	border-top: 2px solid #a3810a;
	border-bottom: 2px solid #ffde6e;
	border-left: 2px solid #a3810a;
	border-right: 2px solid #ffde6e;
	background-color: #ffc90e;
}

.toolBarIconMouseIn {
	border-top: 2px solid #ffde6e;
	border-bottom: 2px solid #a3810a;
	border-left: 2px solid #ffde6e;
	border-right: 2px solid #a3810a;
	background-color: #ffc90e;
}

.toolBarIconMouseOut {
	border-top: 2px solid #b1caf2;
	border-bottom: 2px solid #337cf5;
	border-left: 2px solid #b1caf2;
	border-right: 2px solid #337cf5;
	background-color: #8fb4f1;
}
    */
.toolBarItemsPanel {
	padding-top: 6px;
	padding-bottom: 6px;
}

.wide {
	width: 100%;
}

.pageCount {
	background-color: #000;
	color: #FFF;
	border: solid 2px black;
	cursor: default;
    text-align:left;
}

.viewerPanel {
	position: absolute;
	top: 0;
	left: 0;
}