@charset "utf-8";
/* CSS Document */

.validateButton {
	float: right;
	width: 200px;
	border: none;
	border-radius: 0px;
	background-color: #0D8FC8;
	color: white;
	font-family: "Source Sans Pro";
	height: 33px;
}
        
.validateButton:hover {
	background-color:#47A1C9
}
        
.invalid {
	color:red;
}
        
.getLink {
	position: absolute;
	z-index: 6;
	right: -1px;
	top: -24px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	width: 100px;
	height: 23px;
	display:none;
}
        
.linkInput {
	width: 320px;
	height: 22px!important;
	position: absolute;
	z-index: 4;
	right: 0px;
	margin-top: -24px;
	padding: 0px!important;
	color:black;
}
        
.inputMask {
	width: 327px;
	height: 25px!important;
	position: absolute;
	z-index: 5;
	right: -1px;
	top: -26px;
	padding: 0px!important;
	background-color:#F8F8F8;
}
        
.coming_soon {
	background-image: url(../images/notavailable.png);
	width:460px;
	height:400px;
	background-repeat:no-repeat;
	left:95px;
	top:120px;
	position:absolute;
	background-position: top center;
}
        
.ccvideo {
	z-index: 2;
	width: 615px!important;
	height: 590px;
	background-color: rgba(255,255,255,1);
	top: -20px;
	left:-5px;
	position:absolute;
}
        
        
.video_selection::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
        
.video_selection::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
        
.video_selection::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0089C4;
}

a:hover {
	cursor: pointer; 
	cursor: hand;
}
        
#webEditionTab:hover {
	cursor: hand;
	background-color:#E6EBF2;
	color:#535353;
}
        
#CorporateControlTab:hover {
	cursor: hand;
	background-color:#E6EBF2;
	color:#535353;
}
        
#webEditionTab {
	position: absolute;
	top: -20px;
	left: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 220px;
	height: 40px;
	background-color: #535353;
	color:#E6EBF2;
	font-size:20px;
	border:1px;
	border-color:black;
	border-style:solid;
	border-bottom:none;
	z-index:1;
}
        
#webEditionTab.live {
	background-color:#E6EBF2;
	border-bottom-color:#0089C4;
	color:#535353;
}
        
#CorporateControlTab {
	position: absolute;
	top: -20px;
	left: 240px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 240px;
	height: 40px;
	background-color:#535353;
	color:#E6EBF2;
	font-size:20px;
	border:1px;
	border-color:black;
	border-style:solid;
	border-bottom-color:#535353;
	z-index:1;
}
        
#CorporateControlTab.live {
	background-color:#E6EBF2;
	color:#535353;
	height:40px;
	border-bottom:none;
}
    
#trainingVideos {
	position: relative;
}
        
#trainingVideos .content {
	position: absolute;
	z-index:1;
}
        
#trainingVideos .content:not(.active ){
	display: none;
}
        
#trainingVideos .content.popup {
	box-shadow: rgba(0,0,0,0.5) 0px 2px 7px;
}
        
#trainingVideos .link, #trainingVideos .close {
	cursor: pointer;
	position: absolute;
	background-color: rgba(255,0,0,0.0);
	z-index:1;
}
   
#trainingVideos .link:hover, #trainingVideos .close:hover {
	background-color: rgba(0,137,196,0.3);
}

#CorporateControlContainer {
	width: 808px; 
	height: 600px;
	display:block;
	top:20px;
	display:none;
	position:absolute;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
        
#webEditionContainer{
	width: 1018px; height: 552px;
	background: url(../images/Image-2071.png);
	position:absolute;
	top:20px;
	display:none;
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 1px;
}
        
#trainingVideos .clicked {
	z-index:2;
}
        
#trainingVideos .highlight:not(.clicked) {
	display: none;
}
        
.text_content {
	position: absolute;
	top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 15px;
	color: #2A2A2A;
	width: 414px;
	right: -9px;
	text-align:center;
}
        
.video_content {
	position: absolute;
	right: 0px;
	top: 200px;
}
        
.video_selection {
	width: 198px;
	height: 520px;
	overflow-y: scroll;
}
        
.video_select_link {
	position: relative;
	width: 165px;
	margin:10px;
	margin-left:4px;
	opacity: .76;
	border-style: solid;
	border-width: 1px;
	border-color: #575757;
	border-bottom-color: black;
	border-top-color: #B8B8B8;
	color: white;
	text-align: center;
	border-radius: 2px;
}
        
.video_select_link:hover {
	cursor: pointer; 
	cursor: hand;
	border-color:#0089C4;
}
        
legend {
	margin-bottom:0px!important;
	margin-left:60px;
	line-height:15px!important;
	font-size:12px!important;
	border-bottom:none;
}
        
.ccvideo .text_content {
	position: absolute;
	top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 15px;
	color: #2A2A2A;
	width: 414px;
	right: 0px;
	left:174px;
	text-align:center;
}
        
.ccvideo .video_content {
	position: absolute;
	right: 0px;
	top: 200px;
}
        
.ccvideo .video_selection {
	width: 187px;
	height: 591px;
	overflow-y: scroll;
}
        
fieldset {
	width:2px!important;
	margin: 0px;
	padding: 0px;
}