@charset "UTF-8";
/* CSS Document */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
	margin: 0;
	color: #000000; 
	font-family: 'Inter', sans-serif;
	font-size: 14px;
}
a:link{ text-decoration: none;}
a:hover{ text-decoration: none;}
a:visited{ text-decoration: none;}
	.dollar:before {
    content: '$';
    font-size: 0.4em;
    vertical-align:super;
}
.page-header { padding-top:20px; font-size: 3.0em;}
.page-subheader { font-size: 1.5em; color: #595959}
.min-counter:after{
	content:'M';
	font-size: 0.5em;
	vertical-align: middle;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.donations-box {
  flex: 40%;
	padding: 15px;
	background: #fff;
	border-radius: 12px;
	margin: 10px 40px;
	box-shadow: 0 0 4px #ccc;
}
.column2-box {
  flex: 40%;
	margin: 0 40px;
	
}
.flex50 {
  flex: 50%;
}
.flex50sm {
  flex: 50%;
}
.money-bill-wave{
	display: inline-block;width: 28px; height: 16px; background: url("/teachers/resources/images/bill-wave.png") left no-repeat;
}
.mag-stopwatch{
	display: inline-block;width: 28px; height: 17px; background: url("/teachers/resources/images/stopwatch20.png") left no-repeat;
}
.menu-block {
  flex: 25%;
	padding: 20px;
	margin-right: 20px;
	border-right: 1px dashed #ccc;
}

#SPContact{
	width: 100%;
	display:none;
	position: absolute;
	z-index: 200;
	top: 0;
}
.minutes-box {
  flex: 25%;
	padding: 30px;
	background: #e6f3fd;
	border-radius: 12px;
	margin-right: 40px;
}

.business-box {
  flex: 40%;
	margin: 10px 40px;
}

.db-recent-activity {
  flex: 40%;
	margin-right: 40px;
}
.db-resources {
  flex: 40%;
	margin: 10px 40px;
}

.db-salesperson {
  flex: 7%;
	padding: 20px 10px;
	background: #29abe2;
	border-radius: 12px;
	margin-right: 40px;
}
.dashboard-links-container {
    color: #29abe2;
    padding: 2 30px;
}
.dashboard-links-container a{
    padding-right: 20px;
    color: #29abe2;
}
.dashboard-links-container button{
    padding-right: 20px;
}

.top-middle-link-box {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.top-middle-link-box a{
    padding-right: 20px;
    color: #29abe2;
}
.top-middle-link-box button{
    padding-right: 20px;
}


.top-readers-box {
  flex: 35%;
	padding: 10px;
	margin: 0 40px 0 0;
	
}
#db-messages {overflow-y: scroll; height: 300px;}
.top-classes-box {
  flex: 35%;
	padding: 10px;
	margin: 0 0 0 40px;
}
.med-blue{
	color:#29abe2;
}
.blue-underline{
	border-bottom:1px solid #29abe2;
}
.med-blue-bg{
	background:#29abe2;
}
.dark-blue {
	color: #0b5a84;
}
.dark-blue-bg {
	background:#0b5a84;
}
.light-blue {
	color:#e6f3fd;
}
.light-blue-bg{
	background: #e6f3fd;
}
.light-pink{color:#e37ea4;}
.grey {color: #808080;}
.green {color:#7ec24b;}
.red {color:#A80000;}
.grey-line { margin: 10px 0 ; border-bottom: 1px solid #ccc;}
.magenta {color:#da38cd;}
.orange {color:#FBB20C;}
.page-menu-block{
	width: 90%;
	max-width: 600px;
	margin: auto;
}
input {font-size: 18px; padding: 15px; border: 1px solid #ccc; border-radius: 12px; width: 100%;}
a.page-menu-list-item {
	display: block;
	padding: 20px 30px 20px 10px;
	border-top:1px solid #29abe2;
	color:#0b5a84;
	background: #fff;
	background-image: url("/app/resources/theme/admin/images/rt-arrow-bl.png");
	background-position: center right;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
a.page-menu-list-item:hover {
	background:#eff8fd;
	background-image: url("/app/resources/theme/admin/images/rt-arrow-bl.png");
	background-position: center right;
	background-repeat: no-repeat;
}

.page-menu-list {
	display: block;
	padding: 20px 10px;
	border-top:1px solid #29abe2;
	color:#0b5a84;
	background: #fff;
	background-position: center right;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.page-menu-list:hover {
	background:#eff8fd;
	background-position: center right;
	background-repeat: no-repeat;
}

.button-outlined{
	display: block; border: 2px solid #29abe2; border-radius: 24px; font-size: 12px; color: #29abe2; padding: 5px 7px; text-decoration: none;
}
.button-outl-white{
	display: block; border: 2px solid #fff; border-radius: 24px; font-size: 12px; color: #fff; padding: 5px 7px; text-decoration: none;transition: all 0.3s ease-in-out;
}
.button-outl-white:hover{background:#fff; color:#29abe2;}

.button-outl-blue{
	display: block; border: 2px solid #29abe2; border-radius: 24px; font-size: 12px; color: #29abe2; padding: 5px 7px; text-decoration: none;transition: all 0.3s ease-in-out;
}
.button-outl-blue:hover{background:#29abe2; color:#fff;}

.med-blue-btn{ display: block; padding: 12px; height: 42px; width: 250px; color: #ffffff; text-decoration: none; background:#29abe2; border-radius: 45px; }
.green-btn{ display: block; padding: 12px; color: #ffffff; text-decoration: none; background:#68a82a; border-radius: 45px; }


#suggest {
	/* position:absolute; */
	width: 400px;
	overflow: visible;
	z-index: 100;
}
.db-btn{ display: block; padding: 20px; border:3px solid #fff; text-decoration: none; font-size: 1.3em; color: #fff; box-shadow: 0 2px 2px #ccc;
}

.white { color: #fff;}
.menu-heading{ color: #29abe2; font-size: 18px; line-height: 2.0em}

a.menu-item
{
    position: relative;
	font-size: 14px ; color: #8f8f8f; text-decoration: none; margin-left: 15px; line-height: 1.8em;
}

a.menu-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
a.menu-item:hover:before {
 visibility: visible;
  width: 100%;
}

.menu-bbl {
	
	position: relative;
	max-width: 960px;
	width: 90%;
	
	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 1.25em;
	border-radius: .5rem;
  box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.menu-bbl::before {
	
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: .55em; 
	border: .75rem solid transparent;
	border-top: none;


	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

	/* Language */
#slideout {
			position: fixed;
			top: 46%;
			right: 0;
			width: 40px;
			padding: 12px 0;
			text-align: center;
			background: rgba(0,0,0,0.8);
			-webkit-transition-duration: 0.4s;
			-moz-transition-duration: 0.4s;
			-o-transition-duration: 0.4s;
			transition-duration: 0.4s;
			-webkit-border-radius: 5px 0 0 5px;
			-moz-border-radius: 5px 0 0 5px;
			border-radius: 5px 0 0 5px;
			color:#fff;
			z-index: 100;
		}
		#slideout_inner {
			position: fixed;
			top: 46%;
			right: -270px;
			background: rgba(0,0,0,0.8);
			width: 200px;
			padding: 25px;
			height: 130px;
			-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration: 0.3s;
			transition-duration: 0.3s;
			text-align: left;
			-webkit-border-radius: 0 0 5px 0;
			-moz-border-radius: 0 0 5px 0;
			border-radius: 0 0 5px 0;
		}
		#slideout_inner .selected {
			background:url(/images/sm-green-check.png) right center no-repeat #E5F8D2; color:#4A6B29;
		}
		
		#slideout_inner div {
			padding:0px; border-bottom:1px dashed #696969; margin:3px 0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		#slideout_inner div:hover {
			background:#80BADE; color:#255777;
			cursor:hand; cursor:pointer;
		}
		
		#slideout:hover {
			right: 200px;
		}
		#slideout:hover #slideout_inner {
			right: 0;
		}
 /* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
	border-radius: 9px 9px 0 0;
border:none;
  float: left;
  
  outline: none;
  cursor: pointer;
  padding: 14px 60px;
  transition: 0.3s;
	font-size: 1.0em; 
}
.bl-btn-sm {
	display:block;
	padding: 10px;
	background: #FFFFFF;
	border:2px solid #49A8E0;
	color: #49A8E0;
	text-decoration: none;
	border-radius: 40px;
	box-shadow: 0 1px 2px #CCC;
	width: 100%; max-width: 250px;
	transition: all 0.3s ease-in-out;
}
.bl-btn-sm:hover {
background:#eff8fd;
}

.grn-btn-sm {
	display:block;
	padding: 10px;
	background: #9ec141;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	box-shadow: 0 1px 2px #CCC;
	width: 100%; max-width: 250px;
	transition: all 0.3s ease-in-out;
}
.grn-btn-sm:hover {
background:#82a32a;
}

.red-btn-sm {
	display:block;
	padding: 10px;
	background: #FFFFFF;
	border:2px solid #C2494B;
	color: #C2494B;
	text-decoration: none;
	border-radius:40px;
	box-shadow: 0 1px 2px #CCC;
	transition: all 0.3s ease-in-out;
}
.red-btn-sm:hover {
	background:#ffeaea;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e6f3fd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	z-index: 50;
}
.btn-sm {}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
 border-radius: 0 12px 12px 12px;
	min-height: 310px;
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	/*animation: fadeEffect 1s;*/
} 

/* button styles */
.bl-btn {
	background: #2bbae6;
	display: block;
	border-radius: 40px;
	
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 30px 10px 30px;
 width: 100%; max-width: 250px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.org-btn {
	background: #e4802f;
	border-radius: 40px;
	display: block; width: 100%; max-width:250px;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.org-btn:hover {
	background: #CE7C00;
}

.grey-btn {
	background: #bebebe;
	background-image: -webkit-linear-gradient(top, #bebebe, #989898);
	background-image: -moz-linear-gradient(top, #bebebe, #989898);
	background-image: -ms-linear-gradient(top, #bebebe, #989898);
	background-image: -o-linear-gradient(top, #bebebe, #989898);
	background-image: linear-gradient(to bottom, #bebebe, #989898);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #223C68;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 30px 10px 30px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.bl-btn:hover {
	background: #328ACB;
	text-decoration: none;
}

#db-sp-box {border-radius: 12px; padding: 20px; width: 60%; margin: auto; float: right; font-size: 12px;}
#overlay {
  position: fixed; /* Sit on top of the page content */
  /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

 .select-style {
    border: 1px solid #ccc;
    width: 300px;
    border-radius: 6px;
	 font-size: 1.3em;
    overflow: hidden;
    background: #eff8fd url("img/icon-select.png") no-repeat 90% 50%;
	 color: #0b5a84;
}

.select-style select {
    padding: 15px;
	text-align: center;
    width: 320px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}


.cust-coupon-file-upload {
    border: 1px solid #2b5d96;
    display: inline-block;
    cursor: pointer;
	width:210px;
	padding: 12px 0;
	
	border-radius: 7px;
	background: #6499d8;
	background-image: -webkit-linear-gradient(top, #80b1e4, #528ad0);
	background-image: -moz-linear-gradient(top, #80b1e4, #528ad0);
	background-image: -ms-linear-gradient(top, #80b1e4, #528ad0);
	background-image: -o-linear-gradient(top, #80b1e4, #528ad0);
	background-image: linear-gradient(to bottom, #80b1e4, #528ad0);
}
.cust-coupon-delete {
    border: 1px solid #962b2b;
    display: inline-block;
    cursor: pointer;
	width:210px;
	padding: 12px 0;
	border-radius: 7px;
	background: #cb3d3d;
	background-image: -webkit-linear-gradient(top, #df6f6f, #cb3d3d);
	background-image: -moz-linear-gradient(top, #df6f6f, #cb3d3d);
	background-image: -ms-linear-gradient(top, #df6f6f, #cb3d3d);
	background-image: -o-linear-gradient(top, #df6f6f, #cb3d3d);
	background-image: linear-gradient(to bottom, #df6f6f, #cb3d3d);
	font-size: 1.2em;
	color:#FFF;
}
.cust-coupon-save {
    border: 1px solid #2b5d96;
    display: inline-block;
    cursor: pointer;
	width:330px;
	padding: 15px 0;
	border-radius: 7px;
	background: #FFF;
	font-size: 1.4em;
	color:#2b5d96;
}

.cust-coupon-text {
    border: 1px solid #5b8e28;
    display: inline-block;
    cursor: pointer;
	width:210px;
	padding: 12px 0;
	border-radius: 7px;
	background: #6ba423;
	background-image: -webkit-linear-gradient(top, #7ed056, #6ba423);
	background-image: -moz-linear-gradient(top, #7ed056, #6ba423);
	background-image: -ms-linear-gradient(top, #7ed056, #6ba423);
	background-image: -o-linear-gradient(top, #7ed056, #6ba423);
	background-image: linear-gradient(to bottom, #7ed056, #6ba423);
	font-size: 1.2em;
	color:#FFF;
}

.cust-coupon-file-upload span {
	font-size: 1.2em;
	padding: 5px 0;
	color:#FFF;
	
}

/* Timer Styles */
	
.base-timer {
  position: relative;
  width: 300px;
  height: 300px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: #29abe1;
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.regReaderdrk {
	float: left;
	width: 190px;
	height: 151px;
	background: url(/teachers/resources/images/class-reader-bg.png) no-repeat;
	margin-left: 6px;
}
.takeAtt {
	float: left;
	width: 49px;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



@media only screen and (max-width: 800px) {
	.donations-box, .minutes-box, .business-box,.top-readers-box,.top-classes-box,.db-recent-activity,.db-resources,.db-salesperson,.flex50, .menu-block, .column2-box {
    flex: 100%;
	margin: 10px;
  }
  #db-sp-box {border-radius: 12px; padding: 20px; width: 100%; float: none;  font-size: 12px;}
	#db-messages { height: 100%;}
	.tab button {
  background-color: inherit;
	border-radius: 9px 9px 0 0;
border:none;
  float: left;
  
  outline: none;
  cursor: pointer;
  padding: 14px 20px;
  transition: 0.3s;
	font-size: 1.0em; 
}
.top-middle-link-box {
        display: none;
    }
}