blockquote{
    border: 1px solid #721c24;
    border-left: 8px solid #721c24;
    padding: 10px;
    border-radius: 10px;

}

@font-face {
    font-family: 'DINNextLTArabic-Medium';
    src: url('../font/DINNextLTArabic-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: 'DINNextLTArabic-Medium';
}

.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;
    right:100%;
    top:0;
    border:20px solid transparent;
    border-right: 20px solid #ffc107;
}

.mycard .amount{
    margin-right: 25px;
    background: #fff;
    padding: 11px;
    font-size: 15px;
    color:#fff;
    border-radius: 5px;
}

.mycard .pay{
    background: #28a745;
}

.mycard .notpay{
    background: #dc3545;
}


.mycard .code{
    margin-right: 10px;
    background: #17a2b8;
    padding: 11px;
    font-size: 15px;
    color:#fff;
    border-radius: 5px;
}

.line{
    border-bottom: 2px solid #343a40;
}

.line span{
    background: #343a40;
    float: left;
    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;
}

.plainJSON{
    display: none;
}

.rainbowJSON a{
    display: none;
}

.rainbowJSON{
    text-align: left;
}



.search-drop-down{
    position: absolute;
    z-index: 10000;
    width: 100%;
    background: #fff;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 92%;
    max-height: 400px;
    overflow: scroll;
}

.search-drop-down ul{

    max-height: 400px;
}

.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;
}






.search-drop-down1{
    position: absolute;
    z-index: 10000;
    width: 100%;
    background: #fff;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 92%;
    left: 220px;
    top:50px;
}

.search-drop-down1 li{
    text-align: center;
}

.search-drop-down1 li a{
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    text-decoration: none;
    color:#000;
}

.search-drop-down1 li a:hover {
    background: #ddd;
}


.bywho{
    margin-top: -20px;
    margin-bottom: 10px;
}

.note{
    margin-right: 10px;
    background: #b8ae8b;
    padding: 11px;
    font-size: 15px;
    color:#fff;
    border-radius: 5px;
}
