﻿
.pt-20{padding-top:20px}
/*################ Details page table decorations ###################*/
.table {
    border-color: #D9D9D9;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-spacing: 0;
}

.tableDetails {
    width: inherit;
    min-width: 450px;
    float: left;
}

.table-striped > tbody > tr:nth-child(1) > td,
.table-striped > tbody > tr:nth-child(1) > th {
    background-color: #f5f5f5;
}

.table-striped > tbody > tr > td:nth-child(1),
.table-striped > tbody > tr > th :nth-child(1),
.table-striped > tbody > tr > td:nth-child(4),
.table-striped > tbody > tr > th :nth-child(4) {
    width: 230px;
    box-shadow: inset 0 0 0 99999px rgba(218, 218, 218, 0.2);
}

.table-striped > tbody > tr > td:nth-child(2),
.table-striped > tbody > tr > th :nth-child(2),
.table-striped > tbody > tr > td:nth-child(5),
.table-striped > tbody > tr > th :nth-child(5) {
    width: 250px;
}

.table-striped > tbody > tr > td:nth-child(3),
.table-striped > tbody > tr > th :nth-child(3) {
    width: 20px;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0);
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-top: 0px;
    border-bottom: 0px;
}

.tableDetails {
    width: inherit;
    min-width: 450px;
    float: left;
}

    .tableDetails thead > tr > th, .tableDetails tbody > tr > th, .tableDetails tfoot > tr > th,
    .tableDetails thead > tr > td, .tableDetails tbody > tr > td, .tableDetails tfoot > tr > td {
        border-bottom: 0px !important;
        /*white-space: nowrap;*/
    }

/*################ END - details page table decorations ###################*/
/*################ Index page table decorations ######################*/
.index-table {
    table-layout: unset;
}

    .index-table tbody tr {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0);
    }

        .index-table tbody tr:hover {
            background-color: rgba(220, 220, 220, 0.2);
            /*background-color: #ced9ff63;*/
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
            cursor: pointer;
            -webkit-transition-property: background-color; /*Safari*/
            -webkit-transition-duration: 5s; /* Safari */
            transition-property: background-color;
            transition-duration: 0.5s;
        }

        .index-table tbody tr td {
            padding-top: 0.25%;
            padding-bottom: 0.25%;
            vertical-align: inherit;
            word-wrap: break-word;
        }

    .index-table tbody .links-section {
        text-align: right;
        min-width: 100px;
    }

    .index-table thead {
        /*background-color: #ddddddbf;*/
        color: #fff;
        background-color: #212529;
        border-color: #32383e;
    }

        .index-table thead a {
            /*background-color: #ddddddbf;*/
            color: #fff;
        }
        .index-table thead tr th {
            word-wrap: break-word;
        }
/*################ END - Index page table decorations ######################*/


.success-msg {
    color: #468847;
}

.error-msg {
    color: #b94a48;
}

.required::after {
    content: "*";
    font-weight: normal;
    color: red;
}

/* styles for validation helpers */
.validation-summary-errors {
    color: #b94a48;
}

    .validation-summary-errors li {
        list-style-type: none;
    }

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

.form-group {
    background: transparent;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.flight-date-pickers .form-group {
    background: transparent;
    max-width: 47.4%;
}


@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 240px;
        overflow: hidden;
        height: 40px;
        clear: left;
        text-align: left;
        text-overflow: ellipsis;
        white-space: normal;
        padding-left: 30px;
        padding-top: 10px;
        z-index: 1;
        font-weight: bold;
        vertical-align: middle;
    }

    .dl-horizontal dd:nth-child(even) {
        /*padding-top:20px;*/
        margin-left: 240px;
        /*padding: 5px 15px 5px 5px;
        height: 40px;
        padding-left: 30px;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;*/
        width: 50%;
        /*z-index: -1;
        vertical-align:middle;*/
        white-space: normal;
        overflow: hidden;
        height: 50px;
        /*text-align: left;*/
        text-align: left;
        text-overflow: ellipsis;
        padding-left: 10px;
        padding-top: 10px;
        z-index: 1;
        font-weight: normal;
        vertical-align: middle;
    }

    .dl-horizontal dd {
        white-space: pre-line;
        height: 100%;
    }
}


.icon-stack {
    position: relative;
    display: inline-block;
    height: 0.7em;
    line-height: 2em;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
}

.icon-stack-1x {
    line-height: inherit;
    text-align: right;
    top: 3px;
    left: -5px;
    font-size: 11px;
}

.icon-stack-2x {
    font-size: 1em;
}

/*.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #cac4c4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}*/

/*################ START - Main Content Theme decorations ######################*/
.main-content {
    margin-top: 30px;
    color: #000;
    padding: 20px;
    border-radius: 6px;
    padding-bottom: 15px;
    padding-right: 20px;
    z-index: 999;
    top: 160px;
    position: static;
    box-shadow: 0px 7px 26px 1px rgba(43, 43, 43, 0.39);
    background: rgba(255, 255, 255, 0.89) !important;
    min-height: 480px;
    margin-bottom: 15px;
    overflow-x: scroll;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #212529;
    border-color: #32383e;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.copyright a {
    color: #fff;
}

.btn-primary-travelX {
    background: #0192d5;
    border-color: #2bb4f3;
    color: #fff;
    min-width: 100px;
    /*border-radius:2px;*/
}

.btn-primary-travelX-small {
    background: #0192d5;
    border-color: #2bb4f3;
    color: #fff;
    /*border-radius:2px;*/
}

.btn-go_back {
    color: #fefefe;
    background-color: #2b5273;
    border-color: #2b5273;
    padding-bottom: 4px;
    padding-top: 4px;
}

    .btn-go_back:hover, .btn-go_back:focus {
        color: #fefefe;
        background-color: #2789d9;
        border-color: #2789d9;
    }

/*################ END - Main Content Theme decorations ######################*/

/*################ START - tabs Styles ######################*/

.tabs-travelX {
    margin-top: 50px;
    padding: 27px 20px 20px;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px 5px;
    border-radius: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    z-index: 999;
    top: 160px;
    position: static;
    box-shadow: 0px 0px 0px 1px rgb(165, 158, 158);
    /*box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);*/
    /* background: rgba(0, 0, 0, 0.89) !important; */
}

    .tabs-travelX .form-group label, .tabs-travelX table th, .tabs-travelX table th label {
        /*color: #000;*/
        font-weight: 400;
        /*margin-bottom: 3px;*/
        /*font-size: 15px;*/
    }

.tabbable #flightChooseTab li a {
    padding: 15px 25px;
    /*font-size: 16px;*/
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form-group label {
    /*color: #000;*/
    font-weight: 400;
    /*margin-bottom: 3px;*/
    /*font-size: 15px;*/
}

.input-group-addon {
    top: 0px;
    border-radius: 2px;
}
/*################ END - tabs Styles ######################*/

/*#################### Start Div Collapse - Styles #####################################*/
.div-toggle {
    background: rgb(244, 244, 244);
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.div-toggle-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: rgb(251, 251, 251);
}

.div-toggle-content-heading {
    background: rgb(244, 244, 244);
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.toggle-content {
    margin-left: 20px;
    margin-right: 20px;
    /*background: rgb(244, 244, 244);*/
    margin-bottom: 10px;
}

.role-content-heading {
    padding: 10px;
    background: rgb(247, 247, 247);
}

.role-content-body {
    padding: 10px;
    background: rgb(254, 254, 254);
}
/*#################### End Div Collapse - Styles #####################################*/


.hr-custom {
    margin-top: 5px !important;
}

.hr-custom-profile {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.profile-content {
    background-color: rgb(250, 250, 250);
    padding: 10px;
}

.profile-content-row {
    margin-bottom: 5px;
}

.icon-profile {
    text-align: center;
    padding-top: 25px;
}

.booking-card-content {
    background-color: rgb(250, 250, 250);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    word-break: break-word;
}

.booking-row-content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    word-break: break-word;
}

.booking-card-thead {
    /*background-color: rgb(0,0,0);
    color:#fff;*/
    background-color: rgb(225, 225, 225);
}

.booking-card-thead-grey {
    background-color: rgb(240, 240, 240);
}


.fa-round {
    /*display: inline-block;
    border-radius: 50%;
    padding: 20px;
    background-color: rgb(220, 220, 220);*/
}

.fa-info-custom {
    margin-top: 20px;
}

.fa-id-card-custom {
    margin-top: 40px;
}

.fa-briefcase-custom {
    margin-top: 20px;
}

.fa-money-custom {
    margin-top: 45px;
}

.company-logo {
    border: 2px solid gainsboro;
    width: 50%;
    /*height: 265px;*/
}

.company-banner {
    border: 2px solid gainsboro;
    width: 728px;
    height: 90px;
}

.company-logo-upload {
    border: 2px solid gainsboro;
    width: 100px;
}

.td-right {
    text-align: right;
}


/*Loading image*/
.Loading-content {
    text-align: center;
    background-color: #fff0;
    border: none;
    box-shadow: none;
    margin-top: 15%;
}
.Loading {
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    display: block
}
.ml-5{margin-left:5px;}