body form.formWizForm{
	padding:0 0 10px 0;
	overflow:hidden;
}
body form.formWizFormErrorMsg{
	padding:10px;
	border:2px solid red;
	margin:5px;
	font:11px sans-serif;
	background:#EEE;
}
body div.formWizFormMessage{
	margin:20px 0 20px 0;
	padding:0 0 10px 0;
	background:#EFF8FE;
	padding:20px;
	border:5px solid #002649;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	color:#111;
	font-size:12px;
}

body form.formWizForm h3{
}

body form.formWizForm div.desc{
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	line-height:1.0em;
}
body div#twSendPatientform form.formWizForm div.desc{
	font-size:14px;
}
body div#twSendPatientform form.formWizForm h3{
	font-size:17px;
}
body div#twSendPatientform form.formWizForm{
	font-size:12px;
}

body form.formWizForm ul{
	margin:0;
	padding:0;
	list-style:none none;
}

/*body form.formWizForm ul li:not(.nav-item)
{
	margin-bottom: 2px;
	padding:5px 0 5px 0;
	text-align: left;
	overflow:hidden;
	clear:both;
	list-style:none none;
	background:none;
}*/

/*form.formWizForm label{
	margin:5px 0 5px 0;
	color:#222;
	font-weight:bold;
}*/

/*form.formWizForm label, form.formWizForm legend{
display:block;
margin:0 0 2px 0;
}*/
form.formWizForm .field label{
	font-weight:normal;
}
form.formWizForm .option{
	clear:both;
	margin:5px 0 5px 0;
}
form.formWizForm .option input{
	padding:0;
	margin:0 10px 0 0;
}
form.formWizForm .option label{
	display:block;
	position:relative;
	height:1em;
	margin:10px;
}

form.formWizForm span.req{
	color:red;
}

form.formWizForm div.instructions{
	color:#777;
	margin:2px 0 2px 0;
    padding: 0 0 10px 0;
}

form.formWizForm div.info{
	color: #444444;
	margin-bottom:2px;
}


form.formWizForm input.small{
	width:80px;
}
form.formWizForm select.small{
	width:25%;
	min-width:80px;
}
form.formWizForm input.medium, form.formWizForm select.medium{
	width:45%;
	min-width:140px;
}
form.formWizForm input.large, form.formWizForm select.large{
	width:90%;
}

.fileupload{
	width:90%;
}

form.formWizForm div.sectionBreak{
    margin:0;
    border-bottom:1px solid #444;
    padding:0 0 2px 0;
    font-weight:lighter;
}

form.formWizForm div.sectionBreak div.instructions{
}

form.formWizForm div.gdFormFooter{
	margin-top:10px;
}

form.formWizForm .submitBut{
	margin-left:0px;
}

input{
	padding:3px 2px 3px 2px;
}
input.tiny{
	width:50px;
}
.tiny.error + .error{
    position: absolute;
}
input .small, select .small{
	width:25%;
	min-width:80px;
}
input .medium, select .medium{
	width:45%;
	min-width:140px;
}
input .large, select .large{
	width:90%;
}
.half{
	width:50%;
}
.half input .large, .half select .large{
	width:90%;
}
.half fieldset{
	width:90%;
}

textarea{
	padding:2px 2px 2px 2px;
	width:96%;
}
textarea.small{
	height:71px;
}
textarea.medium{
	height:132px;
}
textarea.large{
	height:262px;
}

.sp2{
	margin-right:2px;
}
.sp6{
	margin-right:6px;
}
.sep{
	padding:3px;
	margin:0 6px 0 0px;
	text-align:center;
}
.full{
	width:100%;
}

.hide{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
	text-align:left;
}
.clear{
	clear:both;
}


div.msg{
	padding:20px;
	border:1px dotted #CCC;
	margin:5px;
	font-weight:bold;
}


div.address{
	width:400px;
}

div.phoneIcon{
	background:transparent url(../../images/icons/fieldtypes/phone.gif) 2px 2px no-repeat;
	display:block;
	width:20px;
	height:18px;
}
div.addressIcon{
	background:transparent url(../../images/icons/fieldtypes/address.gif) 2px 2px no-repeat;
	display:block;
	width:20px;
	height:18px;
}
div.websiteIcon{
	background:transparent url(../../images/icons/fieldtypes/website.gif) 2px 2px no-repeat;
	display:block;
	width:20px;
	height:18px;
}
div.emailIcon{
	background:transparent url(../../images/icons/fieldtypes/email.gif) 2px 2px no-repeat;
	display:block;
	width:20px;
	height:18px;
}
div.fileuploadIcon{
	background:transparent url(../../images/icons/fieldtypes/fileupload.gif) 2px 2px no-repeat;
	display:block;
	width:20px;
	height:18px;
}

input#gdForm114patientname_fname, input#gdForm114patientname_lname{
	width:150px;
}

.form-group.sectionBreak{
	clear: both;
}

div.tab-pane{
	padding: 20px;
}

div.tab-pane.fade:not(.active){
	display: none;
}




/*********************************************************
STYLING FOR STEPS AND WIZARD FROM (CREATE PICKUP REQUEST)
********************************************************/


.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 30px;
}

.steps>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.steps>ul>li {
    width: 100%;
}

.steps>ul>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 15px;
}

.steps>ul>li:not(.last):not(.first) {
    text-align: center;
}

.steps>ul>li:not(.last):not(.first)>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.steps>ul>li.last {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.steps>ul>li.last .number {
    right: 0;
    left: auto;
}

.steps>ul>li.first a::before {
    position: absolute;
    top: 11px;
    left: 25px;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #6388B0;
}

.steps>ul>li.first.disabled a::before {
    background-color: #A5A6A8;
}

.steps>ul>li:not(.last):not(.first) a::before {
    position: absolute;
    top: 11px;
    right: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    content: "";
    background-color: #6388B0;
}

.steps>ul>li:not(.last):not(.first).disabled a::before {
    background-color: #A5A6A8;
}

.steps>ul>li.last a::before {
    position: absolute;
    top: 11px;
    right: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    content: "";
    background-color: #6388B0;
}

.steps>ul>li.last.disabled a::before {
    background-color: #A5A6A8;
}

.steps .number {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    color: white;
    border-radius: 100%;
    background: #6388B0;
    font-weight: bold;
}

/*
    Common
*/
.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.steps .current-info,
.tabcontrol>.content>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}

.wizard .content>.title,
.tabcontrol .content>.title {
    position: absolute;
    left: -999em;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #1AB394;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 5px;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 15px;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard>.actions a {
    padding: 15px 25px;
    background-color: #6388B0;
}

.wizard>.actions a:hover {
    padding: 15px 25px;
    background-color: #313F4F;
}

.wizard>.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.wizard>.steps a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-weight: 600;
}

.wizard>.steps li.first a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wizard>.steps li.last a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wizard>.steps li.disabled a {
    color: #A5A6A8;
}

.wizard>.steps li.disabled a .number {
    background-color: #A5A6A8;
}

.wizard>.steps>ul {
    width: 100%;
}

.wizard>.steps h3 {
    width: 400px;
    color: black;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.wizard>.steps>ul>li {
    width: 33.33333%;
}

/* Dropzone */

.dropzone-wrap {
    margin-right: 20px;
}

.dropzone-wrap .form-group{
    margin-left: 0 !important;
}

.dropzone-wrap button {
    margin-top: 20px;
}

.dropzone-wrap .dropzone {
    background-color: white;
    transition: all 0.3s ease;
}

.dropzone-wrap .dropzone.dz-drag-hover {
    border-style: solid;
    background-color: #dbdbdb;
}

.dropzone-wrap .dropzone .dz-preview {
    min-height: 50px;
    width: 100%;
    margin: 0;
}

.dropzone-wrap .dropzone .dz-preview .dz-error-message {
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    top: 50%;
    margin-top: 4px;
}


.dropzone-wrap .dropzone .dz-preview.dz-file-preview .dz-image,
.dropzone-wrap .dropzone .dz-preview .dz-image {
    display: none;
}

.dropzone-wrap .dropzone .dz-preview .dz-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    background-color: #f3f3f4;
    opacity: 1;
}

.dropzone-wrap .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0;
}

.dropzone-wrap .dropzone .dz-preview .dz-success-mark,
.dropzone-wrap .dropzone .dz-preview .dz-error-mark {
    left: auto;
    right: 100px;
    margin-top: -20px;
    margin-left: -15px;
}

.dropzone-wrap .dropzone .dz-preview .dz-success-mark svg,
.dropzone-wrap .dropzone .dz-preview .dz-error-mark svg {
    width: 20px;
    height: 30px;
}

.dropzone-wrap .dropzone .dz-preview .dz-details .dz-filename span,
.dropzone-wrap .dropzone .dz-preview .dz-details .dz-size span {
    background-color: transparent;
}

.dropzone-wrap .dropzone .dz-preview.dz-error .dz-error-mark svg g {
    fill: #ed5565;
}

.dropzone-wrap .dropzone .dz-preview.dz-success .dz-success-mark svg g {
    fill: #1ab394;
}

.dropzone {
    min-height: 140px;
    border: 1px dashed #6388af;
    background: white;
    padding: 20px 20px;
}

.dropzone .dz-message {
    font-size: 16px;
}

.content .steps {
    padding-top: 40px;
    padding-bottom: 15px;
}

.content {
    padding: 15px 30px;
}

.content .form-section-wrap {
    border: 1px solid #F3F3F4;
    margin-bottom: 20px;
}

.content .form-section-wrap h3 i {
    float: right;
}

.content .form-section-wrap .form-group {
    margin-left: 20px;
    margin-bottom: 20px;
    clear: both;
}

.content fieldset {
    padding: 25px;
    background-color: white;
}

.content fieldset h2,
.content fieldset h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #6388B0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}



.content fieldset h3 {
    margin-bottom: 20px;
    padding: 20px;
    /* border-bottom: 1px solid #F3F3F4; */
    background-color: #f3f3f4;
}

.content .toggleSecondaryContact,
.content .addAnotherRow,
.content .addAnotherRowLarge,
.content .addAnotherRowSmall,
.content .addToDropzone {
    position: relative;
    padding: 10px 20px 10px 40px;
    color: #6388B0;
    border: 2px solid #6388B0;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
}

.content .toggleSecondaryContact::before,
.content .addAnotherRow::before,
.content .addAnotherRowLarge::before,
.content .addAnotherRowSmall::before,
.content .addToDropzone::before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 24px;
}

.content .message.message--step {
    margin-top: 25px;
    padding: 15px;
    border: 2px solid #6388B0;
    border-radius: 0;
}

.content .message h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding-top: 0; */
    border: 0;
    font-size: 14px;
    font-weight: 600;
}

.wizard>.content {
    background-color: #F3F3F4;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    color: #f11f1f;
    background-color: transparent;
}

.wizard>.steps .error a .number,
.wizard>.steps .error a:hover .number,
.wizard>.steps .error a:active .number {
    background-color: #f11f1f;
}

.wizard>.steps .error a::before,
.wizard>.steps .error a:hover::before,
.wizard>.steps .error a:active::before {
    background-color: #f11f1f;
}

.wizard>.content>.body label.error {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    color: #f11f1f;
}

.wizard>.content>.body input.error {
    border-color: #f11f1f;
    background-color: white;
}

label {
    font-weight: 900;
    letter-spacing: 0;
    font-size: 12px;
    margin-bottom: 10px;
}

label .note {
    font-weight: normal;
    color: #A5A6A8;
}

.select {
    position: relative;
    height: 34px;
    background: white;
    /* max-width: 400px; */
    border: 1px solid #e5e6e7;
}

.select:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    pointer-events: none;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #191919 transparent transparent transparent;
}

.select:before {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 30px;
    content: "";
    pointer-events: none;
    background: white;
}

.select:hover:before {
    background: #ffffff;
}

.select select {
    width: 100%;
    /* max-width: 400px; */
    height: 100%;
    padding-right: 35px;
    padding-left: 15px;
    cursor: pointer;
    border: none;
    border: 1px solid #ffffff;
    border-radius: 0;
    outline: none;
    color: #bebebe;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select select::-ms-expand {
    display: none;
}

.select select:focus {
    border-color: #ffffff;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .select select {
        padding-right: 0;
    }

    .select:after,
    .select:before {
        display: none;
    }
}

.form-group-relative {
    position: relative;
    max-width: 400px;
}

.form-group-calendar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

body .datepicker table tr td.disabled,
body .datepicker table tr td.disabled:hover {
    cursor: not-allowed;
}

.button-back {
    padding: 15px;
    border: 2px solid #6388B0;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.wrapper-content {
    background-color: #F3F3F4;
}

/*
    Tabcontrol
*/
.tabcontrol>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol>.steps>ul {
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol>.steps>ul>li {
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol>.steps>ul>li:hover {
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol>.steps>ul>li.current {
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol>.steps>ul>li>a {
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol>.steps>ul>li>a:hover {
    text-decoration: none;
}

.tabcontrol>.steps>ul>li.current>a {
    padding: 15px 30px 10px 30px;
}

.tabcontrol>.content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol>.content>.body {
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol>.content>.body ul {
    list-style: disc !important;
}

.tabcontrol>.content>.body ul>li {
    display: list-item;
}

/*********************************************************
END STYLING FOR STEPS AND WIZARD FROM (CREATE PICKUP REQUEST)
********************************************************/

.content .gdFormToggle,
.content .gdFormAddAnotherRow,
.content .addAnotherRowLarge,
.content .addAnotherRowSmall,
.content .gdFormAddToDropzone {
    position: relative;
    padding: 10px 20px 10px 40px;
    color: #6388B0;
    border: 2px solid #6388B0;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content .gdFormToggle::before,
.content .gdFormAddAnotherRow::before,
.content .addAnotherRowLarge::before,
.content .addAnotherRowSmall::before,
.content .gdFormAddToDropzone::before {
    position: absolute;
    top: 50%;
    left: 10px;
    content: "\f055";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 24px;
}