.dtredClass{
     background-color: #f7adad !important;
}
.midimg{
        height:25%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;
    }
	.midimg2{
		height: 35%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10;
    margin-top: -30;
	}
.midimg:hover{
    height: 45%;
}

.app-body{
    background-image:url(../theme/img/mlsbg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}
.select2-container {
    position:absolute;
}
.pinapi{
    color: #10e654;
    float: right;
    padding: 5px;
}
.localapi{
    color: #f356d8;
    float: right;
    padding: 5px;
}
.rc{
    margin-top: -4px;
    font-size: 10px;
    font-family: monospace;
}
.localapi:hover{
    font-size: 12px;
}
.lstsm{
    font-size: 12px;
}
.select2-search__field{
    text-transform: uppercase;
}
.fr{
    float: right;
}
.uhdr{
    color: deeppink !IMPORTANT;
    font-weight: 500;
}
.pointer{
    cursor: pointer !important;
}
.upcase{
    text-transform: uppercase;
}
.lcase{
    text-transform: lowercase;
}
.active{
    font-weight: 500;
    text-transform: uppercase;
}
.errorInput{
    border-color: red;
    border-style: dashed;
}
.defaultInput{
    border-color: none;
    border-style: none;
}
.icon2{
    margin-left: -10px;
}
.green{
    color:green;
}
.red{
    color:red;
}

.er-elm{
    border: red 1px dashed;
}

#search_box{}
#search_box .dsearch{
    color: red;
    float: right;
    width: 40%;
    margin-right: -15px;
}
@media screen and (max-width: 480px) {
  #search_box .dsearch{
        color: red;
        float: right;
        width: 60%;
    }
}
#advanceSearchOpts > div{
    border: solid #b5c0bd thin;
    padding: 5px;
}
.w600{
    font-weight: 600;
}
.ml-10{
    margin-left: -10px;
}
.NoRowSpace{
    margin-bottom: auto;
}
.colr{
    color:red;
}
.swal2-container {
  z-index: X !important;
}
.t-center{
    text-align: center;
}
tr.disabled{
    background-color: #9c94941f;
    color: #d4d4d4;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ead5d8;
    opacity: 1;
}
.mdl-fullscreen {
  position: fixed;
  margin: 0;
  min-width: 100%;
  height: 100%;
  padding: 0;
}
.mdl-bl-header{
    background-color: aliceblue;
}
.mdl-bl-footer{
    background-color: beige;
}
/*
.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  border: 0;
}

.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}
*/
.form-group {
    margin-bottom: 5px;
}
.mb-3{
    margin-bottom: 1rem !important;
}
.chokcn{
    color:#000;
}
.chokcn1{
    color:red;
}
.chokcn0{
    color:#b5c0bd;
}

blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
