h1, h2 {
  color: #738b9f;
}

footer {
  position: fixed;
  height: 50px;
  bottom: 0;
  width: 100%;
  background-color: #ccc
}

footer p {
  padding: 15px;
}

.float-right {
  float: right;
  margin-right: 55px;
}

.float-left {
  float: left;
}

.athena-login{
  width:400px;
  margin:0 auto;
  border:thin !important;
  border-color: aqua !important;
}
.athena-login-error{
  margin:20px;
  padding:10px;
  background-color:#ef2929;
  
}

.header-widget {
  position: relative;
  z-index: 2;
}

.logout-widget {
  padding: 10px 20px 0 0;
}

.home-widget {
  padding: 6px 25px 0 10px;
}

.company-logo {
  float: left;
  width: 56px;
  height: 56px;
}

.logout-icon {
  float: right;
  opacity: 0.85;
}

.logout-icon:hover {
  opacity: 1;
}

.app-version {
  margin-top: -8px;
  color: #738b9f;
  font-weight: bold;
}

.list-bullet li {
  list-style-type: square;
}

.width100 {
  width: 100% !important;
}

.button-search {
  border-radius: 0 4px 4px 0px;
  width: 15%;
  height: 40px;
  margin-left: -4px;
  background: var(--lightgrey);
  color: white;
  font-size: 17px;
  border: 1px solid var(--lightgrey);
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

.button-search-small {
  border-radius: 4px;
  width: 50px;
  height: 40px;
  background: var(--lightgrey);
  color: white;
  font-size: 17px;
  border: 1px solid var(--lightgrey);
  cursor: pointer;
}

.remove-item-minus-icon {
  color: var(--lightgrey);
  float: right;
  margin-bottom: 13px;
  margin-right: -6px;
  margin-top: -2px;
}

.remove-item-minus-icon-small {
  color: var(--lightgrey);
  float: right;
  margin-bottom: 13px;
  margin-right: -4px;
  margin-top: -3px;
  font-size: 17px
}

.add-item-plus-icon {
  color: var(--lightgrey);
  float: right;
  margin-top: 10px;
  margin-right: -6px; 
}

.add-item-plus-icon-small {
  color: var(--lightgrey);
  float: right;
  margin-top: 30px;
  margin-right: -5px;
  margin-bottom: -7px;
  font-size: 17px 
}

.add-item-plus-icon-left {
  color: var(--lightgrey);
  margin-top: 10px;
  margin-left: -6px;
}

.multiple-identifiers-div {
  font-size: 20px;
  float: right;
  margin-bottom: 5px;
}

.two-input-div {
  display: flex;
  flex-direction: row;
}

.small-input {
  width: 70px !important;
}

.small-input-1 {
  width: 60px !important;
}

.small-input-2 {
  width: 60px !important;
  height: 28px !important;
  margin-left:  4px;
  margin-top:  4px;
}

.vertical-align-top {
  vertical-align: top;
}

#security-loader-parent {
  display: none;
  position: fixed;
  z-index: 1000;
  height: 100%;
  background-color: rgb(164, 184, 202, 0.7);
  margin-top: -72px;
  width: 600px;
  margin-left: -16px;
}

#security-loader  {
  display: none;
  margin-top: 80px;
  left: 40%;
  position: relative;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 1100;
}

#process-in-progress  {
  display: none;
  margin-top: 100px;
  left: 45%;
  position: absolute;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #567289;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 1000;
}

#process-in-progress-parent {
  display: none;
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background-color: rgb(164, 184, 202, 0.7);
}

#short-process-in-progress {
  display: none;
  margin-top: 100px;
  left: 45%;
  position: fixed;
  border: 16px solid #cfcfcf;
  border-radius: 50%;
  border-top: 16px solid #567289;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 1000;
}

/* Set the width the same as the width of bootstrap's
 class "container" minus 30px; */
@media (min-width:768px) {
  #process-in-progress-parent {width:720px;}
}
@media (min-width:992px) {
  #process-in-progress-parent {width:940px;}
}
@media (min-width:1200px) {
  #process-in-progress-parent {width:1140px;}
}

#process-in-progress-text {
  display: none;
  position: absolute;
  margin-top: 230px;
  margin-left: -20px;
  left: 45%;
  color: #fff;
  font-size: 19px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.navbar-di {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.grey-separator {
  background-color: #bbc3ca;
  min-height: 2px;
}

.menu-button {
  background-color: #e0e7ed;
  color: #738b9f;
  border-radius: 4px;
  border-width: 2px;
  border-color: #d9dee3;
  border-style: solid;
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  margin: 2px 2px 2px 0px;
  cursor:pointer;
  float: left;
  font-size: 18px;
  padding-top: 9px;
}

.menu-button:focus, .menu-button:hover, .menu-button:active {
  background-color: #d5dde5 !important;
  color: #738b9f !important;
}

.disabled-field {
  border: none !important;
  box-shadow: none !important;
  text-align: left;
  background-color: #f8f8f8;
  pointer-events: none;
}

.button-link {
     background: inherit !important;
     color: inherit;
     border: none; 
     padding: 10px 0px 0px 0px!important;
     font: inherit;
     /*border is optional*/
     border-bottom: 1px solid #444; 
     cursor: pointer;
}

.border-radius-10 {
  border-radius: 10px;
}

.info-message-text {
  color: #567289;
  text-align:center;
}
/*
  The class is used to prevent content from jumping when the vertical
  scroll appears/disappears.
*/
.fix-content-jump {
  margin-left: calc(100vw - 100%);
}

/* Add padding top to handle fixed header. */
.content-under-fixed-header {
  padding-top: 70px;
}

/* Add padding top to handle breadcrumb. */
.content-under-breadcrumb {
  padding-top: 55px;
}


/* Add padding top to handle fixed header of di view. */
@media (min-width:457px){
  .content-under-fixed-di-header {padding-top: 360px;}
}
@media (min-width:768px){
  .content-under-fixed-di-header {padding-top: 110px;}
}
@media (min-width:1200px){
  .content-under-fixed-di-header {padding-top: 60px;}
}
