.arrow-search {
    position: absolute;
    color: grey;
    font-size: 50px;
    transform: scale(-1, 1) rotate(114deg);
    left: 27%;
    top: 62px;
    user-select: none;
}

.text-search-examples {
    width: 38%;
    color: grey;
    margin-left: 31%;
    top: 75px;
    position: absolute;
    text-align: center;
}

.card-bag-search {
    overflow: auto;
}

.bag-search-list {
    height: 100%;
    min-width: 900px;
}

.bag-search-list .bolded {
    color: rgba(0,0,0,0.87);
    font-weight: bold;
}

.bag-readonly{
    filter: grayscale(70%) brightness(90%);
    cursor: not-allowed !important;
}
.bag-search-list .deleted-bag {
    color: rgba(209, 21, 21, 0.87);
}

.bag-search-list .deleted-bag .bolded {
    color: rgba(209, 21, 21, 0.87);
    font-weight: bold;
}

.no-result {
    font-size: 36px;
    color: grey;
    text-align: center;
    margin-top: 20%;
}


.bag-search-list-subheader{
    width: 100%;
    color: rgba(0,0,0,0.54);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.2em;
    margin: 20px 0px;
}

.flight-type-departure i{
    color: #69c23f;
    margin-top: 28px;
    font-size: 44px;
    margin-left: 28px;
}

.flight-type-arrival i{
    color: #e21515;
    margin-top: 28px;
    font-size: 44px;
    margin-left: 28px;
}

.card-list-container {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

.card-bag {
    height: 100px;
    cursor:pointer;
}

.card-bag .item-airport {
    position: absolute;
    width: 80px;
    height: 100px;
    padding-top: 30px;
    padding-left: 15px;
    font-size: 25px;
    font-weight: bold;
    color: #66aa89;
}

.card-bag .item-lpc {
    position: absolute;
    width: 200px;
    left: 95px;
    height: 60px;
    padding-top: 13px;
    text-align: left;
    font-size: 20px;
    padding-left: 8px;
    color: grey;
}

.item-pax {
    position: relative;
    width: 200px;
    left: 95px;
    /* bottom: 25px; */
    top: 47px;
    font-size: 14px;
    color: #7d7d7d;
}

.card-bag .item-arrflight {
    position: absolute;
    width: 200px;
    left: 300px;
    height: 100px;
}

.card-bag .item-arrflight .flight-airline-logo{
    height: 70px;
    width: 70px;
    position: absolute;
    top: 15px;
}

.card-bag .item-arrflight .flight-number{
    position: absolute;
    width: 130px;
    left: 70px;
    top: 28px;
    padding-left: 20px;
    font-size: 22px;
    color: #7d7d7d;
}

.card-bag .item-arrflight .flight-origin{
    position: absolute;
    top: 58px;
    font-size: 12px;
    left: 82px;
}

.card-bag .item-depflight {
    position: absolute;
    width: 200px;
    left: 600px;
    height: 100px;
}



.card-bag .item-depflight .flight-number{
    position: absolute;
    width: 130px;
    left: 5px;
    top: 24px;
    padding-left: 16px;
    font-size: 22px;
    color: #7d7d7d;
}

.card-bag .item-depflight .flight-dest{
    position: absolute;
    top: 58px;
    font-size: 12px;
    left: 28px;
}

.card-bag .item-depflight .flight-airline-logo{
    height: 70px;
    width: 70px;
    position: absolute;
    top: 15px;
    right: 15px;
}


.item-flight-type {
    position: absolute;
    left: 500px;
    height: 100px;
    width: 100px;
}


/* 
.bag-search-list md-list-item {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin: 10px;
    max-width: 50%;
    min-width: 400px;
    margin-left: 25%;
    color: grey;
    background-color: white;

}

.bag-search-list-subheader{
    text-align: center;
}

.bag-events {
    text-align: right;
}

 */


/****** Dialog box ********/
.dialog-bag-events {
    min-width: 800px;
    min-height: 515px;
}

.bag-search-dialog-content {
    overflow: hidden;
    min-height: 400px;
}


.events-list {
    /* background-color: aliceblue; */
    max-height: 400px !important;
    overflow: hidden;
}
.events-list md-list {
    overflow: auto;
    height: 100%;
}

.events-list .selected {
    background-color: #e6e6e6;
}

.line-bsm {
    color: #66aa89;
}

.line-bpm {
    color: #d84315;
}

.yaml-event {
    height: 100%;
    width: 100%;
}

.select-event-message {
    margin-top: 37%;
    width: 100%;
    color: grey;
    text-align: center;
    font-size: 25px;
}

.raw-message-box {
    padding: 20px;
    border-left: 1px solid lightgray;
    height: 100%;
    overflow: auto
}

.button-formated {
    color:  #66aa89;;
}


.button-raw {
    background-color: black;
    color: white;
}
