.login-bdy {
    background-image: url(../Images/11111111111.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.innr-log-tbl {
    width: 28%;
    display: block;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    padding: 10px 27px;
    box-shadow: 0 0 16px 11px rgba(43, 43, 43, 0.2);
    margin-top: 10px;
    margin-bottom: 127px;
    border-radius: 0px 37px;
}

#Footer {
    bottom: 0 !Important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-family: 'Arial Rounded MT Bold';
    font-size: small;
    color: rgb(255, 255, 255);
    text-decoration: blink;
    font-weight: lighter;
    text-transform: none;
    background: linear-gradient(45deg, rgb(0 140 210), rgb(28 89 126));
    left: 0px;
}

.innr-labl {
    font-weight: 400;
    color: rgb(109, 109, 109);
    font-size: 14px;
    font-family: sans-serif;
}

.innr-txt {
    padding: 5px 9px !important;
    /* border-left: none!important; */
    /* border: none !important; */
    box-shadow: none !important;
    background-color: white !important;
    border: 1px solid #8080804a !important;
    border-radius: 2px !important;
    padding: 10px 5px;
}

.innr-slct {
    padding: 5px 9px !important; /* border-left: none!important; */ /* border: none !important; */
    box-shadow: none !important;
    background-color: white !important;
    border: 1px solid #8080804a !important;
    border-radius: 2px !important;
}

.btn1, .btn2 {
    color: white !important;
    background-color: #008cd2 !important;
    padding: 5px !important;
    font-size: 12px;
    font-family: sans-serif !important;
    letter-spacing: 0.5px;
    border-radius: 3px !important;
}

    .btn1:hover, .btn2:hover {
        color: white !important;
        background-color: #00bdac !important;
    }

.hdlog {
    color: rgb(24, 101, 54);
    font-size: 23px;
    font-family: sans-serif;
}

.innr-btn1, .innr-btn2 {
    color: white;
    border: none;
    background: linear-gradient(45deg, rgb(0 140 210), rgb(168 212 234));
    padding: 5px 23px;
}

    .innr-btn1:hover, .innr-btn2:hover {
        color: white;
        background: linear-gradient(45deg, rgb(168, 194, 185), rgb(151, 174, 171));
    }

.innr-btn3 {
    color: white;
    border: none;
    background: linear-gradient(45deg, rgb(230, 32, 42), rgb(230, 99, 105));
    padding: 5px 23px;
}

    .innr-btn3:hover {
        color: white;
        background: linear-gradient(45deg, rgb(214, 150, 156), rgb(179, 154, 156));
    }
/*srch.aspx page*/
/*.popup-radio {
    color: white;
    background: rgb(222, 222, 222);
    border-radius: 5px;
    padding: 4px 6px;
    box-shadow: 0 0 5px rgba(128, 128, 128, 0.1803921568627451);
}*/

/* Style the radio buttons and labels to resemble tabs */
.popup-radio input[type="radio"] {
  
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative; 
}

.popup-radio label {
  display: inline-block;
  padding: 10px 20px;
  border-bottom:1px solid #f7f7f7;
  color:rgba(43, 43, 43, 0.5);
  cursor: pointer;
}

.popup-radio input[type="radio"]:checked + label {

   border-bottom: 2px solid #376787;
  color: #376787;
  
}

.popup-radio label:hover {
  background-color: #f2f2f2;
}




.grid-hed {
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, #009688, #00c7b5);
    border: 1px solid #00a293;
}

.grid-bdy {
    /* border: transparent; */
    border: 1px solid rgba(208, 208, 208, 0.43137254901960786);
    font-size: 12px;
    color: rgb(128, 128, 128);
    font-weight: 100;
    box-shadow: 0 0 1px 0px rgba(128, 128, 128, 0.34901960784313724);
}

.grid-ftr {
    border: 1px solid rgb(220, 220, 220);
    background: rgba(128, 128, 128, 0.14);
    color: #42b32d !important;
}

.popup-radio {
    margin-right: 10px;
}
/*end srch.aspx page*/


.addfilterbtn {
    background: #376787;
    color: #FFFFFF;
    padding: 5px 23px;
    border: none;
    border-radius: 4px;
}

.addfilterbtn:hover {
    background: #2f4d7e;
    color: #FFFFFF;
}
.resetfilterbtn {
    background: #F7F7F7;
    color: #2E4053;
    border: 2px solid rgba(128, 128, 128, 0.1803921568627451);
    padding: 5px 23px;
    border-radius: 4px;
}

.resetfilterbtn:hover {
    background: #E5E5E5;
    color: #2E4053;
    border: 2px solid #2E4053;
}

.Transactionfilteredbox p {
    font-size:11px;
    margin-bottom:6px;
}

/*.Transactionfilteredbox {
    border-left:1px solid rgba(208, 208, 208, 0.43137254901960786);

    padding:3px;
}*/

.Transactionfilteredbox ol {
    column-gap:5px;
    margin:0px;
    padding:0px;
    display:flex;
    flex-wrap: wrap !important;
}

.Transactionfilteredbox li {
    display:flex;
    margin-top:4px;
    flex-wrap: nowrap !important;
     padding: 4px 7px;
    border: 1px solid #ccc;
    background: #6e90a61c;
    border-radius: 8px;
}

    .Transactionfilteredbox li span {
        font-size: 8px;
    }
