@import url(https://fonts.googleapis.com/css?family=Khula:700);
DIV.Calendar
{
    HEIGHT: 95px;
    POSITION: absolute;
    VISIBILITY: hidden;
    WIDTH: 130px
}
.Menu
{
    /*BACKGROUND-COLOR: #4f9d9d;*/
    BACKGROUND-COLOR: #ff0000;
    COLOR: white;
    FONT-FAMILY: Garamond;
    FONT-SIZE: 24px;
    FONT-WEIGHT: bold
}
.TopTitle
{
    BACKGROUND-COLOR: #c0c0c0;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold
}
.TopItem
{
    BACKGROUND-COLOR: #fcfce2;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
TD.IntrayDropDown
{
    BACKGROUND-COLOR: #eeeeee;
    FONT-SIZE: xx-small
}
.AppTitle
{
    BACKGROUND-COLOR: #4f9d9d;
    COLOR: white;
    FONT-FAMILY: Garamond, Arial;
    FONT-SIZE: 24px;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder
}
.AppTitleLogonName
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 10px
}
.CalSpin
{
    font-family:Webdings;
    font-size:7px;
    cursor:hand;
}
body
{
    FONT-FAMILY: Arial;
    padding: 10px;
    /*background-color: #F5F6F6;*/
    background-color: #ffffff;
    /*background-image: url('images/4844434.jpg');*/
}
input
{
    border: 2px solid #bbbbbb;
    border-radius: 3px;
    color: #333333;
    padding: 2px 0 2px 3px;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
}
td
{
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 20px 3px 3px;

}
input:focus {
    outline: solid 1px #999999 !important;
    border: 2px solid #acc4c4;
    border-radius: 3px;
    padding: 2px 0 2px 3px;
    margin-bottom: 3px;   
    color: #111111;
 
    
}
.noscroll {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.noscroll::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

select {
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
    padding: .1em 2em .1em .4em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0 0 3px 0;
    border: 1px solid #aaa;
    /*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
    box-shadow: 0 1px 0 1px #cccccc;
    border-radius: .2em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
      for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
      
    */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
      
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
  }
  /* Hide arrow icon in IE browsers */
  select::-ms-expand {
    display: none;
  }
  /* Hover style */
  select:hover {
    border-color: #999999;
  }
  /* Focus style */
  select:focus {
    border-color: #888888;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; */
    outline: none;
  }
  
  /* Set options to normal weight */
  select option {
    font-weight:normal;
  }
  
  /* Support for rtl text, explicit support for Arabic and Hebrew */
  *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .1em .1em .1em .1em;
  }
  
  /* Disabled styles */
  select:disabled, select[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#fefefe 100%);
  }
  
  select:disabled:hover, select[aria-disabled=true] {
    border-color: #aaa;
  }

  h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px 0px;
    padding: 0 0 0 0;
    color: #acc4c4;

  }

  .hideBox { display: none }
  .showBox { display: block; font-family: Arial; margin: 25px 0 0 5px; color: #111111; 
    overflow-wrap: break-word; font-size: 1em;
    border-radius: 4px; padding: 5px; width: 100%; outline: 1px solid #cccccc; border: 1px solid #eeeeee;}
  .existingBox { display: block; font-family: Arial; margin: 25px 0 0 5px; color: #111111; 
    border-radius: 4px; padding: 5px; width: 100%; outline: 1px solid #cccccc; border: 1px solid #eeeeee;
    outline: 0px none #cccccc; border: 0px none #cccccc; background-color: #f5f6f6; color: #555555; 
    width: calc(100% - 10px); white-space:pre; font-size: 1em;
  } 
  
  .comment-heading {
    font-weight: bold;
    color: #acc4c4;
  }


  a { 
    color: #201e36;
  }
  a:hover { 
    color: #817ace;
  }

  .copyright {
    height: 23px; 
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 10px;
    width: 100%;
    padding-top: 12px;
    color: #ffffff;
    border-top: solid 1px #888888;
  }

  .redText {
    color: red;
  }

  .yellowText {
    color: #E6BF00;
  }

  .blackText {
    color: #333333;
  }

  .audit-diff-heading {
    margin-bottom: 35px;
    width: 100%;
    color: #ffffff;
    background-color: #605e76;
    overflow-wrap: break-word;
    padding: 3px;
    line-height: 1.5;
  }

  .audit-diff {
    margin-bottom: 30px;
    width: 100%;
    overflow-wrap: break-word;
  }  

  .audit-diff-last {
    margin-bottom: 10px;
    width: 100%;
    overflow-wrap: break-word;
  }

  .audit-data {
    /*margin-bottom: 10px;
    width: 100%;
    white-space:pre;*/
    font-size: 1.0em;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px solid #ffffff;
    outline: none;
    position: relative;
    margin-top: -20px;

  }  

  textarea {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
  }
  
  button {
    background-color: #201e36;
    color: #ffffff;
    padding: 10px;

  }
  button:disabled, button[disabled]{
    background-color: #cccccc;
    border: solid 1px #bbbbbb;

    color: #ffffff;
    padding: 10px;
}
  input[type=submit] {
    background-color: #201e36;
    color: #ffffff;
    padding: 10px;
    margin-top: 20px;
  }
  input[type=button] {
    background-color: #201e36;
    color: #ffffff;
    padding: 10px;
    margin-top: 20px;
  }  
  
  table {
    border-collapse: collapse;
    border-color: #cccccc;
  }
  th {
    text-align: left;
    padding: 3px;
  }

  /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  /* min-width: 250px;  Set a default minimum width */
  /* margin-left: -125px;  Divide value of min-width by 2 */
  /*margin-left: calc(100% )*/
  background-color: #333; /* 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 snackbar */
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px; /* 30px from the bottom */
  white-space: nowrap;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 10s;
  animation: fadein 0.5s, fadeout 0.5s 10s;
}

#snackbar.show-slow {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 10s;
  animation: fadein 0.5s, fadeout 0.5s 10s;
}

/* Animations to fade the snackbar 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;}
}

.vert-center {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 90%;
}

.hidden {
  opacity:0;
}
.console-container {
 
  font-family:Khula;
  font-size:2em;
  text-align:center;
  height:200px;
  width:800px;
  display:block;
  position:absolute;
  color: #999999;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
  display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 1px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #f5f6f6;
  border-radius: 50%;
  outline: none;
  margin-top: 1px;
  vertical-align: top;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: #605e76;
  outline: none;
}

/* optional styles, I'm using this for centering radiobuttons */
.flex {
  display: flex;
  align-items: center;
}

.desc-small-text {
  font-size: 0.7em;
  font-style: italic;
}

.cg-selected {
  position: static; 
  height: 26px; 
  width: 26px; 
  border-radius: 50%; 
  border: 2px solid #333333; 	
  animation-name: dotblinking;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  cursor: hand;
}
.cg-unselected {
  position: static; 
  height: 26px; 
  width: 26px; 
  border-radius: 50%; 
  border: 2px solid #333333; 	
  cursor: pointer;
}	

@keyframes dotblinking {
  50% {
    border: 2px solid #eeeeee; 	
  }
}

.description-active {
  color: #333333;
}
.description-inactive {
  color: #bbbbbb;
  text-decoration: line-through;
}


