html {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	padding: 10px;
	width: 100%;
	height: 100;
	background-color: #efefef;
	display: grid;
    
}



h3 {
    position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
}

form,
input[type="submit"] {
	width: 400px;
}

input[type="submit"] {
	margin-top: 10px;
}

select,
input {
	box-sizing: border-box;
	width: 240px;
	height: 24px;
}

label {
	
	display: flex;
	margin-top: 4px;
	width: 100%;
} 



#datefrom-input,
#dateto-input {
	width: 100%;
	margin-left: 8px;
}



.label-span {
	width: 160px;
}

#date-div {
	display: block;
	width: 100%;

}

.label-div {
	justify-content: center;
	flex-direction: column;
	display: flex;
}

#date-div {
	width: 100%;
}

table {
	margin-top: 10px;
	background-color: #ffffff;
}

td {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}

th {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
}

/* .one-col{
border: 3px solid #c0c0c0;
} */

th:hover {
	background-color: rgb(240, 240, 240);
}

#files-cell{
    display:grid;
}

.table-header {
	outline-offset: -2px;
	outline: 2px solid #ddd;
	font-weight: 700;
}

button, #submit-button {
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, leftbottom, from(#faa51a), to(#f47a20));
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  
  cursor: pointer;
}

button:hover, #submit-button:hover {
  background: #f47c20;
  background: -webkit-gradient(linear, left top, leftbottom, from(#f88e11), to(#f06015));
}

#authorize, #logout{
    position: fixed;
    top: 5;
    right: 5;
}

#append{
    height: 26px;
}


/*iframe {*/
/*        position: fixed;*/
/*        margin-left: auto;*/
/*        margin-right:auto;*/
/*        width:100%;*/
/*        height:100%;  */
/*        display: block;*/
/*        z-index:99999999;    */
/*}*/

.modal-wrapper {
    
    position:fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.frame1{
    width: 100%;
    height: 100%;
}

