body{margin: 0;padding:0; font-family: Arial, Helvetica, sans-serif; background-color: #f3f4fd !important;}
p{font-size: 0.90rem;}
input{background-color: #fafafa !important;}

.text-blue{color: #265bb3 !important;}
.text-yellow{color:#ebad48 !important;}
.bg-blue{background-color: #265bb3 !important;}
.bg-yellow{background-color: #ebad48 !important;}
.d-grid{display: grid !important;}
.brdr-right{border-right: 2px #cccccc solid;}
.wid-half{width: 50% !important;}
.hgt-auto{height: auto !important;}


/* The container */
.container-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
  left: 10px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



 /* LOGIN Page */
#wrapper{display: flex; justify-content: center;align-items: center; height: 630px;}

.bg-grdnt{display: block;padding:10% 0;justify-content: center; align-items: center; text-align: center; background-image: linear-gradient(#173072, #d19f48);}
.bg-grdnt h2{line-height: 0.5rem;}
.rounded-1{border-radius: 1.25rem !important;}


.bg-login {
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 40px, rgba(0, 0, 0, 0.1) 0 5px 10px;
    transition: box-shadow 0.25s;
    margin: 0.5rem 0 1rem;
    border-radius: 2px;
    background-color: #fff;
  }

  .btn-login{background-color: #ebab44 !important; color: #000000 !important; font-weight: bold !important; border-color: #ebab44 !important; width: 100%;}
  
  #loginForm .dim{color: #999999; text-decoration: underline;}
  /* Font Awesome Icons */

  
  .form-group i {
    font-family: FontAwesome;
    margin: 0 auto;
    font-size: 0.85rem;
    font-style: normal;
    display: table-cell !important;
    padding: 1rem 1.5rem !important;
  }


  .form-group > input{padding: 1.2rem 3rem; font-size: 0.85rem !important;}

  .btn-signout{
  color: #ffff;
  border: none;
  border-radius: 15px;
  padding: 5px 30px;
  }

/* LOGIN Page */


/* REPORTS Page */
.bg-shade1{background-color: #f5f5f5; display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;}

    .bg-shade2{background-color: #ebebeb; display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 500px;}    

        .bg-shade3{background-color: #e3e3e3; display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 500px;}
/* REPORTS Page */

/* INVOICE Page */

.docs-invoice{font-size: 1rem; line-height: 1.5; font-weight: 550;}
.docs-invoice td{border: 1px #ffffff solid; height: 35px;}
.invoice td{border: 1px #ffffff solid; background-color: #f6f6f6; font-weight: 550; font-size: 0.85rem;height: 35px;}
.invoice td+td{background-color: #ededed;}
.matched td{border: 1px #ffffff solid; font-weight: 550; font-size: 0.85rem;height: 35px;}
.matched .checkmark{border-bottom: #fff 1px solid;height: 35px;width:35px;top:-10px;}

.match{font-size: 0.80rem;}
.match td{border: 1px #ffffff solid; font-weight: 550; font-size: 0.85rem;}

.bg-match{background-color: #005ec0; padding: 5px; font-size:0.75rem;color: #ffffff; font-weight: 600;}
.bg-mismatch{background-color: #ffa400; padding: 5px; font-size:0.75rem;color: #ffffff; font-weight: 600;}


#demo{padding: 1rem; height: 530px; overflow-y: auto;}

#demo img
{
    margin: 10px;
    box-shadow:1px 1px 5px #000;
    max-width:20em; /* delet it */
    z-index:99999;
    overflow:visible;
}

#indicators img{width: 100%;max-width: 100%; margin: 0;}








/* INVOICE Page */


  
  /* Media Queries */
  
  @media (min-width: 768px) {
    .min-container {
      max-width: 650px;
    }
  }
  
  .min-container {
    margin: 0 auto;
  }
