/* Style the login screen */
.login-splash {
	max-width: 40% !important;
	position: absolute;
	right: 0px;
	background-color: #fff;
}

@media only screen and (max-width: 900px) {
	.login-splash {
		max-width: 100% !important;
		position: absolute;
		left: 0px;
		background-color: #fff;
	}
	
	.login-splash .panel {
		margin-right: 1rem !important;
	}
}

/* Move the logo down on center modals */
.center-sign .logo {
	position: relative;
	top: 20px;
}

@media only screen and (max-width: 900px) {
	.center-sign .logo img {
		max-width: 65%;
		width: 100%;
		height: auto;
		position: relative;
		top: 25px;
	}
}

/* Hide the bootstrap iconography in text boxes */
.body-sign input {
	background-image: none !important;
}

.body-error {
	height: 100vh !important;
}

.header .search {
    width: 270px;
}

.role {
	text-transform: lowercase;
}

.fa-none {
	display: none !important;
}

/* Hide all roles that requrie a permission */
.role-hidden {
	display: none;
}


/* Table Cards */
.table th {
	border-top: none;
}


/* Callouts */
.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .bs-callout {
  margin-top: -5px;
}

.callout-default {
  border-left-color: #777;
}
.callout-default h4 {
  color: #777;
}

.callout-primary {
  border-left-color: #428bca;
}
.callout-primary h4 {
  color: #428bca;
}

.callout-success {
  border-left-color: #5cb85c;
}
.callout-success h4 {
  color: #5cb85c;
}

.callout-danger {
  border-left-color: #d9534f;
}
.callout-danger h4 {
  color: #d9534f;
}

.callout-warning {
  border-left-color: #f0ad4e;
}
.callout-warning h4 {
  color: #f0ad4e;
}

.callout-info {
  border-left-color: #5bc0de;
}
.callout-info h4 {
  color: #5bc0de;
}

.callout-bdc {
  border-left-color: #29527a;
}
.callout-bdc h4 {
  color: #29527a;
}


i.website-loading {
	color: #b3b3b3;
}


/* Popup for required franchise */
.select-franchise-background {
	position: absolute;
	top: -110px;
	left: -300px;
	height: 200vh;
	width: 200vw;
	z-index: 1020;
	background-color: rgba(255,255,255,.6);
	display: none;
}


/* Category Actions */
.category-edit {
	float: right;
	padding-right: 25px;
}

.active .category-edit a {
	color: #fff;
}

/* Disabled buttons shouldn't have the cursor */
button[type="button"]:disabled {
  cursor: default !important;
}


/* Icon alignment for error messages */
.ui-pnotify-icon{ 
	top: 10px !important;
}


/* The hover background was transparent and compounding, so set it to a static color */
.table-hover tbody tr:hover {
    background-color: #e7e7e7 !important;
}

/* The iframe that contains the product upload form */
.productImageiFrame {
	width: 100%;
	height: 151px;
	border: none;
	overflow: hidden;
}

/* Clean up the formatting of the warehouse dropdown */
.btn-disabled {
	cursor: default !important;
}

.btn-disabled:hover {
	background-color: inherit;
}

#selectWarehouse .select2-container--bootstrap {
	max-width: 252.391px;
}

#selectWarehouse .select2-container--bootstrap .select2-selection {
	border-color: #EDEDED !important;
	height: 38px;
}


.modalScroll {
	max-height: 320px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modalScroll::-webkit-scrollbar {
  width: 2px;
}
 
.modalScroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
 
.modalScroll::-webkit-scrollbar-thumb {
  background-color: #0088cc;
}


/* Portal camera layout */
.portal-student-cam-container {
	width: 100%;
	height: 100vh;
	background-color: #000;
}

.portal-instructor-cam-container {
	position: absolute;
	top: 30px;
	right: 50px;
	height: 150px;
	width: 250px;
}

.arc-shot-player-container {
	position: absolute;
	top: 30px;
	right: 50px;
	height: 250px;
	width: 444px;
	display: none;
}

.arc-shot-player-container .closeIcon {
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    color: #fff;
    cursor: pointer;	
	font-size: 20px;
}

.arcShotPlayer {
	width: 100%;
}

/* Make this smaller for students on mobile */
@media only screen and (max-width: 1000px) {
	.portal-instructor-cam-container {
		top: 15px;
		right: 40px;
		height: 100px;
		width: 150px;
	}
}

.portal-instructor-classTimer {
    position: absolute;
    bottom: 0px;
    left: 15px;
    height: 80px;
    width: 250px;
    color: #fff;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
	
    -webkit-transition: opacity 2s ease-in;
       -moz-transition: opacity 2s ease-in;
        -ms-transition: opacity 2s ease-in;
         -o-transition: opacity 2s ease-in;
            transition: opacity 2s ease-in;	
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
	.portal-instructor-cam-container {
		top: 0px;
		left: 22vw;
		height: 50%;
		overflow: hidden;
	}
	
	.portal-student-cam-container {
		width: 100%;
		height: 100vh;
		background-color: #000;
		padding-top: 40vh;
	}
	
}

.portal-instructor-cam-container .media-container .volume-control, .portal-instructor-cam-container .media-container .media-controls, .portal-instructor-cam-container .media-container .media-box h2 {
	display: none !important;
}

.portal-instructor-cam-container .media-container, .portal-instructor-cam-container .media-container .media-box {
	width: 100% !important;
	height: 100% !important;
}

.portal-instructor-cam-container .media-container .media-box video {
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #333;	
}

.portal-student-cam-container .media-container .volume-control, .portal-student-cam-container .media-container .media-controls, .portal-student-cam-container .media-container .media-box h2 {
	display: none !important;
}

.portal-student-cam-container .media-container, .portal-student-cam-container .media-container .media-box {
	width: 100% !important;
	height: 100% !important;
	text-align: center;
}

.portal-student-cam-container .media-container .media-box video {
	max-width: 100% !important;
	max-height: 100% !important;
}


.spy-cam-container {
	width: 100%;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
}

.spy-cam-container .media-container {
	border: 1px solid #333;
	width: 50% !important;
	height: 100vh;
	float: left;
	text-align: center;
}

.spy-cam-container .media-container .media-controls, .spy-cam-container .media-container .volume-control {
	display: none;
}

.spy-cam-container .media-container .media-box video {
	max-height: 100vh !important;
	width: 100%;
}


.cam-please-wait {
	font-size: 50px;
	color: #333;
	text-align: center;
	padding-top: calc(50vh - 40px);
}

.cam-please-wait i {
	font-size: 35px;
    position: relative;
    top: -5px;	
}

@media only screen and (max-width: 900px) {
	.cam-please-wait {
		font-size: 20px !important;
	}
	
	.cam-please-wait i {
		font-size: 11px !important;
	}	
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
	.cam-please-wait {
		padding-top: calc(10vh - 40px);
	}
}

i.fileupload-exists {
	display: none !important;
}



.arcShotContainer {
	position: relative;
	cursor: pointer;
	
	&:hover:before {
		position: absolute;
		top: calc(50% - 35px);
		left: calc(50% - 35px);
		content: "\f01d";
		font-family: FontAwesome;
		font-size: 70px;
		color: #fff;
		line-height: 70px;
	}
}


.arcShot {
	width: 100%;

}

.returnToClassButton {
	display: none;
    height: 20px;
    width: 115px;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
	color: #3B3B3B;
	background-color: #000;
}

.returnToClassButton.active {
	display: inline;
	cursor: pointer;
	color: #fff;
}




.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.weekRange {
	font-weight: 100;
    padding-left: 5px;
    font-size: 19px;		
}
.hourBlock {
    width: 100%;
    height: 50px;
    line-height: 40px;
    padding-left: 5px;
}
.pr-0 .hourBlock {
	position: relative;
	top: -17px;
}
.p-0 .hourBlock {
    border-left: 1px solid #cccccc61;
    border-top: 1px solid #cccccc61;
}

.pl-0 .hourBlock {
    border-left: 1px solid #cccccc61;
    border-right: 1px solid #cccccc61;
    border-top: 1px solid #cccccc61;
}

.lastRow .hourBlock {
    border-bottom: 1px solid #cccccc61;
}


.dateBlock {
    width: 100%;
    height: 80px;
    text-align: center;
	padding-top: 5px;
}

.dateBlock .date {
	font-size: 30px;
    position: relative;
    top: 10px;
}	

.availKey {
	list-style-type: none;
    display: inline-flex;
    padding-right: 10px;
    padding-top: 20px;	
}

.availKey li {
	padding-left: 20px;
}

.keySquare {
	height: 15px;
	width: 15px;
	display: inline-flex;
	position: relative;
	top: 3px;
}

.schedUnavailable {
	background-color: #cccccc87;
}

.schedClass {
	background-color: #ee0000;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    padding: 2px 5px;
	overflow: hidden;
}

.schedBlock {
	background-color: #000;	
}

.datepicker {
	z-index: 1100 !important;
}

.exportLinks {
	list-style-type: none;
    display: inline-flex;
    padding-top: 20px;	
	padding-left: 10px;
}

.exportLinks li {
	padding-right: 20px;
}



/* Tinder Style Tags */
.selectTags {
	list-style-type: none;
	padding-left: 0px;
}

.selectTags li {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 8px;
	cursor: pointer;
}

.selectTags li.selected {
	border: 1px solid #ee0000;
	background-color: #ee0000;
	color: #fff;
}

input[type='checkbox'] {
    accent-color: #ee0000;
}

th.dow {
    background-color: #aa0000;
}


/* Global Search Select2 */
.searchDropDownContainer .select2-dropdown {
	position: relative;
	top: -25px;
}

.searchDropDownContainer .select2-dropdown input {
    font-size: 13.6px;
    line-height: 1.85;
    min-height: 2.4rem;
    border-color: #EDEDED;
    box-shadow: none !important;	
	height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;	
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ee0000;
}

#select2-search-results > li:first-child[role="option"] {
	display: none;
}


.resourceFilter {
	padding: 2px;
}