/***************************
Add your custom styles below
****************************/


.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.text-primary {
    color: #fb9678 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #f95c2e !important
}

.text-secondary {
    color: #f8f9fa !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #cbd3da !important
}

.text-success {
    color: #00c292 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #007658 !important
}

.text-info {
    color: #03a9f3 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0274a7 !important
}

.text-warning {
    color: #fec107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #b88b01 !important
}

.text-danger {
    color: #e46a76 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #d8293a !important
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #f8f9fa;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #feeae4;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #fdc8b9;
}

.table-hover .table-primary:hover {
    background-color: #fdd7cb;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #fdd7cb;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #fefefe;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-secondary:hover {
    background-color: #f1f1f1;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #f1f1f1;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #ccf3e9;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #7adfc6;
}

.table-hover .table-success:hover {
    background-color: #b7eee0;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b7eee0;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #cdeefd;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #7cd2f9;
}

.table-hover .table-info:hover {
    background-color: #b4e6fc;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #b4e6fc;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fff3cd;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #fedf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffedb4;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffedb4;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #fae1e4;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #f1b2b8;
}

.table-hover .table-danger:hover {
    background-color: #f6cbd0;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f6cbd0;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fefefe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #f1f1f1;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f1f1f1;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #d6d8d9;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #c9cbcd;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #c9cbcd;
}

.table-cyan,
.table-cyan>th,
.table-cyan>td {
    background-color: #ccf2f4;
}

.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody+tbody {
    border-color: #7bdee2;
}

.table-hover .table-cyan:hover {
    background-color: #b7edef;
}

.table-hover .table-cyan:hover>td,
.table-hover .table-cyan:hover>th {
    background-color: #b7edef;
}

.table-purple,
.table-purple>th,
.table-purple>td {
    background-color: #eee8fa;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody+tbody {
    border-color: #d3c3f1;
}

.table-hover .table-purple:hover {
    background-color: #dfd3f5;
}

.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
    background-color: #dfd3f5;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: #f8f9fa;
}

.table-hover .table-active:hover {
    background-color: #e9ecef;
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e9ecef;
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #4F5467;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f8f9fa;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}


.airlines img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.material-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}