﻿body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

a {
    cursor: pointer;
}


main {
    padding-bottom: 50px;
    min-height: 500px;
}

.modal-backdrop {
    z-index: -1;
}

.paxrite {
    padding-right: 10px;
}

.main-nav {
    padding: 0;
    border-bottom: #EEE thin solid;
    background-color: #FFF;
}

    .main-nav .navbar-nav .nav-item .nav-link {
        padding: 15px;
        border-bottom: transparent 3px solid;
    }

        .main-nav .navbar-nav .nav-item .nav-link.active, .main-nav .navbar-nav .nav-item .nav-link:hover {
            border-bottom: #CCC 3px solid;
        }

.aff-footer {
    background-color: #EEE;
    color: #888;
    padding: 3rem 0;
    margin-top: 20px;
}

    .aff-footer .footer-txt {
        font-size: 12px;
    }

    .aff-footer .footer-nav {
        margin-bottom: 20px;
    }

        .aff-footer .footer-nav .nav-link {
            color: #888;
            font-weight: 600;
        }


.main-jumbotron {
    background: url(https://static1.squarespace.com/static/57b584a91b631bc09935382c/t/59b660177131a528750fd63e/1493998132303/Partner-Growth-Image_1920x1080_Cityscape+%282%29.jpg) 100%;
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
    /*text-shadow: 0 0 9px #000;*/
    color: #9e4e0e;
    margin-bottom: 0;
}

.sub-jumbotron {
    min-height: 150px;
    position: relative;
    padding: 0;
}

    .sub-jumbotron .overlay {
        top: 0;
        left: 0;
        /*background: rgba(0,0,0,0.5);*/
        width: 100%;
        padding: 52px 0;
    }

.contact-strip {
    background-color: #EEE;
    padding: 10px 0;
}

.inner-page-wrap {
    padding: 2% 0;
}

.pay-off-wrapper {
    padding: 30px 0;
}

.product-icon {
    color: #ffffff;
    background: #f68220;
    padding: 5px;
    border-radius: 20px;
}

.login-form-dropdown {
    font-size: 14px;
    min-width: 17rem;
}

    .login-form-dropdown .form-group label {
        margin-bottom: 0;
    }

    .login-form-dropdown .form-control {
        font-size: 14px;
    }

.sign-up-form-section .card-header {
    background: #f68220;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 5px grey;
    padding: 10px 20px;
    max-width: 25%;
}
.header-color {
    color: #fff;
    text-align: center;
}


.login-form {
    max-width: 480px;
    margin: auto;
}

    .login-form .card-header {
        border-left: thick solid #f68220;
        background: none;
    }

.account-menu-img {
    border-radius: 100%;
    height: 35px;
    width: 35px;
}

.profile-card .card-title {
    margin-bottom: 5px;
}

.card-img-background {
    background: url(https://picsum.photos/253/120?image=122);
    width: 100%;
    padding: 15px;
    border-radius: 3px;
}

.affiliate-profile-logo {
    width: 76px;
    height: 76px;
}

    .affiliate-profile-logo img {
        border-radius: 100%;
    }

.dashboard-card {
    position: relative;
    border-color: #f68220;
}

    .dashboard-card .card-count {
        font-size: 24px;
        font-weight: 600;
    }

    .dashboard-card .card-body {
        border-left: #f68220 thick solid;
    }

        .dashboard-card .card-body::before {
            font-family: "Font Awesome 5 Free";
            font-size: 60px;
            font-weight: 900;
            position: absolute;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            right: 3%;
            top: 5%;
            color: #CCC;
            opacity: 0.3;
        }

        .dashboard-card .card-body.card-bookings::before {
            content: "\f201";
        }

        .dashboard-card .card-body.card-tickets::before {
            content: "\f3ff";
        }

        .dashboard-card .card-body.card-sales::before {
            content: "\f080";
        }

        .dashboard-card .card-body.card-profit::before {
            content: "\f3d1";
        }

.sub-list-group a {
    padding-left: 35px;
    background-color: #eee;
}

.dashboard-wrapper .card {
    margin-bottom: 30px;
}

.dashboard-wrapper .card-header {
    background: none;
}

    .dashboard-wrapper .card-header h5 {
        font-weight: 600;
    }

/*Helpers*/
.orange-button {
    background-color: #f68220;
    border-color: #f68220;
    color: #FFF;
    text-shadow: none;
    top: 10px;
    padding: 5px;
}

.orange-button-outline {
    border-color: #f68220;
    color: #f68220;
    text-shadow: none;
}

.orange-txt {
    color: #f68220;
}

.semi-bold {
    font-weight: 600;
    font-size: 22px;
}



.required:after {
    content: "*";
    color: red;
}

.text-underline {
    text-decoration: underline;
}
/*Helpers*/

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.nav, .pagination, .carousel, .card-title a {
    cursor: pointer;
}

.success-message {
    width: 35%;
    margin: auto;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    padding: 25px;
    text-align: center;
    margin-top: 10em;
    background-color: #fbfbfb;
}

    .success-message i {
        color: #45cf46;
        font-size: 90px;
    }

    .success-message .text {
        font-size: 25px;
        font-weight: 600;
        margin-top: 1em;
    }

.affiliate-about-us {
    color: #ffffff;
    font-family: roboto, sans-serif;
    font-size: 25px;
    background: #79b6a7;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0px 1px 1px #f68220;
}


.complain-form-section .card-header {
    border-left: thick solid #f68220;
    background: none;
}

.subpartner-content {
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 20px;
}

.affilate-number {
    font-weight: bold;
    font-size: 17px;
}

.contact-textpt {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .sign-up-form-section .card-header {
        background: #f68220;
        margin-top: 10px;
        margin-bottom: 20px;
        box-shadow: 10px 10px 5px grey;
        padding: 10px 20px;
        max-width: 50%;
    }
}
.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 250px;
    height: 250px;
}

form .progress {
    line-height: 15px;
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.addons-select-option {
    height: unset !important;
}
.pssthumb-btn { padding: 7px !important; }

.prepaid-wrap input, .prepaid-wrap select {
    height: 30px !important;
    padding-left: 10px !important;
}
.prepaid-btn button {
    padding: 9px !important;
}

.flightModalContent .baggage-information {
    color: #4F4F4F;
    font-weight: normal;
    text-align: center;
    background: rgba(245, 130, 32, 0.2);
    margin-top: 30px;
    padding: 0.625rem;
    font-size: 11.5px;
    line-height: 16px;
}

.flightModal .flightModalContent .details-wrap .technical-stop {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flightModal .flightModalContent .details-wrap .technical-stop .line {
    width: 100%;
    border-top: 0.981535px solid #2D9CDB;
    margin: 5px;
}

.flightModal .flightModalContent .details-wrap .technical-stop .location,
.flightModal .flightModalContent .details-wrap .technical-stop .datetime {
    font-size: 10px;
    color: #6D8494;
}

.flightModal .flightModalContent .details-wrap .technical-stop .title {
    font-size: 12px;
    color: #2D9CDB;
}

.padding-0 {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.alert.custom-alert-board {
    border-left: 3px solid;
    border-radius: 0;
}
    .alert.custom-alert-board.alert-danger {
        border-left-color: #A94442;
        background-color: #FFF6F5;
    }

    .alert.custom-alert-board.alert-warning {
        color: #F4681A;
        border-left-color: #F4681A;
        background-color: #FFFAF5;
    }

    .alert.custom-alert-board.alert-primary {
        border-left-color: #004085;
        background-color: #F5F9FF;
    }

    .alert.custom-alert-board .custom-alert-board-title {
        margin-top: 0;
    }