body,html{
	min-height: 100%;
	margin: 0;
}
body {
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}
input[type=text], input[type=password], textarea, optgroup {
    background-color: rgba(245, 245, 245, 0.49);
    /* opacity: 0.9; */
    width: 90%;
}
input[type=text]:focus,input[type=password]:focus, textarea:focus {
    background-color: #fff;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: 1px solid rgb(133, 182, 255);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B9B9B9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #B9B9B9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #B9B9B9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #B9B9B9;
}
.form-style{
	border-radius: 0px;
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    line-height: 1.42857;
}
.form-group{
	padding: 10px;
}
.hrzn-group{
	margin-bottom: 12px;
}
.hrzn-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: sans-serif;
    color: #585858;
}
.hrzn-input{
	margin: 0;
}
.btn-submit {
    padding-left: 25px;
    padding-right: 25px;
    height: 32px;
    background-color: #52abff;
    border: 1px solid #3988d4;
    color: #ffffff;
}
.btn-submit:hover{
    cursor: pointer;
    background-color: #4592DA;
}
.btn-submit:disabled{
	cursor: not-allowed;
	background-color: #4592DA;
	background-color: #8fbeea;
    border: 1px solid #8fbeea;
}
/* Login style */
.login {
    width: 300px;
    margin-top: 5px;
    margin-right: 70px;
    float: right;
    top: 40px;
    background: rgb(255, 255, 255);
}
.login a{
	text-decoration: none;
	color: #52abff;
}
.login:hover{
	background: rgb(255, 255, 255);
}
.login-form{
	padding: 17px 12px 0;
	height: 30px;
    font-size: 13px;
}
.login-title-input{
	font-size: 14px;
    position: fixed;
    margin: 6px 12px;
    font-family: sans-serif;
    color: #585858;
}
.wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ccc;
}
.login-header {
    background: rgb(224, 224, 224);
    font-family: sans-serif;
    color: #585858;
    font-size: 15px;
}
.login-header a {
    width: auto;
    height: 100%;
    display: inline-block;
    line-height: 50px;
    padding: 0 11px;
    font-weight: bold;
    color: #868686;
}
.active-tab {
    background: #fff;
}
.caption{
	font-family: sans-serif;
	margin-bottom: 10px;
}
.msg, .msg-email {
    margin-top: 5px;
    text-align: left;
    color: red;
    font-size: 12px;
    font-family: sans-serif;
}
.header-clock {
    margin: 0;
    height: 20px;
    line-height: 20px;
    background-color: rgba(245, 245, 245, 0.01);
    padding-right: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
    font-size: 13px;
    color: #FFFFFF;
    font-family: sans-serif;
    padding-left: 125px;
}
.top-nav {
    padding: 0;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(245, 245, 245, 0.01);
    text-align: right;
    padding-right: 35px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.37);
    position: relative;
}
.top-nav a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    transition: 0.4s;
}
.top-nav a:hover {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    color: #868686;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
}
a#close {
    right: 0;
    float: right;
}
.title {
    font-family: 'Leckerli One', cursive;
    font-size: 35px;
    width: 300px;
    text-align: left;
    left: 70px;
    color: #FFFFFF;
    position: absolute;
}
.list {
    width: 300px;
    position: absolute;
    top: 0;
    right: 70px;
    text-align: right;
}
@media only screen and (max-width:768px) {
	.top-nav {
	    text-align: center;
	    padding: 0;
	}
	.login-header{
		padding: 0;
		margin: 0;
	}
	.title{
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        left: 0;
    }
    .list{
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        right: 0;
    }
	.header-
    clock {
		text-align: center;
		padding: 0;
	}
	.login {
	    margin: 5px auto;
	    float: none;
	    position: relative;
	}
}
.btn-refresh {
    float: left;
    /* margin-right: 0; */
    /* position: relative; */
    /* margin-top: 16px; */
    /* margin-left: 70px; */
    cursor: default;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #52abff;
    border-radius: 20px;
    line-height: 20px;
    padding: 5px 5px 5px 8px;
}
.edSecurityCode {
    float: right;
    /* height: 60px; */
    /* line-height: 60px; */
    /* margin-left: 10px; */
    padding-right: 25px;
    padding-top: 15px;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

#btnReloadReset:hover, #btnReload:hover {
    cursor: pointer;
}