/* ------------------Put your custom code here--------------------*/

.control-label {font-weight: bold;}
form .control-group:last-child {margin-bottom: 0;}
form .control-group .controls-row {	margin-bottom: 5px;}
form .control-group .controls-row textarea {margin-bottom: 15px;}
form .control-group .controls-row .btn.special {margin-left: 10px;}

@media only screen and (max-width: 1360px) {
	/* ------------------ Form styles --------------------*/
	[class*="span6"] form .control-group .control-label {width: 120px;}
	[class*="span6"] form .control-group .controls {margin-left: 150px;}
}

@media only screen and (max-width: 1280px) {
	/* ------------------ Form styles --------------------*/
	[class*="span6"] form .control-group .control-label {width: 100%; text-align: left;margin-bottom: 5px;}
	[class*="span6"] form .control-group .controls {margin-left: 0;}
	[class*="span6"] form .control-group {margin-bottom: 10px;}
	[class*="span6"] form .form-actions {padding-left: 20px;}
}

@media only screen and (max-width: 767px) {
	/* ------------------ Form styles--------------------*/
	form .control-group [class*="span"] {margin-bottom: 10px !important;}
	form .control-group .control-label {width: 100%; text-align: left;margin-bottom: 5px;}
	form .control-group .controls {margin-left: 0;}
	form .control-group {margin-bottom: 10px;}
	form .form-actions {padding-left: 20px;}
	form .control-group .controls-row [class*="span"] {margin-left: 0 !important;}
	form .control-group .controls-row .btn.special {margin-left: 0px;}
}


@media only screen and (max-width: 1191px) {
	/* ------------------ Form styles--------------------*/
	
	.pass-img { height: 100px; width: 100px;}
	
	.img-width-ans-img {
    display: block;
    width: 100%;
    height: 68px !important;}

}



/* for Create hot spot image */
.img-width { display: block; width: 100%; height: 350px; }

/* for Create hot spot image */
.img-width-ans { display: block; width: 100%; height: 180px; }

/* for show uploaded image on answer */
.img-width-ans-img { display: block; width: 100%; height: 67px; }


/* for my task stage */
.stagee { width:100%; background:#1a3244; padding:51px 28px;font-family:'Lato-Bold'; text-align:center; margin:0 0 12px 0;}
.stagee a {font-size:26px; text-decoration:none; color:#fff; text-transform:uppercase;}
.stagee a:hover {color:#000;}
.tagbackground{background-color: rgba(53, 233, 35, 0.8) !important;}
.model-dark-background{background-color: rgba(0, 0, 0, 0.95) !important;}
.add-tree-margin{margin-top: 10px;margin-left: 26px;}
.widget-clock.blue-light .digital {
  text-align: center;
}
.widget-clock.blue-light .time {
  font-family: 'Rationale', sans-serif;
  font-size: 2.2em;
  color: #1da4eb;
}

.timer-font-size{
  font-family: 'Rationale', sans-serif;
  font-size: 2.2em;
  color: #1da4eb;
  line-height: 40px !important;
}

.create-hotspot-image-prew {
	height: 170px; margin: 5px; width: 195px; margin-left:15px;
}
.create-hotspot-image-prew-current {
	border: thin solid;
	border-color: red;
}
.create-hotspot-image-div-scroll {
    overflow-y: auto;
    /* max-width: 241px; */
    max-height: 380px;
     overflow-x: hidden;
}
.create-hotspot-question {
	cursor:pointer;
}

.mytask-image-prew {
	height: 84px;
	margin: 17px;
	width: 75px;
}

.mytask-image-prew-content{
    max-width:100%;
    height:125px;
    border-top: 1px solid #bed5cd;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.mytask-image-prew-content div {
    display: inline-block;
    vertical-align: middle;
}

.border-bottom {
	border-bottom: 1px solid #ece6e6;
	padding-top: 15px;
}
.padding-zero {
	padding: 0px 0px 0px 0px;
}
.tkeimg {
	border-color: #c4c4c4 !important;
	border-top: 1px solid !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.tkebtn {
	margin-bottom: 5px;
}

.cus-checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  font-size:25px;

  label {
    min-height: @line-height-computed; // Ensure the input doesn't jump when there is no text
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
}
.close{
	margin-right: -26px;
}
.product-image{
	height: 46;
    width: 74px;
    border-color: #c4c4c4 !important;
    border: 1px solid !important;
    border-top-right-radius: 2px;
    border: 2px;
}
.org-image {
	width: 150px;
	height: auto;
	padding: 5px;
}

}

.org-admin-dashboard {margin-top: -20px; }

#interactive.viewport {
    position: relative;
}

#interactive.viewport {
  width: 640px;
  height: 480px;
}


#interactive.viewport canvas, video {
  float: left;
  width: 640px;
  height: 480px;
}

#interactive.viewport canvas.drawingBuffer, video.drawingBuffer {
  margin-left: -640px;
}
