* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}

body {
    background: #dcdcdc;
    font-size: 13px;
    font-family: "Arimo", sans-serif !important;
    letter-spacing: 0.3px;
    color: #444;
    padding-bottom: 20px;
}

.outer {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
}

.container {
    background: #fff;
    box-shadow: 0 0 0 0.5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 30px;
}

.title {
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    color: #222;
}

.desc {
    text-align: right;
    font-size: .8em;
    color: #7c7c7c;
    padding-top: 5px;
}

.ul > li {
    padding: 10px 0;
    margin: 5px 0;
    position: relative;
}

.labelName {
    padding-bottom: 8px;
    display: block;
    font-size: 15px;
    color: #222;
}

.important {
    color: #f00 !important;
}

input[type=text] {
    border-radius: 3px;
    padding: 8px 5px 8px 5px;
    font-size: 13px;
    border: 1px solid #a5a5a5 !important;
    width: 100%;
}

.warningMessage {
    font: 12px Arial, Arimo, Helvetica, sans-serif;
    color: #ff0000;
    padding-top: 5px;
    display: none;
    word-wrap: break-word;
}

.instruction {
    color: #7c7c7c;
    font-size: 13px !important;
    font-style: normal;
    margin-top: 3px;
    overflow: visible !important;
    line-height: 1.5;
    margin-bottom: 3px;
}

.termsAccept {
    margin-top: 2px !important;
}

input[type=radio] {
    vertical-align: middle;
}

.termsAccept input[type="checkbox"] {
    margin-top: 3px !important;
    float: left;
    display: block;
    height: 13px;
    margin: 4px 0 0;
    padding: 0;
    width: 13px;
}

.customCheckBox .cusChoiceLabel {
    display: block;
    cursor: pointer;
    margin: 0 !important;
    position: relative;
}

.customCheckBox input[type="checkbox"] + .cusChoiceLabel:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -0.25em;
    border-radius: 2px;
    border: 1px solid #9e9e9e;
    margin: 0;
    top: 0;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    float: left;
}

.customCheckBox input[type="checkbox"]:checked + .cusChoiceLabel:after {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    width: 3px;
    margin-bottom: 0;
    border-bottom: 2px solid #24A68A;
    border-right: 2px solid #24A68A;
    content: "";
    position: absolute;
    left: 7px !important;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    top: 5px;
}

.termsAccept.customCheckBox input[type="checkbox"]:checked + .cusChoiceLabel:after {
    top: 3px;
}

.customCheckBox input[type="checkbox"]:checked, .customCheckBox input[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.termsAccept .descFld {
    margin-left: 26px;
    font-size: 13px;
    float: none;
    display: block;
    cursor: default;
}

.date .tempContDiv input[type="text"] {
    float: left;
    margin-right: 0px;
    width: 100%;
}

.calIconWrapper {
    display: table-cell;
    vertical-align: middle;
}

.calendarCont .calIconWrapper {
    width: 16px;
    padding-left: 8px;
}

.clearBoth {
    clear: both;
}

.calendarCont {
    display: table;
    width: 50%;
}

.formSubInfoText {
    margin-left: 2px;
}

.date .tempContDiv label {
    color: #7c7c7c;
    font-size: 13px !important;
}

.date .tempContDiv span label {
    display: block;
    padding-top: 3px;
    text-align: left;
}

.signContainer canvas {
    cursor: crosshair;
    border: 1px solid #d6d8d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    background: #fff;
}

.signContainer a {
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
    color: #24A68A;
}

.fmFooter {
    text-align: center;
}

.fmSmtButton {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 10px 40px 10px 40px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Arimo", sans-serif;
}

.submitColor {
    color: #fff;
    border: 1px solid;
    border-color: #24A68A;
    background: #24A68A;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.signContainer canvas:focus {
    border: 1px solid #24A68A !important;
    outline: none;
}

.errorMessage {
    font: 12px Arial, Arimo, Helvetica, sans-serif;
    color: #ff0000;
    padding-top: 5px;
    display: none;
    word-wrap: break-word;
}

.dim-div1 {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.splashMsgWrapper {
    background: rgba(225, 225, 225, 0.5) !important;
}

.splashMsgWrapper .splashMsgOuterCont {
    text-align: center;
}

.splashMsgWrapper .splashMsgCont {
    display: inline-block;
    padding: 15px 25px;
    font-size: 13px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 600px;
}

.fmFooter {
    padding: 25px 30px;
}

.dim-div {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: rgba(25, 35, 43, 0.85);
    width: 100%;
    z-index: 500;
}

.popUpOuter {
    margin: 0 auto;
    margin-top: 0%;
    z-index: 999;
}

.popUpInner {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px 30px 20px 30px;
    height: 1%;
    border: 1px solid #fff;
}

.popupHeader {
    font-size: 17px;
    color: #000;
    padding: 0px 0px 15px;
    font-weight: 500;
}

.popupHeader .rtAction {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    text-decoration: none;
    background: #fff;
    height: 10px;
    padding: 5px;
}

.popupHeader .ppDeleteIcon {
    margin-top: -16px;
    margin-right: -16px;
}

.popupTemFot {
    margin-top: 10px;
    padding: 10px 0px;
}

.popupTemFot a {
    text-decoration: none;
    margin: 0 8px 0 2px;
}

.btnCurve {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 3px;
}

.lightGray {
    color: #444;
    border: solid 1px #ccc;
    background: #F4F4F4;
}

.removeBdr {
    border-bottom: none;
    padding-bottom: 0px;
}

.removeBdr .ppDeleteIcon {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.popupMainCont {
    padding: 5px 0px;
}

.kjtx {
    margin-bottom: 10px;
}

.kjtx a {
    color: #2440b3;
    padding: 0 7px;
}

@media only screen and (min-width: 1024px) {
    .outer {
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 475px) {
    .date .tempContDiv .calendarCont {
        width: 100% !important;
    }
}