﻿.divCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wait,
.wait * {
    cursor: wait !important;
}

#errorM {
    font: 100;
}

#Gender {
    width: 100%;
}

#StateID {
    width: 100%;
}

#ProviderTypeCode {
    width: 100%;
}

#SpecialtyTypeCode {
    width: 100%;
}

#Language {
    width: 100%;
}

.checkBox {
    padding-left: 20px;
}

#progressMessage {
    position: absolute;
    top: 45%;
    left: 25%;
    width: 50%;
    z-index: 3000;
}

#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 0;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 1px;
    position: fixed;
    top: 50%;
    width: 0;
    z-index: 1000;
}

    #modal-background.active, #modal-content.active {
        display: block;
    }


