﻿/*-------------   Sedgwick Rebranding  ------------*/

.bodyClass 
{
    width: 800px;
    position: fixed;
}

.headerTable 
{
    background-color: #212121;
    height: 50px;
    width: 800px;
    border: 0 solid #212121;
}

.footerLabel
{
     background-color: #212121; 
     color: #FFFFFF; 
     height: 40px;
     width:800px;
     align-self:center;
}

.footerTR
{
    background-color: #212121; 
    color: #FFFFFF; 
    height: 60px;
}

.copyright 
{   
    height: 10px;
}
.copyright-td
{
    padding:20px 45px 0 0;    
    text-align:right;
    vertical-align:middle;
}

.label-assistance 
{
    width:50%; 
    padding:20px 5px 0 50px;
    text-align:left;
    font-size:9pt;
}

.textHelp 
{
    padding-left: 65px;
    height: 22px;
    border: 0 solid #007DBC;
    vertical-align: middle;
}

.privacyLink
{   
   font-size:14px;
   font-weight:normal;
   padding-top:20px;
}
.privacyLink a
{
    color:#FFFFFF;
    font-weight:normal;
}
.privacyLink a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
    font-weight:bold;
}

.welcome 
{
    height: 112px;
    width: 539px;
    color: #373D4B;
    font-family: "Helvetica";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.navPosition 
{
    width: 799px;
    background-color: #fff;
}

.centerTable 
{
    width: 75%;
    margin: 0 auto;
}

.labelSteps 
{
    width: 162px;
    height: 160px;
}

.navButton 
{
    width: 140px;
    height: 55px;
    border: 0 solid black !important;
    padding: 10px 5px 10px 0;
}

.centerButtons
{
     padding: 20px 0 25px 0;
}

.commentLabels
{
    font-family:"Helvetica";
    font-size: 18px;
    color: #373D48;
    text-align: center;
    border: 1px solid #373D48;
    padding: 10px 40px;
}

.inputText
{
    width:140px;
    font-family:"Helvetica";
    font-size:18px;
    line-height:1px;
    color:#373D4B; 
    text-align:left;
    vertical-align:middle;
}

.inputBox 
{
    width: 150px;
    height: 23px;
    font-family:"Helvetica";
    font-size:18px;
    line-height:25px;
    color:#373D4B; 
    margin-bottom: 5px;
}

.consigneeId {
    height: 25px;
    width: 120px;
    color: #373D4B;
    font: normal 18px "Helvetica";
    letter-spacing: 0;
    line-height: 25px;
}

.consigneeLabel 
{
    width: 50%;
    padding: 5px 15px;
    display: inline-block;
    border: solid 1px black;
    padding: 10px;
    text-align: center;
    margin: 10px 200px;
    color: #000000;
    font: normal 13pt "Helvetica";
}

.consigneeBanner 
{
    height:26px;
    padding:5px 0 0 20px;
    font-size:15px;
    border:solid .5px;
}

.DDLabel
{
    height:25px;
    font-size:18px;
    position:relative;
    left:25px;
}
.DDLabel select {
    width: 53px;
    font-family: "Helvetica";
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 2px;
    padding: 0 6px;
    background-image: url("../App_Images/_Rebrand/icon-arrow-down-gray.svg");
    background-position: 33px;
    background-size: 13px;
    background-repeat: no-repeat;
}

.labelCount
{
    font-size:18px;
    font-weight:bold;
    position:relative;
    left:25px;
    line-height:33px;
}
.confirmLabel 
{
    color: #171C20;
    line-height: 25px;
}

.emailBox 
{
    width: 200px;
    height: 23px;
    padding:1px;
    border: 1px solid #373D4B;
    border-radius: 2px;
}

.get-started-button {
    height: 36px;
    width: 140px;
    border: solid 1px #00F584;
    border-radius: 25px;
    background: url("../App_Images/_Rebrand/icon-arrow-right-white-circle.svg") left 104px top 7px no-repeat #212121;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    padding: 1px 15px;
    transition: background-color .2s ease, box-shadow .2s ease, transform .05s ease;
}

.get-started-button:hover {
    background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 104px top 7px no-repeat #00F584;
    color: #000000;
}


/* Focus (keyboard accessibility) */
.get-started-button:focus-visible {
    outline: 3px solid #00F584;
    outline-offset: 2px;
}

/* Active (pressed) */
.get-started-button:active {
    transform: translateY(1px);
}

/* Disabled state (ASP.NET adds .aspNetDisabled sometimes) */
.get-started-button[disabled],
.aspNetDisabled.get-started-button {
    opacity: .6;
    cursor: not-allowed;
    pointer-events: none;
}


.back-button {
    height: 36px;
    width: 130px;
    border: solid 1px #00F584;
    border-radius: 25px;
    background: url("../App_Images/_Rebrand/icon-arrow-left-white-circle.svg") left 14px top 8px no-repeat #212121;
    color: #FFFFFF;
    font-family: "Helvetica";
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
    padding: 1px 0 1px 20px !important;
    transition: background-color .2s ease, box-shadow .2s ease, transform .05s ease;
}

.back-button:hover {
    background:  url("../App_Images/_Rebrand/icon-arrow-left-gray-circle.svg") left 14px top 8px no-repeat #00F584;
    color: #000000;
}


/* Focus (keyboard accessibility) */
.back-button:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

/* Active (pressed) */
.back-button:active {
    transform: translateY(1px);
}

/* Disabled state (ASP.NET adds .aspNetDisabled sometimes) */
.back-button[disabled],
.aspNetDisabled.back-button {
    opacity: .6;
    cursor: not-allowed;
    pointer-events: none;
}


.proceed-button {
    height: 36px;
    width: 130px;
    border: solid 1px #00F584;
    border-radius: 25px;
    background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 94px top 8px no-repeat #f5f6f7;
    color: #808080;
    font-family: "Helvetica";
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
    padding: 1px 10px 1px 0;
    transition: background-color .2s ease, box-shadow .2s ease, transform .05s ease;
}

/*
.proceed-button:hover {
    background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 94px top 8px no-repeat #00F584;
    color: #000000;
}
*/

/* Focus (keyboard accessibility) */
.proceed-button:focus-visible {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

/* Active (pressed) */
.proceed-button:active {
    transform: translateY(1px);
}

/* Modifier for a different base color */
    .proceed-button.is-active {
        background: url("../App_Images/_Rebrand/icon-arrow-right-white-circle.svg") left 94px top 8px no-repeat #212121;
        color: #FFFFFF;
    }

.proceed-button.is-active:hover {
    background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 94px top 8px no-repeat #00F584;
    color: #000000;
}
    /* Disabled state (ASP.NET adds .aspNetDisabled sometimes)*/
    /*    .proceed-button[disabled],
    .aspNetDisabled.proceed-button {
        cursor: not-allowed;
        pointer-events: none;
        background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 94px top 8px no-repeat #f5f6f7
    }
*/

.proceed-button2 {
    height: 36px;
    width: 130px;
    border: solid 1px #00F584;
    border-radius: 25px;
    background: url("../App_Images/_Rebrand/icon-arrow-right-white-circle.svg") left 94px top 8px no-repeat #212121;
    color: #FFFFFF;
    font-family: "Helvetica";
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
    padding: 1px 10px 1px 0;
    transition: background-color .2s ease, box-shadow .2s ease, transform .05s ease;
}

.proceed-button2:hover {
    background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 94px top 8px no-repeat #00F584;
    color: #000000;
}

/* Focus (keyboard accessibility) */
.proceed-button2:focus-visible {
    outline: 3px solid #00F584;
    outline-offset: 2px;
}

/* Active (pressed) */
.proceed-button2:active {
    transform: translateY(1px);
}




.request-button {
    height: 36px;
    width: 225px;
    border: solid 1px #00F584;
    border-radius: 25px;
    background: url("../App_Images/_Rebrand/icon-arrow-right-white-circle.svg") left 190px top 8px no-repeat #212121;
    color: #FFFFFF;
    font-family: "Helvetica";
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 1px 10px 1px 20px !important;
    transition: background-color .2s ease, box-shadow .2s ease, transform .05s ease;
}
.request-button:hover {
    background: url("../App_Images/_Rebrand/icon-arrow-right-gray-circle.svg") left 190px top 7px no-repeat #00F584;
    color: #000000;
}


/* Focus (keyboard accessibility) */
.request-button:focus-visible {
    outline: 3px solid #00F584;
    outline-offset: 2px;
}

/* Active (pressed) */
.request-button:active {
    transform: translateY(1px);
}

 .radioBtn
{
    font-family: "Helvetica" !important;
    text-align: left;
    color: black;
    accent-color: black;
    display: inline-flex;
    padding:0 0 5px 15px;
}
 .radioBtn label
 {
     margin-left:5px;
 }

.deliveryWarning 
{
    text-align:left;
    font-family:Helvetica;
    font-style:normal;
    font-weight:bold;
    line-height:28px;
    padding-left:10px;
    accent-color: black;
}
.deliveryWarning label
{
    font-family:Georgia;
    font-size: 19px;
    font-style:italic;
    font-weight:bold;
    line-height:28px;
    padding-left:10px;
}

.captchaImg 
{
    text-align:left;
    vertical-align:top;
    width:52px;
    height:52px;
    background-color:#FFFFFF;
    padding: 0 !important;
}

.captcha-table
{
    width:354px;
    border:1px double black;
}

/*
.grey-oval {
    height: 4px;
    width: 4px;
    background-color: #5A6277;
    border-radius:50%;
    padding: 2px;
    position: relative;
    line-height: 10px;
}

.dotLine
{
    border:none;
    border-top: 4px dotted #5A6277;
    color: #5A6277;
    background-color:#fff;
    height: 4px;
    width: 30px;
}

.line
{
    margin: 5px 0;
    height:3px;
    width: 20px;
    background: repeating-linear-gradient(to right, #5A6277,0, transparent 5px, transparent 7px)
}

.oval {
    height: 105px;
    width: 105px;
    line-height: 26px;
    border-radius:50%;
    background-color: #FFFFFF;
    border: solid 1px #5A6277;
    font-family: "Source Sans Pro";
    font-size: 13pt;
    text-align: center;
    vertical-align:middle;
    padding: 28px 4px;
}


.oval-current {
    height: 105px;
    width: 105px;
    position:relative;
    line-height: 24px;
    border-radius:50%;
    border: solid 1px #007DBC;
    background-color: #007DBC;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 13pt;
    text-align: center;
    vertical-align:middle;
    padding: 25px 12px;
}*/
