/* @override https://aai-bitest.ethz.ch/eApplyEntw/css/base.css */
/* @override https://aai-bitest.ethz.ch/webappDev0151/css/base.css */


/* Variables
*  #0069b4, for background buttons
*  #82be1e, for a:hover border-bottom, background flowNavi

----------------------------------------------------------------------------------------------------*/

/* @group Reset */

/** Use 3rd party CSS */
@import url("/eApply/assets/css/normalize-c493a2bebc6aa1bdecdd0babe6d207f2.css");
@import url("/eApply/assets/css/formalize-841aabf685247d39e460be7fe51a874f.css");

/* @end */


/* @group clear, clearfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	zoom: 1;
}
/**
 * http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}
/* @end */


/* @group Basic Layout */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/** body **/
body {
	background: #eaecee url('/eApply/assets/images/bg-webapp-300c11287abd07c29c93b7296ffeeb4b.png') repeat-x;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

/** Login, Logout, Impressum **/
body.noStatusBar {
	background: #eaecee url('/eApply/assets/images/bg-webapp-out-79c4dc77366ad657d877f8117bd3b91a.png') repeat-x;
}

/** 2 Columns **/
body.colSide #contentContainer,
body.colSide #contentContainer2 {
	width: 79%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body.colSide #contentContainerSide {
	padding-top: 47px;
	width: 20%;
	float: right;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body.colSide #contentContainer,
body.colSide #contentContainerSide {
	background: #fff;
	min-height: 480px;
}
body.colSide #contentContainerSide h2 {
	padding-top: 40px;
}

/** flexibel Layout **/
body.wide #wrapper {
	width: auto;
	margin: 0 50px;
	min-width: 990px;
}

body.wide #footer {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
	min-width: 990px;
}

/** Layout Sections **/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
}
#header {
	position: relative;
}
#headerLogo {
	position: relative;
	z-index: 32;
	height: 94px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.noStatusBar #header {
	position: relative;
	z-index: 32;
	height: 135px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#content {
	position: relative;
}

#contentTop {
	position: relative;
}

#contentEnd {
	position: relative;
	clear: both;
	height: 10px;
	padding-bottom: 33px;
	overflow: hidden;
	font-size: 10px;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 33px;
	overflow: hidden;
	margin-top: -33px;
	background: #1F407A;
	z-index: 20;
}

.inside {
	position: relative;
	background: #fff;
	padding: 13px 13px;
}
#footer .inside {
	margin: 0;
	padding: 0;
	background: #1F407A;
}

/* @end */




/* @group Basic HTML */

h1 {
	font-size: 25px;
	line-height: 28px;
	padding: 12px;
	padding-top: 0;
	color: #1f407a;
}
h2 {
	font-size: 19px;
	line-height: 22px;
	padding: 0 0 10px 0;
	color: #1f407a;
}
h2.space-before {
	margin-top: 13px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #1f407a;
	margin: 20px 0 5px 0;
}
h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 5px 0;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
ul, ol {
	margin-left:18px;
}
li {
	font-size: 14px;
	line-height: 1.5;
}

table {
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 5px 0 10px 0;
}
td {
	padding: 7px 5px 6px 5px;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}
td:first-child {
	padding-left: 0;
	width: 180px;
	font-weight: bold;
	color: #666;	
}

td.flexible-width {
    width: auto;
}

th {
	padding: 3px 5px;
	background: #eee;
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #ccc;
}
th:first-child {
	border-left: 1px solid #ccc;
}
th:last-child {
	border-right: 1px solid #ccc;
}

a {
	color: #0069b4;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	border-bottom: solid 1px #82be1e;
}
a.linkIntern,
#content a[target="_blank"] {
	padding-right: 15px;
	background: url('/eApply/assets/images/arrow-link-b1a6026a604a7e5f3dcfd36f830a67f6.png') no-repeat right center;
}

a.linkExtern,
#content a.linkExtern {
	background: url('/eApply/assets/images/arrow-extern-9b2b29bbeb1043730e7c2b38aa4cb554.png') no-repeat right center;
	padding-right: 15px;
	display: inline-block;
	margin-right:5px;
	margin-bottom:-1px;
}
hr {
	clear: both;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border:none;
	border-bottom: 1px solid #ccc;
	height: 1px;
}

.box  {
	margin-bottom:20px;
}
.box h3, .box p, .box li {
	font-size: 12px;
	line-height: 18px;
}


.intro {
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.intro p {
	margin-bottom: 0;
}

.tel {
	background: url('/eApply/assets/images/icon-phone-d3242be6130901948d45632f843a0d2a.png') no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	margin:0;
}
.fax {
	background: url('/eApply/assets/images/icon-print-1a7d72ce47bdc83772325aaf55be9a4c.png') no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	margin:0;
}
.email {
	background: url('/eApply/assets/images/icon-email-3969e39c6595d5d3613e56b273ab8a3c.png') no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	margin:0;
}



/* @end */

/* @group error */
div.error {
	border: 1px solid #c00;
	padding: 5px 10px;
	margin-bottom:10px;
}

div.error h3,
td.error,
label.error {
	color: #c00;
}

div.error > h3:first-child {
	margin-top: 0;
}

div.error p,
div.error li {
	color: #c00;
	padding: 0;
	margin: 0;
}
/* highlight h3 and marked p in confirmation box only */
h3.error,   
p.error {
	color: #c00;
	padding: 0;
	margin: 0;
}

select.error, 
input.error, 
textarea.error {
	border: 1px solid #c00;
}

/* eApply */
.fieldError, .divider > div span.fieldError {
	color: #c00;
	font-size: 11px;
	display: block;
	clear: left;
	font-weight: normal;
}

/* @end */

/* @group confirm */

.confirm {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.confirm ul {
	margin-left: 17px;
}
.confirm li {
	list-style-type: square;
	line-height: 1.5;
}

.confirm p {
	margin-bottom: 0;
}
/* @end */

/* @group explain */
.explain {
	color: #666;
	display: block;
	float: right;
	text-align:left;
	width: 49%;
}

.explain.below {
	padding: 0;
	display: block;
}

.mandatory {
	color: #c00;
	padding-left: 5px;
	padding-right: 5px;
}

/* @end */

/* @group left, right */
.left, .right {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.left {
	float: left;
	width: 50%;
	padding-right: 5px;
}

.right {
	float: right;
	width: 50%;
	padding-left: 5px;
}

.left.extra {
	width: 80%;
}

.right.extra {
	width: 20%;
}

.schliessen {
	float: right;
	font-size: 14px;
	margin-top: 12px;
	margin-right: 20px;
}

/* @end */
/* @group header */
#logo {
	position: absolute;
	left: 10px;
	top: 31px;
}

#logo a {
	display: block;
	border: none !important;
}

#logoWeb {
	position: relative;
	display: block;
}

#logoPrint {
	position: relative;
	display: none;
}

#headlineBig {
	position: absolute;
	left: 10px;
	top: 86px;
	width: 600px;
	display: none;
}
.noStatusBar #headlineBig {
	display:block;
}

#headlineBig a {
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	border: none;
}
/*
#header #portal {
	position: absolute;
	right: 200px;
	top: 30px;
	font-size: 12px;
}

#header ul#portal-link {
	padding-right: 10px;
	height: 95px;
}

#header ul#portal-link {
	border-right: 1px solid #627aa8;
	list-style-type: none;
	text-align: right;
	padding-right: 13px;
}

#header ul#portal-link li.first {
	margin-top: 0px;
	line-height: 13px;
	height: 13px;
}

#header ul#portal-link li {
	line-height: 9px;
	height: 11px;
	margin-top: 11px;
}

#header ul#portal-link li a {
	display: inline-block;
}

#header ul#portal-link li a:hover {
	border-bottom: 1px solid #fff;
}

#header ul#portal-link li.last {
	margin-top: 19px;
	line-height: 13px;
	height: 13px;
}
*/

/* @end */
/* @group statusbar */
#userStatusBar {
	position: relative;
	height: 41px;
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
}

#userStatusBar #appName {
	position: absolute;
	top: 5px;
	left: 0px;
}

#userStatusBar #toggleView {
	position: absolute;
	top: 9px;
	left: 320px;
}

#userStatusBar #user {
	position: absolute;
	top: 9px;
	right: 140px;
}

#userStatusBar #logout {
	position: absolute;
	top: 9px;
	right: 0;
}

#userStatusBar #appName a {
	font-size: 20px
}

#userStatusBar #logout a {
	background: #444 url('/eApply/assets/images/icon-close-815c738c4286d24a54f780fff32b6da4.png') no-repeat center right;
}

#userStatusBar #logout input {
	background: #444 url('/eApply/assets/images/icon-close-815c738c4286d24a54f780fff32b6da4.png') no-repeat center right;
}

#userStatusBar #logout a:hover {
	background-color: #999;
	color: #333;
    border:0 none;
}

#userStatusBar #logout input:hover {
	background-color: #999;
	color: #333;
    border:0 none;
}

#userStatusBar a,
#userStatusBar span {
	font-size: 11px;
	line-height: 1.1;
	color: #fff;
	display: block;
	padding: 5px 30px 6px 10px;
	font-weight: bold;
	border: 0;
}
#userStatusBar #user a {
	padding-left: 0;
}
#userStatusBar a:hover {
	border-bottom: none;
}

#userStatusBar nav.viewNav {
	margin-left: 10px;
}

/* @end */

/* @group metaNavi */
#metaNavi {
	position: absolute;
	right: 0;
	top: 30px;
	height: 30px;
	z-index: 100;
	width: 740px;
}

#metaNavi ul {
	float: right;
	margin: 0 ;
}
#metaNavi li {
	float: left;
	font-size: 12px;
	list-style: none;
	line-height: 1;
	padding: 0 9px;
	border-right: 1px solid #627aa8;
}

#metaNavi a {
	display: inline-block;
	color: #fff;
}

#metaNavi a:hover {
	text-decoration: underline;
}

#metaNavi li#english {
	padding-right: 0;
	border-right: none;
}

#metaNavi .highlight {
    background-color: #82be1e;
    padding: 7px 13px;
}

#metaNavi .highlight a {
    color: #000000;
    background: url('/eApply/assets/images/arrow-breadcrumb-61c4c659c384cfc1b01133cf4555f44e.png') no-repeat right center;
    padding-right: 15px;
}

/* @end */
/* @group mainNavi */
#mainNavi {
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 100;
	width: 600px;
}

#mainNavi ul {
	float: right;
	margin: 0;
}

#mainNavi li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 1;
	padding: 0 9px;
	border-right: 1px solid #627aa8;
}

#mainNavi a {
	display: inline-block;
	color: #fff;
}

#mainNavi a:hover {
	border-bottom: 1px solid #fff;
}

/* @end */
/* @group flowNavi */

#flowNavi {
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 31;
	
	background-color: #82be1e;
	min-height: 30px;
	zoom:1;
	overflow: hidden; 
}
#flowNavi ul {
	margin: 0;
	padding: 0 13px;
}
#flowNavi li {
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	padding: 9px 9px 9px 0px;
}
#flowNavi.small li {
	font-size: 11px;
	line-height: 12px;
	padding-right: 7px;
}

#flowNavi.small li:last-child {
    padding-right: 0;
}

#flowNavi li > * {
    display: inline-block;
    padding-right: 15px;
    background: url('/eApply/assets/images/arrow-breadcrumb-61c4c659c384cfc1b01133cf4555f44e.png') no-repeat right center;
}

#flowNavi li:last-child > * {
    padding-right: 0;
    background: none;
}

#flowNavi li a {
	color: #000;
}
#flowNavi li a:hover {
	border-bottom: none;
}
#flowNavi li a.selected {
	text-decoration: underline;
}
#flowNavi li:first-child a.selected {
	text-decoration: none;
}
#flowNavi li.inactive {
	background: #ddd;
	font-weight: bold;
}
#flowNavi li span {
	color: #fff;
	font-weight: bold;
}

/* clearfix */
#flowNavi ul:before, 
#flowNavi ul:after {
	content: " ";
	display: table;
	height: 0;
}
#flowNavi ul:after {
	clear: both;
}
#flowNavi {
	*zoom: 1; /* IE 6/7 */
}

/* @end */
/* @group content */
#contentContainer {
	position: relative;
	background-color: #fff;
	padding-top: 60px;
	margin-top: 0;
	margin-bottom: 10px;
}

#contentContainer2 {
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
}

#contentMain {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* @end */



/* @group footer */

#footer a {
	color: #fff;
}

#footer a:hover {
	border-bottom: none;
	text-decoration: underline;
}

#footer #footerLinks {
	float: left;
	padding: 10px 0 0 13px;
	margin: 0;
}
#footer #footerLinks li {
	padding: 0;
	padding-right: 20px;
	list-style: none;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}

#footer #copyright {
	float: right;
	padding: 10px 13px 0 0;
	margin: 0;
}
#footer #copyright li {
	padding: 0;
	padding-left: 20px;
	list-style: none;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}
/* @end */

/* @group tables */

table.login {
	border:none;
}
table.login td {
	border:none;
}

table.wAuto th:first-child,
table.wAuto td:first-child {
	width: auto;
}

table.neutral td {
	font-size: 14px;
	line-height: 1.1;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

table.neutral td:first-child {
	width: 140px;
}

table.download {
	width: 100%;
	border: none;
}

table.download td {
	border: none;
	font-size: 14px;
	padding: 0 10px 5px 0;
}

table.download td:first-child {
	width: 180px;
}

td.border-no {
	border: none;
}
td.border-top-no {
	border-top: 2px solid #fff ;
}
td.border-dotted {
	border-style: dotted;
}
td.tRight {
	text-align: right;
	padding-right: 0;
}

/* @end */



/* @group formButtons */

.formButtons .left {
	float: left;
}

.formButtons .right {
	float: right;
	text-align: right;
}
.formElement {
	clear: both;
	margin-bottom: 5px;
}

/* clearfix */
.formButtons:before, 
.formButtons:after {
	content: " ";
	display: table;
	height: 0;
}
.formButtons:after {
	clear: both;
}
.formButtons {
	*zoom: 1; /* IE 6/7 */
}

/* @end */

/* @group form */
/* 
label {
	float: left;
	clear: left;
	display: inline-block;
	width:140px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
}
 */
label {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 2px;
}
input {
	outline: 0;
}

input[type="text"], 
input[type="search"], 
input[type="password"], 
input[type="tel"],
input[type="email"], 
select, 
textarea {
	/* width:68%; */
	width: 100%;
}
/* within a table substract the td padding */
td input[type="text"], 
td input[type="search"], 
td input[type="password"], 
td input[type="tel"],
td input[type="email"], 
td select, 
td textarea {
	margin-top: -4px;
	margin-bottom: -3px;
}
td input[type="radio"], 
td input[type="checkbox"] {
	display: inline-block;
	margin-top: -4px;
	margin-bottom: -3px;
}
td img {
	display: block;
	margin-top: -2px;
	margin-bottom: -3px;
}

input[type="text"].w50, 
input[type="password"].w50, 
input[type="tel"].w50,
span.w50,
select.w50,
textarea.w50 {
	width: 50%;
	background-color: white; 
	border-style: solid;
}
input[type="text"].w25, 
input[type="password"].w25, 
input[type="tel"].w25 {
	width: 25%;
}


input[type="text"].wAuto,
select.wAuto {
	width: auto;
}
.btn,
#content a.button,
input[type="submit"], 
.submit {
	color: #fff;
	border: none;
	background: #0069B4 url('/eApply/assets/images/arrow-submit-707c3bf12605ce68ed3da6479e4a154c.png') no-repeat right center;
	padding: 5px 35px 5px 12px;
}
input[type="submit"]:disabled, 
.submit {
	color: #b2b2b2;
	border: none;
	background: #ffffff url('/eApply/assets/images/arrow-submit-707c3bf12605ce68ed3da6479e4a154c.png') no-repeat right center;
	padding: 5px 35px 5px 12px;
}
.btn:hover,
#content a.button:hover,
input[type="submit"]:hover, 
.submit:hover {
	background: #82be1e url('/eApply/assets/images/arrow-submit-hover-5bfed7c99fbd9bcb98911684bbd0694d.png') no-repeat right center;
	color: black;
}
#content a.button:active,
input[type="submit"]:active, 
.submit:active {
	background: #000 url('/eApply/assets/images/arrow-submit-hover-5bfed7c99fbd9bcb98911684bbd0694d.png') no-repeat right center;
	color: #fff;
}

.buttonList {
	float:left;
	margin: 0;
}
.buttonList li,
div.error .buttonList li {
	float: left;
	margin-right: 30px;
	list-style: none;
	font-size: 12px;
	line-height: 13px;
}
/* clearfix */
.buttonList:before, 
.buttonList:after {
	content: " ";
	display: table;
}
.buttonList:after {
	clear: both;
}
.buttonList {
	*zoom: 1; /* IE 6/7 */
}

.ui-datepicker-title {
	font-size: 12px;
}
.ui-datepicker-trigger {
	display: inline-block;
	padding-left: 5px
}
.ui-datepicker-calendar td:first-child,
.ui-datepicker-calendar th:first-child {
	width: auto;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 35%;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 5px;
}
input.datepicker {
	width: 25%;
}



#dropzone {
	display: inline-block;
	border: 1px dashed #0069B4;
	width: 68%;
}
#dropzone p {
	text-align: center;
	margin: 0;
	padding: 30px 0;
	color: #0069B4;
}
#dropzone:hover {
	background: #c1d3f4;
}

.linkButton {
	font-size: 12px;
	line-height: 13px;
	border: 0;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
/*
.linkbutton a {
	display: inline-block;
	color: #fff;
	background: #0069B4 url('/eApply/assets/images/arrow-submit-707c3bf12605ce68ed3da6479e4a154c.png') no-repeat right center;
	padding: 6px 35px 6px 11px;
}

.linkbutton a:hover {
	background: #82be1e url('/eApply/assets/images/arrow-submit-hover-5bfed7c99fbd9bcb98911684bbd0694d.png') no-repeat right center;
	border: none;
	color: black;
}
*/
input.delete {
	background-image: url('/eApply/assets/images/icon-close-815c738c4286d24a54f780fff32b6da4.png');
}
input.delete:hover, input.delete:active  {
	background: #c00 url('/eApply/assets/images/icon-close-815c738c4286d24a54f780fff32b6da4.png') no-repeat center right;
	color: #fff;
}
input.reset {
	background: #666 url('/eApply/assets/images/icon-close-815c738c4286d24a54f780fff32b6da4.png') no-repeat center right;
}
input.reset:hover, input.reset:active  {
	background-image: url('/eApply/assets/images/icon-close-815c738c4286d24a54f780fff32b6da4.png');
}
input.back, #content a.button.back {
	background: #0069B4 url('/eApply/assets/images/arrow-back-87a7b6af7fce674695783e88c9483c16.png') no-repeat center left;
	padding: 6px 12px 6px 35px;
}
input.back:hover, input.back:active, #content a.button.back:hover, #content a.button.back:active {
	background-image: url('/eApply/assets/images/arrow-back-hover-4e83920e835001ed5d2d84735a197235.png');
	background-color: #82be1e;
	background-position: center left;
	color: black;
	padding: 6px 12px 6px 35px;
}

.tooltip {
	margin: 20px 0 10px 0;
}

.tooltip span {
	margin: 20px 0;
	color: #0069b4;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	background: url('/eApply/assets/images/arrow-link-b1a6026a604a7e5f3dcfd36f830a67f6.png') no-repeat right center;
	padding-right: 15px;
}

.tooltip span:hover {
	border-bottom: solid 1px #82be1e;
}

.linkList {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	padding-bottom: 18px;
}

.linkList li {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 5px;
	list-style: none;
}

.linkList li a {
	background: url('/eApply/assets/images/arrow-link-b1a6026a604a7e5f3dcfd36f830a67f6.png') no-repeat right center;
	padding-right: 15px;
}

.linkList li.last-child, 
.linkList li:last-child {
	padding-bottom: 0;
}

/* @end */

/* @group form divider */
/* ---- create sub-sections in table-cells ---- */

.divider {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.divider > div {
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}
.divider > div.w10 {
	width: 9%;
}
.divider > div.w12 {
	width: 11.5%;
}
.divider > div.w25 {
	width: 24%;
}
.divider > div.w50 {
	width: 49%;
}
.divider > div.w75 {
	width: 74%;
}
.divider > div span {
	display: block;
	margin-top: 8px;
	font-size: 11px;
	line-height: 12px;
	color: #666;
}
/* @end */

/* @group modal */

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	  /*
		&__wrapper {
			display: flex;
			justify-content: center;
			align-items: center;
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
		*/
}

.modal[aria-hidden="true"] {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s 0, z-index 0  2s;
}

.modal[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
	z-index: 20000;
	transition: opacity .4s 0, z-index 0  2s;
}

.modal__container, .modal__content {
	display: flex;
	flex-flow: column;
	background: white;
	overflow-x: auto;
	width: auto;
	min-width: 60rem;
	max-width: calc(100vw - 6rem);
	max-height: calc(100vh - 6rem);
	transition: transform .3s;
}

.modal[aria-hidden="false"] .modal__content {
	transform: scale(1);
}

.modal__header, .modal__footer {
	padding: 1.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal__header p, .modal__footer p {
	font-size: 2rem;
	line-height: 1;
	color: black;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.modal__header {
	border-bottom: 1px solid #ccc;
	min-height: 5rem;
}

.modal__header > p {
	font-weight: normal;
	font-family: 'DIN-medium';
}

.modal__footer {
	justify-content: flex-end;
}

.modal__footer .btn + .btn {
	margin-left: 1rem;
}

.modal__main {
	position: relative;
	padding: 1.5rem;
}

.modal__main p {
	display: flex;
	margin: 0.4rem 0 0.4rem;
}

.modal__main b {
	display: block;
	width: 10rem;
	color: grey;
}

.modal__main i {
	width: 27rem;
	display: block;
	font-style: normal;
}

.modal__title, .modal__content-title {
	color: black;
	font-family: 'DIN-medium';
	margin: 1rem 0 0.4rem;
}

.modal__content-text {
	margin: 0.5rem 0;
}

.modal__content-html {
	margin-bottom: 1rem;
}

.link-modal {
	display: block;
	color: #215caf;
	white-space: nowrap;
	font-size: 1.3rem;
	cursor: pointer;
}

.link-modal:hover {
	text-decoration: underline;
}

.link-modal::before {
	content: "\002B";
	padding-right: 0.4rem;
}

.modal__close, .btn-modal-close {
	width: 3rem;
	height: 3rem;
	font-family: "Material Design Icons";
	font-size: 2.6rem;
	border: none;
	padding: 0;
	padding-top: 2px;
	cursor: pointer;
	color: grey;
	transform: scale(1);
}

.modal__close::before, .btn-modal-close::before {
	display: inline-block;
	content: "\F0156";
}

.modal__close:hover, .btn-modal-close:hover {
	color: black;
	transform: scale(1.2);
}

@media screen and (max-width:1024px) {
	.modal__container, .modal__content {
		min-width: 60rem;
	}
}

@media screen and (max-width:768px) {
	.modal__container, .modal__content {
		min-width: 50rem;
		max-width: calc(100vw - 40px);
		max-height: calc(100vh - 40px);
	}
	
	.modal__footer {
		display: block;
	}
	
	.modal__footer .btn {
		width: 100%;
	}
	
	.modal__footer .btn + .btn {
		margin-top: 1.2rem;
	}
}

@media screen and (max-width: 540px) {
	.modal__container, .modal__content {
		min-width: calc(100vw - 40px);
	}
}

/* @end */
