﻿@font-face {
    font-family: "Delivery";
    src: url("../CSS/Fonts/DeliveryArabic_Lt.ttf");
}

html, body {
    position: relative;
    min-height: calc(100vh - 50px - 10px);
}

body {
    font-family: "Delivery",sans-serif !important;
    margin-top: 75px;
}

#DHLNavbar {
    background-color: #ffcd00 !important;
}

    #DHLNavbar a.DHLPageTitle {
        color: black;
        font-weight: bold;
    }

    #DHLNavbar li,
    #DHLNavbar li a {
        font-size: 14px;
        color: black;
        vertical-align: middle;
        text-decoration: none;
        font-weight: bold;
        margin-left: 2.5px;
    }

    #DHLNavbar .dropdown-menu {
        background-color: white !important;
        border: 3px white solid !important;
        border-radius: 4px;
    }

        #DHLNavbar .dropdown-menu li a {
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 12px;
            font-weight: bold;
        }

    #DHLNavbar .DHLLangPick {
        padding-left: 5px;
        padding-right: 5px;
        display: inline;
        float: right;
    }

        #DHLNavbar .DHLLangPick:last-child {
            padding-left: 5px;
            padding-right: 5px;
        }

#DHLFooter {
    background-color: #ffcd00;
    height: auto;
    font-size: 11px;
    color: black;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    #DHLFooter .container {
        margin-top: 5px;
    }

.DHLLoginForm {
    margin-top: 10vh;
    text-align: center;
}

    .DHLLoginForm #DHLLoginTitle {
        font-weight: bold;
        color: black;
    }

    .DHLLoginForm .txtLoginForm,
    .DHLLoginForm .txtLoginForm::placeholder {
        background-color: transparent !important;
        border-width: 0px 0px 2px 0px !important;
        border-color: #FFCD00;
        text-align: center;
        color: black !important;
        margin: 5px;
        width: 250px;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .DHLLoginForm button {
        color: black !important;
        border-radius: 4px;
        background-color: transparent !important;
    }

        .DHLLoginForm button:hover {
            background-color: rgb(0,0,0,0.05) !important;
        }

.DHLBtn {
    margin: 10px 0px;
    font-size: 14px;
    padding: 5px 15px;
    background-color: #FFCD00;
    color: black;
    border: 2px solid #FFCD00;
    font-weight: bold;
}

    .DHLBtn:hover {
        background-color: #c9c9c9;
        color: black;
        border: 2px solid #FFCD00;
    }

.DHLBtnCollapsable {
    text-decoration: none;
    color: black;
    background-color: transparent !important;
    border: 0px;
}

.DHLCbx label {
    font-weight: normal !important;
    font-size: 14px;
    padding-left: 5px;
    display: table;
}

.DHLCbx input {
    float: left;
}

.DHLBtnClean {
    font-size: 14px;
    padding: 5px 15px;
    color: black;
    background-color: transparent;
    border: 2px solid #C9C9C9;
    border-radius: 3px;
    font-weight: bold;
}

    .DHLBtnClean:hover {
        background-color: rgb(0,0,0,0.15) !important;
    }

.Selected {
    background-color: #ffcd00 !important;
}

select.DHLBtnClean {
    padding: 6px 15px !important;
}

.DHLSearchAWB {
    margin-top: 2.5vh;
    text-align: center;
}

.DHLHeaders {
    font-weight: bold;
    color: white;
    margin-top: 15px;
    line-height: 1.5;
}

.DHLDesc {
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.DHLLabels {
    font-weight: bold;
    line-height: 2;
}

.txtAWB {
    background-color: transparent !important;
    border-width: 0px 0px 2px 0px !important;
    border-color: #FFCD00;
    margin: 15px 10px 15px 10px;
    padding-bottom: 2px;
    width: 300px;
    height: 42px;
    font-size: 20px;
    text-align: center;
    color: white !important;
}

    .txtAWB::placeholder {
        font-size: 20px;
        text-align: center;
        color: white !important;
    }

.DHLMainInfo {
    margin: 0px 0px 2.5vh 0px;
}

    .DHLMainInfo .DHLMainIcon {
        margin: 10px;
        font-size: 46px;
        color: white;
    }

.DHLContainer {
    margin-top: 20px;
    padding: 15px 5px;
    color: white;
    border: 2px solid #FFCD00;
}

.DHLContainer1 {
    margin-top: 20px;
    padding: 15px 25px;
    color: white;
    background-color: rgb(0,0,0,0.85);
}

.DHLHR {
    border: 1px solid black;
    margin: 6px 0px !important;
}

.DHLHRYellow {
    border: 1px solid #ffcd00;
    margin: 6px 0px !important;
}

#DHLHelpList {
    font-size: 16px;
}

    #DHLHelpList li {
        margin: 10px 0px;
    }

#DHLFAQList {
    margin-bottom: 15px;
}

    #DHLFAQList .fas {
        font-size: 20px;
    }

    #DHLFAQList .FAQList {
        margin-left: 14px;
    }

.FAQList li {
    padding-bottom: 7px;
}

.FAQList {
    margin-top: 5px;
}

.DHLInfoList li {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 8px 0px;
}

.DHLInfoList {
    margin: 7px 0px;
}

.DHLSection {
    margin-top: 10px;
    color: white;
    background-color: rgb(0,0,0,0.85);
    padding-bottom: 15px;
}

.DHLBold {
    font-weight: bold;
    color: #FFCD00;
    cursor: pointer;
}

/* update panel progress - Start */
.BigUpdateProgressModalWithZIndex {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #3C3D3C;
    opacity: 0.6;
    moz-opacity: 0.60;
    filter: alpha(opacity=60);
    z-index: 2147483647;
}

.BigUpdateProgressImage {
    margin-left: 45%;
    margin-top: 25%;
}
/*update panel progress - end */


/*gridview*/
.table {
    overflow-x: auto;
    border: 0px !important;
}

    .table table tbody tr td a,
    .table table tbody tr td span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: black;
        text-decoration: none;
        background-color: transparent;
        border: 1px solid #ffcd00;
    }

    .table table > tbody > tr > td > span {
        color: white;
        cursor: default;
        background-color: #ffcd00;
        border-color: transparent;
    }

    .table table > tbody > tr > td:first-child > a,
    .table table > tbody > tr > td:first-child > span {
        margin-left: 0;
    }

    .table table > tbody > tr > td > a:hover,
    .table table > tbody > tr > td > span:hover,
    .table table > tbody > tr > td > a:focus,
    .table table > tbody > tr > td > span:focus {
        color: white;
        background-color: #ffcd00;
        border-color: transparent;
    }
/*end gridview */

.cpTable {
}

    .cpTable thead {
        background-color: #e5e5e5;
        border-bottom: 0px !important;
        color: black;
        font-weight: bold;
        font-size: 14px;
    }

    .cpTable tbody {
        background-color: transparent;
        font-weight: bold;
        font-size: 12px;
    }

    .cpTable tr th,
    .cpTable tr td {
        text-align: center;
        border: 1px solid #c9c9c9 !important;
    }

    .cpTable table tr td {
        border: 0px solid transparent !important;
    }

    .cpTable a {
        color: #ba0c2f;
    }

.form-group {
    border: 0px !important;
}

    .form-group input,
    .form-group select,
    .form-group textarea {
        margin-top: 5px !important;
    }

    .form-group .ProcessShipment {
        margin: 5px 0px !important;
    }

.ProcessShipment {
    margin: 5px 0px;
    font-size: 14px;
}

    .ProcessShipment input,
    .ProcessShipment textarea {
        border: 1px solid white !important;
        color: white !important;
        margin-top: 3px;
    }

.DHLBtnFloatRight {
    margin-top: 22px;
    float: right;
}

.DHLBtnFloatLeft {
    margin-top: 22px;
    float: left;
}

.file-upload {
    margin: 5px 0px;
    font-size: 14px;
    cursor: pointer;
    height: 33px;
    width: 100px;
    text-align: center;
}

    .file-upload input {
        top: 0;
        left: 0;
        margin: 0;
        font-weight: bold;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.GenericCollapsibleDiv {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    font-weight: bold;
}


.GenericCollapsiblePanelHeader {
    background-color: #ffcd00;
    height: 32px;
    padding-top: 4px;
}

.GenericCollapsiblePanelContent {
    padding: 10px;
    overflow: hidden;
}

.GenericCollapsiblePanelText {
    float: left;
}

.GenericCollapsiblePanelImg {
    float: right;
    padding-right: 5px;
}

    .GenericCollapsiblePanelImg img {
        height: 21px !important;
    }

.GenericCollapsiblePanelHeader {
    padding-top: 6px;
    padding-left: 10px;
    font-size: 14px;
    color: black;
}

.MarginTop {
    margin-top: 35px;
}

.MarginBottom {
    margin-bottom: 85px;
}

button[disabled] {
    border-color: #c9c9c9 !important;
    background-color: #c9c9c9;
}

.modal-header {
}

.modal-content {
    background: rgba(0, 0, 0, 1);
    color: white;
    border: 2px #FFCD00 solid;
}

#myModalInfo {
    font-size: 15px;
}

div[data-notify="container"] {
    top: 60px !important;
    right: 15px !important;
}

.navbar-collapse {
    background-color: rgb(255, 205, 0);
}

.table-responsive-div {
    overflow-x: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btnFeedback {
    background-color: transparent;
    margin: 10px 0px;
    font-size: 14px;
    color: white;
    border: 1.5px solid white;
    padding: 2.5px 10px;
    font-weight: bold;
    border-radius: 20px;
}

    .btnFeedback:hover {
        background-color: #ffcd00;
        color: black;
        border: 1.5px solid white;
        padding: 2.5px 10px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 20px;
    }

.btnFeedbackSelected {
    background-color: #ffcd00;
    color: black;
    border: 1.5px solid white;
    padding: 2.5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
}

.lblRating {
    background: #5178D0;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    width: 1.6em;
}

#ddlShipmentValueCur option,
#ddlShippingValueCur option {
    background: black;
}

.nav > li > a {
    padding-left: 2.5px !important;
    padding-right: 0px !important;
}

#lPpwRequired {
    margin-bottom: 0px;
}

    #lPpwRequired li {
        background-color: transparent;
        padding: 0px 0px;
        border: 0px;
    }

        #lPpwRequired li i {
            color: #ffcd00;
        }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 380px !important;
}

.DHLDdl {
    background-color: transparent;
    border: 2px #c9c9c9 solid;
    border-radius: 2px;
    padding: 2px;
}

    .DHLDdl option {
        background: black;
    }

.DHLBtn:focus {
    color: black;
}

.aTemplateRead {
    color: white !important;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-bottom: 0px !important;
}

.navbar-nav {
    margin: 5.5px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px !important;
    }
}

.modal-header h4 {
    font-weight: bold;
}

@media only screen and (min-width:47.5em) {
    #DHLBannerDesktop {
        display: block !important;
    }

    #DHLBannerMobile {
        display: none !important;
    }
}

@media only screen and (max-width:47.5em) {
    #DHLBannerDesktop {
        display: none !important;
    }

    #DHLBannerMobile {
        display: block !important;
    }
}
