.main-page { width: 100%; height: 100%; overflow-y: scroll; padding: 10px 20px 20px; background-color: #f0f0f0; .page-content { border: 1px solid #ccc; // padding: 10px 20px; // overflow-y: scroll; // height: 100%; .search-filter { padding: 0 15px; .input-container { padding: 0; > .form-control { width: 180px; display: inline-block; } } } .airline-table{ .table-container{ // border: 1px solid #ccc; width: 100%; height: 700px; overflow: auto; box-shadow: 0 0 1px .5px #ddd; table{ width: max-content; tr{ cursor: pointer; &.selected{ background: rgb(181, 215, 255); } } th{ background-color: #ddd; color: rgb(0, 0, 255); } th,td{ // border: none; text-align: center; } } } } } .navigation{ padding-bottom: 10px; } .breadcrumb-main-container { padding: 20px 20px; background-color: #f0f0f0; } .card{ background: #fff; padding: 20px; box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15); border-radius: 0; } } @media screen and (max-width: 991px) { .line-operator-right { text-align: left !important; } } // @media screen and (min-width: 1200px){ // .line-operator-right{ // text-align: left; // } // }