html,body {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

body {
	font-size:14px;
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}

.container {
	padding:20px;
}

.container * {
	transition: all .2s;
}


.logo {
	width: 200px;
	margin: 0 auto;
	margin-top:5px;
}

.logo img {
	width:100%;
}

.header {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	background: rgba(255,255,255,0.5);
}

.header span {
	float: right;
	margin-right: 10px;
	padding: 3px;
}

h1, h2 {
	color:#fff;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

p {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 10px;
	color:#fff;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    height: 200px;
    padding: 8px;
    font-size: 18px;
	width:50%;
	margin:0 auto;
	border-radius:20px;
	margin-bottom:10px;
	display: block;
	position: relative;
	text-transform:uppercase;
}

#drop_file_zone * {
	pointer-events: none;
}

#drop_file_zone:hover {
    background-color: #ddd;
}

#drop_file_zone div {
	text-align:center;
	color:#fff;	
}

#drop_file_zone .progressBar {
	position: absolute;
	height: 100%;
	width: 0%;
	background: rgba(255,255,255,0.5);
	top: 0px;
	left: 0px;
	border-radius: 20px;
	z-index:999;
}

#drop_file_zone .infoBar {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	color:#113579;
}

.progress, .progress2 {
	position:relative;
	z-index:1001;
}

#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

#drag_upload_file .infoBox {
	padding:5px;
	text-align:center;
}

.green {
	background-color:#113579!important;	
}

.realGreen {
    background-color:rgba(94,174,90,0.5)!important;
}

.yellow {
	background-color:yellow!important;
	color:#000;
}

.red {
	background-color:red!important;
}

.info {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 5px;
    margin: 0px;
    color:#fff;
	left:0px;
}

.myTable {
	max-height: calc(100vh - 430px);
	overflow: auto;
}

table {
	width:100%;
}

table td, table th {
	padding:10px;
}

table tr {
	background:rgba(255,255,255,0.5);
}

table tr:first-child {
	background:#fff;
	border-radius:5px;
	border-bottom: 10px solid;
    border-color: transparent;
	position: sticky;
	top: 0px;
}

input[type=submit], button, input[type=button] {
	/* background: #4b79cf; */
	background:rgba(255,255,255,0.8);
	border: none;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	height:30px;
	color: #113579;
	text-transform: uppercase;
	cursor:pointer;
}

table input[type=submit], table button, table input[type=button] {
	height:auto;
	padding:2px;
}

input[type=submit]:hover, button:hover, input[type=button]:hover {
	background: #113579;
	color:#fff;
	cursor:pointer;
}

input[type=text], input[type=password]{
	border-radius: 5px;
	border: none;
	height:30px;
	width: 100%;
}

input[type=text]:focus, input[type=password]:focus{
	border: 1px solid #113579;
}

.login {
	margin-top:20px;
}

.login label {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}

.login input[type=text], .login input[type=password]{
	text-align:center;
	margin-bottom:20px;
}

.loggedUser div {
	margin-top:10px;
	margin-bottom:10px;
}


#addAccounts input[type=text], .activate input[type=text], .activate input[type=password]{
	/* display:block;	 */
	margin-left: 10px;
}

#addAccounts label, .activate label {
	width: 200px;
	padding:7px;
	text-align:right;
	display: inline-block;
	background:rgba(255,255,255,0.5);
}

.wrapper {
	display: block;
	width: 100%;
	height: 40px;
}

.left {
	width:200px;
	float:left;
}

.right {
	width: calc(100% - 223px);
	float:left;
	margin-left:10px;
}

.insert {
	margin-top:10px;
}

.myCont {
	width: 350px;
	margin: 0 auto;
	text-align:center;
	padding: 20px;
	border-radius: 10px;
	background:rgba(255,255,255,0.5);
}

.timer {
    position: absolute;
    width: 180px;
    height: 60px;
    background: rgba(255,255,255,0.5);
    padding: 15px;
    border-radius: 10px;
    bottom:30px;
    right:30px;
}

.timer .count {
    color: #fff;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
}

.timer .opt {
    position: relative;
    bottom: 0px;
    margin-top: 5px;
}

.bganimation {
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
	background: linear-gradient(230deg,#a24bcf,#4b79cf,#4bc5cf);
    background-size: auto;
	background-size: 300% 300%;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}