/* Master Styles */
body {
	margin: 0px !important;
}

* {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    color: darkslategray;
}

.btn {
	color:white;
}

.img-circle {
    border-radius: 50%;
}

.btn-150-px {
	width: 150px;
}

.btn-200-px {
	width: 200px;
}

.zoomOn {
	width: 30px;
	height: 30px;
	background-color: #F38120 !important;
	padding: 0px 5px 0px 5px;
}

.zoomOff {
	width: 30px;
	height: 30px;
	background-color: #D0D0D0 !important;
	padding: 0px 5px 0px 5px;
}

.zoomOff:hover {
	width: 30px;
	height: 30px;
	background-color: #F5DA81 !important;
	/*padding: 0px 5px 0px 5px;*/
}

.screenOn {
	width: 55px;
	height: 30px;
	background-color: #F38120 !important;
	padding: 0px 5px 0px 5px;
}

.screenOff {
	width: 55px;
	height: 30px;
	background-color: #D0D0D0 !important;
	padding: 0px 5px 0px 5px;
}

.screenOff:hover {
	width: 55px;
	height: 30px;
	background-color: #F5DA81 !important;
	/*padding: 0px 5px 0px 5px;*/
}

.content {
	width: 90%;
	height:auto;
	padding: 5px 35px 15px 35px;
	/*background-color: #F39F18;*/
	border: 1px solid #F38120;
	border-radius: 35px;
	-moz-border-radius: 35px;
	margin: 0 auto;
	text-align:center;
	top: 5px;
	position: relative;
}

input[type=text],
input[type=password],
select{
	width: 100%; 
	height: 50px;
	outline-color: #F38120;
}
select{
	/*background-image: url(https://pisetta-tse.testing.zupit.software:8080/img/combo_arrow.png);*/
 	background-position: center right;
  	background-repeat: no-repeat;
}


div .left {
  width: 30%;
  float: left;
  text-align:left;
}

div .right {
  margin-left: 40%;
  text-align:left;
}

#buttons table {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#buttons table td {
	padding: 25px;
}

.table-hover tbody tr:hover {
  background-color: #F5DA81 !important;
}

.table-bordered {
  width:100%;
  border: 1px solid #F38120;
}

.table-bordered tr {
  height:25px;
}

.table-bordered td {
  border: 1px solid #F38120;
}

.columnTitle {
	text-align: center;
	background-color: #F38120;
}

.selectedRow {
	background-color: #F5DA81;
}

.table-bordered>thead>tr>th {
    border: 1px solid #F38120;
}

.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */

.pageTitle {
	text-align:center;
	padding-bottom:30px;
	text-transform: uppercase;
	font-size: 20px;
}

.logout {
    position: absolute;
    top: 10px;
    right: 20px;
	text-align: center;
	display: block;
}

.pageMenu {
    position: absolute;
    top: 10px;
    left: 20px;
	text-align: center;
	display: block;
}

div#login_body {
		top:150px; 
		position: absolute;
		width: 100%; 
		height: auto; 
		background: transparent;
		left: 0;
}

div#login_box {
		width: 75%;
		height:auto;
		padding: 35px 35px 15px 35px;
		/*background-color: #F39F18;*/
		border: 1px solid #F38120;
		border-radius: 35px;
		-moz-border-radius: 35px;
		margin: 0 auto;
		text-align:center;
}

#flags{
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
}
#flags div {
	height: 44px;
	width: 54px;
	margin-left: 11px;
	margin-right: 11px;
	/*background-color: #F5DA81;*/
	border: 1px solid #F38120;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#flags div a {
	color: #707070;
	display: block;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	background-position: 13px 0 !important;
	background-repeat: no-repeat;
}

#flags div.selected a{
	color: #0067AC;
}

#flags div.selected{
	background-color:#F5DA81;
}

label {
    font-weight: 100 !important;
}

#loader {
	float: left;
	display: inline-block;
	width: 66px;
	height: 66px;
	margin: -6px 0 0 48px;
}
#loader.loading {
	background: url(https://pisetta-tse.testing.zupit.software/img/loading.gif) no-repeat 0 0 ;
}


.error {
	float:left;
	width: 100%;
	margin-top: 10px;
	height: 20px;
	text-align: center;
	color: red;
}

.success {
	float:left;
	width: 100%;
	margin-top: 10px;
	height: 20px;
	text-align: center;
	color: green;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}


#module_choser li {
	width: 100px;
	float: left;
	margin-left: 5px;
}

#module_choser li a {
	color: #707070;
	display: inline-block;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 3px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	height: 20px;
	border: 1px solid black;
	
}
#module_choser li.selected {
	/*background-color: #F39F18;*/
}

.txt_center {
	text-align:center;
}

#canvasScreenshot{
	height:320px;
	width:640px;
    margin:auto;
}

.modal-content {
    height:500px;
	width:680px;
    margin:auto; 
}

canvas#viewport { 
	border: 1px solid white; width: 680px; 
}

.ulTab {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul {
   list-style: none;
}

li {
	float: none;
	font-size: 16px;
	margin-right: 29px;
	display: inline;
}

li a {
	text-decoration: none;
}

li a.active {
    color: #F39F18;
    border-bottom: 2px solid #F38120;
    cursor: auto;
	padding-bottom: 5px;
	text-decoration: none;
}

.col-sm-9 {
    float: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.passedTime {
	background-color: gray;
}

.currentTime {
	background-color: #F38120;
}

.passedTime:hover {
	font-weight:bold;
	cursor: pointer;
}

.activeLink {
	cursor: pointer;
}

.notActiveLink {
  pointer-events: none;
  cursor: default;
  text-decoration:none;
}

.currentTime:hover {
	font-weight:bold;
	cursor: pointer;
}

.futureTime {
}

.futureTime:hover {
	font-weight:bold;
	cursor: pointer;
}

.clickForbidden {
	cursor: not-allowed;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #F38120;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
}

input:focus + .slider {
  box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #F38120;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* new design */
html {
	background: #bcc4d0;
}
body {
	background-color: transparent;
}
.content {
	background: #dfe7f2;
	border: 3px solid #f0ad4e;
	padding-bottom: 140px;
}
.content.manage_actions {
	padding-bottom: 40px;
}
.content_footer_logo {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.pageTitle {
	font-size: 30px;
}

/*login*/
ddira-app div#login_body {
	top: unset !important;
	bottom: 0;
}
#login_body .bordered_box {
	padding: 35px 35px 15px 35px;
	border: 3px solid #f0ad4e;
    border-radius: 35px;
    min-height: 320px;
}
#login_body #login_box {
	width: 40%;
	min-width: 300px;
	border: 0;
	padding: 2px;
	background: #FFFFFF;
	border-radius: 0;
}
#login_body #login_box #buttons button {
	width: 47%;
}
#login_body #login_box #flags,
#login_body #login_box form.FlowupLabels {
	float: left;
}
#login_body #login_box #flags {
	width: 60px;
}
#login_body #login_box #flags td {
	display:block;
	margin-bottom: 10px;
}
#login_body #login_box form.FlowupLabels {
	width: calc(100% - 60px);
	padding: 0 5%;
}
#login_body #login_box form.FlowupLabels .fl_wrap {
	margin: 0;
}
#login_body #login_footer {
	background: #353535;
	padding-top: 5%;
	position: relative;
	display: inline-block;
	width: 100%;
}
#login_body #login_footer .footer_logo,
#login_body #login_footer .footer_text {
	float: left;
}
#login_body #login_footer .footer_logo {
	width: 200px;
	padding: 2px;
	background: white;
	text-align: center;
}
#login_body #login_footer .footer_text {
	width: calc(100% - 200px);
	padding: 0 20px;
}
#login_body #login_footer .footer_text p {
	color: #FFFFFF;
	margin-bottom: 5px;
}
.login_container {
	width: 100%;
    height: 100%;
    position: relative;
}
.login_container #login_video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.login_container #login_video video {
	width: 100%;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.login_container #login_header {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
}
.login_container #login_header * {
	color: white;
}
.login_container #login_header h3 {
	font-size: 62px;
	font-weight: bold;
}
.login_container #login_header h5 {
	font-size: 42px;
}

/*index manage action*/
#choose_action_table {
	padding: 0 15% 30px;
}
#choose_action_table .row {
	margin-bottom: 60px;
}
#choose_action_table .row > * {
    padding: 0 5%;
}
#choose_action_table .choose_action_image {
	width: 75%;
	height: auto;
	padding: 10px;
}

/*page with tables*/
table.table-bordered {
    border-collapse: separate;
    background: white;
	border-width: 0;
	border-left-width: 1px;
	border-top-width: 1px;
}
table.table-bordered td, table.table-bordered thead tr th {
	border-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

table.table-bordered tr {
	background: white;
}
table.table-bordered tbody tr:nth-child(2n + 1) {
	background: #dfe7f2;
}
table.connected_students td {
	padding: 15px 0;
}
table.connected_students tbody:nth-child(1) td {
	padding: 0;
}

@media screen and (max-width: 1279px) {
	/*login screen*/	
	.login_container #login_video video {
		width: 150%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.login_container #login_header h3 { font-size: 54px; }
	.login_container #login_header h5 { font-size: 36px; }
	/*index manage*/
	#choose_action_table button {
		max-width: 100%;
	}
	.content {
		padding-top: 50px;
	}
	img {
		max-width: 100%;
	}
}

/*daniels new player*/
#playerContainer {

    height: 350px;

}
