
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

img{
	max-width: 100%;
}

a{
	color:#117383;
	text-decoration: none;
}

hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    clear:both;
	}

input[type=text], input[type=search], input[type=password], input[type=date], input[type=submit], input[type=button], select{
	padding:10px;
	width: calc(100% - 22px);
}

.wrap{
	position:relative;
    margin-left:auto;
	margin-right:auto;
	padding:0 20px;
	word-wrap: break-word;
	overflow-y: hidden;
}


.wrap img{
	max-width:100% !important;
	height: auto !important;
	}


table thead tr td{
	font-weight: bold;
	text-transform: uppercase;
	background: #f5f5f5;
}

table.list tbody tr{
	transition: .2s;
}

table.list tbody tr:hover{
	background: #f1f1f1;
	transition: .2s;
}

table.list tr td{
	border-bottom: 1px #f1f1f1 solid;
	cursor: pointer;
}



.promptOverlay{
	z-index: 1;
	position: fixed;
	display: none;
	align-items: center;
  	justify-content: center;
	width:100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.7);
}

.promptOverlay .prompt{
	text-align: center;
	width:400px;
	padding:10px;
	background:#fff;

}

.prompt .title{
	font-size: 20px;
	font-weight: bold;
}

.addTemplate, .editTemplate{
	display: none;
}

#loading{
	position: fixed;
	display: flex;
	align-items: center;
  	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;


}

.button.small{
	display: inline-block;
	border-radius: 4px;
	background: #f1f1f1;
	font-size: 10px;
	padding:5px 10px;
	cursor: pointer;
}

.login{
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgb(243, 243, 243);
}

.login .panel{
	display: inline-block;
	background: #fff;
	z-index: 1;
	padding:10px 20px;
	text-align: center;
}

@media screen and (max-width: 800px) {


}

