﻿.txtCaptcha {
    width: 67px;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.imgCaptcha {
    float: right;
}
.btn {
    background-color: buttonface;
    color: buttontext;
    white-space: pre;
    cursor: default;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

.imgReloadCaptcha {
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
.ddl {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: #CCC solid 1px;
    padding: 3px;
    height: 30px;
    max-width: 800px;
    font-family: Titillium Web,Verdana, Arial;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
    margin: 5px 10px 5px 10px;
}
textarea {
    min-width: 700px;
}

.stepguide {
    font: 15px;
    color: deepskyblue;
}

.bottomgap {
    padding-right: 150px;
}

a:hover {
    color: hotpink;
    cursor: pointer;
}




.messageValidator {
    margin: 0;
    width: 90%;
}

    .messageValidator tr {
        margin-bottom: 0px;
        display: block;
    }

.mainTable {
    width: 80% !important;
    margin: 0 auto;
}

.pharmacy_Systems tr {
    margin-bottom: 8px;
    display: block;
}

.credentials input {
    width: 500px;
}

.endpoint_respo {
    height: 300px
}

.systems_using_MDA tr {
    margin-bottom: 8px;
    display: block;
}

.systems_using_MDA .inputF {
    width: 400px;
}

.radiosBtn input {
    width: auto !important;
}

.logo_Area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.userTable {
    width: 100%
}

.validatorLink {
    margin-top: 28px;
    margin-left: 163px;
}

.inputFeid {
    float: left;
    width: 87% !important;
}

.tdWidthValidator {
    vertical-align: top;
}

.tdWidth {
    width: 50%
}

.sign_icon {
    top: 10px;
    position: relative;
    left: 6px;
}

.fgorghotpass {
    border: 1px solid #c0c0c0;
    padding: 20px;
    height: auto;
}

    .fgorghotpass .title-page {
        display: inline-block;
        float: inherit;
        width: auto;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
        color: #00B3F0;
        margin-top: -32px;
        background: #fff;
        padding: 2px 16px 2px 6px;
    }

.FPForm {
}

    .FPForm div {
        margin: 0 0 10px 0
    }

.user_login_feild {
    display: block;
    width: 250px;
    height: 34px;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.listEmail li {
    margin: 0 0 10px 12px;
    list-style-type: disc;
}

.listEmail {
    list-style-type: decimal;
}

.txt_input_textarea {
    margin: 2px;
    width: 100%;
    resize: none;
    max-width: 750px
}
.txt_email_code {
    width: 100px;
}
.tableStyle {
    width: 80%;
}
.verFC {
    width: 5%;
}
.verSC {
    width: 20%;
}
.verTC {
    width: 75%;
}

input[type=text] {
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}