/*
 * OpenTok Wordpress Widget
 * copyright 2011 TokBox, Inc.
 *
 */

/*
 * reset for opentok styles
 */
div.opentok-stage * {
}

div.opentok-stage div, div.opentok-stage dl, div.opentok-stage dt, div.opentok-stage dd, div.opentok-stage ul

div.opentok-stage ol
div.opentok-stage li
div.opentok-stage h1
div.opentok-stage h2
div.opentok-stage h3
div.opentok-stage h4
div.opentok-stage h5
div.opentok-stage h6
div.opentok-stage pre
div.opentok-stage code
div.opentok-stage form
div.opentok-stage fieldset
div.opentok-stage legend
div.opentok-stage input
div.opentok-stage button
div.opentok-stage textarea
div.opentok-stage select
div.opentok-stage p
div.opentok-stage blockquote
div.opentok-stage th
div.opentok-stage td {
	margin:0;
	padding:0
}

div.opentok-stage table {
	border-collapse:collapse;
	border-spacing:0
}

div.opentok-stage fieldset
div.opentok-stage img {
	border:0
}

div.opentok-stage address
div.opentok-stage button
div.opentok-stage caption
div.opentok-stage cite
div.opentok-stage code
div.opentok-stage dfn
div.opentok-stage em
div.opentok-stage input
div.opentok-stage optgroup
div.opentok-stage option
div.opentok-stage select
div.opentok-stage strong
div.opentok-stage textarea
div.opentok-stage th
div.opentok-stage var {
	font:inherit
}

div.opentok-stage del
div.opentok-stage ins {
	text-decoration:none
}

div.opentok-stage li {
	list-style:none
}

div.opentok-stage caption
div.opentok-stage th {
	text-align:left
}

div.opentok-stage h1
div.opentok-stage h2
div.opentok-stage h3
div.opentok-stage h4
div.opentok-stage h5
div.opentok-stage h6 {
	font-size:100%;
	font-weight:normal
}

div.opentok-stage q:before, div.opentok-stage q:after {
	content:''
}

div.opentok-stage abbr
div.opentok-stage acronym {
	border:0;
	font-variant:normal
}

div.opentok-stage sup {
	vertical-align:baseline
}

div.opentok-stage sub {
	vertical-align:baseline
}

div.opentok-stage legend {
	color:#000
}

#opentok-user a:link, #opentok-user a:visited, #opentok-user a:active, #opentok-user a:hover {
	text-decoration: none;
	color: #659FB9;
}

#opentok-admin a:link, #opentok-user a:visited, #opentok-user a:active, #opentok-user a:hover {
	text-decoration: none;
	color: #659FB9;
}

#opentok-admin input {
	font-family: 'Lucida Grande', verdana, arial, sans-serif ;
}

#opentok-user input {
	font-family: 'Lucida Grande', verdana, arial, sans-serif ;
}

#opentok-control-bar {
	display:none;
	border-style:solid;
	border-color:#DFDFDF;
	border-width:1px;
	position:absolute;
	background-color: #FFFFFF;
	color: #666666;
	bottom: 20px;
	right: 30px;
	height: 130px;
	width: 460px;
	font-size: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#opentok-control-stats {
	font-style: italic;
	position:absolute;
	top: 23px;
	left: 23px;
}

#opentok-control-viewers {
	position:absolute;
	top: 50px;
	left: 23px;
}

#opentok-control-viewers-num {
	position:absolute;
	top: 50px;
	left: 160px;
}

#opentok-control-participants {
	position:absolute;
	top: 66px;
	left: 23px;
}

#opentok-control-participants-num {
	position:absolute;
	top: 66px;
	left: 160px;
}

#opentok-control-options {
	position:absolute;
	top: 50px;
	left: 23px;
	font-style: italic;
	top: 23px;
	left: 240px;
}

#opentok-control-allow {
	position:absolute;
	top: 50px;
	left: 240px;
}

#opentok-control-allow-yes, #opentok-control-allow-no {
	color: #333333;
	line-height: 12px;
	height: 16px;
}

input#opentok-control-radio-yes, input#opentok-control-radio-no {
	line-height: 14px;
	margin: 0px;
}

#opentok-control-stats-hr {
	top: 43px;
	left: 23px;
	width:200px;
	height: 1px;
	border: 0px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	position:absolute;
}

#opentok-control-options-hr {
	top: 43px;
	left: 240px;
	width:200px;
	height: 1px;
	border: 0px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	position:absolute;
}

#opentok-control-open {
	background-color: #FFFBCC;
	font-style: italic;
	font-size: 10px;
	top: 23px;
	left: 325px;
	position:absolute;
	display:none;
}

#opentok-control-closed {
	background-color: #FFFBCC;
	font-style: italic;
	font-size: 10px;
	top: 23px;
	left: 325px;
	position:absolute;
	display:none;
}

#opentok-control-open-text {
	color: #008000;
}

#opentok-control-closed-text {
	color: #d98500;
}

.opentok-gray-text {
	color: #999999;
}

#opentok-admin-leave-button {
	bottom: 10px;
	right: 12px;
	position:absolute;
	margin: 0px;
	padding: 3px 0px;
	width: 80px;
}

#opentok-title-bar {
	height: 20px;
	width: 600px;
	position: absolute;
	top: 25px;
	left: 33px;
	display: none;
}

#opentok-mute-bar {
	height: 20px;
	position: absolute;
	top: 20px;
	right: 30px;
	display: none;
}

#opentok-share-bar {
	height: 20px;
	position: relative;
	left: 10px;
	top: -1px;
	display: none;
}

#opentok-share-bar a {
	width: 23px;
	height: 21px;
	background-position: top;
	display: block;
	float: left;
	cursor: pointer;
	border-left: solid 1px #f3f3f3;
	border-right: solid 1px #d4d4d4;
}

a#opentok-share-ghost {
	width: 0px !important;
	border-left: 0px;
}

#opentok-share-bar a.lastRX {
	border-right: 0px;
}

#opentok-share-bar a:hover {
	background-position: bottom;
}

#opentok-share-em {
	background-image: url('images/sm-icon_mail.png');
}

#opentok-share-fb {
	background-image: url('images/sm-icon_facebook.png');
}

#opentok-share-tw {
	background-image: url('images/sm-icon_twitter.png');
}

#opentok-mute-button {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background-image: url('images/vol-icon.png');
	background-position: 0 0;
	float:right;
}

#opentok-mute-button:hover {
	background-position: 0 -20px;
}

#opentok-mute-button.muted {
	background-position: 0 -40px;
}

#opentok-mute-button.muted:hover {
	background-position: 0 -60px;
}

#opentok-close-button {
	float:right;
	margin-left: 8px;
	width: 25px;
	height: 25px;
	background-image: url('images/close-btn.png');
}

#opentok-close-button:hover {
	background-position: 0 -26px;
}

#opentok-logo {
	position: absolute;
	display: none;
	left: 50px;
	bottom: 32px;
	width: 116px;
	height: 35px;
	background-image: url('images/ot-widgets-logo.png');
}

#opentok-logo:hover {
	background-position: 0 -35px;
}

#opentok-topic {
	font-weight: bold;
	color: #333;
	font-size: 14px;
	padding-right: 8px;
	float:left;
}

#opentok-host-info {
	float:left;
	font-size: 12px;
	color: #999;
	font-family: Georgia;
}

#opentok-num-persons {
	font-family: 'Lucida Grande', verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #444444;
	position : absolute;
	left: 40px;
	bottom: 5px;
	width: 30px;
	height: 25px;
	width: 25px;
}

#opentok-person-icon {
	position : absolute;
	left: 12px;
	bottom: 10px;
	width: 20px;
	height: 25px;
	width: 25px;
	background: transparent url('images/menu.png') no-repeat scroll -301px -33px;
}

input#opentok-start-chat {
	font-size:9px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	bottom: 9px;
	right: 22px;
	position: absolute;
	margin: 0px;
	width: 115px;
	padding: 3px 0px;
}

#opentok-cancel-link {
	line-height: 1;
	bottom: 15px;
	right: 125px;
	position: absolute;
}

#opentok-cancel-link2, #opentok-cancel-link3 {
	bottom: 15px;
	right: 185px;
	position: absolute;
	color: #777777 !important;
	font-size: 12px;
}

#opentok-start-chat2 {
	font-size:9px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	position: absolute;
	bottom: 10px;
	right: 13px;
	margin: 0px;
	padding: 3px 0px;
	width: 105px;
}

#opentok-chat-setup {
	border: 1px solid #999999;
	position:absolute;
	background-color: #FFFFFF;
	width: 537px;
	height: 212px;
	top: 30px;
	left: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#opentok-setup-text1 {
	font-size:11px;
	position:absolute;
	color: #333;
	left: 261px;
	top: 85px;
}

#opentok-setup-text2 {
	font-size:11px;
	position:absolute;
	color: #333;
	left: 261px;
	top: 100px;
}

#opentok-topic-title {
	position: absolute;
	color: #333;
	top: 23px;
	left: 261px;
	font-size: 13px;
}

#opentok-topic-input {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 250px;
	width: 250px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	color: #333 !important;
}

a.opentok-button-admin {
	line-height: 15px;
	padding: 3px 10px;
	white-space: nowrap;
	-webkit-border-radius: 10px;
}

input.opentok-button-admin:active, .opentok-button-admin:active {
	background: #eee url("images/white-grad-active.png") repeat-x scroll left top !important;
}

.opentok-button-admin, input.opentok-button-admin {
	border-color: #bbb !important;
	color: #464646 !important;
	background: #f2f2f2 url("images/white-grad.png") repeat-x scroll left top !important;
	text-shadow: rgba(255,255,255,1) 0 1px 0 !important;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 13px !important;
	padding: 3px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.opentok-button-admin-blue, input.opentok-button-admin-blue {
	border-color: #298cba !important;
	color: #FFF !important;
	background: #21759B url("images/blue-grad.png") repeat-x scroll left top !important;
	text-shadow:0px -1px 0px #000000 !important;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 13px !important;
	padding: 3px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.opentok-button-admin-blue[disabled], .opentok-button-admin-blue:disabled, input.opentok-button-admin-blue[disabled], input.opentok-button-admin-blue:disabled {
	color: #aaa !important;
	border-color: #ddd !important;
	background: #f2f2f2 url("images/white-grad.png") repeat-x scroll left top !important;
	text-shadow: rgba(255,255,255,1) 0 1px 0 !important;
}

#opentok-chat-setup, #opentok-chatroom, #opentok-wait-view {
	display: none;
}

#opentok-inner-rounded {
	width: 100%;
	height: 100%;
	background-color: #ececec;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: inset 0 2px 0 0 #FFFFFF;
	-webkit-box-shadow: inset 0 2px 0 0 #FFFFFF;
}

#opentok-admin {
	padding: 10px;
	padding-bottom: 0px;
	.background: rgb(34, 34, 34);
	background: rgba(34, 34, 34, 0.5);
	bottom: 0px ;
	right: 30px;
	font-family: 'Lucida Grande', verdana, arial, sans-serif ;
	font-size: 11px ;
	position: fixed ;
	width: 220px;
	height: 40px ;
	z-index: 1000;
	display:none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-box-shadow: inset 0 1px 0 0 #666666;
	-webkit-box-shadow: inset 0 1px 0 0 #666666;
}

#opentok-user {
	padding: 10px;
	padding-bottom: 0px;
	.background: rgb(34, 34, 34);
	background: rgba(34, 34, 34, 0.5);
	bottom: 0px ;
	right: 30px;
	font-family: 'Lucida Grande', verdana, arial, sans-serif ;
	font-size: 11px ;
	position: fixed ;
	width: 840px;
	height: 390px ;
	z-index: 1000;
	display: none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-box-shadow: inset 0 1px 0 0 #666666;
	-webkit-box-shadow: inset 0 1px 0 0 #666666;
}

/* ---- USER INTERIOR BOXES---- */

.opentok-user-box {
	background-color: #DEDEDE ;
	border: 1px solid #DDDDDD ;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #cccccc;
	-moz-box-shadow: inset 0 1px 0 0 #eeeeee;
	-webkit-box-shadow: inset 0 1px 0 0 #eeeeee;
	position: absolute ;
}

#opentok-join-chat {
	bottom: 20px ;
	right: 30px;
	width: 300px;
	height: 50px;
	display: none;
}

#opentok-leave-chat {
	bottom: 20px ;
	right: 30px;
	width: 300px;
	height: 50px;
	display: none;
}

#opentok-input-name {
	bottom: 20px ;
	right: 30px;
	width: 303px;
	height: 142px;
	display: none;
}

#opentok-check-camera {
	bottom: 20px ;
	right: 30px;
	width: 538px;
	height: 192px;
	display: none;
}

/* -------- */

#opentok-multi-tab {
	position: absolute;
	display: none;
	color: #777;
	margin:5px 0 0 30px;
}

#opentok-chat-started {
	position: absolute;
	display: none;
	color: #777;
	margin:5px 0 0 30px;
}

#opentok-chat-disconnected {
	position: absolute;
	display: none;
	color: #777;
	margin:5px 0 0 30px;
}

#opentok-hidden-view {
	display : none;
}

#opentok-hidden-view input {
	width: 100px;
}

/* -------- */

#opentok-user input {
	font-size:12px;
	border-style:solid;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: 0 0 0px;
}

#opentok-name-label {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #333;
}

#opentok-name-input {
	position: absolute;
	width: 256px;
	top: 41px;
	left: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	color: #333 !important;
	-moz-box-shadow: inset 0px 6px 6px rgba(0,0,0, 0.07);
	-webkit-box-shadow: inset 0px 6px 6px rgba(0,0,0, 0.07);
	box-shadow: inset 0px 6px 6px rgba(0,0,0, 0.07);
}

#opentok-camera-label1 {
	font-size: 14px;
	color: #333333;
	position:absolute;
	left: 264px;
	top: 48px;
}

#opentok-camera-label2 {
	font-size: 14px;
	color: #333333;
	position:absolute;
	left: 265px;
	top: 66px;
}

.opentok-headphone-tip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #777777;
	vertical-align: middle;
	background-color: #FFFBCC;
	text-align: center;
	position:absolute;
	width: 250px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

#opentok-headphone-tip-admin {
	left: 261px;
	bottom: 50px;
}

#opentok-headphone-tip-user {
	left: 265px;
	top: 100px;
}

#opentok-publisher {
	background-color: #FFFFFF ;
	border: 1px solid #AAAAAA ;
	top: 23px;
	left: 20px;
	position: absolute;
	width: 188px ;
	height: 130px ;
}

#opentok-streambox {
	left: 20px;
	top: 60px;
	position: absolute ;
	height: 230px;
	width: 780px;
	z-index: 1;
	display: none;
}

/* kick overlay */

#opentok-kick-overlay {
	position: absolute;
	display:none;
	width: 100%;
	height: 100%;
}

#opentok-kick-overlay.hovering {
	height: 100%;
}

#opentok-kick-overlay a {
	position: absolute;
	top: -7px;
	right: -20px;
	width: 22px;
	height: 22px;
	background-image: url('images/kick-btn.png');
	/*/LOCAL*/
	background-position: top;
}

#opentok-kick-hover {
	width: 99%;
	height: 99%;
	background-color: transparent;
	border: solid 9px #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#opentok-kick-overlay.hovering #opentok-kick-hover {
	display:block;
}

#opentok-kick-overlay a:hover {
	background-position: bottom;
}

/* registration page */

#opentokRegistration {
	width: 700px;
}

#opentokRegistration h1 {
}

#opentokRegistration h2 {
}

#opentokRegistration div.row {
	clear: both;
	padding-top: 5px;
	border-bottom-style:solid;
	border-bottom-color: black;
}

#opentokRegistration div.row span.field {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 15px;
}

#opentokRegistration div.row label {
	width: 200px;
	color: red;
	float: right;
}

#opentokRegistration div.row .formInput {
	float: left;
	width: 315px;
	text-align: left;
}

#opentokRegistration div.row span.extraLabel {
	float: left;
	text-align: left;
}

#opentokRegistration input.submitButton {
	margin-top: 10px;
	margin-left: 10px;
}

.opentok-join-label {
	color: #777777;
	font-size: 12px;
	left: 30px;
	position: absolute;
	line-height: 50px;
}

#opentok-hidden-label {
	left: 20px;
}

input#opentok-join-button {
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #0099cc;
	background-image: -moz-linear-gradient(100% 100% 90deg, #0b8dbc, #51a3ce);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#51a3ce), to(#0b8dbc));
	border: solid 1px #007799;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb;
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb;
	text-shadow: #003b64 0px -1px 1px;
	width: 120px;
}

input#opentok-join-button:disabled {
	font-weight: normal;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(100% 100% 90deg, #dddddd, #eeeeee);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dddddd));
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	text-shadow: #ffffff 0px 1px 1px;
	cursor: default;
	border: solid 1px #cccccc;
	color: #aaaaaa;
}

input#opentok-name-button, input#opentok-camera-button, input#opentok-reopen-button {
	font-weight: normal;
	text-align: center;
	color: #4c4c4c;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(100% 100% 90deg, #dedede, #f2f2f2);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#dedede));
	border: solid 1px #bbb;
	-moz-box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	text-shadow: 0px 1px #ffffff;
}

input#opentok-name-button:hover, input#opentok-camera-button:hover, input#opentok-reopen-button:hover {
	border-color: #888;
	background-image: -moz-linear-gradient(100% 100% 90deg, #d9d9d9, #f7f7f7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(#d9d9d9));
	color: #222;
}

input#opentok-name-button:active, input#opentok-camera-button:active, input#opentok-reopen-button:active {
	background-image: -moz-linear-gradient(100% 100% 90deg, #f7f7f7, #d9d9d9);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#f7f7f7));
}

input#opentok-name-button {
	width: 145px;
}

input#opentok-camera-button {
	width: 130px;
}

input#opentok-reopen-button {
	width: 110px;
}

input#opentok-camera-button:disabled {
	color: #4c4c4c;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(100% 100% 90deg, #dedede, #f2f2f2);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#dedede));
	cursor: default;
	border: solid 1px #ccc;
	color: #a3a3a3;
	-moz-box-shadow: inset 0 1px 0 0 #f6f6f6;
	-webkit-box-shadow: inset 0 1px 0 0 #f6f6f6;
}

input#opentok-leave-button {
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #9a1900;
	background-image: -moz-linear-gradient(100% 100% 90deg, #b81e00, #9a1900);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9a1900), to(#b81e00));
	border: solid 1px #454545;
	-moz-box-shadow: inset 0 1px 0 0 #cc5500;
	-webkit-box-shadow: inset 0 1px 0 0 #cc5500;
	padding: 0px 20px;
	width: 120px;
}

#opentok-npeople-tooltip {
	display: none;
	position: absolute;
	bottom: 35px;
	margin-left: 25px;
	z-index: 999999;
	padding: 0px 5px;
	font-size: 10px;
	background-color: #f4f0c6;
	border: solid 1px #cccccc;
	width: 180px;
}
