﻿
.marginTop {
    margin-top:0px;
    
}
.login h3 {
    font-size:24px;
    color:#0161aa;
    line-height:28px;
}
.success p {
    font-size:16px;
    line-height:24px;
    
}
label.dx-wrap {
  font-size: 16px;
}
.payamount {

    font-size:20px;
}
.dxeRadioButtonList {
  border-color: transparent;
}
.lbl {
    font-size:18px;
    line-height:20px;
}

.lblWords {
    font-size: 16px;
    line-height: 20px;
    width: 50%;
}



.dxflFormLayout .dxeButtonEdit {
    margin-top: 20px;
}
.provideInfo {
    color:#666;
}
.footer {
    color:#666;
}
.dollarValue {
    font-size:20px;
    color:#0161aa;
}
.left {
    line-height:40px;
}
body {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      line-height:22px;
}
#entryForm h3 {
    font-size:24px;
    color:#666;
}
.subtitle {
    font-size:16px;
    color:#666;
}
    h4 {
        font-size:20px;
        margin-top:15px;
        margin-bottom:20px;
        color:#666;
    }
.conbtn {
      width:100px;
    color: #fff;
    background-color: #0161aa;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    margin-bottom:30px;
}
    .conbtn:hover {
        background-color: #034E87;
    }

.conbtnModal {
    width: 99%;
    color: #fff;
    background-color: #0161aa;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 0px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 30px;
}

    .conbtnModal:hover {
        background-color: #034E87;
    }


.numberValidModal {
    width: 300px !important;
    height: 25px !Important;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dxpcLite_Moderno .dxpc-header, .dxdpLite_Moderno .dxpc-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dxeEditArea.dxeDisabled, .dxeDisabled .dxeMemoEditArea {
    color: rgb(114, 114, 114) !important;
}

.dxflFormLayout {
    font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px !important;
}

/*.dxeEditAreaSys {
     margin-top:15px;
        margin-bottom:15px;
    display: block;
    width: 250px !important;
    height: 24px !Important;
    padding: 6px 0px !Important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
    */
    .numberValid {
        margin-top:15px;
        margin-bottom:15px;
    width: 300px !important;
    height: 36px !Important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



 .progress-bar {
            background-color:#0061AA;
            color:#fff;
        }
        .progress-bar-success {
            /*background-color: #5cb85c;*/
            background-color:#009df5;
            background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
            -webkit-background-size: 40px 40px;
            background-size: 40px 40px;
            float: left;
            width: 0;
            height: 100%;
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            text-align: center;
            -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
            -webkit-transition: width .6s ease;
            -o-transition: width .6s ease;
            transition: width .6s ease;
        }
        .bar-font {
            color:#fff;
        }
        ol.progtrckr {
            margin: 0;
            padding: 0;
            list-style-type:none;
        }
            ol.progtrckr li {
                display: inline-block;
                text-align: center;
                line-height: 3em;
            }
            ol.progtrckr[data-progtrckr-steps="2"] li {
                width: 49%;
            }
            ol.progtrckr[data-progtrckr-steps="3"] li {
                width: 33%;
            }
            ol.progtrckr[data-progtrckr-steps="4"] li {
                width: 24%;
            }
            ol.progtrckr[data-progtrckr-steps="5"] li {
                width: 24%;
            }
            ol.progtrckr[data-progtrckr-steps="6"] li {
                width: 16%;
            }
            ol.progtrckr[data-progtrckr-steps="7"] li {
                width: 14%;
            }
            ol.progtrckr[data-progtrckr-steps="8"] li {
                width: 12%;
            }
            ol.progtrckr[data-progtrckr-steps="9"] li {
                width: 11%;
            }
            ol.progtrckr li.progtrckr-done {
                color: black;
                /*border-bottom: 4px solid yellowgreen;*/
                border-bottom:4px solid #009df5;
            }
            ol.progtrckr li.progtrckr-todo {
                color: silver;
                border-bottom: 4px solid silver;
            }
            ol.progtrckr li:after {
                content: "\00a0\00a0";
            }
            ol.progtrckr li:before {
                position: relative;
                bottom: -2.5em;
                float: left;
                left: 50%;
                line-height: 1em;
            }
            ol.progtrckr li.progtrckr-done:before {
                content: "\2713";
                color: white;
               /* background-color: yellowgreen;*/
               background-color:#009df5;
                height: 1.2em;
                width: 1.2em;
                line-height: 1.2em;
                border: none;
                border-radius: 1.2em;
            }
            ol.progtrckr li.progtrckr-todo:before {
                content: "\039F";
                color: silver;
                background-color: white;
                font-size: 1.5em;
                bottom: -1.6em;
            }
.tracking-bar {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.phoneNumber {
    color: #0161aa;
}

@media (prefers-color-scheme: dark) {

    body {
        background-color: #121212;
        color: #dcdcdc;
    }
    .provideInfo {
        color: #dcdcdc;
    }
    .footer {
        color: #dcdcdc;
    }
    .dollarValue {
        font-size: 20px;
        color: #009df5;
    }
    #entryForm h3 {
        font-size: 24px;
        color: #dcdcdc;
    }
    .subtitle {
        font-size: 16px;
        color: #dcdcdc;
    }
    h4 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 20px;
        color: #dcdcdc;
    }
    .dxic {
        color: #dcdcdc !important;
        background-color: #121212;
        border: 1px solid #dcdcdc;
    }
    .dxeEditAreaSys {
        background-color: #121212;
    }
    body input.dxeEditArea {
        color: #dcdcdc;
    }
    .dxeListBoxItemSelected {
        color: #121212;
        background-color: #dcdcdc;
    }
    .dxeTextBox .dxeEditArea{
        background-color: #121212;
    }
    .dxeButtonEdit .dxeEditArea{
        background-color: #121212;
    }
    .dxpcLite_iOS {
        color: #dcdcdc;
    }
    .dxdpLite_iOS {
        color: #dcdcdc;
    }
    .dxpc-headerContent {
        color: #dcdcdc;
    }
    .dxpc-footerContent {
        color: #dcdcdc
    }
    .dxpcLite_iOS .dxpc-mainDiv {
        background-color: #121212 !important;
        color: #dcdcdc;
    }
    .dxpcLite_iOS.dxpc-mainDiv {
        background-color: #121212 !important;
        color: #dcdcdc;
    }
    .dxdpLite_iOS .dxpc-mainDiv {
        background-color: #121212 !important;
        color: #dcdcdc;
    }
    .dxdpLite_iOS.dxpc-mainDiv {
        background-color: #121212 !important;
        color: #dcdcdc;
    }
    .dxpcLite_iOS .dxpc-header {
        color: #dcdcdc;
        background-color: #121212 !important;
        border-bottom: 1px solid #dcdcdc;
    }
    .dxdpLite_iOS .dxpc-header {
        color: #dcdcdc;
        background-color: #121212 !important;
        border-bottom: 1px solid #dcdcdc;
    }
    .dxpc-content {
        box-sizing: border-box;
        height: 100%;
        background-color: #121212;
        color: #dcdcdc;
    }
    #MainContent_btnBack {
        color: #dcdcdc !important;
    }
    ol.progtrckr li.progtrckr-done {
        color: #009df5;
        /*border-bottom: 4px solid yellowgreen;*/
        border-bottom: 4px solid #009df5;
    }
    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: #dcdcdc;
        background-color: #121212;
        font-size: 1.5em;
        bottom: -1.6em;
    }
    .dxeEditArea.dxeDisabled, .dxeDisabled.dxeMemoEditArea {
        color: #dcdcdc !important;
        opacity: 1;
        -webkit-text-fill-color: #dcdcdc !important;
    }
    .dxeEditArea.dxeDisabled, .dxeDisabled .dxeMemoEditArea {
        color: #dcdcdc !important;
        opacity: 1;
        -webkit-text-fill-color: #dcdcdc !important;
    }
    .dxeDisabled {
        color: #dcdcdc !important;
    }
    .dxeEditArea.dxeDisabled.dxeEditAreaSys{
        color: #dcdcdc !important;
    }
    .phoneNumber {
        color: #009df5;
    }
}