/*body{
 background-color: #d2ffc2 !important;
}*/
body{
  /* background: #edc7b7!important; */
}
.bg-lights {
  background-color:#eee2dc !important;
}
.card{
border: 1px solid #ac3b61 !important;
background-color: #eee2dc  !important;
}

.btn-primary{
width: 100%;
}

.btn{
background-color: #ac3b61 !important;
  border-color: #eee2dc !important;
  color: #ffffff !important;
}
.btn:hover {
border-color: #eee2dc !important;
background-color: #ac3b61 !important;
color: #ffffff   !important;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ac3b61 !important;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid rgb(39 56 149) !important;
  outline: 0;
  box-shadow: none;
}
.login {
 margin-top: 80px;
}
.col-centered{
  float: none;
  margin: 0 auto;
  }
.tab-content{
margin-top: 100px;
padding-bottom: 0px;
}
img{
cursor: pointer;

}
.logo{
  /* background: #eee2dc; */
  padding-left: 5px;
  padding-right: 5px;
}
marquee{
  font-size: 35px;
  font-weight: bold;
color: rgb(40 55 150) !important;
padding: 14px;
}
.h4{
text-align: center;
padding: 30px;
}
section{
margin-top: 54px;
}
.topright{
position: absolute;
right: 0px;
padding: 10px;
}
.topleft{
position: absolute;
left: 0px;
/* width: 230px;
background-color: #d5d9ff; */
}
.topcenter {
text-align: center;
}
.login-top{
position:fixed;
margin-top: 70px;
width:100%;
height:100%;
z-index: 9999;
background-color: white;
}
@media (min-width: 600px){
.navbar-collapse {
  display: flex !important;
}
}

.loading_screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:#fff;
  z-index: 9999;
}
.loading_anim img {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
  border-color: #dd4b39;
}
.form-group.has-error label {
  color: #dd4b39;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 50px !important;
  z-index: 999 !important;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999 !important;
}
.mat-dialog-container {
  display: block;
  padding: 6px !important;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden !important;
  outline: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.modal-content{
  margin-top: -27px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  right: 0 !important;
  left: unset !important;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}