/* General styles */

body {
	margin: 0;
	line-height: 1.5;
	color: #1f1f21;
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
.btn-back {
    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 0 10px 0 10px;
    left: 0%;
    top: 10%;
    
    line-height: 44px;
    text-shadow: 0 -1px #4d4d4d;
    color: #E5E5E5;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
}
.print{
	height: 200px;
	}
* {
	box-sizing: border-box;
}

button,
.button,
.toolbar,
.tab-button {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

input,
textarea,
select,
button,
.button {
	padding: 4px 10px;
	border-radius: 4px;
	font-family: 'Helvetica Neue', Arial;
	outline: 0;
}

input,
select {
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
}
input,
text {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	margin-top: -8px;
	font-size: 20px;
}

input:focus,
textarea:focus {
	border-color: #06a78b;
	border-width: medium;
}


textarea {
	width: 100%;
	height: 300px;
}

p {
	margin-top: 0;
}

button,
.button {
	height: 40px;
	line-height: 32px;
	border: none;
	background: #6691d1;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button.red,
.button.red {
	color: #fff;
	background: #c11313;
}

button.green,
.button.green {
	color: #fff;
	background: #0CB61B;
}

button:visited,
.button:visited {
	opacity: 1;
}

button:active,
.button:active {
	opacity: 0.75;
}

button .icon,
.button .icon {
	font-size: 21px;
}

.number-pad {
	margin-left: 0.5%;
	margin-right: 3%;
	width:110%;
	height: 200px;
	border-top: 1px solid rgba(255,255,255,0);
	bottom: 50;
	position: fixed;
	z-index: 999;
}

.tab-bar {
	
}

.tab-button {
	
}

.tab-button .icon {
	
}

.tab-button.active {
	
}

.toolbar {
	width: 100%;
	height: 44px;
	padding: 0 10px;
	top: 0;
	position: fixed;
	line-height: 44px;
	background: #4775ba;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	z-index: 99;
}

.toolbar img {
	height: 20px;
	margin-right: 2px;
	vertical-align: text-bottom;
}

.toolbar .icon {
	margin-right: 2px;
	font-size: 22px;
	line-height: 22px;
}

.page {
	width: 100%;
	height: 100%;
	padding-top: 44px;
	/*
	padding-bottom: 50px;
	*/
	position: absolute;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	display: none;
}

.content,
.list {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.content::-webkit-scrollbar,
.list::-webkit-scrollbar {
	display: none;
}

.content {
	padding: 30px;
}

.list {
	padding: 10px;
}

.list .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.title {
	font-weight: bold;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.date {
	margin-bottom: 4px;
	font-size: 14px;
	color: #999;
}

.item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
	position: relative;
}

.item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.item-thum {
	width: 30%;
	height: 111px;
	object-fit: cover;
	float: left;
}

.item-desc {
	width: 70%;
	padding-left: 10px;
	padding-right: 18px;
	float: left;
}

.item-desc2 {
	width: 33%;
	box-sizing:border-box;
	float: left;
	text-align:center;
}

.item-desc3 {
	width: 20%;
	box-sizing:border-box;
	float: left;
	text-align:center;
}

.item-info {
	width: 18%;
	height: 100%;
	text-align: right;
	font-size: 14px;
	color: #999;
	right: 0;
	position: absolute;
	overflow: visible;
	direction: rtl;
}

.item-info:after,
#announcements .item-desc:after,
.expandable > h4:after {
	content: "\f3d3";
	font-family: Ionicons;
	font-size: 25px;
	font-weight: normal;
	color: #ddd;
	right: 0;
	top: 50%;
	line-height: 24px;
	margin-top: -12px;
	position: absolute;
}

.expandable {
	margin-bottom: 10px;
	padding: 8px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.expandable > h4 {
	margin: 0;
	position: relative;
}

.expandable > h4:after {
	content: "\f3d0";
}

.expandable.expanded > h4:after {
	content: "\f3d8";
}

.expandable > div {
	margin-top: 10px;
	display: none;
}

.expandable.expanded > div {
}

.form input,
.form textarea,
.form select,
.form button,
.form .button {
	margin-bottom: 18px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.red {
	color: #f00;
}

.loading {
	background: url(../img/loading.gif) center center no-repeat;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fit {
	width: 100%;
}

.fit2 {
	width: 40%;
	margin:5px;
	margin-top: 12px;
	
}

.col-2 {
	width: 50%;
	float: left;
}

.col-4 {
	width: 50%;
	float: left;
}

.col-5 {
	width: 20%;
	float: left;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-18 {
	margin-bottom: 18px;
}

.red {
	color: #c00;
}

.green {
	color: #0CB61B;
}

.width-70{
	width:70%;
	float:left;
}

.width-50{
	width:50%;
	float:left;
}

.width-30{
	width:30%;
	float:left;
}

.width-33{
	width:33%;
	float:left;
}

.number-pad-key {
	text-align:center;
	margin: 1px 1px;
	line-height:32px;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 1px 1px;
	width:17.5%;
	float:left;
	background: #ddd;
	border-radius:3px;
	color:#000;
	font-weight: 250;
	font-size: 20px;
}

.labelBold {
	font-weight: 900;
	font-size: 25px;
}

.number-pad-key:active {
    
	

}

.width-23{
	
}

.bold{
	font-weight:700;

}
/* Custom styles */

#splash {
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	background: url(../img/splash.jpg) top center;
	background-size: cover;
	-webkit-transform: translate3d(0,0,0);
	z-index: 9999;
}

#bet {
	padding-bottom: 240px;
}

/*
#home {
	padding-top: 0;
	background: #f5f5f5;
}
*/
#home #header {
	width: 100%;
	display: block;
}
/*
#home .content {
	padding: 1%;
	text-align: center;
}
*/
#home .button {
	width: 32.73%;
	height: auto;
	margin: 0.3%;
	padding: 3% 2px 2%;
	border-radius: 0;
	font-weight: 500;
	color: #092C77;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	float: left;
}

#home .button .icon {
	line-height: 1;
	font-size: 45px;
	display: block;
}

#home .button img {
	width: 100%;
}

#home .button span {
	padding: 8px;
	line-height: 0.6;
	font-size: 16px;
	right: -12%;
	top: -6%;
	position: absolute;
	border-radius: 12px;
	background: #fe0000;
	display: inline-block;
}

#comments .item:not(.unread) .title,
#inbox .item:not(.unread) .title {
	font-weight: normal;
}

#comments .item-thum,
#inbox .item-thum,
#comment-details .item-thum,
#message-details .item-thum {
	width: 50px;
	height: auto;
	border-radius: 100%;
}

#homework .item-info:before,
#comments .unread .item-info:before,
#inbox .unread .item-info:before {
	content: '•';
	color: #2c8ec1;
	font-size: 50px;
	line-height: 18px;
	top: 25px;
	right: 30px;
	position: absolute;
}

#homework .item-info:before {
	color: #c00;
}

#homework .completed .item-info:before {
	content: '✓';
	color: #0CB61B;
	font-size: 25px;
	line-height: 18px;
	top: 20px;
	right: 30px;
	position: absolute;
}

#comment-details .item,
#message-details .item {
	margin-bottom: 0;
	padding: 15px;
	border-radius: 15px;
	background: linear-gradient(to bottom, #f5f5f5 0%, #e7e7e7 100%) #e7e7e7;
	color: #000;
}

#comment-details .item-desc,
#message-details .item-desc {
	width: 80%;
}

#comment-details .text,
#message-details .text {
	margin-top: 8px;
}

#comment-details .item-desc:before,
#message-details .item-desc:before {
	content: "\f21e";
	font-family: Ionicons;
	font-size: 50px;
	color: #e7e7e7;
	left: -12px;
	bottom: -20px;
	position: absolute;
	-webkit-transform: rotate(135deg);
}

#announcements .item .text {
	height: 60px;
	overflow: hidden;
}

.events {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	display: none;
}

.event-item {
	margin: 5px 0 0;
	padding-left: 10px;
	border-left: 1px solid #c00;
	background: rgba(200,0,0,0.07);
	color: #c00;
}

#profile .item-desc {
	font-size: 16px;
}

#profile .item {
	border-bottom: none;
}

#profile .item-desc {
	width: 70%;
	font-size: 16px;
}

img, iframe {
	max-width: 100%;
}



/* Overwritings */

.wrap,
.month {
	width: 100%;
}

.month {
	border-radius: 5px;
}

.month,
.week {
	margin: 0 auto !important;
}

.day.weekend {
	color: #4775BA !important;
}

.day.today {
	color: #fff !important;
	background-color: #4775BA;
}

.day.selected {
	border: none;
}

.day.event:after {
	content: '•';
	font-size: 28px;
	line-height: 1;
	color: #E84A4A;
	top: -8px;
	right: -2px;
	position: absolute;
}

.prev,
.next {
	top: 6px;
}



/* Responsive */

@media only screen and (max-width:479px) {
	.content {
		padding: 20px;
	}

	#home .button {
		font-size: 15px;
	}
}

@media only screen and (max-width:399px) {
	#home .button {
		font-size: 14px;
	}

	#profile .item-thum {
		height: 90px;
	}
}

@media only screen and (max-width:379px) {
	#home .button {
		font-size: 13px;
	}
}

@media only screen and (max-width:359px) {
	#home .button {
		font-size: 12px;
	}
}

#swipezone{
  width: 100%;
  height: 100vh;
  text-align: center;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 5vw;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}


.prenext{
	background-color: lightblue;
	margin-left: -33px;
    position: fixed;
	right: 0;
	left: 0;
	Overflow: visible;
	z-index: 99999999;
    bottom: 0px;
    width: 110%;
	height: 65px;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

