body, html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: Helvetica, Arial;
}
.gradient {
    background-image: linear-gradient(#3f7099, white);
}
.click { cursor: pointer }
.page {
    display: flex;
    height: 100%;	
}
.fl {
  display: flex;
}
.br { border-right: 1px solid silver }
.f1 { flex: 1 }
.f1c * { flex: 1 !important }
.p5 { padding: 5px }
.p5c * { padding: 5px }
.fc {
	display: flex;
	flex-direction: column;
}
.w50 { width: 50px }
.center {
    align-items: center;
    justify-content: center;
}
#shadow {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
  z-index: 10;
}
#wait {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background: URL(wait.gif) no-repeat center;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

section {
    background-color: #eee;
	border: 1px solid #c4c4ff;
    border-radius: 5px;
    margin: 5px 0px;
    width: 450px;
    position: static;
	box-shadow: 2px 2px 10px 4px #444;
}
header {
    background-color: #c4c4ff;
    color: white;
    font-weight: bold;
    line-height: 1em;
    border-radius: 5px 5px 0px 0px;
    box-sizing: border-box;
	display: flex;
}
header span {
	flex: 1;
	padding: 10px;
}
header button {
    right: 0px;
    top: 0px;
    color: white;
    width: 2em;
    font-size: large;
    border: none;
	border-radius: 4px;
	background: transparent;
}
header button:hover {
  background-color: #F55B5B;
}
footer {
	text-align: center;
}
.buttons {
	padding: 10px;
}
.buttons>button {
	padding: 10px 20px;
	margin-right: 10px;
	width: 100px;
}
#msg_text {
	padding: 20px;
}
.body {
	display: flex;
}
.title {
	background: silver;
	font-weight: bold;
	padding: 5px;
	border: 1px solid gray;
}
.search {
	padding-left: 16px;
	position: relative;
	border: 1px solid gray;
	border-bottom: none;
}
.search input,
.search input:focus {
	border: none;
	padding: 2px;
	outline: none;
}
.search:before {
    border-top: 2.5px solid gray;
    content: '';
    position: absolute;
    width: 7px;
    height: 0;
    left: 10px;
    top: 12;
    transform: rotate(45deg);
}
.search:after {
	  content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid gray;
    border-radius: 50%;
    background: transparent;
    left: 2;
    top: 2;
}
.popup {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;  
}
.pdf_background {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;  
	background-color: rgba(0,0,0,0.5);
}
iframe {
	width: 50%;
	height: 90%;
}
/* SMS */
.status3 { color: gray }
.Status6 { color: red }
.status201 { color: red}