@import "/data/css/designer_custom.css";

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.header-top {
    z-index: 10;
}

.header-middle {
    z-index: 9;
}

.header-bottom {
    z-index: 8;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.loader {
    position: relative;
}

.loader::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/data/images/loading.gif);
    background-size: auto;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
}

form.contact {
    position: relative;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #A94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.form-control::placeholder {
    color: transparent;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error,
.contact #results.error * {
    border-color: #A94442 !important;
    color: #A94442;
}

.contact #results.success,
.contact #results.success * {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

.re-captcha > div{
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;

}

.re-captcha.has-error iframe {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.form-group {
    position: relative;
}

input.form-control {
    border-left: none;
    border-top: none;
    border-right: none;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: lighter;
}

textarea.form-control {
    resize: vertical;
}

.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.control-label {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 6px;
    bottom: 6px;
    font-weight: lighter;
}

ul.list-divider {
    list-style: none;
}

ul.list-divider li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #555555;
    margin-right: 7px;
    font-size: 4px;
    line-height: 19px;
    vertical-align: text-top;
}

p.resizable {
    display: inline-block;
    width: auto;
}

.text p a,
.text li a {
    font-weight: 500;
}

.surgery .multimedia {
    padding-right: 0;
    width: calc(50% + 25px);
    margin-right: -25px;
}

.blog.publication .blog-entry .caption {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 80px;
    height: 40%;
}

.page-wrapper .wrapper .text {
    margin-bottom: 40px;
}

.news_before_after,
.news_files,
.news_links {
    margin-top: 30px;
}

#contact .btn.zorman {
    border-bottom-color: #ccc;
}