
.dark-modal {
    background: #000;
    opacity: 0.3 !important;
}

.info_flight {
    position: fixed; /* фиксированное положение */
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: white;
    transition: opacity 200ms ease-in; /* анимация перехода */
    margin: 0;
    padding: 2%;
    opacity: 1;
}

.border_radius_class {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.btn_close {
    background-color: rgb(249, 72, 11);
    padding: 0 2%;
    color: white;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    float:right;
}
.btn_group {
	width: 30%;
}

#flight_detail {
	margin: 0 auto;
}
