﻿#wizHeader li .prevStep {
    background-color: #669966;
}

#wizHeader li .prevStep:after {
    border-left-color: #669966 !important;
}

#wizHeader li .currentStep {
    background-color: #006944;
}

#wizHeader li .currentStep:after {
    border-left-color: #006944 !important;
}

#wizHeader li .nextStep {
    background-color: #C2C2C2;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
}

#wizHeader li .nextStep:after {
    border-left-color: #C2C2C2 !important;
}

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

#wizHeader li {
    float: left;
}

#wizHeader li a {
    color: white;
    font-family: 'Cairo-700', sans-serif;
    text-decoration: none;
    padding: 30px 0 30px 55px;
    background: brown;
    background: hsl(159deg 100% 21%);
    position: relative;
    display: block;
    float: left;
}

#wizHeader li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

#wizHeader li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

#wizHeader li:first-child a {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#wizHeader li:last-child {
    padding-right: 50px;
}

#wizHeader li a:hover {
    background: #bf9d42;
}

#wizHeader li a:hover:after {
    border-left-color: #bf9d42 !important;
}

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}

h3 {
    font-size: 28px;
    font-family: 'Cairo-700', sans-serif;
    margin: 20px 0;
    padding: 29px;
    text-align: left;
    color: #525252;
    background-color: #e6e6e6;
    border: 1px #d4d4d4 solid;
    width: 100%;
}

h2 {
    text-align: center;
    width: 100%;
}

table {
    width: 100%;
    Font-Size: 16px;
    font-family: 'Cairo-600';
}

.auto-style1 {
    border-style: solid;
    border-width: 1px;
    padding: 1px 4px;
    background-color: #3399FF;
}

.auto-style3 {
    border-style: solid;
    border-width: 1px;
    padding: 1px 4px;
}


/* ----------------------------------
   12. F O R M S
---------------------------------- */

.contact-form input,
.contact-form textarea,
.contact-form select {
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    padding: 8px 15px 9px;
    background: none;
    -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    color: #000000;
    font-size: 16px;
}

.control-label {
    font-size: 14px;
    display: block;
    padding: 15px 0;
    min-height: 82px;
    padding-bottom: 0;
        width: 100%;
}
.login-page .control-label
{
	min-height: 0px;
}

.dark1 .contact-form input,
.dark2 .contact-form input,
.dark3 .contact-form input {
    border: 2px solid 1px solid #3B476E;
}

.contact-form {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-form .input-field {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .contact-form .input-field {
        margin-bottom: 25px;
    }
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="Number"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
    width: 100%;
    background: #f5f5f5;
    border-color: #33333342;
    padding: 10px 15px 11px;
}

.contact-form select {
    /*padding: 0px 15px 0px;*/
}

.select {
    display: block;
    width: 100%;
    height: 41px;
    font-size: 14px;
    margin-bottom: 23px;
    /* margin-left: 38px !important; */
    line-height: 61px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.contact-form input[type="submit"] {
    border-color: #5BC0BE;
}

@media (max-width: 767px) {
    .contact-form input[type="submit"] {
        min-width: 50%;
    }
}

.contact-form textarea {
    padding-top: 12px;
    padding-bottom: 12px;
}

.contact-form .help-block ul li {
    font-size: 12px;
    color: #EC4640;
}

.contact-form .messages {
    color: #5BC0BE;
    text-align: center;
    padding: 21px 0 0;
    font-weight: 700;
    display: block;
}

.contact-form .messages button {
    display: none;
}

.dark1 .contact-form input[type="text"],
.dark1 .contact-form input[type="tel"],
.dark1 .contact-form input[type="email"],
.dark1 .contact-form input[type="password"],
.dark1 .contact-form textarea,
.dark3 .contact-form input[type="text"],
.dark3 .contact-form input[type="tel"],
.dark3 .contact-form input[type="email"],
.dark3 .contact-form input[type="password"],
.dark3 .contact-form textarea {
    background: #1C2541;
}

.dark2 .contact-form input[type="text"],
.dark2 .contact-form input[type="tel"],
.dark2 .contact-form input[type="email"],
.dark2 .contact-form input[type="password"],
.dark2 .contact-form textarea {
    background: #2A3454;
}

.grey .contact-form input[type="text"],
.grey .contact-form input[type="tel"],
.grey .contact-form input[type="email"],
.grey .contact-form input[type="password"],
.grey .contact-form textarea {
    background: #fff;
}

input[type="submit"] {
    background: transparent;
    width: auto;
    color: #5BC0BE;
    border-color: #5BC0BE;
}

input[type="submit"].disabled {
    opacity: .8;
}

input[type="submit"].disabled:hover {
    background: transparent;
    color: #5BC0BE;
    cursor: initial;
}

input[type="submit"]:hover {
    background: #5BC0BE;
    color: white;
}

@media (max-width: 767px) {
    input[type="submit"] {
        background: #5BC0BE;
        color: white;
    }
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
.sp-peoplepicker-topLevelFocus,
.ms-inputBoxActive,
.ms-inputBox.ms-inputBoxActive:hover {
    border-color: #009966;
    background: #fff;
}

.logout_user {
    float: right !important;
    padding-top: 25px;
    padding-left: 10px;
}

.logout_user span {
    padding-right: 4px;
    text-transform: capitalize;
}

.logout_user span:first-child {
    font-weight: 600;
}

.logout_user input[type=submit] {
    min-width: 5em;
    padding: 9px 10px;
    border: 1px solid #ff686f;
    border-radius: 5px;
    background-color: #fdfdfd;
    background-color: #ff686f;
    margin-left: unset;
    margin-top: 0px;
    font-family: cairo;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}


/*Login Page*/

.login-page {
    width: 900px;

    margin: 30px auto 60px auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
        border: 3px solid rgb(165 204 188);
        overflow:hidden;
    background:url('/_catalogs/masterpage/KSAUPortal/image/Emp-Login-BG.jpg') #fff no-repeat right  center;
    }

.login-page h1,
.login-page p {
    text-align: center;
    padding: 10px 0;
    
    
}
.login-page>h1
{
	width:50%;
	font-family: Cairo-700;
	font-size:26px;
	text-align:left;
	padding:10px 45px;
	color: #006a44;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 50%;
     margin: 0 0 0px 0;
    padding: 0px 45px 30px 45px;    
    
}

.form input {
    outline: 0;
    background: #f5f5f5;
    border-color: #33333342;
   padding: 25px 16px;
    width: 100%;
    border: 1px solid transparent;
    margin: 11px 0 15px;
    
    box-sizing: border-box;
    font-size: 16px;
}
.form input:focus , .form input:active
{
	
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
            border: 1px solid #009966;
    background: #fff;
}
.form input[type=submit] {
    text-transform: uppercase;
    outline: 0;
    background: #006b3e;
    width: 100%;
    border: 0;
    padding: 8px 15px;
    color: #FFFFFF;
    font-size: 20px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
        font-family: Cairo-700;
        border-radius:4px;
        margin-top:40px;
}

.form button:hover,
.form button:active,
.form button:focus {
        border-color: #009966;
    background: #fff;
}
.form input[type=submit]:hover
{
	opacity:0.9;
	
}

@media screen and (min-width: 1024px) {
    #wizHeader {
        display: flex!important;
        margin-top: 20px;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    #wizHeader li:first-child a {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #wizHeader li a {
        float: none;
        text-align: center;
        cursor: pointer;
        margin-bottom: 5px;
    }
    #wizHeader li a:before,
    #wizHeader li a::after {
        display: none;
    }
    #wizHeader li:last-child {
        padding-right: 0px;
    }
    #wizHeader li .nextStep {
        padding-left: 0;
    }
    .contact-form>tbody>tr:first-child {
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
    }
    .contact-form>tbody>tr:first-child>td {
        display: block;
        width: 100%;
    }
    .contact-form>tbody>tr:nth-child(2) {
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        position: relative;
    }
    .contact-form>tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .contact-form>tbody>tr:nth-child(3) {
        display: block;
        width: 100%;
        padding-left: 33.3333333%;
    }
    â€‹â€‹â€‹â€‹â€‹â€‹â€‹
}

@media screen and (max-width: 1024px) {
    #wizHeader li a {
        max-width: auto;
        float: none;
        white-space: nowrap;
        min-height: 99px;
    }
    #wizHeader li a:after {
        z-index: 9999;
    }
}

.controls {
    position: relative;
}

.empTooltip {
    position: absolute;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 15px;
    background-color: #659966;
    font-size: 10px;
    width: 100%;
    top: 54px;
    left: 0;
    opacity: 0;
    text-align: left;
    transition: 0.5s;
    z-index: 9999;
}

.controls>input[type="text"]:focus~span.empTooltip {
    opacity: 0.9;
}

#wizHeader li input[type=submit] {
    color: white;
    font-family: 'Cairo-700', sans-serif;
    text-decoration: none;
    padding: 30px 0 30px 0px;
    border: 0;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}

 #wizHeader li input[type=submit].currentStep {
    background: hsl(159deg 100% 21%);
}

.controls input[type='checkbox'] {
    visibility: hidden;
    width: 20px;
    height: 20px;
    margin: 0 5px 6px 5px;
    padding: 0px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    position: relative;
}

.controls input[type=checkbox]:before {
    position: relative;
    margin: 0;
    display: inline-block;
    visibility: visible;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    border: 3px solid #2D7C60;
    background: #fff;
    content: "";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.controls input[type=checkbox]:checked:after {
    position: relative;
    top: -31px;
    right: 0px;
    display: inline-block;
    visibility: visible;
    width: 23px;
    height: 21px;
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%2D7C60' xmlns='http://www.w3.org/2000/svg'> <path fill-rule='evenodd' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
    background-size: 100%;
    content: "";
}

.controls input[type=file] {
    width:100%;
    border: 0;
    padding: 10px 0;
}

.controls input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.controls input[type=file]::before {
    content: 'Upload File';
    display: inline-block;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px 5px 30px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-upload' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z'%3E%3C/path%3E%3C/svg%3E");
    background-color: #006944;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 7px center;
}

.controls input[type=file]:hover::before {
    background-color: #003a25;
}

.controls input[type=file]:active::before {
    background-color: #003a25;
}

.controls input[type=checkbox]~label {
    display: inline-block;
}

.downloadAttach,
.deleteAttach {
    padding: 8px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    width: 100px;
    text-align: center;
}

.downloadAttach {
    background-color: #BF9D42
}

.deleteAttach {
    background-color: #b10000;
}

.downloadAttach::before,
.deleteAttach::before {
    content: "";
    display: block;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 15px
}

.deleteAttach::before {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-trash' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4L4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z'/%3E%3C/svg%3E");
}

.downloadAttach::before {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-download' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z'/%3E%3C/svg%3E");
}

.downloadAttach:hover,
.deleteAttach:hover {
    color: #fff;
    opacity: 0.8;
}

@media screen and (min-width:0\0) {
    .form input[type=text],
    .form input[type=password] {
        padding-top: 0;
        padding-bottom: 0;
    }
    .contact-form>tbody>tr:first-child {
        width: 33%;
        display: inline-block;
    }
    .contact-form>tbody>tr:nth-child(2) {
        width: 66%;
        display: inline-block;
    }
    .controls input[type='checkbox'] {
        visibility: visible;
    }
    .controls input[type=file] {
        color: #000;
        border: initial;
        padding: 10px 0;
    }
    .controls input[type=file]::-webkit-file-upload-button {
        visibility: visible;
    }
}

@supports (-ms-ime-align:auto) {
    .controls input[type='checkbox'] {
        visibility: visible;
    }
}
input[id$="btnCancel"] , input[id$="StepPreviousButton"]  , input[id$="btnNext"] , input[id$="StepNextButton"] , input[id$="FinishButton"]

{
       padding: 15px;
    font-size: 15px !important;
    background-position: 53px center !important;
    background-repeat: no-repeat !important;
    background-size: 32px !important;
    background-color:#006944 !Important;
    
}
input[id$="btnCancel"]:hover , input[id$="StepPreviousButton"]:hover  , input[id$="btnNext"]:hover , input[id$="StepNextButton"]:hover , input[id$="FinishButton"]:hover
{
	opacity:0.7;
	
}
input[id$="btnCancel"]
{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' id='svg8' version='1.1' viewBox='0 0 12.7 12.7' width='48' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs2'/%3E%3Cg id='layer1' transform='translate(0,-284.29998)'%3E%3Cpath d='m 3.8805557,287.1222 -1.0583334,1.05834 2.4694445,2.46944 -2.4694445,2.46944 1.0583334,1.05834 2.4694445,-2.46945 2.4694445,2.46945 1.0583334,-1.05834 -2.4694445,-2.46944 2.4694445,-2.46944 -1.0583334,-1.05834 -2.4694445,2.46945 z' id='path8' style='color:%23000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000000;solid-opacity:1;vector-effect:none;fill:%235F5F5F;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.41111135;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate'/%3E%3C/g%3E%3C/svg%3E") !important;
background-color:#fff !important;

}
input[id$="StepPreviousButton"]
{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M8.5,12a1,1,0,0,0,.47.85l8,5a1,1,0,0,0,.53.15.91.91,0,0,0,.48-.13A1,1,0,0,0,18.5,17V7A1,1,0,0,0,17,6.15l-8,5A1,1,0,0,0,8.5,12Z' fill='%23ffffff'/%3E%3Crect fill='%23ffffff' height='12' width='2' x='5.5' y='6'/%3E%3C/svg%3E") !important;
background-position: 35px center !important;
}
input[id$="btnNext"] , input[id$="StepNextButton"]
{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M16,12a1,1,0,0,1-.47.85l-8,5A1,1,0,0,1,7,18a.91.91,0,0,1-.48-.13A1,1,0,0,1,6,17V7a1,1,0,0,1,1.53-.85l8,5A1,1,0,0,1,16,12Z' fill='%23ffffff'/%3E%3Crect fill='%23ffffff' height='12' width='2' x='17' y='6'/%3E%3C/svg%3E") !important;
	background-position: 50px center !important;
}
input[id$="FinishButton"]
{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='1792' viewBox='0 0 1792 1792' width='1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 1536h768v-384h-768v384zm896 0h128v-896q0-14-10-38.5t-20-34.5l-281-281q-10-10-34-20t-39-10v416q0 40-28 68t-68 28h-576q-40 0-68-28t-28-68v-416h-128v1280h128v-416q0-40 28-68t68-28h832q40 0 68 28t28 68v416zm-384-928v-320q0-13-9.5-22.5t-22.5-9.5h-192q-13 0-22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5-9.5t9.5-22.5zm640 32v928q0 40-28 68t-68 28h-1344q-40 0-68-28t-28-68v-1344q0-40 28-68t68-28h928q40 0 88 20t76 48l280 280q28 28 48 76t20 88z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
	background-position: 40px center !important;

}
.MsgBox
{
	border:1px solid #00694450;
	background-color:#f3f3f329; 
	padding:10px 15px;
	margin-top:15px;
	font-size:12px;
	border-radius:5px;
	color:#3c3c3c;
}
.date .input-group-addon
{
    
    display: block;
    border:0;
    background:transparent;
    position:absolute;
    top:10px;
    right:10px
    
}
.input-group.date
{
   display:inline-block;
   position:relative;
}


@media (max-width: 767px) {
    .contact-form input,
    .contact-form textarea {
        width: 100%;
        text-align: center;
        padding: 13px 15px 14px;
    }
    input[id$="btnCancel"] , input[id$="StepPreviousButton"]  , input[id$="btnNext"] , input[id$="StepNextButton"] , input[id$="FinishButton"]
    {
	background-position: 15px center !important;

}
}
