.page{
	background:#fff;
}

.middle{			
	width:70%;
	height:40%;
	margin:5px 15%;	
}
	
	
.header {
	position : fixed;
	left:0px;
	width:100%;
	height:50px;
	background:#1F1F1F;
	line-height:50px;
	color:white;
	text-align:center;
	font-size:22px;	
	font-family:arial;

}


.content {
	width:100%;
	height: calc(100% - 100px);
}


.logo {
	height:30%;
	width:100%;
}

@media screen and (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

.logoContxt {
	width:100%;
	height:100%;
	background-size:100%;
	background: url(images/logo.png) no-repeat center ;				
}


.text {
	height:10%;
	width:100%;
}

.stretch {	
	width:70%;
	display:block;
	margin:0 auto;	
}


.loginInput {
	width:70%;
	height:40%;
	border:0px;
	margin:5px 15%;
	font-size:25px;
	padding-left:5%;
	padding-right:5%;
	font-family:arial;
}


.loginButton {
	width:70%;
	height:20%;	
	background:#90AA1D;
	color:white;
	border:0px;
	margin:0px 15%;
	font-size:25px;
	text-align:center;	
	font-family:arial;
	padding:2% 0;	
}

.list-button {
	background:#fff;
	color:#333;
}
.list-block .item-link.list-button {
    padding: 0 15px;
    text-align: center;
    color: #333;
    display: block;
    line-height: 43px;
}
.herf{
	font-size:15px;
	padding-right:15%;
	text-decoration:none;
}

.remember{
	width:70%;
	border:0px;
	margin:0px 15%;
	font-size:20px;
	font-family:arial;
	padding:2% 0;
}			



input[type=text],input[type=password] {
-webkit-box-sizing : border-box;?
-moz-box-sizing : border-box;
box-sizing : border-box;
}	

.list-block ul {
    background: #eeeeee;
}



.panel {
    background: #eeeeee;
}


.data-table td.checkbox-cell + td, .data-table td.checkbox-cell + th, .data-table th.checkbox-cell + td, .data-table th.checkbox-cell + th {
    padding-left: 8px;
}
.data-table thead {
    font-size: 12px;
	width:100%;
}
.data-table td, .data-table th {
    padding: 0;
        padding-right: 0px;
        padding-left: 0px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.data-table table {
    border-collapse: collapse;
    text-align: left;
	background:#ffffff;
	position: relative;
}


.data-table tbody td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #c8c7cc;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.page-content {

	color: #6d6d72;
	box-sizing: border-box;

	background: radial-gradient(#eae7f2, #d9e0ef, #9fb4c7);
	font-family: '-apple-system','SF UI Text','Helvetica Neue','Helvetica','Arial','sans-serif';
	color: #333;

}

.certificate td{border-bottom:1px solid #ccc;height:35px;}
.hilight td{border:0px ; background:#eee;}

#panelCover {
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc (100% +100px);
	z-index: 9001;
	position: fixed;
	background-color: rgb(50, 50, 50);
	opacity: 0.5;
	line-height: 662;
	display: block;
}
.lds-default {
  #display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin:auto;
  top:40%;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:30px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:15px;
}

