/* 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;
}

* {
	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,
textarea,
select {
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #00ace0;
}

textarea {
	height: 100px;
}

p {
	margin-top: 0;
}

button,
.button {
	height: 40px;
	line-height: 32px;
	border: none;
	background: #00ace0;
	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:visited,
.button:visited {
	opacity: 1;
}

button:active,
.button:active {
	opacity: 0.75;
}

button .icon,
.button .icon {
	font-size: 21px;
}

button1,
.button1 {
	height: 60px;
	width: 100%;
	line-height: 22px;
	border: none;
	background: #008eb9;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}

button1:visited,
.button1:visited {
	opacity: 1;
}

button1:active,
.button1:active {
	opacity: 0.75;
}

button1 .icon,
.button1 .icon {
	font-size: 21px;
}


button2,
.button2 {
	height: 60px;
	width: 100%;
	line-height: 22px;
	border: none;
	background:#FF0000;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}

button2:visited,
.button2:visited {
	opacity: 1;
}

button2:active,
.button2:active {
	opacity: 0.75;
}

button2 .icon,
.button2 .icon {
	font-size: 21px;
}

button3,
.button3 {
	height: 22px;
	width: 100%;
	line-height: 14px;
	border: 1px solid #008eb9;
	background: #fff;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}

button3:active,
.button3:active {
	opacity: 1;
}

button4,
.button4 {
	height: 60px;
	width: 100%;
	line-height: 22px;
	border: none;
	background:#999999;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	text-overflow: ellipsis;
	margin-bottom: 3px;
}

.button-container {
	width:19.5%;
	vertical-align: top;
	display: inline-block;
	margin-right:0.5%;
	margin-bottom:0.5%;
}

.title-block {
	width: 100%;
	border: none;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	color: #e5e5e5;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #003b4d;
	padding: 5px;
	border-radius: 3px;
}
.title-floor {
	width: 100%;
	border: none;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	color: #0089b3;
	font-weight: 600;
	margin-top:10px;
	margin-bottom: 10px;
	background: #e5e5e5;
	padding: 5px;
	border-radius: 3px;
}


.tab-bar {
	width: 100%;
	height: 50px;
	border-top: 1px solid rgba(255,255,255,0.15);
	bottom: 0;
	position: fixed;
	z-index: 999;
}

.tab-button {
	height: 50px;
	line-height: 1;
	background: #008eb9;
	color:#CCCCCC;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.tab-button .icon {
	margin: 3px auto 0;
	font-size: 30px;
	display: block;
}

.tab-button.active {
	background: #00617e;
	color:#b9efff;
}

.toolbar {
	width: 100%;
	height: 44px;
	padding: 0 10px;
	top: 0;
	position: fixed;
	line-height: 44px;
	background: #008eb9;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	z-index: 99;
}

.toolbar img {
	height: 27px;
	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: 20%;
	/*height: 111px;*/
	object-fit: cover;
	float: left;
}

.item-desc {
	width: 80%;
	padding-left: 10px;
	padding-right: 18px;
	float: left;
}

.item-info {
	width: 25%;
	height: 100%;
	text-align: right;
	font-size: 12px;
	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%;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-4 {
	width: 50%;
	float: left;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-18 {
	margin-bottom: 18px;
}

.red {
	color: #c00;
}

.green {
	color: #0CB61B;
}



/* Custom styles */

#splash {
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	background: url(../img/splash.png) center center;
	background-size: cover;
	-webkit-transform: translate3d(0,0,0);
	z-index: 9999;
}

#home {
	padding-top: 0;
	background: #f5f5f5;
}

#home #header {
	width: 100%;
	display: block;
}

#home .content {
	padding: 1%;
	text-align: center;
}

#home .button {
	width: 99%;
	height: auto;
	margin: 0.5%;
	padding: 3% 0 2%;
	border-radius: 3px;
	font-weight: 500;
	color: #00ace0;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
	float: left;
}

#home .button .icon {
	line-height: 1;
	font-size: 50px;
	display: block;
}

#home .button img {
	height: 30px;
	display: block;
	line-height: 1;
	margin-left: auto;
    margin-right: auto;
}

#home .button span {
	padding: 8px;
	line-height: 0.6;
	font-size: 16px;
	right: -12%;
	top: -6%;
	position: absolute;
	border-radius: 12px;
	background: #092C77;
	display: inline-block;
}

#project .button {
	width: 99%;
	height: auto;
	margin: 0.5%;
	padding: 3% 2px 2%;
	border-radius: 3px;
	font-weight: 500;
	color: #00ace0;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	float: left;
}

#project .button .icon {
	line-height: 1;
	font-size: 45px;
	display: block;
}

#project .button img {
	height: 50px;
	display: block;
	line-height: 1;
	margin-left: auto;
    margin-right: auto;
}

#project .button span {
	padding: 8px;
	line-height: 0.6;
	font-size: 16px;
	right: -12%;
	top: -6%;
	position: absolute;
	border-radius: 12px;
	background: #092C77;
	display: inline-block;
}


#projects .button {
	width: 99%;
	height: auto;
	margin: 0.5%;
	padding: 3% 2px 2%;
	border-radius: 3px;
	font-weight: 500;
	color: #00ace0;
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	float: left;
}

#projects .button .icon {
	line-height: 1;
	font-size: 45px;
	display: block;
}

#projects .button img {
	height: 100px;
	display: block;
	line-height: 1;
	margin-left: auto;
    margin-right: auto;
}

#projects .button span {
	padding: 8px;
	line-height: 0.6;
	font-size: 16px;
	right: -12%;
	top: -6%;
	position: absolute;
	border-radius: 12px;
	background: #092C77;
	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,
#mybooking .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,
#mybooking .item-info:before{
	color: #c00;
}

#homework .completed .item-info:before,
#mybooking .completed .item-info:before{
	content: '✓';
	color: #0CB61B;
	font-size: 27px;
	line-height: 18px;
	top: 25px;
	right: 30px;
	position: absolute;
}

#mybooking .rejected .item-info:before,
#homework .rejected .item-info:before {
	content: 'x';
	color: red;
	font-size: 27px;
	line-height: 18px;
	top: 25px;
	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;
	}
}

/* Back button */
.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;
}

/* input icon */
.left-inner-addon {
    position: relative;
}
.left-inner-addon input{
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 7px 12px;
    pointer-events: none;
}

.input {
    background: rgba(163, 135, 106, 0.15);
    background-clip: padding-box;
    
    border: none;
    border-radius:         26px;
    -moz-border-radius:    26px;
    -o-border-radius:      26px;
    -webkit-border-radius: 26px;
    
    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    
    color: #333;
    height: 26px;
    margin: 0px 0px 0 0px;
    outline: none;
    padding: 0 30px 0 30px;
    
    transition:         all .1s linear;
    -moz-transition:    all .1s linear;
    -o-transition:      all .1s linear;
    -webkit-transition: all .1s linear;
    
    width: 100%;
}

.checkbox-container{
	width: 100%;
	padding: 1px;
	margin-bottom: 5px;
	float:left;
	overflow: hidden;
}
/*
.checkbox-text{
	line-height: 18px;
}
*/
input[type="checkbox"] {
  height: 18px;
  width: 10%;
  line-height: 18px;
}

.input:focus {
    background: rgba(163, 135, 106, 0.2);

    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
}

.label {
    background: url(http://f.cl.ly/items/2a2Z0V0L0J1p3V082d3r/icon-search.png) no-repeat top left;
    cursor: pointer;
    display: block;
    height: 17px;
    left: 2%;
    position: relative;
    text-indent: -99999px;
    top: -21px;
    width: 16px;
}

.bio4 {

  color: #092C77; 
  font-size: 1em;
  font-family: "varela round", sans-serif;
  display: inline-block;
  padding: 3.5px;
  line-height: 0.5;
  font-size: 16px;
}
.bio3 {

  color: #00ace0; 
  font-size: 1em;
  font-family: "varela round", sans-serif;
  display: inline-block;
  padding: 8px;
  line-height: 0.7;
  font-size: 16px;
}
.bio1 {

  color: #00ace0; 
  font-size: 1em;
  font-family: "varela round", sans-serif;
}
.bio2 {

  color: #00ace0; 
  font-size: 1em;
  font-family: "varela round", sans-serif;
}
.bio5 {

  color:#00ace0;
  font-size: 1em;
  font-family: "varela round", sans-serif;
}

/* Logout */
.logout {

    display: inline-block;
    position: absolute;
    z-index: 1;
    padding: 0 10px 0 10px;
    right: 0%;
    top: 10%;
    
    line-height: 44px;
    text-shadow: 0 -1px #4d4d4d;
    color: #E5E5E5;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 12px;
}

/******************** General Table Style ********************/

.text-paragraph-normal {
	font-size: 13px;
	line-height: 19px;
	color: #465c65;
	font-weight: 500;
	text-decoration: none;
}
.text-paragraph-semibold {
	font-size: 13px;
	line-height: 19px;
	font-weight: 600;
	color: #465c65;
	text-decoration: none;
}
.table {
	width: 100%;
	background: #fff;
	border: 1px solid #c8c7cc;
	border-radius: 3px;
	outline: none;
	border-collapse: collapse;
	display: table;
}
.table tr {
	height: 50px;
	border: 1px solid #c8c7cc;
	
	
}
.table td {
	padding: 0 10px 0 10px;
	vertical-align: center;
	border: 1px solid #c8c7cc;
	background:#095873;
	padding-top:2%;
	
	font-size: 13px;
	line-height: 19px;
	color:#000000;
	font-weight: 500;
	text-decoration: none;
}

.table1 {
	width: 100%;
	background: #fff;
	border: 1px solid #c8c7cc;
	border-radius: 3px;
	outline: none;
	border-collapse: collapse;
	display: table;
}
.table1 tr {
	height: 50px;
	border: 1px solid #c8c7cc;
	
	
}
.table1 td {
	padding: 0 10px 0 10px;
	vertical-align: center;
	border: 1px solid #c8c7cc;
	background:#FF0000;
	padding-top:2%;
	
	font-size: 13px;
	line-height: 19px;
	color:#000000;
	font-weight: 500;
	text-decoration: none;
}


.radio input[type='radio'] {
  display: none;
  /*removes original button*/
}

.radio label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #00ace0;
  background-color: transparent;
}

.radio label {
  position: relative;
}

.radio label input[type='radio']:checked+span {
  /*styles inside circle*/
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 6px;
  display: block;
  background-color: blue;
}