#login-section {
	background-color: #4d6aa1;
}

#logged-section {
	background-color: #4d6aa1;
}

.row_1 {
	background-color: #4d6aa1;
}

#name {
	background-color: #3d537e;
	clear: left;
	color: white;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-weight: bold;
	font-size: 80%;
}

#meeting-notice{
	clear: left;
	color: white;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-weight: bold;
	font-size: 80%;
}

.meeting-notice-btn{
	background-color: #3d537e;
}
.meeting-notice-btn-hvr:hover{
	background-color: #35486b;
}

.meeting-notice-btn-hvr{
	background-color: #3d537e;
}
.center-txt-btn{
	margin-left: auto;
	margin-right: auto;
}
div.btn-half{
	display: flex;
	align-content: center;
	align-content: center;
	float: left;
	width: calc(100%/2)
}

#meeting-notice .btn{
	margin-left: auto;
    margin-right: auto
}

#login-section input[type="submit"] {
	background-color: #3a517c;
}

#login-section input[type="submit"]:hover {
	background-color: #5b7ab5;
}

div.btn.page_nav {
	background-color: #4d6aa1;
}

div.btn.page_nav div:hover {
	color:#eee;
	background-color: #5c7cba;
}

div.entrydate {
	background-color: #4d6aa1;
}

#certificate-results-table th {
	background-color: #4d6aa1;
	color: white;
}

#certificate-results-table a {
	color: white;
}

#certificate-results-table > tbody > tr:hover {
	cursor: pointer;
	background-color: #cad9e7;
}

.cert_collapse {
	display: block;
	color: #000000;
	font-size: 20px;
	/*font-weight: bold;*/
	width: 100%;
}

.cert_collapse ul {
	margin-left: 0px;
}

.collapseomatic {
	background-image: none;
	background-position: left center;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.collapseomatic_content {
	background-color: rgb(246, 245, 242);
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.collapseomatic_content > p {
	/*text-indent:-10px;*/
	margin-left:20px
}

.collapseomatic_content > hr {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	width: 50%;
}

.collapseomatic_content > h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* section */
.section
{
	box-sizing: border-box;
}

.section h2
{
	margin-top:0px;
}

.button
{
	box-sizing: border-box;
	padding:5px;
	margin:0px;
}

.button.loading img
{
	width:32px;
	height:32px;
}

.notification
{
	width:100%;
	min-height:64px;
	display:flex;
	background-color: #f6f5f2;
}

.notif_alert::before{
	box-sizing: border-box;
	background-image: url("../../../portal/tpro-files/backend/media/website/notification.png");
	background-color: #ffb354;
	background-repeat: no-repeat;
	background-position: center;
	fill:#4d6aa1;
	min-width:64px;
	min-height:64px;
	content:"";
}
.notif_error::before
{
	box-sizing: border-box;
	background-image: url("../../../portal/tpro-files/backend/media/website/notification.png");
	background-color: #d46969;
	background-repeat: no-repeat;
	background-position: center;
	fill:#4d6aa1;
	min-width:64px;
	min-height:64px;
	content:"";
}

.notification > * > p::before
{
	content: "Notice: ";
	font-weight: bold;
}

.notification > *
{
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
	height:100%;
	width:calc(100% - 10px);
	text-align:left;
	vertical-align: middle;
}

/*.signature-container {
	width: 100%;
	margin-bottom: 10px;
}

.signature-wrapper {
  position: relative;
  max-width:400px;
  margin: 0 auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
	background-color: rgb(227, 227, 227);
}

.signature-wrapper:after {
	padding-top:37.5%;
	display:block;
	content:'';
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
}*/
