/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*.provider-search {
  box-shadow:0 8px 6px -6px #ccc;
  padding:10px;
  background:#f2f2f2;
  border:1px solid #ddd;
}*/
.provider-search {
    display: none;
}

#loading {
    display: none;
}

.orderby {
    cursor: pointer;
    display: inline;
    padding: 0;
}

.orderby:hover {
    color: black;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #46AFEF;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.provider-search {
    /*min-height: 100vh;*/
}

/*form*/
.form-column {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.form-column:last-child {
    padding-left: 20px;
}

@media (max-width: 600px) {
    .form-column {
        width: 98%;
    }

    .form-column:last-child {
        padding-left: 0px;
    }

    .form-column select {
        width: 100%;
        word-wrap: break-word;
    }

    .provider-search table td:before {
        content: attr(data-label);
    }

    /* Force table to not be like tables anymore */
    .provider-search table, .provider-search thead, .provider-search tbody, .provider-search th, .provider-search td, .provider-search tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .provider-search thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .provider-search tr {
        border: 1px solid #ccc;
    }

    .provider-search td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .provider-search td:before {
        /* Top/left values mimic padding */
        padding-right: 10px;
        white-space: nowrap;
        color: black;
        font-weight: bold;
    }


}

.form-doctor-wrap {
    background: #ffffff;
    /*padding: 10px;*/
    /*max-width:700px;*/
    border-top: 4px #35AEE3 solid;
    margin-bottom: 10px;
}

.form-doctor-wrap form {
    box-shadow: 0 8px 6px -6px #f2f2f2;
    border: 1px #ddd solid;
    padding: 10px;
}

.form-doctor-wrap h1,
.form-doctor-wrap h2 {
    font-size: 18px;
}

.form-doctor-wrap .form-group {
    font-size: 14px;
}

#js-search-again {
    display: none;
}

/* results */
.profile-container {
    display: inline-block;
}

.profile-container.loading {
    text-align: center;
    width: 220px;
}

.doc-profile {
    background: #ffffff;
    padding: 10px 10px 35px 10px;
    width: 210px;
    display: inline-block;
    margin: 0 10px 10px 0;
    box-shadow: 0 8px 6px -6px #f2f2f2;
    border: 1px #ddd solid;
    border-radius: 10px;
    vertical-align: top;
    min-height: 327px;
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.doc-profile:after {*/
    /*content: "";*/
    /*border-radius: 5px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
    /*opacity: 0;*/
    /*-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);*/
    /*transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)*/
/*}*/

.doc-profile:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index: 100;
}

.doc-profile.full {
    width: 100%;
}

.doc-profile.full:hover {
    -webkit-transform: none;
    transform: none;
}

#results .doc-profile img {
    width: 100px;
    border-radius: 10px;
    float: right;
}

.doc-profile.full .image-summary-wrapper {
    float: right;
    width: 230px;
    padding: 10px;
}




#doc-profiles,
.doc-profile h4, .doc-profile h5 {
    color: #444;
    font-family: 'Conv_Omnes-Regular', helvetica, sans-serif;
}

.doc-profile h4 {
    font-weight: bold;
}

.doc-profile.full h1 {
    font-size: 20px;
    margin-top: 10px;
}


.doc-profile.full h3 {
    font-family: "Conv_Stag-Medium", serif;
    font-size: 16px;
    display: inline-block;
    margin-top: 0;
    color: #828282;
}

.doc-profile.full h4 {
    font-family: "Conv_Stag-Medium", serif;
    font-size: 15px;
    padding-top: 10px;
    color: #517b8f;
    display: inline-block;
}

.row.doc {
    padding: 10px 0;
}

.row.doc.admin h3.trigger {
    font-size: 14px;
    color: #fcba63;
}

.row.doc img {
    border-radius: 10px;
    width: 100% !important;
    max-width: 150px;
    height: auto !important;
    margin-top: 10px;
}

.doc-profile .doc-img-wrap, .doc-profile .doc-info-wrap {
    text-align: center;
    height: 100%;
}

.doc-profile .doc-img-wrap {
    min-height: 150px;
    min-width: 100px;
}

#results .doc-img-wrap > img {
    float: none;
}

.doc-profile h4, .doc-profile h5 {
    clear: none;
    margin: 10px 0;
    font-size: 14px;
}

.doc-profile h5 {
    font-size: 12px;
}

.doc-profile p {
    font-size: 14px;
    line-height: 16px;
}

.doc-profile table {
    font-size: 14px;
}

.doc-profile caption {
    color: #6b6b6b;
    font-size: 16px;
    margin: 15px 0;
    text-align: left;
}

.doc-profile-header {
    float: left;
    width: calc(100% - 240px);
}

.view-profile,
.view-profile-no-js,
button.view-profile,
button.view-profile:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
    outline: none;
    box-sizing: unset;
    border: 0px;
    color: #46AFEF;
    padding: 0;
    text-transform: none;
}


.view-profile span,
.view-profile-no-js span {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    text-align: center;
}

.form-doctor-main label {
    display: none;
}

.form-doctor-main label.show-label {
    display: block;
}

.profile-submit button {
    border: none;
    background: transparent;
    display: inline;
    color: #30a4dc;
    cursor: pointer;
    font-size: 14px;
}

#section-select {
    float: right;
    margin-top: 5px;
}

.lt-ie-10 .lt-ie10-show {
    display: block !important;
}

.ds-invalid-msg {
    display: none;
}

.ds-summary-wrapper {
    text-align: center;

}

.ds-summary-wrapper .ds-ratings,
.ds-summary-wrapper .ds-comments,
.ds-summary-wrapper .ds-title {
    display: none;
}

.ds-summary-wrapper .ds-stars {
    margin: 0 auto;
}

.ds-item {
    margin-bottom: 15px;
}

.ds-item > ul {
    margin: 0 !important;
    padding: 0 !important;
}

.ds-item > ul > li {
    padding: 0 !important;
    line-height: 16px;
}


.profile-content {
    width: 100%;
    float: left;
}

.find-a-doctor-content {
    margin-bottom: 50px;
}

.find-a-doctor-content.gone {
    display: none;
}

@media (max-width: 500px) {

    .doc-profile.full .image-summary-wrapper {
        width: auto;
    }

    #results .doc-profile img {
        float: none;
        margin-bottom: 8px;
    }

    .doc-profile-header {
        width: calc(100% - 120px);
    }
}
