/*
 * template_style.css
 *
 * Cascading Style Sheet for displaying iQ-WEB Server web pages
 *
 * CopyRight (c) 2012 IMAGE Information Systems Ltd.
 * RV AUG 2012
*/


@font-face {
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: normal;
    src: url('CenturyGothicBold.eot');
    src: local('Century Gothic Bold'),
         url('CenturyGothicBold.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothicBold.woff') format('woff'),
         url('CenturyGothicBold.ttf') format('truetype'),
         url('CenturyGothicBold.svg#CenturyGothicBold') format('svg');
}

@font-face {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('CenturyGothic.eot');
    src: local('Century Gothic'),
         url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothic.woff') format('woff'),
         url('CenturyGothic.ttf') format('truetype'),
         url('CenturyGothic.svg#CenturyGothic') format('svg');
}

@font-face {
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: italic;
    src: url('CenturyGothicBoldItalic.eot');
    src: local('Century Gothic Bold Italic'),
         url('CenturyGothicBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothicBoldItalic.woff') format('woff'),
         url('CenturyGothicBoldItalic.ttf') format('truetype'),
         url('CenturyGothicBoldItalic.svg#CenturyGothicBoldItalic') format('svg');
}

@font-face {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: italic;
    src: url('CenturyGothicItalic.eot');
    src: local('Century Gothic Italic'),
         url('CenturyGothicItalic.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothicItalic.woff') format('woff'),
         url('CenturyGothicItalic.ttf') format('truetype'),
         url('CenturyGothicItalic.svg#CenturyGothicItalic') format('svg');
}

.aboutTextBox {
    color:  white;
    vertical-align: top;
    text-align: right;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size:100%;
    position:absolute;
    width:340px;
    left: 220px;
    top: 210px;
}

.aboutTextLink {
    color:  white;
    vertical-align: top;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size:100%;
    font-weight:bold;
    color: #FFFFFF;

}

#splashProduct {
    text-align: right;
    position:absolute;
    color:  white;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width:395px;
    left: 200px;
    top: 60px;
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
}

.normalProduct {
    font-size: 600%;
}

.largeProduct {
    font-size: 400%;
}

.xlargeProduct {
    font-size: 300%;
}

#splashProductVersion {
    margin: 0px;
    padding: 0px;
    color:  white;
    vertical-align: top;
    text-align: right;
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size: 16px;
}

#splashManufacturer{
    position:absolute;
    color:  white;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width:50px;
    height:64px;
    left: 580px;
    top:  300px;
    background-image:url('../_img/iis-uk.png');
    background-repeat:no-repeat;
    background-size:50px 64px;
}

#splashCopyRight{
    position:absolute;
    color:  white;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    width:350px;
    left: 260px;
    top:  375px;
    font-family: Verdana, Arial, sans-serif;
    font-size:80%;
}

#headerLogo {
    color:  white;
    margin: auto;
    text-align:center;
    overflow:hidden;
    background-color:#0082C8;
    vertical-align:middle;
    width:200px ;
    height:52px;
    background-position:top;
    background-repeat:no-repeat;
}

#headerLogoText {
    white-space: normal;
    font-family:Verdana, Arial, sans-serif;
    margin: 0px;
    font-weight:bold;
    height: 43px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}
input:-ms-input-placeholder {
    color:    #999;
}

.iframdeDiv {
    margin:20px;
}

.log {
    font-family:Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family:Verdana, Arial, sans-serif;
}

h1 {
    font-size : 19pt;
}

h2 {
    font-size : 16pt;
}

h3 {
    font-size : 13pt;
}

h4 {
    font-size : 11pt;
}

h5 {
    font-size : 9pt;
}
td {
    font-family:Verdana, Arial, sans-serif;
    font-size:9pt;
}
td.notes {
    width : 20%;
    font-size : 9pt;
}
tr.tableborderbuttom td {
    border-bottom: 1pt solid gray;
}
tr.tablebordertop td {
    border-top: 1pt solid gray;
}

.TabSelected {
    background-color:#00A6E2;
    border-bottom-color:#00A0DC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    height:26px;
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}
.TabNotSelected {
    background-color:#FFFFFF;
    border-color:#9C9E9F;
    border-style:solid;
    border-width:1px;
    height:26px;
}
.TabNotSelectedText:hover {
    color:#000000;
}
.TabNotSelectedText {
    color:#9C9E9F;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    cursor:pointer;
}
.TabSelectedText {
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    cursor:pointer;
}
.StudyNotReviewedEasyWeb1{
    background-color:#E7E7E7;
    color:Black;
    font-size:8pt;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
}
.StudyNotReviewedEasyWeb2{
    background-color:#EEEEEE;
    color:Black;
    font-size:9pt;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
}
.StudyReviewedEasyWeb1 {
    background-color:#E7E7E7;
    color:#646567;
    font-size:9pt;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
}
.StudyReviewedEasyWeb2 {
    background-color:#EEEEEE;
    color:#646567;
    font-size:9pt;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
}
.StudyNotReviewed1 {
    background-color:#E7E7E7;
    color:Black;
    font-size:8pt;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
    hover:expression(this.onmouseover=new Function("this.style.background='#FCE3AD';"),this.onmouseout=new Function("this.style.background='#E7E7E7';"));
}

tr.StudyNotReviewed1:hover,
tr.StudyNotReviewed2:hover,
tr.StudyReviewed1:hover,
tr.StudyReviewed2:hover  {

    background-color:#FCE3AD;
}

.StudyNotReviewed2 {
    background-color:#EEEEEE;
    color:Black;
    font-size:9pt;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
    hover:expression(this.onmouseover=new Function("this.style.background='#FCE3AD';"),this.onmouseout=new Function("this.style.background='#EEEEEE';"));
}
.StudyReviewed1 {
    background-color:#E7E7E7;
    color:#646567;
    font-size:9pt;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
    hover:expression(this.onmouseover=new Function("this.style.background='#FCE3AD';"),this.onmouseout=new Function("this.style.background='#E7E7E7';"));
}
.StudyReviewed2 {
    background-color:#EEEEEE;
    color:#646567;
    font-size:9pt;
    font-family:Verdana, Arial, sans-serif;
    padding:5pt;
    hover:expression(this.onmouseover=new Function("this.style.background='#FCE3AD';"),this.onmouseout=new Function("this.style.background='#EEEEEE';"));
}
.cellLayout {
    padding:2px;
    border:1px solid #FFFFFF;
    color:#000000;
}

.cellInputLayout {
    width:100%;
    margin:0px 0px 0px -2px;
    padding:0px;
}

.RequiredField {
    background-color:#0082C8;
}
tr.evenrows {
    background-color:#e6eefc;
    color:Black;
}
tr.oddrows {
    background-color:#d6deec;
    color:Black;
}
tr.listhead {
    font-weight:bold;
    color:White;
}

tr.listheadSubRow {
    font-family:Verdana, Arial, sans-serif;
    font-size:6pt;
    color:lightgray;
}

td.listheadSubRowEntry {
    border-left-style:solid;
    border-left-width:1px;
    border-right-style:solid;
    border-right-width:1px;
    border-top-width:0px;
    border-bottom-width:0px;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    color:lightgray;
}

td.listSubRowEntry {
    border:solid;
    border-width:1px;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    border-color:gray;
}

tr.RowHighlight {
    background-color:#E7E7E7;
}
tr.RowHighlightSelected {
    background-color:#FCE3AD;
}
tr.RowSelected {
    background-color:#FCE3AD;
}

tr.StudyReviewedHighlight {
    background-color : #E7E7E7;
}
tr.StudyReviewedHighlightSelected {
    background-color : #E7E7E7;
}
tr.StudyReviewedSelected {
    background-color : white;
}
tr.StudyNotReviewedHighlight {
    background-color : #E7E7E7;
}
tr.StudyNotReviewedHighlightSelected {
    background-color : #E7E7E7;
}
tr.StudyNotReviewedSelected {
    background-color : #d6deec;
}
tr.oddrowsHighlight {
    background-color : #E7E7E7;
}
tr.oddrowsHighlightSelected {
    background-color : #E7E7E7;
}
tr.oddrowsSelected {
    background-color : #d6deec;
}
tr.evenrowsHighlight {
    background-color : #E7E7E7;
}
tr.evenrowsHighlightSelected {
    background-color : #E7E7E7;
}
tr.evenrowsSelected {
    background-color : #e6eefc;
}

div.rounded-tab
{
    font-family:Verdana, Arial, sans-serif;
}
td.tabbed-box {
    border-left:solid 0px #9C9E9F;
    border-right:solid 0px #9C9E9F;
    border-bottom:solid 0px #9C9E9F;
    padding:15px 10px 20px 10px;
}
div.tabbed-box {
    position:relative;
    clear:both;
    border-left:solid 1px #9C9E9F;
    border-right:solid 1px #9C9E9F;
    border-bottom:solid 1px #9C9E9F;
    padding:15px 10px 20px 10px;
    top:-2px;
}
body {
    color:black;
    background-color:white;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-family:Verdana, Arial, sans-serif;
    font-size:9pt;
}
a {
    color:#0081C7;
    font-family:Verdana, Arial, sans-serif;
}
th {
    font:100 13px Verdana, Arial, sans-serif;
}
input,
select,
textarea,
button {
    color:#000000;
    font-family:Verdana, Arial, sans-serif;
    font-size:9pt;
}
.inputField {
    border:1pt solid;
    border-color:#CFCFCF;
    background-color:#ECEBEB
}
.inputSelect {
    border:1pt solid;
    border-color:#CFCFCF;
    background-color:#ECEBEB
}
.inputFieldLogin {
    border:1pt solid;
    border-color:#0183B1;
    background-color:#FFFFFF;
    width:250px;
    font-size:12pt;
    padding: 3px;
}
.inputFieldLogin[readonly] {
    border:1pt solid;
    border-color:#0183B1;
    background-color:#D8D8D8;
    width:250px;
    font-size:12pt;
    padding: 3px;
}
.inputSelectLogin {
    border:1pt solid;
    border-color:#0183B1;
    background-color:#FFFFFF;
    width:250px;
    height:27px;
    font-size:12pt;
}
.inputSizeAlign {
	width:40em;
	padding:2px;
}

.button:disabled {
    color:#808080;
}

a.menu {
    color:#FFFFFF;
    text-decoration:none;
    font-family:Verdana, Arial, sans-serif;
    font-size:9pt;
}
tr.tablehead {
    color:#000000;
    font-family:Verdana, Arial, sans-serif;
}
tr.listhead {
    color:#000000;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    background-color: #0082C8;
    white-space:nowrap;
}
td.listhead {
    border:1px solid #FFFFFF;
    height:27px;
    text-transform:uppercase;
    text-align:left;
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    background-color: #0082C8;
    white-space:nowrap;
    padding-left:3px;
    padding-right:3px;
    text-align: left;
}
td.listheadSorted {
    border:1px solid #FFFFFF;
    height:27px;
    text-transform:uppercase;
    text-align:left;
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    background-color: #EF7F00;
    white-space:nowrap;
    padding-left:3px;
    padding-right:3px;
}
td.listheadleft {
    border:1px solid #FFFFFF;
    height:27px;
    text-transform:uppercase;
    text-align:left;
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    background-color: #0082C8;
    padding-left:3px;
    padding-right:3px;
    white-space:nowrap;
}
a.listhead {
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:8pt;
    text-decoration:none;
    cursor:pointer;
}
table {
    border-collapse:collapse;
}
hr.rowBorder {
    color:#FFFFFF;
    height:3px;
    border-color:#9C9E9F;
    border-style:solid;
    border-width:1px;
}
td.login {
    color:#FFFFFF;
    font-family:Verdana, Arial, sans-serif;
    font-size:10pt;
    text-align: left;
}
td.filterTable {
    border:1px solid #000000;
    vertical-align:top;
}

.modalitycell {
    min-width: 40px;
    display: inline-block;
}

span.pagination {
    font-family:Verdana, Arial, sans-serif;
    font-size:9pt;
}
span.pagination span,
span.pagination a {
    color:#EE7F00;
    padding:3px 6px 3px 6px;
    margin:0px 3px 0px 3px;
    border:1px solid #CCCCCC;
    text-decoration:none;
}
span.pagination span#inactive,
span.pagination a:hover {
    border:1px solid #EE7F00;
    text-decoration:none
}

.middlemiddleselected a {
    color:#0082C8;
    font-weight:bold;
    text-decoration:none;
}
.middlemiddlenotselected a {
    color:#FFFFFF;
    background-color:#0082C8;
    font-weight:bold;
    text-decoration:none;
}

.middlemiddleselected {
    color:#0082C8;
    font-weight:bold;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
}
.middlemiddlenotselected {
    color:#FFFFFF;
    background-color:#0082C8;
    font-weight:bold;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
}

.lefttopselected {
    width:5px;
    height:8px;
    background:url(../_img/blt.gif) left top no-repeat;
    font-size:0pt;
}
.middletopselected {
    background:url(../_img/bmt.gif) top repeat-x;
    font-size:0pt;
}
.righttopselected {
    width:5px;
    height:8px;
    background:url(../_img/brt.gif) right top no-repeat;
    font-size:0pt;
}
.leftmiddleselected {
    width:5px;
    background:url(../_img/blm.gif);
    font-size:0pt;
}
.rightmiddleselected {
    width:5px;
    background:url(../_img/brm.gif) top left #0082C8 repeat-y;
    font-size:0pt;
}
.leftbottomselected {
    width:5px;
    height:7px;
    background:url(../_img/blb.gif) left bottom no-repeat;;
    font-size:0pt;
}
.rightbottomselected {
    width:5px;
    height:7px;
    background:url(../_img/brb.gif) right bottom no-repeat;
    font-size:0pt;
}

.lefttopnotselected {
    width:5px;
    height:8px;
    background:url(../_img/blt.gif) left top #0082C8 no-repeat;
    font-size:0pt;
}
.middletopnotselected {
    background:url(../_img/bmt.gif) top left repeat-x #0082C8;
    font-size:0pt;
 }
.righttopnotselected {
    width:5px;
    height:8px;
    font-size:0pt;
}
.leftmiddlenotselected {
    width:5px;
    background:url(../_img/blm.gif) top left #0082C8 repeat-y;
    font-size:0pt;
}
.rightmiddlenotselected {
    width:5px;
    font-size:0pt;
}
.leftbottomnotselected {
    width:5px;
    height:7px;
    background:url(../_img/blb.gif) left bottom #0082C8 no-repeat;
    font-size:0pt;
}
.rightbottomnotselected {
    width:5px;
    height:8px;
    font-size:0pt;
}

.righttopnotselectedend {
    width:5px;
    height:8px;
    background:url(../_img/brt.gif) right top #0082C8 no-repeat;
    font-size:0pt;
}
.rightmiddlenotselectedend {
    width:5px;
    background:url(../_img/brm.gif) right top #0082C8 repeat-y;
    font-size:0pt;
}
.rightbottomnotselectedend {
    width:5px;
    height:7px;
    background:url(../_img/brb.gif) right bottom #0082C8 no-repeat;
    font-size:0pt;
}


.righttopselectedend {
    width:5px;
    height:8px;
    background:url(../_img/brt.gif) right top #0082C8 no-repeat;
    font-size:0pt;
}
.rightmiddleselectedend {
    width:5px;
    background:url(../_img/brm.gif) right top #0082C8 repeat-y;
    font-size:0pt;
}
.rightbottomselectedend {
    width:5px;
    height:7px;
    background:url(../_img/brb.gif) right bottom #0082C8 no-repeat;
    font-size:0pt;
}

.overlay
{
   background-color: #FFFFFF;
   filter: alpha(opacity=70);
   opacity: .7;
   position: fixed; top: 0; left: 0;
   width: 100%; height: 100%;
   z-index: 10;
}

.overlayimg
{
  position: absolute;
  z-index: 11;
  left: 50px;
  top: 50px;
}

#wadoCopyButton {
    font-size: 9pt;
    padding: 2px 6px;
    margin: -2px;
    line-height: normal;
}

/* firefox needs special treatment... */
@-moz-document url-prefix() {
    #wadoCopyButton {
        padding: 2px 6px 1px 6px;
    }
  }

/*
simple toast notification, check out https://www.w3schools.com/howto/howto_js_toastNotification.asp
*/
#toastNotification {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 400px; /* Set a default minimum width */
    margin-left: -200px; /* Divide value of min-width by 2 */
    background-color: #0082c8; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the toastNotification */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the toastNotification when clicking on a button (class added with JavaScript) */
#toastNotification.show {
    visibility: visible; /* Show the toastNotification */

/* Add animation: Take 0.5 seconds to fade in and out the toastNotification. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
    animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

/* Animations to fade the toastNotification in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

#createAccountLink {
    color: white;
    font-size: 10pt;
    text-underline-position: under;
}


#buttonColumn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}

.preLoginButton {
    color:white;
    background-color: rgb(0, 130, 200);
    border: 1px solid #ffffff;
    padding: 5px 25px;
    font-size: 14pt;
    border-radius: 1px;
}

.preLoginButton:hover{
    background-color: #f68618;
    border-color: #f68618;
}

/* The Modal "background" */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color if rgba is not supported*/
    background-color: rgba(0,0,0,0.4); /* Black with opacity */
    justify-content: center;
    align-content: center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    max-width: 100%;
    
}

.modal-form {
    display: flex;
    flex-direction: column;
    margin: 20px;
    justify-content: space-between;
    height: 100%;
}

.modal-button {
    color:white;
    background-color: rgb(0, 130, 200);
    border: 1px solid #ffffff;
    padding: 5px 0px;
    font-size: 1.167rem;
    border-radius: 1px;
    margin-top: 20px;
}

.modal-button:hover{
    background-color: #f68618;
    border-color: #f68618;
}

.modal-button-small {
    color:white;
    background-color: rgb(0, 130, 200);
    border: 1px solid #ffffff;
    padding: 0.25rem 0.875rem;
    font-size: 1rem;
    border-radius: 1px;
}

.modal-button-small:hover{
    background-color: #f68618;
    border-color: #f68618;
}

.modal-list-element {
    display: inline-flex;
    flex-direction: row;
}

.modal-menu-button {
    margin: auto;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.modal-menu {
    position: relative;
    display: inline-block;
}

.modal-menu-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.modal-menu-item {
    margin: auto;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 0.25rem 0.875rem;
    font-size: 1rem;
    color:white;
    background-color: rgb(0, 130, 200);
}

.modal-menu-item:hover {
    background-color: #f68618;
}

.modal-required {
    float: right;
    color: red;
}

.modal-form>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
}

.modal-form label {
    margin-top: 3px;
}

.modal-form input {
    border: 1px solid;
    border-color:#0183B1;
    background-color:#FFFFFF;
    font-size: 1rem;
    padding: 3px;
    margin-top: 3px;
}

.modal-form select {
    border: 1px solid;
    border-color:#0183B1;
    background-color:#FFFFFF;
    font-size: 1rem;
    padding: 3px;
    margin-top: 3px;
}

#ldapUserBaseDnList input {
    border-color: grey;
    background-color: RGB(246,246,246);
    color: #888888;
    cursor: default;
}

#ldapUserBaseDnList input:focus {
    outline: none;
}

.modal-error {
    color: red;
    font-size: 1rem;
    padding: 5px;
}

.red-border {
    border-color: red !important;
}

.red-color {
    color: red !important;
}

.disabled {
    color: #808080;
}

input[type=button]:disabled {
    color: #808080;
}

input[type=number]:disabled {
    color: #808080;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 25px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#createAccountForm {
    display: flex;
    flex-direction: column;
    margin: 20px;
    height: 400px;
    max-height: 100%;
    justify-content: space-between;
}

.modal h1 {
    padding-left: 20px;
    margin-bottom: -10px;
}

#createAccountButton {
    border: none;
}

.wadoPrintInstructions {
    display: none;
}

.wadoLinkHidden {
    opacity: 0;
    height: 0px;
}

.wadoLinkVisible {
    opacity: 100;
}