@media (max-device-width:400px){
	.exam-result 
	{
		font-size: 1.5em;
	}
	.exam-result.result-z, .exam-result-status, .exam-appeal
	{
		font-size: 0.8em;
	}
}
@media only screen and (min-device-width:401px){
	.exam-result 
	{
		font-size: 2em;
	}
	.exam-result.result-z, .exam-result-status, .exam-appeal
	{
		font-size: 1em;
	}
}
@media only screen and (min-device-width:800px){
	.exam-result-status, .exam-appeal
	{
		right:-52px;
	}
}

@media only screen and (min-device-width:990px){
	.exam-result-status, .exam-appeal
	{
		right:-90px;
	}
	#exam-detail .exam-subject-info
	{
		font-size: 140%;
	}
	.exam-result 
	{
		font-size: 240%;
	}
	.exam-result.result-z
	{
		font-size: 120%;
	}

}

@media only screen and (min-device-width:1200px){
	.exam-result-status, .exam-appeal
	{
		right:-123px;
	}
}

*
{
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color: #333333;
	width: 100%;
	text-align: center;
	font-family: "PT Sans", Trebuchet MS, Tahoma, Sans-Serif;
	float: left;
	position: relative;
	background: #f0f0f0;
	text-align: justify;
}

ul
{
	list-style: none outside none !important;
	/* display: none; */
	margin-bottom: -5px;
	clear: both;
}

ul li
{
    background: url("images/bullet.png") no-repeat scroll left 3px transparent;
    padding-left: 13px;
}

.reg-module ul li
{
	padding-bottom: 10px;
}

.reg-module ul
{
	margin-bottom: -10px;
}

a, a:visited
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

span
{
	color: #b22003;
}

#all
{	
    margin: 0 auto;
	text-align: justify;
	font-weight: normal;
	clear: both;
}


.header-wrap
{
	width: auto;
	height: 110px;
    border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	display: block
}
#header .title
{
	margin: 25px 0 0 180px;
	height: 85px;
	text-align: justify;
}

@media only screen and (max-device-width:625px){
	.exam-result-status {
		display: none;
	}
	.reg-module-header, .exam-content-header, .login-form-header {
		margin: 0 0 5px;
	}
	#regHeader {
		margin-bottom: 30px;
	}
}
@media only screen and (max-device-width:800px){
	body
	{
		font-size: 1.6em;
	}
	#right .reg-module .reg-module-header, .module-exam-status .reg-module-header
	{
		text-decoration: underline;
	}
	.info-board
	{
		display: none;
	}
	#right
	{
		position: relative;		
		float: left;
		width: 100%;
		
	}
	#left
	{
		width: 100%;
		float: left;
	}
	#result-data
	{
		font-size: 0.9em;
	}
	#rsult-data table
	{
		font-size: 1.1em;
	}
	#exam-detail .exam-title 
	{
		font-size: 1.4em;
	}
	#exam-detail .exam-title span 
	{
		clear: both;
		display: block;
		font-size: 2em;
	}
	.exam-additional-info-title
	{
		display:none;
	}
	.exam-additional-info-list-item-title
	{
		font-size: 1em;
	}
	.exam-additional-info-area
	{
		padding: 10px 0 0 20px;		
	}
	.form-line p 
	{
		font-size: 1.35em;
	}
	.exam-date
	{
		padding-top:0.4em;		
	}
	#copyright
	{
		font-size: 0.6em;
		margin-top:15px;
	}
}

@media only screen and (min-device-width:801px){
	body
	{
		font-size: 1.6em;
	}		
	#all, #header-area
	{
		width: 960px;
	}
	#header-area-2
	{
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #C5C5C5;
		margin-bottom: 14px;
		-moz-box-shadow: 0 0 8px #BDBDBD;
		-webkit-box-shadow: 0 0 8px #BDBDBD;
		box-shadow: 0 0 8px #BDBDBD;
	}
	#login-form, .reg-module, #exam-content, .module-exam-status
	{
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		border: 1px solid #C5C5C5;
		box-shadow: 0 0 8px #BDBDBD;
		-moz-box-shadow: 0 0 8px #BDBDBD;
		-webkit-box-shadow: 0 0 8px #BDBDBD;
	}
	.info-board
	{
		display: block;
		padding: 10px 13px;
		text-align: left;
		color: #333333;
		font-family: Cuprum;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: normal;
		vertical-align: middle;
		line-height: 140%;
		text-align: right;
	}
	.form-line .inputbox
	{
		width: 120px;
	}
	#right
	{
		position: relative;
		width: 49%;
		float: right;
	}
	#left
	{
		width: 50%;
		float: left;
	}	
	#area
	{
		float: left;
	}
	.login-form-header, .reg-module-header, .exam-content-header
	{
		font-size: 15px;
	}	
	
	.info-bigvalue
	{
		font-size: 18px;
	}

	.info-header, .info-normaltext, .info-normaltext-center, .info-table-title
	{
		font-size: 14px;
	}


	#exam-detail .exam-subject-info
	{
		text-transform: uppercase;
		text-align: left;
	}

	.exam-additional-info-area
	{
		margin-top: -1px;
		padding: 0 20px 20px 20px;		
	}
	#header-area
	{
		padding-top: 28px;
	}
	/*.exam-status .none 
	{
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07) inset;
	}*/
	.wave-name, .exam-additional-info-list-item-title
	{
		background: url("images/line-default.png") repeat-x scroll 50% 50% transparent;
	}
	.wave-name:hover, .exam-additional-info-list-item-title:hover
	{
		background: url("images/line-hover.png") repeat-x scroll 50% 50% transparent;
	}
	.exam-additional-info-title
	{
		background: url("images/line-default.png") repeat-x scroll 50% 50% transparent;
	}
	.unhidden
	{
		
		background: url("images/bg-70.png") repeat;
	}
	#copyright
	{
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;	
		-moz-box-shadow: 0 0 8px #BDBDBD;
		-webkit-box-shadow: 0 0 8px #BDBDBD;
		box-shadow: 0 0 8px #BDBDBD;
		font-size:90%;
	}
}



.info-header
{
	background-color: rgba(128, 128, 128, .15);
	text-align: center;
}

.info-bigvalue
{
	background-color: rgba(230, 230, 230, .45);
	text-align: center;
}

.info-normaltext
{
	background-color: rgba(230, 230, 230, .45);
	text-align: left;
}

.info-normaltext-center
{
	background-color: rgba(230, 230, 230, .45);
	text-align: center;
}

.info-table-title
{
	text-align: left;
	padding: 0 0 10px 10px;
	line-height: 20px;
	height: 20px;
}


.label-left
{
	margin-top: 1px;
	margin-left: 81px;
	float: left;
	font-family: "Tulpen One";
	font-size: 43px;
	letter-spacing: 14px;
	font-weight: bold;
	width: 143px;
	text-align: center;
}

.label-right
{
	margin-top: 60px;
	margin-right: -7px;
	float: right;
	font-family: Dorsa;
	color: #ffffff;
	font-size: 80px;
	padding-right: 10px;
	letter-spacing: 10px;
	font-weight: bold;
}

.info-board span
{
	color: #b22003;
}

#area
{
    padding: 0;
    margin: 0 0 10px 0;
	width: auto;
	height: 100%;

}

#footer
{
	text-align: center;
	margin: 0 10px;
}


#mod-pub-dates, .exam-additional-info-list
{
	margin: 0 5px 0 5px;
}

li.mod-pub-dates-data, li.exam-additional-info-list-item
{
	background: none;
	padding-left: 0;
}
.mod-pub-dates-data, .exam-additional-info-list-item
{
	font-weight: normal;
	margin-bottom: 5px;
}

.wave-name, .exam-additional-info-list-item-title
{
    border: 1px solid #cccccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	z-index: 2;
	position: relative;
}
.wave-name a, .wave-name a:visited, .exam-additional-info-list-item-title a, .exam-additional-info-list-item-title a:visited
{
	padding: 7px 7px 7px 7px;
	display: block;
	text-decoration: none;
	border: none;
	color: #333333;
}

.exam-date
{
	text-transform: lowercase;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	font-weight: bold;
}

.exam-result-status
{
	text-transform: none;
	min-height: 32px;
	padding: 3px 0 0 0;
	/*line-height: 32px;
	margin: -38px 5px 3px 0;
	float: right;*/
	position: relative;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.exam-appeal
{
	/*margin: 3px 5px 3px 0;*/
	/*float: right;*/
	min-height: 32px;
	position: relative;
	text-transform: none;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	/*z-index: 3;*/
}
.exam-appeal a{
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.exam-appeal.gray {
	color: rgb(100, 100, 100);
	background-color: rgba(230, 230, 230, .45);
	border: 1px solid rgba(153, 153, 153, 0.431);
}
.exam-appeal.lightblue {
	color: rgb(66, 121, 117);
	background-color: rgb(200, 243, 240);
	border: 1px solid rgb(157, 206, 202);
}
.exam-appeal.yellow {
	background: #fcf5e3;
	color: #a77827;
	border: 1px solid #ddcdb2;
}
.exam-appeal.red {
	background: #fce4e3;
	color: #a72727;
	border: 1px solid #ddb3b2;
}

.exam-appeal.green {
	background: #e3fce4;
	color: #27a738;
	border: 1px solid #b2ddb6;
}
.exam-result
{
	height: 82px;
	line-height: 80px;
	max-width: 82px;
	float: right;
	position: relative;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}



.good, .current, .accepted, .rejected
{
	color: #739d57;
	background: #e3ffd0;
	border: 1px solid #cee3bf;
}

.bad, .canceled
{
	color: #751b0c;
	background: #ffddd7;
	border: 1px solid #dececc;
}

.unknown, .noscale
{
	color: #666666;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

.processing, .registered
{
	color: #a77827;
	background: #ffebc9;
	border: 1px solid #ddcdb2;
}


.column-text
{
	margin: 10px 0;
	padding-bottom: 10px;
	position: relative;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}

.column-header
{
	margin-top: 10px;
	color: #5096da;
	font-weight: bold !important;
	font-size: 120%;
	text-transform: uppercase;
	border-top: 1px dotted #5096da;
	border-bottom: 1px dotted #5096da;
	height: 25px;
	line-height: 25px;
	padding: 10px;
}

.wrap
{
    border: 0;
    clear: both;
    float: none;
    font-size: 1px;
    height: 0;
    line-height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

#login-form, .reg-module, #exam-content, .module-exam-status
{
	padding: 20px;
	margin-bottom: 14px;
	background: #ffffff;
}

.login-form-header, .reg-module-header, .exam-content-header
{
	background: url(images/h3.png) repeat-x bottom;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
    border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
    margin: -20px -20px 12px;
    padding: 13px 13px 10px;
	text-transform: uppercase;
	font-family: Cuprum;
	font-weight: normal;
	text-align: left;
}
.reg-module-header{
	cursor:pointer;
}

.form-line
{
	position: relative;
	width: 100%;
	vertical-align: middle;
	border-bottom: #D8D8D8 1px solid;
}

.reg-module-content span
{
	font-size: .9em;
	color: #777777;
}

.form-line .inputbox
{
	font-family: "PT Sans";
	text-align: center;
	font-size: 150%;
	margin-left: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #D8D8D8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07) inset;
    padding: 4px;}

.form-line label
{
	display: inline;
	width: auto;
	line-height: 25px;
	font-size: 1.2em;
	vertical-align: middle;
	padding-bottom: 7px;
}

.button,
.button:focus, .exit-button
{
	font-family: "PT Sans";
	width: 94%;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
    border: medium none;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 6px 8px 6px;
    text-decoration: none;
	margin: 15px 0 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 0 0 8px #BDBDBD;
    -webkit-box-shadow: 0 0 8px #BDBDBD;
    box-shadow: 0 0 8px #BDBDBD;
}

.button:hover, .exit-button:hover
{
	cursor: pointer;
	background: none repeat scroll 0 0 #666666;
}

.hidden 
{
	display: none;
}

.unhidden
{
	margin-top: -5px;
	padding: 5px 10px 10px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	z-index: 1;
}

.unhidden-yellow
{
	padding: 0 10px 10px 10px;
	margin: -3px 0 10px 0;
	background: #fcf5e3;
	color: #a77827;
	border: 1px solid #ddcdb2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}


.exam-area
{
	width: auto;
	padding: 0 0 10px;
	display: block;
	background: #ffffff;
	position: relative;
	margin-top: 20px;
}

#exam-detail
{
	margin: 10px 0;
	width: 100%;
}

#exam-detail .exam-title
{
	position: relative;
	margin-top: 20px;
	padding: 0 5px;
	min-height: 82px;
	/*line-height: 40px;*/
}

#exam-detail .exam-title span
{
	font-size: 70%;
	text-transform: lowercase;
}

#exam-detail .result-statusbar
{
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	padding-left: 10px;
	margin: 0 auto;
	position: relative;
}

.exit-button-container
{
	text-align: right;
	display: block;
}

.exit-button
{
	line-height: 25px;
	width: 160px;
	margin: 0;
	padding: 6px 5px;
	text-align: center;
	color: #ffffff;
}

.exit-button a, .exit-button a:visited
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#exam-detail  .exam-short
{
	color: #666666;
	padding-left: 10px; 
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: left;
}

.exam-short .parts-title
{
	width: 180px;
	float: left;
	position: relative;
}

.exam-short .parts
{
	text-align: center;
	height: 32px;
	line-height: 32px;
	position: relative;
	float: left;
	padding: 0 5px;
	margin: 3px 5px;
	width: 40px;
	color: #5096da;
	background: #e3f0fc;
	border: 1px solid #d4dfea;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

table.table_f
{
	text-align:center;
	border-collapse:collapse;
	font-size: 80%;
	color: #666666;
}

tr.tra
{
	border-bottom:1px dotted #666666;
}
td.tda
{
	border-left: 1px dotted #666666;
	padding: 1px 3px;
}
.fs1
{margin-top: 10px;}

#outdated, #sync {
text-align:center;
font-size:1.3em;
margin-bottom:10px;
}

.error
{
	text-align: center;
	margin: 20px 0;
	height: 50px;
	font-size: 100%;
	color: #751b0c;
	background: #ffddd7;
	border: 1px solid #dececc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.error .message
{
	line-height: 50px;
	position: relative;
}

.context-help
{
	width: 100%;
	border-top: 1px dashed #d4dfea;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
	float: left;
	position: relative;
}

#copyright
{
	line-height: 35px;
	text-align: center;	
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
    margin-bottom: 14px;
}

.banners
{
	margin: 10px 0;
}

.result-count
{
	position: absolute;
	float: right;
	right: 15px;
	top: 88px;
	font-size: 90%;
}

.t-blanktype-1
{
	width: auto;
	height: 40px;
	line-height: 40px;
	background-color: #f4eacf;
	padding-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-left: 1px solid #FCF5E3;
	border-bottom: 1px solid #FCF5E3;
	border-right: 1px solid #FCF5E3;
}

.t-blankview-1, .t-blankdown-1
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #f4eacf;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-bottom: 1px solid #FCF5E3;
	border-right: 1px solid #FCF5E3;
}

.t-blanktype-2
{
	width: auto;
	height: 40px;
	line-height: 40px;
	background-color: #fef9eb;
	padding-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-left: 1px solid #f4eacf;
	border-bottom: 1px solid #f4eacf;
	border-right: 1px solid #f4eacf;
}

.t-blankview-2, .t-blankdown-2
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fef9eb;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-bottom: 1px solid #f4eacf;
	border-right: 1px solid #f4eacf;
}

.info-column-first
{
	width: auto;
}

.info-column-20percent
{
	width: 20%;
}

.info-column-25percent
{
	width: 25%;
}

.info-column-12percent
{
	width: 12.5%;
}

.info-column-40pix
{
	width: 40px;
	padding: 10px 4px !important;
}

.info-column-60percent
{
	width: 60%;
}

.info-column-33percent
{
	width: 33.3%;
}

.info-column-50percent
{
	width: 50%;
}

.info-cell
{
	line-height: 20px;
	padding: 10px;
}

.exam-additional-info
{
	padding: 3px 7px 0 5px;
	position: relative;
}

.exam-additional-info-title
{
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 317px;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
}

.exam-additional-info-area
{
	border-bottom: 1px dotted #333333;
}

.result-areainfo {
	width:100%;
	text-align:center;
	border-bottom: 1px dotted;
	border-color:#999;
	color:#ccc;	
}

.registrations-info-table th, td {
	line-height: 20px;
	height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	padding: 10px;
}
.registrations-info-table, .no-registrations {
	margin-bottom:30px;
	margin-top:-20px;
}
.no-registrations{
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 10px;
}

#regHeader {
	margin-bottom:30px;	
}

.last-sync-date {
	font-size:85%;
	color:#777 !important; 
}
.something-wrong {
	height:180px;
	text-align:center;
	font-size:2em;
	line-height:140px;
}

#regHeaderSw, #resultHeaderSw {
	font-weight:bold;
}

.ais-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.no-vertscroll{
	overflow-x: hidden;
}