﻿:root {
	--color-back-btnlogchoice: #beb9c0 !important;
	--color-back-btnlogchoice-hover: #beb9c0 !important;
	--color-btnlogchoice: #FFF !important;
	--color-btnlogchoice-hover: #743c8d !important;
}

@media all and (min-width:1680px) {
    #BoxIdent > div > div.input-group {
        max-width: 50%;
        Margin-Left: 8.5%;
    }
}

@font-size-base: 14px;

body {
}

html, body{
	height:100%; 
	margin:0;
	padding:0;
	font-size: 16px;
}

a:focus, a:hover {
  cursor: pointer;
}
.container-fluid{
  height:100%;
  display:table;
  width: 100%;
  padding: 0;
}
 
.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
  float:none;
  margin:0 auto;
}

div#BoxBack {
	margin-top: auto;
	margin-bottom: auto;
	display: inline-block;
	background: #fafafa;
	height: 50%;
	width: 100%;
	padding: 50px;
}


div#BoxBack div table tbody tr td{
}

div#BoxIdent {
	background: #ffffff;
	border:0px solid #cccccc;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	box-shadow : 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

div#BoxBack #LabTypePage{
    font-family: Calibri, Arial, Verdana;
    font-size: 30px;
    font-weight: 800;
    color: #9e65b0;
}

.btn-login{
    background-color: #9e65b0;
    font-family: Calibri, Arial, Verdana;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-log-choice {
    background-color: var(--color-back-btnlogchoice);
    border-color: var(--color-back-btnlogchoice);
    color: var(--color-btnlogchoice);
}

.btn-log-choice.focus, .btn-log-choice:focus, .btn-log-choice:hover {
    color: var(--color-btnlogchoice-hover);
    background-color: var(--color-back-btnlogchoice-hover);
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
	.btn-log-choice {
		font-size: 200% !important;
	}

	.btn-other {
		font-size: 130% !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.btn-log-choice {
		font-size: 250% !important;
	}

	.btn-other {
		font-size: 150% !important;
	}
}


/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
	.btn-log-choice {
		font-size: 300% !important;
	}

	.btn-other {
		font-size: 200% !important;
	}
}

.SignInDefaultPanel{
    text-align: center;
    background-color: #f4f3f4;
}

tr.CellDataGrid{
    color:black;
    font-family: Calibri, Arial, Verdana;
    font-size:12px;
}

.SignInDefaultPanelButton{
    text-align: center;
    background-color: #f4f3f4;
    border-radius: 10px;
    margin-left:5px;
    margin-right:5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 117px;
}

.SignInDefaultPanelButtonActive{
    text-align: center;
    background-color: #f4f3f4;
    border-radius: 10px;
    border: 2px solid #9e65b0;
    margin-left:5px;
    margin-right:5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor:pointer;
}

.SignInPrimaryPanel{
    text-align: center;
    background-color: #9e65b0;
}

.SignInDefaultTab{
    text-align: left;
    background-color: white;
    margin-right:0px;
    margin-left:0px;
    margin-bottom:10px;
    margin-top:10px;
    padding-top:15px;
    padding-bottom:15px;
    color:black;
    font-family: Calibri, Arial, Verdana;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    vertical-align:middle;
}

.SignInDefaultTitleBox{
    font-family: Calibri, Arial, Verdana;
    font-size: 30px;
    font-weight:900;
    color:black;
}

.SignInTitleTabs{
    font-family: Calibri, Arial, Verdana;
    font-size: 30px;
    font-weight:900;
    color:#855495;
}

.SignInPrimaryTitleBox{
    font-family: Calibri, Arial, Verdana;
    font-size: 30px;
    font-weight:900;
    color:white;
}

.HeaderDataGrid{
    background-color: #f4f3f4;
    color:black;
}

.HeaderDataGrid td a, .HeaderDataGrid td{
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border-top: 1px solid;
    border-top-color: #ADACAC;
}

.SignInText{
    font-family: Calibri, Arial, Verdana;
    font-size:12px;
}

.SignInTitleInTab{
    text-align:center;
    font-family: Calibri, Arial, Verdana;
    font-size:13px;
    font-weight:bold;
}

.SignInMainButtonLabel{
    font-family:Calibri, Arial, Verdana;
    font-size:45px;
    color:#a580b0;
}

.progress-bar{
    background-color: #b68ec3;
}

#TitlePage{
    color: #763c89;
    font-size: 18px;
}



.btn-primary .badge
{
    color: #337ab7;
    background-color: #d7d7d7;
    border: 0px;
}

.btn-default
{
    color: #333;
    border-color: #adadad;
    background-color: #dadada;	
    border: 0px;
    font-size:15px;
}

.btn-default:hover
{
    color: #333;
    border-color: #adadad;
    background-color: #aeaeae;	
    border: 0px;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default
{
    color: #333;
    border-color: #adadad;
    background-color: #aeaeae;	
    border: 0px;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus
{
    color: #333;
    border-color: #8c8c8c;
    background-color: #aeaeae;	
    border: 0px;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    border-color: #8c8c8c;
    background-color: #aeaeae;	
    border: 0px;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default
{
    color: #333;
    border-color: #8c8c8c;
    background-color: #aeaeae;	
    border: 0px;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus
{
    border-color: #ccc;
    background-color: #aeaeae;	
    border: 0px;
}

.btn-default .badge
{
    color: #fff;
    background-color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    color: #2b2b2b;
    font-family: Calibri, Arial, Verdana;
    border-bottom-color: transparent;
    background-color: #f4f3f4;
	border: 0px;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #2b2b2b;
    background: #ffffff;
    font-family: Calibri, Arial, Verdana;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    line-height: 1.4285;
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
    text-decoration: none;
    font-family: Calibri, Arial, sans-serif;
    font-size: 15px;
	color: #2b2b2b;	
	border: none;
}

.nav-tabs {
	border: none;
}


.tab-pane.active {
/*	background-color: #f4f3f4;*/
	background-color: #ffffff;

}

.close {
    color: #9e65b0;
    opacity: 0.8;
}

.ToolBarObject {
	height: 40px;
	background: #f6f6f6;
	position: absolute; 
	box-shadow: 3px 3px 10px #c6c6c6;
}

.ButToolBarCanvas {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 30px;
	width: 30px;
	background: transparent;
}

.LabPanButToolBar{
	color: #a9a9a9;
	font-family: arial, times;
	font-size: 14px;
}

.panel-box {
    border-color: #ddd;
}

.panel-box > .panel-heading {
    color: rgba(101, 101, 101, 1);
    background-color: #ffffff;
    border-color: #ddd;
	text-align: left;
	border-radius: 0px;
	font-size: 14px;
	font-family: Calibri, Arial;
}


.sortable-box {
	cursor: pointer;
	display: block;
}

.ButActivity {
	text-align:center;
	cursor: pointer;
}

#PanButViewURL, #PanButViewVideo, #PanButViewDoc, #PanButViewVote , #PanButViewWhiteBoard, #PanButViewQuiz, #PanButViewCloudWord, #PanButViewBrainstorm, #PanButViewSelfie, #PanButViewQuery, #PanButViewLnk, #PanButViewPage, #PanButStartTestBeforeAfterPage{
	background: #c9c9c9;
}

#PanButProjectURL, #PanButProjectVideo, #PanButProjectDoc, #PanButProjectWhiteBoard , #PanButProjectQuiz, #PanNoProjector, #PanButProjectCloudWord, #PanButProjectBrainstorm, #PanButProjectSelfie, #PanButProjectLnk, #PanButProjectPage, #PanButRunBattlePage{
	background: #6f9fb4;
}

#PanButAccessURL, #PanButAccessDoc, #PanButCorrectVote, #PanButAccessWhiteBoard, #PanButAccessQuiz, #PanButCorrectQuiz, #PanButAccessBrainstorm, #PanButAccessCloudWord , #PanButProjectVote, #PanButAccessSelfie, #PanButProjectQuery, #PanButAccessLnk, #PanButAccessPage, #PanButResultTestPage, #PanButResultTestBeforeAfterPage, #PanButRunTestPage{
	background: #a9d340;
}

#PanButMakeSelfie {
	background: #bfbadf;
}



.tooltip
{
    font-family: Calibri, Arial, sans-serif;
    font-size: 90%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.42857143;
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: normal;
    word-break: normal;
    opacity: 1;
    text-shadow: none;
    line-break: auto;
    filter: alpha(opacity=1);
}

.tooltip-inner
{
    max-width: 500px;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background-color: #000;
}


/*************************************************************/
/************************ VIDEO CONTROLS CSS *****************/
/*************************************************************/

.videoContainer{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background:#000;
	color:#ccc;
}

/* video caption css */
.caption{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:10px;
	color:#ccc;
	font-size:20px;
	font-weight:bold;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}

/* control holder */
.control{
	background:#333;
	color:#ccc;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
	display:none;
}
/* control top part */
.topControl{
	height:11px;
	border-bottom:1px solid #404040;
	padding:1px 5px;
	background:#1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
/* control bottom part */
.btmControl{
	clear:both;
	background: #1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
.control div.btn {
	float:left;
	width:34px;
	height:30px;
	padding:0 5px;
	border-right:1px solid #404040;
	cursor:pointer;
}
.control div.text{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	font-family:verdana;
	width:20px;
	border:none;
	color:#777;
}
.control div.btnPlay{
	background:url('../images/img/controlvideo.png') no-repeat 0 0;
	border-left:1px solid #404040;
}
.control div.paused{
	background:url('../images/img/controlvideo.png') no-repeat 0 -30px;
}
.control div.btnStop{
	background:url('../images/img/controlvideo.png') no-repeat 0 -60px;
}
.control div.spdText{
	border:none;
	font-size:14px;
	line-height:30px;
	font-style:italic;
}
.control div.selected{
	font-size:15px;
	color:#ccc;
}
.control div.sound{
	background:url('../images/img/controlvideo.png') no-repeat -88px -30px;
	border:none;
	float:right;
}
.control div.sound2{
	background:url('../images/img/controlvideo.png') no-repeat -88px -60px !important;
}
.control div.muted{
	background:url('../images/img/controlvideo.png') no-repeat -88px 0 !important;
}
.control div.btnFS{
	background:url('../images/img/controlvideo.png') no-repeat -44px 0;
	float:right;
}
.control div.btnLight{
	background:url('../images/img/controlvideo.png') no-repeat -44px -60px;
	border-left:1px solid #404040;
	float:right;
}
.control div.lighton{
	background:url('../images/img/controlvideo.png') no-repeat -44px -30px !important;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress_video {
	width:85%;
	height:10px;
	position:relative;
	float:left;
	cursor:pointer;
	background: #444; /* fallback */
	background:-moz-linear-gradient(top,#666,#333);
	background:-webkit-linear-gradient(top,#666,#333);
	background:-o-linear-gradient(top,#666,#333);
	box-shadow:0 2px 3px #333 inset;
	-moz-box-shadow:0 2px 3px #333 inset;
	-webkit-box-shadow:0 2px 3px #333 inset;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.progress_video span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.timeBar{
	z-index:10;
	width:0;
	background: #3FB7FC; /* fallback */
	background:-moz-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background:-webkit-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background:-o-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 0 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
}
.bufferBar{
	z-index:5;
	width:0;
	background: #777;
	background:-moz-linear-gradient(top,#999,#666);
	background:-webkit-linear-gradient(top,#999,#666);
	background:-o-linear-gradient(top,#999,#666);
	box-shadow:2px 0 5px #333;
	-moz-box-shadow:2px 0 5px #333;
	-webkit-box-shadow:2px 0 5px #333;
}
/* time and duration */
.time{
	width:15%;
	float:right;
	text-align:center;
	font-size:11px;
	line-height:12px;
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:70px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}

/* OTHERS CSS */
/* video screen cover */
.loading, #init{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/img/loading.gif') no-repeat 50% 50%;
	z-index:2;
	display:none;
}
#init{
	background:url('../images/img/bigplay.png') no-repeat 50% 50% !important;
	cursor:pointer;
}

.circleCountDown {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: #6f9fb4;
}

.circleDiv {
    border-radius: 50%;
    height: 30px;
	border: 1px solid #dddddd;
	margin: 3px;
}

.QuizTimeUp {
	background: #ef3554;
}

.QuizTimeUp2 {
	background: #fd963b;
}

.btnValid {
	background: #6f9fb4;
	color: #ffffff;
}

.btnValid  span{
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #ffffff;
}

.boxQuiz {
	background: #add63a;
	padding-top: 10px;
	padding-bottom : 10px;
}

.boxQuiz p {
	font-family: Calibri, Arial;
	font-size: 25px;
	color: #ffffff;
}

.LabProj {
	color: #6f9fb4;
	font-size: 24px; 
	font-family: Calibri, Arial;
}

.LabProj2 {
	font-family: impact;
	font-size:48px;
	color: #6f9fb4;
}

.FeedbackBad {
	background: #ef3554;
}

.FeedbackGood {
	background: #66bf39;
}


.activity{
  position : relative;
  width: 70%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  border: 1px #cccccc solid;
  height: 190px;
  cursor:pointer;
}
 
.activity_cont{
  position: absolute;
  min-height:30%;
  background: #7c7c7c;
  opacity: 0.8;
  padding: 10px;
  width: 100%;
  text-align: center;
  color:#ffffff;
  height:100%;
  top: 70%;
  min-height: 30%;
  height: 30%;
  width: 100%;
}
 
.activity_bg{
  position: absolute;
  height:100%;
  width:100%;
  z-index: -1;
}

.popover {max-width:400px;}



/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
	.LabTab {
		font-size: 80%;
	}
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 110%;
		margin-top: 5px;
	}
	.LabActivity {
		font-size: 18px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}
	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color:white;
	}
	
	.ClsNameStep{
		margin-left:20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 85%;
	}
	
	.img-Activity{
		width: 30px; 
		height: 30px;
		margin-top:3px;
	}
	
	.img-Activity-Param{
		width: 18px; 
		height: 18px;
	}
	
	.li-Activity{
		height: 62px;
	}
	
	.div-Activity{
		height: 57px;
	}
	
	.col-sm-10 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.col-xs-10 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.menu-Context{
		width: 80px;
	}

	.btn-default,
	.btn-info,
	.btn-primary {
		font-size: 80%;
		height: auto;
	}

	.group-span-filestyle [class*="btn-"] {
		font-size: 15px;
	}

	h1 {
		color: #111; 
		font-family: Calibri, Arial, Verdana; 
		font-size: 275%; 
		letter-spacing: -1px; 
		line-height: 1; 
		text-align: center;	
	}
	
	h2 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 230%;		
		letter-spacing: -1px; 
		line-height: 1; 
	}
	
	h3 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 190%;		
	}
	
	h4 , .h4{
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 150%;
	}
	
	h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;	
	
	}
	
	h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;	
		font-weight: bold;
	}
	
	p {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	}
	
	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	
	}			
	.text {
		font-size: 85%;
	}
	
	.lnk-min-add{
		font-size: 80%;
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.Lab-Tab {
		font-size: 80%;
	}
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 130%;
	}
	.LabActivity {
		font-size: 22px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}
	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		color:white;
	}

	.ClsNameStep {
		margin-left:20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}
	.img-Activity{
		width: 30px; 
		height: 30px;
		margin-top:3px;
	}
	
	.img-Activity-Param{
		width: 18px; 
		height: 18px;
	}
	
	.li-Activity{
		height: 62px;
	}
	
	.div-Activity{
		height: 57px;
	}
	.col-sm-10 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.col-xs-10 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.menu-Context{
		width: 100px;
	}

	.btn-default,
	.btn-info,
	.btn-primary {
		font-size: 100%;
		height: auto;
	}

	.group-span-filestyle [class*="btn-"] {
		font-size: 15px;
	}

	h1 {
		color: #111; 
		font-family: Calibri, Arial, Verdana; 
		font-size: 220%; 
		letter-spacing: -1px; 
		line-height: 1; 
		text-align: center;	
	}
	
	h2 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 195%;		
		letter-spacing: -1px; 
		line-height: 1; 
	}
	
	h3 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 160%;		
	}
	
	h4 , .h4{
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 130%;
	}
	
	h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;	
	
	}
	
	h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;	
		font-weight: bold;
	}
	
	p {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}
	
	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	
	}	
	
	.text {
		font-size: 100%;
	}
	
	.lnk-min-add{
		font-size: 80%;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 100; 
		width: 100vw;
	}
	
	
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.Lab-Tab {
		font-size: 100%;
	}
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 140%;
	}
	.LabActivity {
		font-size: 22px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}
	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		color:white;
	}
	
	.ClsNameStep {
		margin-left:20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 130%;
	}
	
	.img-Activity{
		width: 40px; 
		height: 40px;
		margin-top:5px;
	}
	
	.img-Activity-Param{
		width: 25px; 
		height: 25px;
	}
	
	.li-Activity{
		height: 75px;
	}
	
	.div-Activity{
		height: 70px;
	}
	
	.menu-Context{
		width: 150px;
	}
	
	h1 {
		color: #111; 
		font-family: Calibri, Arial, Verdana; 
		font-size: 250%; 
		letter-spacing: -1px; 
		line-height: 1; 
		text-align: center;	
	}
	
	h2 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 230%;		
		letter-spacing: -1px; 
		line-height: 1; 
	}
	
	h3 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 190%;		
	}
	
	h4 , .h4{
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 150%;
	}
	
	h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;	
	
	}
	
	h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;	
		font-weight: bold;
	}
	
	p {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	}
	
	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	
	}	
	.lnk-min-add{
		font-size: 80%;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 0; 
		width: 100vw;
	}
	
	
}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
	.Lab-Tab {
		font-size: 100%;
	}

	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 160%;
	}
	.LabActivity {
		font-size: 24px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}
	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
		color:white;
	}
	
	.ClsNameStep {
		margin-left:20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 140%;
	}
	.img-Activity{
		width: 40px; 
		height: 40px;
		margin-top:5px;
	}

	.img-Activity-Param{
		width: 25px; 
		height: 25px;
	}
	
	.li-Activity{
		height: 75px;
	}
	
	.div-Activity{
		height: 70px;
	}
	
	.menu-Context{
		width: 150px;
	}
	
	h1 {
		color: #111; 
		font-family: Calibri, Arial, Verdana; 
		font-size: 275%; 
		letter-spacing: -1px; 
		line-height: 1; 
		text-align: center;	
	}
	
	h2 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 230%;		
		letter-spacing: -1px; 
		line-height: 1; 
	}
	
	h3 {
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 190%;		
	}
	
	h4 , .h4{
		color: #111; 
		font-family: Calibri, Arial, Verdana;
		font-size: 150%;
	}
	
	h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;	
	
	}
	
	h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;	
		font-weight: bold;
	}
	
	p {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	}
	
	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;		
	
	}
	
	.lnk-min-add{
		font-size: 80%;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 0; 
		width: 100vw;
	}
	
	
	
}


/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.3em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}

div.Summary{
	position:fixed;
	top:0; 
	bottom: 0; 
	width: 300px; 
	z-index: 250;
	background:#e6e6e6;
}

ul#LstSlide li:hover {
	background-color: #eceef6;
}

ul#LstSlide li span:hover {
	color: #4359aa;
}

/**************************************************************
// Gestion des notes
***************************************************************/
.note {
  position:relative;
  padding:1em 1.5em;
  color:#fff;
  background:#97C02F;
  overflow:hidden;
}

.note:before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
  border-style:solid;
  border-color:#fff #fff #658E15 #658E15; /* A bit more verbose to work with .rounded too */
  background:#658E15; /* For when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

.note.red {background:#C93213;}
.note.red:before {border-color:#fff #fff #97010A #97010A; background:#97010A;}

.note.blue {background:#53A3B4;}
.note.blue:before {border-color:#fff #fff transparent transparent; background:transparent;}

.note.grey {background:#fafafa;}
.note.grey:before {border-color:#fff #fff transparent transparent; background:transparent;}

.note.taupe {background:#999868;}
.note.taupe:before {border-color:#fff #fff #BDBB8B #BDBB8B; background:#BDBB8B;}

/* ROUNDED CORNERS VERSION
* All modern browsers can produce this effect with a single pseudo-element.
* However, they all have bugs (mainly to do with border-radius) that make this a bit tricky.
* As far as I can tell, this is the only cross-browser method for the moment.
* Can't use this method for the simple effect because Opera 11 will only show backgrounds
* through transparent borders if there is a border-radius applied.
*/

.note.rounded {
  -webkit-border-radius:5px 0 5px 5px;
  -moz-border-radius:5px 0 5px 5px;
  border-radius:5px 0 5px 5px;
}

.note.rounded:before {
  border-width:8px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
  border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius:0 0 0 5px;
  border-radius:0 0 0 5px;
}

.note p {margin:0;}
.note p + p {margin:1.5em 0 0;}


/************************************************************************
Image Polaroid
************************************************************************/
.polaroid-images a
{
	background: white;
	display: inline;
	float: left;
	margin: 0 15px 30px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
    position:relative;
}

.polaroid-images a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	top:15px;
}

.polaroid-images img { 
	display: block; 
	width: inherit; 
}

.polaroid-images a:nth-child(2n)
{
	-webkit-transform: rotate(4deg);  
	-moz-transform: rotate(4deg); 
	transform: rotate(4deg); 
}
.polaroid-images a:nth-child(3n) { 
	-webkit-transform: rotate(-24deg);  
	-moz-transform: rotate(-24deg); 
	transform: rotate(-24deg); 
}
.polaroid-images a:nth-child(4n)
{
	-webkit-transform: rotate(14deg);  
	-moz-transform: rotate(14deg); 
	transform: rotate(14deg); 
}
.polaroid-images a:nth-child(5n)
{
	-webkit-transform: rotate(-18deg);  
	-moz-transform: rotate(-18deg); 
	transform: rotate(-18deg); 
}

.polaroid-images a:hover{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
        transform: rotate(0deg);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
        transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
        box-shadow: 0 10px 20px rgba(0,0,0,.7);
}

/************************************************************************
	Template pour mise en page
************************************************************************/
.Img-border {
	padding: 5px;
	border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.but-template-model-text {
    height:30px;
    width:30px;
    cursor:pointer;	
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}

.template-butcolor{
	width: 50px;
	height: 50px;
	-webkit-border-radius:7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px;
	
}


.scroll_small::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f0f0f0;
}

.scroll_small::-webkit-scrollbar
{
	width: 7px;
	background-color: #f0f0f0;
}

.scroll_small::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c9cfd3;
}

/* Menu */
.navbar-signin {
    background-color: #ffffff;
    border: none;
    font-size: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-signin .navbar-nav>.active>a, 
.navbar-signin .navbar-nav>.active>a:focus, 
.navbar-signin .navbar-nav>.active>a:hover {
    background-color: #ffffff;
}

.navbar-nav > li > a {
	background-color: #ffffff;
	border:none;
	font-size: 90%;
}

.navbar-nav > li > a:hover ,.navbar-nav > li > a:active, .navbar-nav > li > a:focus {
	font-size: 100%
}
/* End menu */


/* Podium */
.Podium-1 {
	height: 120px;
	font-family: Impact,Calibri, Arial;
	font-size: 400%;
	color: #fed939;
	background-image: radial-gradient(circle at center, #f0f0f0, #C0C0C0);
	text-shadow: 4px 4px 6px #7f7f7f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 10;
}

.Podium-2 {
	height: 80px;
	margin-top: 40px;
	font-family: Impact,Calibri, Arial;
	font-size: 300%;
	color: #cccccc;
	background-image: radial-gradient(circle at center, #f0f0f0, #C0C0C0);
	text-shadow: 4px 4px 6px #7f7f7f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 6;
}

.Podium-3 {
	height: 60px;
	margin-top: 60px;
	font-family: Impact,Calibri, Arial;
	font-size: 230%;
	color: #e8996e;
	background-image: radial-gradient(circle at center, #f0f0f0, #C0C0C0);
	text-shadow: 4px 4px 6px #7f7f7f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}

.pan-over {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100vw; 
	height: 100vh; 
	background: #ffffff;
	overflow-y:auto;
}


