blockquote{
    border: 1px solid #721c24;
    border-left: 8px solid #721c24;
    padding: 10px;
    border-radius: 10px;

}

.mycard
{
    margin: 20px;
}


.mycard .date{
    background:#fff;
    border:1px solid #ffc107;
    position:relative;
    width:200px;
    text-align:center;
    line-height:40px;
    font-size: 15px;
    padding: 11px;
    color:#000;
}
.mycard .date:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:20px solid transparent;
    border-left: 20px solid #ffc107;
}

.mycard .amount{
    margin-left: 25px;
    background: #fff;
    padding: 11px;
    font-size: 15px;
    color:#fff;
    border-radius: 5px;
}

.mycard .pay{
    background: #28a745;
}

.mycard .notpay{
    background: #dc3545;
}


.mycard .code{
    margin-left: 10px;
    background: #17a2b8;
    padding: 11px;
    font-size: 15px;
    color:#fff;
    border-radius: 5px;
}

.line{
    border-bottom: 2px solid #343a40;
}

.line span{
    background: #343a40;
    float: right;
    padding: 10px;
    margin-top: -10px;
    border-radius: 10px;
    color:#fff;
}

.search-drop-down{
    position: absolute;
    z-index: 10000;
    width: 100%;
    background: #fff;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 92%;
}

.search-drop-down li{
    text-align: center;
}

.search-drop-down li a{
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    text-decoration: none;
    color:#000;
}

.search-drop-down li a:hover {
    background: #ddd;
}


.line{
    border-bottom: 2px solid #343a40;
}

.line span{
    background: #343a40;
    float: right;
    padding: 10px;
    margin-top: -10px;
    border-radius: 10px;
    color:#fff;
}
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
    display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
