.bg-login-image {
  background: url("../images/banner_logo_signin.jpg");
  background-position: center;
  background-size: cover;
}

.bg-register-image {
  background: url("../images/amc_logo1.jpg");
  background-position: center;
  background-size: cover;
}

.bg-password-image {
  background: url("../images/amc_logo1.jpg");
  background-position: center;
  background-size: cover;
}

.bg-gradient-primary{
  background: linear-gradient(180deg, #2c2970 10%, #007bff 100%);
}



.sidebar {
  background-color: rgba(0, 0, 0, 0.5);
}

.topbar {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

#wrapper #content-wrapper {
  background-color: rgba(255, 255, 255, 0.4);
}

.card {
  background-color: rgba(255, 255, 255, 0.8);
}

/*
.card-header{
background-color:rgba(0, 0, 0, 0.1);
}
*/
footer.sticky-footer {
  padding: 10px 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: none;
}

.sticky-footer {
  background-color: rgba(0, 0, 0, 1);
  color: white;
}

.sum_box {
  background-color: rgba(255, 255, 255, 0.8);
}



.record_not_found {
  color: #999;
  font-size: larger;
  font-family: "Comic Sans MS", cursive;
  text-align: center;
  padding: 20px 10px;
}

.record_not_found span {
  font-size: 36px;
}

.link {
  cursor: pointer;
  color: #00C;
}

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.control-label {
  font-size: 14px;
  font-style: italic;
}

body {
  color: #000;
}

h1 {
  font-size: 24px;
}

.description-text {
  font-size: 12px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCC;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CCC;
}

.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 40px;
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);

}

.card .overlay>.fa {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 40px;
}

.card .overlay>span {
  position: absolute;
  top: 55%;
  left: 45%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  text-align: center;
  font-size: 25px;
}


.hide {
  display: none;
}

input,
textarea,
select {
  /*	color:green !important;*/
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.text-orange {
  color: orange;
}

.text-bold {
  font-weight: bold;
}

.help_call {
  position: fixed;
  right: 1rem;
  bottom: 4rem;
  display: block;
  width: 45px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, .5);
  padding: 5px;
}

.help_call:focus,
.scroll-to-top:hover {
  color: #fff
}

.help_call:hover {
  background: #5a5c69
}

.help_call i {
  font-weight: 800;
  font-size: 25px
}

.text-right-th {
  text-align: right;
}


/* Large screens and above (lg) */
@media (min-width: 992px) {
  .bg-back-primary {
    background: url("../images/background_01.jpg");
    background-position: bottom right;
    background-size: cover;
    background-attachment: fixed;
  }

  .shadow-lg-lg {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

  }

}


/* Medium screens (md) and below */
@media (max-width: 991.98px) {
  .bg-back-primary {
    background-color: #fff;
    background-image: none;
  }

}


/* Small screens (sm) and below */
@media (max-width: 767.98px) {
  .border-sm-0 {
    border: none !important;
    /* Remove border for sm screens and below */
    padding: 0 !important;
    /* Remove padding for sm screens and below */
    margin: 0 !important;
    /* Remove margin for sm screens and below */
  }
}