/* EasyChair style sheet
 * (c) 2008-2009 Andrei Voronkov
 * (c) 2010-2018 Cool Press Ltd
 * (c) 2018-2024 EasyChair Ltd
 */

html {
  margin: 0;
  padding: 0;
  height:100%;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #fff;
}

.page {
    height: 100%;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border: 0px;
    border-spacing: 0px;
}

.page td { padding:0pt; }

.menu_and_content {
    background: #fff;
    vertical-align: top;
    border: 0px #999 solid;
}

div.menu {
    background: #888;
    padding: 0px 0px 0px 0px;
    border-left: 30px solid #666;
}

.summary {
    border-left: 0px #800 solid; /* border-left: 1px #800 solid; */
    padding: 20px 25px 15px 42px;
    color: #333;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 1.25;
    width: auto;
    border-bottom: 0.5px #ccc solid;
    border-radius: 0 0 0 0pt; /* border-radius: 0 0 0 8pt;  */
    margin: 0pt 0pt 0 0px; /* margin: 0pt 0pt 0 0px;  */
    background: #f6f4f2;/*eceae7;*/
    background-position: bottom left;
}
.summary p {
   margin: 0px 0pt 12px 0pt;
   max-width: 650pt;
   line-height: 1.4;
}
.summary_empty {
    border-left: 0px #800 solid;
    padding: 20px 25px 0px 45px;
    color: #333;
    font-family: Verdana,sans-serif;
    font-size: 13px;
    width: auto;
    border-bottom: 1px #aaa solid;
    margin: 0pt 0pt 0 30px;
}

.rmenu {
  border: 0;
  border-left: 1px #D4CDC8 solid;
  border-bottom: 1px #D4CDC8 solid;
  padding: 20px 20px 20px 30px;
  background: #EBE6DF url('/images/context_menu.png') no-repeat;
  background-position: 0 -12px;
  float: right;
  color: #043F76;
  font-size: 12px;
  position: relative;
  margin-bottom: 15px;
}
.rmenu a:link { /* menu right-top */
  text-decoration: none;
  color: #043F76;
  display: block;
  border: 0px solid #ccc;
  padding: 2px 0px 3px 0px;
  font-size: 12px;
  line-height: 1.25;
}
.rmenu a:visited { color: #043F76; }
.rmenu a:link:hover { color: #f00; }
.rmenu a:visited:hover { color: #f00; }
.rmenu hr.separator {
  border: none;
  color: #999;
  background-color: #999;
  height: 2px;
  margin: 10px 0px 8px 0px;
}

.footer {
  height: 40pt;
  width: 100%;
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  color: #666;
  background: #f6f4f2;
  background-image: url('/images/chair.gif');
  background-size: 28px auto;
  background-position: calc(50% - 145px) 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-top: 0.5px solid #ccc;
}
.footer .chair_logo {
  height: 30pt;
  padding-right: 6px;
  vertical-align: middle;
}

/* header position */
.header {
  background-color:#fff;
  height:60px;
  white-space:nowrap;
}

.r_header {
  padding: 6px 18px 0px 0px;
  text-align:right;
}

#leftheader {
  float:left;
  width:75px;
}
#rightheader {
  float:right;
}

table .header {
    background-color: #fff;
    width: 100%;
    height: 60px;
    white-space: nowrap;
    border: 0px #999 solid;
    border-spacing: 0px;
}

td .logocell {
  width: 1%;
  padding-left: 18px;
  padding-right: 4px;
}
td .rolecell {
  width: 1%;
  color: #6E9DB1;
  font-weight: bold;
  font-family: Arial,sans-serif;
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 4px;
  padding-right: 8px;
}
td .bannercell {
  width: 99%;
  text-align: center;
  height:78px;
}
td .helplink {
  width: 1%;
  vertical-align: text-top;
  padding: 12px 15px 0px 0px;
  text-align:right;
}

.newnews {
  position: relative;
  top: -4px; /* shift top */
  left: -5px; /* shift right */  
  background-color: #f00;
  color: #fff;
  font-size: 10px;
  padding: 1px 5px 1px 5px; 
  border-radius: 7px 7px 7px 7px;
  text-decoration: none;
}

.logo_alignment { /* shift for logo */
  margin-left:10px;
  margin-top: 10px;
  border: 0px;
}

.leftlogo {
    margin-left: 5px;
    margin-top: 9px;
    border: 0px;
    height: 38px;
}

.headertitle {
  color:#adadad; 
  font-weight:bold;
  font-family:Arial,sans-serif;
  font-size:20px;
  line-height:60px;
}

a.toplinks {
  color:#447548;
  font-size:10pt;
  margin-left:5pt;
  margin-right:5pt;
}
a.toplinks:visited { color:#447548; }
a.toplinks:link:hover { color:red; }
a.toplinks:visited:hover { color:red; }

body #content.help { font-size: 11pt; }
#content.help h2 { font-size:18pt;}
#content.help h3 { font-size:16pt;}
#content.help h4 { font-size:12pt;}

.pagetitle {
    color: #000;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 24px;
    padding: 0px 0px 22px 0px;
}

.subcontent {
  margin: 15pt 4pt 20pt 32px;
}

#content.content {
  border:0px #32221b solid;
  margin:0px;
  padding:0px 0px 0px 0px;
  background-color:#fff;
}

#content.content ul { margin: 12px 0 12px 0;}
#content.content ul li {
  padding: 3px 0 3px 0;
  line-height: 1.4;
}

#content.content ol { margin: 12px 0 12px 0;}
#content.content ol li {
  padding: 3px 0 3px 0;
  line-height: 1.4;
}

h2 {
    margin: 2px 0px 10pt 0pt;
    font-weight: normal;
    font-size: 16pt;
}
h3 {
  margin: 12pt 0px 6pt 0pt;
  font-weight: normal;
  font-size:14pt;
}
h4 {
  margin: 6pt 0px 4pt 0px;
  font-size:11pt;
}

p {
    margin: 0px 0pt 12px 10pt;
    max-width: 650pt;
    line-height: 1.4;
}

ol {
  max-width:650pt;
}
ul {
  max-width:650pt;
}

a:active{
  color : red;
}

.blacklink {}
a.blacklink:link {color: Blue; text-decoration: none}
a.blacklink:visited {color: Black; text-decoration: none}

/* Thin, colored horisontal rules */
.easyline { 
  color  : #6699cc;
  height : 1px;
}

/* Various backgrounds */
.greyborder { 
  border-color: #ADADB5
}

.listmenu {
  line-height: 150%;
}

.listmenu a {
  font-weight: bold;
  color: black;
}

/* menu top heading */
.menuheading { 
  color: #000080; /* navy */
  font-weight: bold
}

/* various colors */
.red { color : red;}
.brown { color : #a52a2a;}
.green { color : green;}
.darkgreen { color : #006400;}
.black { color : black;}
.navy { color : #000080;}
.blue { color : blue;}
.olive { color : #808000;}
.purple { color : #800080;}
.maroon { color : #800000;}
.mediumvioletred { color : #C71585;}
.darkcyan { color : #008B8B;}
.teal { color : #008080;}
.grey { color : #808080;}
.dred { color:#800000;}

/* style for all kind of warning */
.warning { 
  color: red;
  font-weight: bold
}
/* style for all kind of reports */
.report {
  display: inline-block;
  height: auto;
  width:72%;
  max-width: 650pt;
  padding: 20px 25px 20px 45px;
  background:#fff;
  font-size:13px;
  font-weight: bold;
  text-align: center;
  color:#d00;
  border: solid 1px #d00;
  border-radius: 6px;
}
/* used in Effects::waiting */
.report_waiting {
  display: inline-block;
  height: auto;
  width:72%;
  max-width: 650pt;
  padding: 20px 25px 20px 45px;
  background:#fff;
  font-size:13px;
  text-align: center;
  border: solid 1px #d00;
  border-radius: 6px;
}
.waiting_img {
  padding-top: 20px;
  width:60px;
  display: inline-block;
  border: 0px;
}
/* information message appearing after executing anything */
.report_popup {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #283447;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
  padding: 8px 24px;
  margin: 24px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-radius: 4px;
  min-width: 160px;
  max-width: 640px;
  min-height: 52px;
  box-sizing: border-box;
}
.report_popup_text {
  flex: 1 1 auto;
  margin: 10px 24px 10px 0;
}
.report_popup_close {
  flex: 0 0 auto;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-image: url('/images/cross_light.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.report_popup_close:hover {
  background-color: #b9c7e024;
  border-radius: 5px;
}

/**
 * Shortcuts are intended to display shortcuts to papers
 */
.shortcut { 
  color : #0000cc;
  max-width: 100%;
}

.shortcut a:link {
  color : #666666;
  text-decoration:underline;
}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.bold {font-weight:bold}

input.button_right[type="submit"] {
  float: right;
  margin-left: 8px;
}

/* ------- form tables ------- */

.formtable {
    background-color: #eff2f6;
    padding: 15pt 15pt 15pt 15pt;
    border-radius: 0pt;
    border: solid #aaa 1px;
    margin-top: 30pt;
    margin-bottom: 30pt;
    font-size: 13px;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.15);
    max-width: 800pt;
}
.formtable input[type=text],
.formtable input[type=password] {
   background-color:#f8fbff;
   border-left: solid #bfbfbf 1px;
   border-top: solid #bfbfbf 1px;
   border-bottom: solid #fcfcfc 1px;
   border-right: solid #fcfcfc 1px;
   height: 20px;
   font-size:13px;
   padding-left: 5px;
   padding-right: 5px;
   color: #000;
}
.formtable select {
   height: 24px;
   font-size: 13px;
   background-color:#f8fbff;
   border-left: solid #bfbfbf 1px;
   border-top: solid #bfbfbf 1px;
   border-bottom: solid #fcfcfc 1px;
   border-right: solid #fcfcfc 1px;
}
.formtable .right {
   white-space: nowrap;
}

.formtable .heading { padding:5pt 0pt 0pt 2pt; font-weight:bold; }

.formtable td { padding: 5pt 3pt 5pt 3pt; }

.formtable textarea {
   background-color:#f8fbff;
   border-top: solid #bfbfbf 1px;
   border-left: solid #bfbfbf 1px;
   border-bottom: solid #f8fbff 1px;
   border-right: solid #f8fbff 1px;
   font-size:13px;
   padding: 5px;
}

.formtable input[type="number"] {
   background-color:#f8fbff;
   border-left: solid #bfbfbf 1px;
   border-top: solid #bfbfbf 1px;
   border-bottom: solid #fcfcfc 1px;
   border-right: solid #fcfcfc 1px;
   height: 20px;
   font-size:13px;
   padding-left: 5px;
   padding-right: 5px;
   color: #000;
 }

.formtable input[type="submit"] {
   background:#990000;
   border:1px #850000 solid;
   height:20pt;
   min-width:120pt;
   padding:2pt 10pt 1pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:14px;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   color:#fff;
   cursor: pointer;
}
.formtable input[type="submit"].disable {
   background:#b6b6b6;
   border:1px #999 solid;
   height:20pt;
   min-width:120pt;
   padding:2pt 10pt 1pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   color:#fff;
   cursor: auto;
}
.formtable input[type="button"] {
   background:#990000;
   border:1px #999 solid;
   height:20pt;
   min-width:120pt;
   padding:2pt 10pt 1pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   color:#fff;
   cursor: pointer;
}

/* showing errors in forms */
.bad input[type=email] { background-color:#f8d2d8; }
.bad input[type=file] { background-color:#f8d2d8; }
.bad input[type=number] { background-color:#f8d2d8; }
.bad input[type=password] { background-color:#f8d2d8; }
.bad input[type=search] { background-color:#f8d2d8; }
.bad input[type=tel] { background-color:#f8d2d8; }
.bad input[type=text] { background-color:#f8d2d8; }
.bad input[type=time] { background-color:#f8d2d8; }
.bad input[type=url] { background-color:#f8d2d8; }
.bad input[type=date] { background-color:#f8d2d8; }
.bad input[type=datetime] { background-color:#f8d2d8; }
.bad input[type=datetime-local] { background-color:#f8d2d8; }
.bad input[type=month] { background-color:#f8d2d8; }
.bad input[type=week] { background-color:#f8d2d8; }
.bad select { background-color:#f8d2d8; }
.bad textarea { background-color:#f8d2d8; }
.bad img.warning {
  vertical-align: text-bottom;
  padding: 0 3px 0 5px;
}
.bad td {
   white-space: nowrap;
}

.formtable .description { padding:4pt 0pt 6pt 6pt; font-style: italic; }
.formtable .description2 { padding:2pt 0pt 0pt 6pt; font-style: italic; }

.formtable select.template { width:299pt; height:20pt; border: 1px solid #ccc; font: 11pt arial; padding: 2pt 3pt; }
.formtable select.template option { font: 11pt arial; padding: 2pt 3pt; }

/* vertical space + line */
.formtable .line {
   border-top:solid #d0d0d0 1px;
   margin-bottom: 7pt;
   margin-top: 7pt;
}

.formtable1 {
   background-color: #e4e1d3;
   padding: 6pt 12pt 2pt 12pt;
   border-radius: 8pt;
   border: solid #aaa 1px;
   margin-top: 10pt;
   margin-bottom: 15pt;
}
.formtable2 {
   background-color: #e7dfc0;
   padding: 6pt 12pt 2pt 12pt;
   border-radius: 8pt;
   border: solid #aaa 1px;
   margin-top: 10pt;
   margin-bottom: 10pt;
}
/* Form table used for popups */
.formtablep {
  background: #f6f6ef;
  padding:10pt 20pt 10pt 20pt;
  max-width:400pt; 
  border-radius: 7px;
  box-shadow: 8px 8px 8px 4px rgba(0, 0, 0, .2);
  border: solid 1px #a7a7a2;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

.formtable1 .heading { padding:5pt 0pt 0pt 2pt; font-weight:bold; }
.formtable2 .heading { padding:5pt 0pt 0pt 2pt; font-weight:bold; }
.formtablep .heading { padding:5pt 0pt 0pt 2pt; font-weight:bold; }

.formtable1 td { padding: 1pt 3pt 1pt 3pt; }
.formtable2 td { padding: 1pt 3pt 1pt 3pt; }
.formtablep td { padding: 1pt 3pt 1pt 3pt; }

.formtable1 textarea {}
.formtable2 textarea {}
.formtablep textarea {}

.formtable1 input[type="text"] {}
.formtable2 input[type="text"] {}
.formtablep input[type="text"] {}

.formtable1 input[type="file"].filechoose { width: 400pt; height: 20pt; font: 11pt arial; font-style: italic; color: #a00; }

.formtable1 input[type="number"] {}
.formtable2 input[type="number"] {}
.formtablep input[type="number"] {}

.formtable1 input[type="password"] {}
.formtable2 input[type="password"] {}
.formtablep input[type="password"] {}

.formtable1 input[type="file"] {}
.formtable2 input[type="file"] {}
.formtablep input[type="file"] {}

.formtablep input[type="checkbox"] { font-size: 15pt; }
.formtable1 input[type="submit"].disable {
   background:#b6b6b6;
   border:1px #999 solid;
   height:20pt;
   min-width:120pt;
   padding:2pt 10pt 1pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   color:#fff;
   cursor: auto;
}

.formtable1 .description { padding:4pt 0pt 6pt 6pt; font-style: italic; }
.formtable2 .description { padding:2pt 0pt 6pt 6pt; font-style: italic; }
.formtable1 .description2 { padding:2pt 0pt 0pt 6pt; font-style: italic; }
.formtable2 .description2 { padding:2pt 0pt 0pt 6pt; font-style: italic; }

/* vertical space + line */
.formtable1 .line {
   border-top:solid #666 1pt;
   margin-bottom: 6pt;
   margin-top: 6pt;
}
.formtable2 .line {
   border-top:solid #666 1pt;
   margin-bottom: 6pt;
   margin-top: 6pt;
}

/* submit outside of form tables */
input[type="submit"] {
   background:#990000;
   border:1px #999 solid;
   height:20pt;
   min-width:120pt;
   padding:2pt 10pt 1pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   color:#fff;
   cursor: pointer;
}
input[type="button"] {
   background:#990000;
   border:1px #999 solid;
   height:20pt;
   min-width:120pt;
   padding:2pt 10pt 1pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   color:#fff;
   cursor: pointer;
}

.hidden {
  display: none;
}

input[type="submit"].hide {
    padding: 0px 5pt 0px 15pt;
    margin : 0pt;
    min-width:0pt;
    background:#e5e5e5 url(/images/hide1.png) no-repeat left 3px;
    height:24px;
    font-size:10pt;
    font-weight:normal;
    color:#555;
    border: solid #bbb 1px;
}
input[type="submit"].unhide {
    padding: 0px 5pt 0px 15pt;
    margin : 0pt;
    min-width:0pt;
    background:#dedede url(/images/show1.png) no-repeat left 3px;
    height:24px;
    font-size:10pt;
    font-weight:normal;
    color:#555;
    border: solid #bbb 1px;
}

input[type="submit"].narrow {
    width: 160pt;
    padding-top: 3pt;
    padding-bottom: 3pt;
    font-size: 13px;
    font-family: Arial, sans serif;
    transform: scaleX(0.93);
}

input[type="submit"].big {
    padding-top: 12pt;
    padding-bottom: 25pt;
    font-size: 16px;
    letter-spacing: 2pt;
    word-spacing: -2pt;
}

div.frow {
    padding-bottom: 3pt;
}
div.fheader {
   margin: 0px 0pt 12px 0pt;
   max-width: 800pt;
   line-height: 1.4;
}
.redstar {
   color: red;
   padding-left: 5px;
}

input[type=checkbox]{
   transform:scale(1.3);
   margin: 5px;
   margin-right: 10px;
}
input[type=radio]{
   transform:scale(1.3);
   margin: 5px;
   margin-right: 10px;
}

/* inplace editing */
table.inplace {
    border-collapse:collapse;
}
table.inplace td {
    padding: 3px 3pt;
    background-color: transparent;
    border: solid 0px;
    color: #000;
}

table.inplace input.save {
   border:1px #999 solid;
   height:20pt;
   min-width:20pt;
   padding:1pt 10pt 2pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   cursor: pointer;
}

table.inplace input.cancel {
   background:#d45500;
   border:1px #999 solid;
   height:20pt;
   min-width:20pt;
   padding:1pt 10pt 2pt 10pt;
   margin:10pt 0pt 8pt 0pt;
   border-radius:4pt;
   font-size:11pt;
   font-family:Helvetica, sans serif;
   font-weight:bold;
   cursor: pointer;
}

table.inplace input.calendar {
  vertical-align: text-bottom;
  background: url('/images/calendar.png') no-repeat;
  min-width:0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  height: 18px;
  width: 21px;
}

/* tag styles, composed of a tag plus two colors */
.tag {
  font-size:12px;
  padding: 2px 7px 4px 7px;
  border: solid #999 1px;
  border-radius:6pt;
  white-space: nowrap;
  border-collapse: separate;
  display: inline-block;
  margin: 1px 2px 1px 2px;
}

a.tag:link {text-decoration: none}
a.tag:visited {text-decoration: none}

.retArr { /* return arrow after menu item */
  position: relative;
  vertical-align: text-bottom;
  left: -2px;
  top: -6px;
  width: 12px;
  border: 0px;
}

.fg_black { color:#000; }
.fg_blue { color:#00f; }
.fg_bluelight { color:#0066ff; }
.fg_carmin { color:#ff0066; }
.fg_darkgreen { color:#008000; }
.fg_darkred { color:#aa0080; }
.fg_fuchsia { color:#ff00cc; }
.fg_navy { color:#000080; }
.fg_red { color:#f00; }
.fg_violet { color:#cc00ff; }
.fg_white { color:#fff; }

.bg_aqua { background:#80ffff; }
.bg_bluelight { background:#add8e6; }
.bg_burlywood { background:#deb887; }
.bg_cobalt { background:#9fc0ff; }
.bg_darksalmon { background:#f0bbaa; }
.bg_darkyellow { background:#ffdd51; }
.bg_fuchsia { background:#ffbbff; }
.bg_gray1 { background:#e3dbdb; }
.bg_green { background:#adff2f; }
.bg_haki { background:#cfca92; }
.bg_palegoldenrod { background:#eee8aa; }
.bg_powderblue { background:#bdede6; }
.bg_purple { background:#ccbdee; }
.bg_ros { background:#ffc5c5; }
.bg_seagreenlight { background:#d6e0d6; }
.bg_wheat { background:#f5deb3; }
.bg_yellow { background:#ffff70; }
.bg_gainsboro { background:#dcdcdc; }
.bg_red { background:#ff0000; }
.bg_violet { background:#ff00ff; }

/* overlays, blocking and non-blocking */
.overlay_block {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: auto;
  background: rgba(0,0,0,0.4);
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  visibility: hidden;
}
.overlay_block .overlay {
  position: absolute;
  display: inline-block;
  min-width: 400px;
  min-height: 100px;
  box-shadow: 8px 8px 8px 4px rgba(0, 0, 0, .2);
  border: solid 1px #a7a7a2;
  border-radius: 7px;
  background: #f6f6ef;
  padding: 10pt 20pt 10pt 20pt;
  margin-top: 10pt;
  margin-bottom: 10pt;
}
.overlay_block .overlay .content {
  color: #000;
  margin-top: 10pt;
  margin-bottom: 10pt;
  padding: 0pt;
  font-size: 10pt;
}
.overlay_block .overlay .content a:link {
  color: #9d185d;
  text-decoration: underline;
}

.overlay_block .overlay .content a:visited { color:#9d185d; }
.overlay_block .overlay .content a:link:hover { color:#f00; }
.overlay_block .overlay .content a:visited:hover { color:#f00; }

.attention {
  padding: 5px 20px 10px 80px;
  margin: 5px 0 10px 0;
  border: solid #ccc 1px;
  border-left: solid #ccc 1px;
  border-radius: 6px;
  background: #f5e9df url('/images/newicon.png') no-repeat left top;
  max-width: 800pt;
  width: 70%;
}

.overlay_block .overlay_transparent {
  position: absolute;
  display: inline-block;
  min-width: 500px;
  min-height: 100px;
  border: none;
  background: transparent;
  padding: 0px;
}

.overlay_block .overlay_transparent a:link {
  color: #9d185d;
  text-decoration: underline;
}
.overlay_block .overlay_transparent a:visited { color:#9d185d; }
.overlay_block .overlay_transparent a:link:hover { color:#f00; }
.overlay_block .overlay_transparent a:visited:hover { color:#f00; }

.overlay_block .button {
  float: right;
}

.overlay_block .button.primary {
  margin-left: 8px
}

.authorization img {
  position: relative;
  float: right;
  cursor: pointer;
  top: -14px;
  left: 12px;
}

.authorization p.error-message {
  text-align: center;
  min-height: 18px;
  color: red;
  margin-bottom: 0px;
}
.authorization p.user-message {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 35px;
  margin-bottom: 1px;
}

table.authorization {
  margin: auto;
  position: relative;
  padding: 25px;
  line-height: 1.4;
  width: 400px;
}

/* https://stackoverflow.com/questions/5697067/css-for-grabbing-cursors-drag-drop */
.grabbable {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@keyframes layer-anim {
  0% {background-color: rgba(0, 0, 0, 0.0);}
  12% {background-color: rgba(0, 0, 0, 0.025);}
  25% {background-color: rgba(0, 0, 0, 0.05);}
  37% {background-color: rgba(0, 0, 0, 0.075);}
  50% {background-color: rgba(0, 0, 0, 0.1);}
  62% {background-color: rgba(0, 0, 0, 0.125);}
  75% {background-color: rgba(0, 0, 0, 0.15);}
  87% {background-color: rgba(0, 0, 0, 0.175);}
  100% {background-color: rgba(0, 0, 0, 0.2);}
}

.easy-spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  animation-iteration-count: 1;
  animation-name: layer-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;

  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: layer-anim;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
}
.easy-spinner > p {
  padding: 20px;
  margin: 0;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  color: #444;
}
.easy-spinner > img {
  width: 60px;
  height: 60px;
}

@keyframes blurring-anim {
  0% {
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  25% {
    filter: blur(1px);
    -webkit-filter: blur(1px);
  }
  50% {
    filter: blur(2px);
    -webkit-filter: blur(2px);
  }
  75% {
    filter: blur(3px);
    -webkit-filter: blur(3px);
  }
  100% {
    filter: blur(4px);
    -webkit-filter: blur(4px);
  }
}

.blurring {
  animation-iteration-count: 1;
  animation-name: blurring-anim;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;

  -webkit-animation-iteration-count: 1;
  -webkit-animation-name: blurring-anim;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable_active {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

div .scrolling {
  overflow: auto;
  max-height: 98vh;
  padding: 3px;
  border: 1px solid #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 8px;
}

.pseudolink {
  color: #0000EE;
  cursor: pointer;
  text-decoration: underline;
}

.pseudolink:hover {
  color: #551A8B;
}

.ec_notification {
  position: fixed;
  bottom: 100px;
  left: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  min-height: 80px;
  min-width: 320px;
  max-width: 480px;
  padding: 16px;
  background: #283447;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #B8C7E0;
}

.ec_notification_text {
  flex: 1 1 auto;
  margin-right: 8px;
  position: relative;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.ec_notification_title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.ec_notification_line {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  width: 4px;
  border-radius: 56px;
  background: #B8C7E0;
}

.ec_notification_icon {
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
  margin: 0 8px 0 12px;
  background-image: url('/images/notification_default.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.ec_notification_close {
  flex: 0 0 auto;
  cursor: pointer;
  height: 28px;
  width: 28px;
  background-image: url('/images/cross_light.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.ec_notification_close:hover {
  background-color: #b9c7e024;
  border-radius: 5px;
}

.ec_notification.info { background: #12348A; }
.ec_notification.success { background: #36B37E; }
.ec_notification.warning { background: #FBBC09; }
.ec_notification.error { background: #FF5630; }

.ec_notification.success .ec_notification_icon {
  background-image: url('/images/notification_success.png');
}
.ec_notification.warning .ec_notification_icon {
  background-image: url('/images/notification_warning.png');
}
.ec_notification.error .ec_notification_icon {
  background-image: url('/images/notification_error.png');
}

.ec_notification.success,
.ec_notification.warning,
.ec_notification.error {
  color: #202B3D;
}

.ec_notification.success .ec_notification_title,
.ec_notification.warning .ec_notification_title,
.ec_notification.error .ec_notification_title {
  color: #000000;
}

.ec_notification.success .ec_notification_line,
.ec_notification.warning .ec_notification_line,
.ec_notification.error .ec_notification_line {
  background: #000000;
}

.ec_notification.success .ec_notification_close,
.ec_notification.warning .ec_notification_close,
.ec_notification.error .ec_notification_close {
  background-image: url('/images/cross.png');
}
.ec_notification.success .ec_notification_close:hover,
.ec_notification.warning .ec_notification_close:hover,
.ec_notification.error .ec_notification_close:hover {
  background-color: #00000024;
}

.vertical {
  writing-mode: vertical-rl;
  white-space: nowrap;
  min-width: 18px;
  line-height: 18px;
}

.monospace {
  font-family: monospace;
}
