.modal-admin{
    position: fixed;
    top: 100px;
    margin-left: 10%;
    width: 80%;
    height: auto;
    border: 1px solid gray;
    border-radius: 10px;
    z-index: 9999;
    background-color: #fff;
    display: none;

}
.cross{
    width: 30px;
    height: 30px;
    background-image: url(/images/admin/cross.png);
    background-position: 50% 50%;
    background-size: cover;
    z-index: 9999;
    margin-left: 98%;
    margin-top: -10px;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #fff;
}

.wrapper-update{
    width: 80%;
    height: auto;
    margin: auto;
    padding: 20px;
    border: 1px solid #eee;
}
h2.admin-caption{
    text-align: center;
}
.wrapper-frame{
    overflow: hidden;
}
.btn-admin{
    color: blue;
    padding: 5px;
    cursor: pointer;
}
#table-route img,#table-route1 img,#table-route2 img,#table-route3 img,#table-route4 img{
    margin-left: 32px;
    cursor: pointer;
}
.city-item{
    display: none;
}
.city-name{
    padding: 15px 0 ;
    cursor: pointer;
}
.city-name:hover{
    color: blue;
}
#movies>div{
    position: relative;
}
#movies>div img{
    position: absolute;
    top: 30%;
    left: 50%;
}