.medkeyView {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
.medkeyView .medkeyError,
.medkeyView .medkeySuccess {
    display: block;
    padding: 3px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.medkeyView .medkeyError {
    background-color: #f2dede;
    border: solid #ebccd1 1px;
    color: #a94442;
}

.medkeyView .medkeySuccess {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.medkeyView button,
.medkeyView input,
.medkeyView label,
.medkeyView a {
    font-size: 13px;
}

.medkeyView input[type="checkbox"]+label {
    display: inline-block;
}

.medkeyView .medkeyForm input[type="checkbox"]+label {
    width:90%;
    vertical-align: top;
    margin-bottom: 20px;
    margin-top: 2px;
}

.medkeyView a,
.medkeyView legend,
.medkeyView h1,
.medkeyView h2,
.medkeyView h3,
.medkeyView h4,
.medkeyView h5,
.medkeyView h6 {
    color: #2c67b4;
}

.medkeyView .right {
    text-align: right;
    float: right;
}

.medkeyView .center {
    text-align: center;
}

.medkeyView .block {
    display: block;
}

.medkeyView .block.center {
    margin-left: auto;
    margin-right: auto;
}

.medkeyView p.infoSigned {
    font-size: 0.9em;
    color: #444;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 90px;
    background-color: #fff;
    background-image:url('/extension/kpvmsso/design/standard/images/warning.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 40px 40px;
    line-height: 1.3;
    border: solid #dedede 1px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.medkeyView p.infoSigned.critical {
    color: #b44337;
    font-weight: bold;
}

.medkeyView .medkeyHelp {
    margin-top: 5px;
    clear: right;
}

.medkeyForm {
    overflow: hidden;
    padding-bottom: 30px;
}

.medkeyForm label {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #333;
}

.medkeyForm .selfvmmediauseragreement_content {
    overflow-x: auto;
    padding: 5px;
    font-size: 0.8em;
    background-color: #fafaef;
}

.medkeyForm .vmmember {
    padding: 10px;
    border-radius: 3px;
    background-color: #e7edf1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);   
    margin-left: 5px;
    width: calc(100% - 35px);
}

.medkeyForm .vmmember #ms_cashier_member_data_is_member input[type="checkbox"] {
    transform: scale(1);
}

.medkeyForm h4 {
    font-size: 1.2em;
}

.medkeyForm {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    width: calc(100% - 40px);
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    min-height: 200px;
    border: solid #848587 1px;
    border-radius: 3px;
    background-image:url("/extension/kpvmsso/design/standard/images/LOGO.png");
    background-position: 20px 20px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.22);
    box-shadow: 1px 0px 17px 0px rgba(0,0,0,0.22);
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
}

.medkeyForm.noLogo {
    background-image: none;
    padding: 5px;
}

.medkeyForm.login {
    max-width: 360px;
    background-position: center 20px;
}

.medkeyForm input[type="text"],
.medkeyForm input[type="password"], 
.medkeyForm input[type="submit"],
.medkeyForm select,
.medkeyForm input[type="button"] {
    width: calc(99% - 20px);
    border: solid #848587 1px;
    border-radius: 6px;
    padding: 10px;
}

.medkeyForm select option {
    padding: 10px;
}

.medkeyForm select {
    width: 100%;
    padding: initial;
}

.medkeyForm input[type="text"],
.medkeyForm input[type="checkbox"], 
.medkeyForm input[type="password"], 
.medkeyForm select,
.medkeyForm input[type="submit"] {
    margin-bottom: 10px;    
}


.medkeyForm input[type="submit"],
.medkeyForm input[type="button"] {
    width: 100%;
    background-color: #2c67b4;
    color: #fff;
}

.medkeyForm input[type="button"] {
    width: auto;
    margin-top: 20px;
}

.medkeyForm input[type="button"].msCashierFormDatatypeMemberData_copy_address_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.infoSigned {
    font-size: 0.9em;
    color: #444;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 90px;
    background-color: #fff;
    background-image:url('/extension/kpvmsso/design/standard/images/warning.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 40px 40px;
    line-height: 1.3;
    border: solid #dedede 1px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

p.infoSigned.critical {
    color: #b44337;
    font-weight: bold;
}
