﻿
/*Login*/
.Login_window_style {
    background: url(images/bg.png) top right no-repeat;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 0 auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.align_user_details {
    width: 360px;
    height: calc(100dvh - 80px);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 140px 80px 80px 80px;
    box-sizing: border-box;
    min-width: 520px;
    margin-left: auto;
}



.flt_lft {
    float: left;
}

.flt_rgt {
    float: right;
}

.align_center {
    text-align: center;
}

.clr {
    clear: both;
}

.bold {
    font-weight: bold;
}

.btn_signIn {
    background-color: #d14351;
    font-size: 30px;
    color: white;
    padding: 5px 20px;
    width: 385px;
    border-radius: 10px;
    border-color: #d14351;
}

.p_10 {
    padding: 10px;
}

.m_b_20 {
    margin: 0 0 20px 0;
}

.m_t_60 {
    margin: 60px 0 0 0;
}

.txt_brown_18 {
    color: #b39964;
    font-size: 18px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.txt_brown_13 {
    color: #b39964;
    font-size: 13px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.txt_brown_24 {
    color: #b39964;
    font-size: 24px;
    font-family: "Myriad Pro Regular", Arial, Helvetica, sans-serif;
}

.bg_brown {
    background-color: #b39964;
    width: 244px;
    margin-left: 0px;
    margin-right: 0px;
}

.bg_red {
    background-color: #D9737D;
    width: 244px;
    margin-left: 0px;
    margin-right: 0px;
}

.rounded_border {
    border-radius: 10px;
}

.border_brown {
    border: 2px solid #b39964;
}

.border_none {
    border: none;
}

.txt_w_15 {
    color: white;
    font-size: 15px;
    font-family: "Myriad Pro Regular", Arial, Helvetica, sans-serif;
}

.h_20 {
    height: 20px
}

.m_r_120 {
    margin-right: 120px;
}

.m_r_25 {
    margin-right: 25px
}

.txtbox_width {
    width: 340px
}

.logo_width {
    width: 360px
}

.logo_style {
    height: 120px;
    width: 170px;
}

.input_style {
    background-color: transparent;
    width: 100%;
    border: 2px solid rgb(179, 153, 100);
    padding: 10px;
}

a {
    text-decoration: none;
}

    a:hover {
        cursor: pointer
    }

.Border-dialog {
    border-top: 1px solid #b39964;
    margin: 20px 0 0 0;
    padding: 20px 0 10px 0
}

.bg_button_brown {
    background-color: #b39964;
}

.txt_red {
    color: #ff0000;
}

/*Order details*/
.Order_detail_body {
    background-color: #b1b4b8
}

.Order_detail_Wrapper {
    width: 1300px;
    margin: 0 auto;
    background-color: #ffffff;
    height: auto
}

.style_Check {
    height: 25px;
    width: 25px;
}

.txt_Order_Detail {
    font-size: 18px;
    color: #5d5853;
    font-family: "Myriad Pro Regular", Arial, Helvetica, sans-serif;
}

.bg_grid_od {
    background-color: magenta;
}

.table_row {
    color: #5d5853;
}

.table_row_header {
    Color: #d14351;
    border: 1px solid #f2f2f2;
}

.btn_style {
    background-color: #d14351;
    border: 2px solid #d14351;
    font-size: 18px;
    color: white;
    Width: auto;
    height: auto;
    padding: 5px 20px;
}

.border_grid {
    border-bottom: 1px solid rgba(201,186,184,0.5);
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.border_bot_gray {
    border-bottom: 1px solid rgba(201,186,184,0.5)
}

.pad_footer_grid {
    padding: 20px 50px 60px 50px;
}

.pad_check {
    padding: 20px 40px 20px 0
}

.m_r_20 {
    margin-right: 20px;
    text-align: right;
}

.w_60 {
    width: 60px;
}

.border-grey {
    border: 1px solid rgba(201,186,184,0.5)
}

.txt_LogOut {
    font-size: 20px;
    color: #d14351;
    font-family: "Myriad Pro Regular", Arial, Helvetica, sans-serif;
}

.bg-check {
    background-color: red
}

.outer_grid_style {
    width: 100%;
    height: 750px;
    background-color: #e6e6e6
}

.inner_grid_style {
    margin: 0 20px 40px 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.success_align {
    margin: 350px 0 350px 0
}

.data-protection {
    background-color: #b39964;
    text-align: center;
    display: block;
    padding-top: 10px;
    height: 30px;
}

.data-protection-forgotpassword {
    background-color: #b39964;
    text-align: center;
    display: block;
    padding-top: 10px;
    height: 30px;
}

.data-protect {
    margin: 0px;
}

.data-protect-errorpage {
    margin: 650px 0px 0px 0px;
}

.data-link {
    color: white;
    font-size: 20px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

body {
    margin: 0px;
}


.inner_grid_style div:first-child {
    overflow-y: scroll;
    height: 600px;
    overflow-wrap: normal;
}


@media only screen and (min-width:1401px) and (max-width:1600px) {
    .Login_window_style {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto 0 auto;
        background-size: cover;
        height: auto;
    }

    .change-password .align_user_details {
        padding: 220px 80px 0 80px;
    }
}

@media only screen and (min-width:1601px) {
    .Login_window_style {
        height: 1000px;
        max-width: 1980px;
    }

    .align_user_details {
        padding: 360px 80px 0 80px;
    }
}

.ui-widget-header {
    border: 1px solid #aaaaaa !important;
    background: #b39964 !important;
    color: #222222 !important;
    font-weight: bold;
    font-size: 1.1em !important;
    font-family: Verdana,Arial,sans-serif;
}


.ui-widget-content {
    border: 1px solid #aaaaaa !important;
    background: #ffffff !important;
    color: #222222;
}

    .ui-widget-content span {
        font-size: 1.1em !important
    }

.ui-dialog .ui-dialog-content {
    border: 0 !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif !important;
    font-size: 1.1em !important;
}