body, html{
    margin: 0;
    padding: 0;
}
#ast-sos
{
	position: fixed;
	color: #000;
	width: 320px;
	top: 0px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
}

#ast-sos h1
{
	display: block;
	font-size: 2em;
	font-weight: bold;
	padding-top: 0.67em;
	margin-top: 0;
	margin-bottom: 0.67em;
	margin-left: 0px;
	margin-right: 0px;
}

#ast-sos p
{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	margin-right: 0px;
}

#ast-sos.sos-right
{
	right:0px;
}

#ast-sos.sos-left
{
	left: 0px;
}
#ast-sos.sos-right.closed
{
	right: 0px;
}
#ast-sos.sos-left.closed
{
	left: 0px;
}

#ast-sos-initiate-mode a, #ast-sos-call-mode a
{
	color: #999;
}

.video-mode #ast-sos-call-mode a
{
	color: #FFF;
	text-decoration: none;
}

#ast-sos.video-mode
{
	width: 640px;
}

#ast-sos.sos-left.closed.video-mode
{
	left: 0px;
}

#ast-sos.sos-right.closed.video-mode
{
	right: 0px;
}

/* #ast-sos .sos-tab
{
	position: absolute;
	padding-top: 7px;
	width: 54px;
	height: 45px;
	cursor: pointer;
	background-color: #2495CF;
	background-image: url(/assets/images/vendor/astute/sos_tab_headset.png');
	background-repeat: no-repeat;
	background-position: center;
}

#ast-sos.sos-right .sos-tab
{
	padding-left: 0px;
	left: -54px;
	border-top-left-radius: 2em;
	border-bottom-left-radius: 2em;
}

#ast-sos.sos-left .sos-tab
{
	padding-right: 0px;
	right: -54px;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
}
*/
#ast-sos .hidden
{
	display: none;
}

#ast-sos .ast-sos-panel
{
	width: 100%;
	padding: 0px;
	background-color: #FFF;
}

.powered-by
{
	text-align: right;
	position: relative;
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: 9px;	
    padding: 3px 0;
}

.video-mode .powered-by
{
	font-size: 12px;	
	margin-top: 12px;	
	top: -480px;
	margin-bottom: -26px;	
	color: #FFF;
	border-bottom: none;
}
.powered-by img
{
	display: none;
}

.video-mode .powered-by img
{
	margin: 0 5px;
	vertical-align: text-bottom;
	display: inline;
	cursor: pointer;
}

#ast-sos-loading-mode{
	width: 320px;
}


#ast-sos .ast-sos-text-mode
{
	margin: auto;
	text-align: center;
	padding: 0 5px 5px;
}

#ast-sos-call-mode
{
	margin: 5px;
	text-align: center;
}

.video-mode #ast-sos-call-mode
{
	margin: auto;
}

#ast-sos .subtle
{
	font-size: 12px;
	color: #999;
}

#ast-sos .button-section
{
	padding: 5px;
	text-align: right;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#ast-sos.video-mode .button-section
{
	top: -65px;
	margin-bottom: -65px;
	border-bottom: none;
	padding-bottom: 10px;
}

#ast-sos .button-section button
{
	margin-right: 10px;
}

#ast-sos-chat-section
{
	max-height: 170px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	overflow-y: auto;
}

#ast-sos-chat-section p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

#ast-sos-chat-section em
{
	color: #888;
}

#ast-sos .message-section
{
	padding: 5px 10px;
	text-align: right;
	border-bottom: 1px solid #CCC;
}

#ast-sos .ast-sos-button
{
	height: 35px;
	margin: 1px;
	width: 100px;
	border: none;
	border-radius: 0.5em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #2495CF;
}

#ast-sos .ast-sos-icon-button
{
	height: 35px;
	width: 35px;
	margin: 2px;
	padding: 0px;
	border: none;
	border-radius: 2em;
	cursor: pointer;
	background-color: #2495CF;
}

#ast-sos .ast-sos-button-grey
{
	background-color: #999;
}

#ast-sos-chat-message
{
	width: 100%;
	height: 35px;
	border: none;
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
}

#ast-sos-user-name
{
	width: 300px;
	border: none;
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

#ast-sos-video-remote
{
	background-color: #FFF;
	width: 640px;
	height: 485px;
}

#ast-sos-video-local
{
	position: absolute;
	left: 12px;
	top: 12px;
	width: 185px;
	height: 140px;	
	border: 1px solid #FFF;
}

#ast-sos-video-remote > video
{
	width: 640px;
	height: 485px;
}

#ast-sos-video-local > video
{
	width: 185px;
	height: 140px;	
}

#ast-sos-video-remote-2
{
	position: absolute;
	left: 12px;
	top: 153px;
	width: 185px;
	height: 140px;
	border: 1px solid #FFF;
}

#ast-sos .unsupported-iframe
{
	border: 0px;
	height: 550px;
}

#ast-sos-mute-audio
{
	background: url(/assets/images/vendor/astute/control_microphone_on.png') no-repeat center;
}

#ast-sos-unmute-audio
{
	background: url(/assets/images/vendor/astute/control_microphone_off.png') no-repeat center;
}

#ast-sos-mute-video
{
	background: url(/assets/images/vendor/astute/control_camera_on.png') no-repeat center;
}

#ast-sos-unmute-video
{
	background: url(/assets/images/vendor/astute/control_camera_off.png') no-repeat center;
}