/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);*/
@font-face { font-family: 'Gotham-MediumGotham-Medium'; src: url('../fonts/gothmmed_0-webfont.eot'); src: url('../fonts/gothmmed_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothmmed_0-webfont.woff') format('woff'), url('../fonts/gothmmed_0-webfont.ttf') format('truetype'), url('../fonts/gothmmed_0-webfont.svg#Gotham-MediumGotham-Medium') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Gotham-BookGotham-Book'; src: url('../fonts/gothmbok-webfont.eot'); src: url('../fonts/gothmbok-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothmbok-webfont.woff') format('woff'), url('../fonts/gothmbok-webfont.ttf') format('truetype'), url('../fonts/gothmbok-webfont.svg#Gotham-BookGotham-Book') format('svg'); font-weight: normal; font-style: normal; }

.patient-notes {
    font-family: 'Open Sans';
    font-weight: 400;
    min-height: 600px !important;
}

.patient-notes h1 {
    margin-top: 25px !important;
    margin-bottom: 20px;
    line-height:1.5;
    color: #545454;
    margin-top: -10px;
    padding-bottom: 20px;
    font-weight: lighter;
    font-size: 20px
}

#patient-notes-dropshadow {
    width: 100%;
    height: 50px;
    z-index: -10;
    left: 0px;
    top: 170px;
    position: absolute;
    background: url(../images/container_bg.jpg) repeat-x left top !important;
}

/* Patient notes roadblock */
.patient-readnotes-wrapper {
    max-width: 980px;
    margin: auto;
    clear: right;
    margin-bottom: 10px;
}

#patient-readnotes-table {
    float: left;
}

#patient-readnotes-table tr.lh-row {
    color: #545454;
    font-size: 15px;
    border: 0px !important;
    width: 100%;
}

.form-wrapper {
    max-width: 980px;
    margin: 0 auto;
    clear: both;
}

#patient-readnotes-form {
    max-width: 980px;
    color: #545454;
    margin-top: 30px;
}

#patient-readnotes-form .lh-checkbox {
    float: left;
    margin-top: 4px;
}

#patient-readnotes-form .confirmation-text {
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.patient-readnotes-header {
    clear: both !important;
    padding-top: 5px !important;
}

#patient-readnotes-form .next-button {
    float: right;
    height: 35px;
    width: 84px;
    font-size: 15px;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #077dbd;
    background: url(../images/arrow-right-white.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A9EDC), color-stop(1, #0C8DD3));
    background: url(../images/arrow-right-white.png) no-repeat right center, -o-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, -moz-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, -webkit-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, -ms-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, linear-gradient(to bottom, #2A9EDC 0%, #0C8DD3 100%);
    cursor: pointer;
    background-position-x: 65px !important;
}

#patient-readnotes-form .next-button-disabled {
    float: right;
    height: 35px;
    width: 84px;
    font-size: 15px;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #91CCE9;
    background: url(../images/arrow-right-blue.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0, #91CCE9), color-stop(1, #89C7E8));
    background: url(../images/arrow-right-blue.png) no-repeat right center, -o-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, -moz-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, -webkit-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, -ms-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, linear-gradient(to bottom, #91CCE9 0%, #89C7E8 100%);
    cursor: pointer;
    background-position-x: 65px !important;
}

.patient-readnotes-wrapper-continue-button {
    float: right;
    height: 35px;
    width: 275px;
    font-size: 15px;
    padding: 5px;
    margin-top: 25px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #077dbd;
    background: url(../images/arrow-right-white.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A9EDC), color-stop(1, #0C8DD3));
    background: url(../images/arrow-right-white.png) no-repeat right center, -o-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, -moz-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, -webkit-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, -ms-linear-gradient(bottom, #2A9EDC 0%, #0C8DD3 100%);
    background: url(../images/arrow-right-white.png) no-repeat right center, linear-gradient(to bottom, #2A9EDC 0%, #0C8DD3 100%);
    cursor: pointer;
    background-position-x: 250px !important;
}

.patient-readnotes-wrapper-continue-button-disabled {
    float: right;
    height: 35px;
    width: 275px;
    font-size: 15px;
    padding: 5px;
    margin-top: 25px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #91CCE9;
    background: url(../images/arrow-right-blue.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0, #91CCE9), color-stop(1, #89C7E8));
    background: url(../images/arrow-right-blue.png) no-repeat right center, -o-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, -moz-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, -webkit-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, -ms-linear-gradient(bottom, #91CCE9 0%, #89C7E8 100%);
    background: url(../images/arrow-right-blue.png) no-repeat right center, linear-gradient(to bottom, #91CCE9 0%, #89C7E8 100%);
    cursor: pointer;
    background-position-x: 250px !important;
}

#patient-notes-lower-dropshadow {
    width: 100%;
    height: 10px;
    z-index: 10;
    left: 0px;
    bottom: 0px;
    background: url(../images/shadow-bottom.png) repeat-x left top !important;
}

.rounded-border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 10px 12px 20px;
    margin-top: 8px;
}

.roadblock-contact {
    padding-left: 20px;
    margin-top: 25px;
}

.current {
    margin-top: 25px;
}

.current-provider-notes-set {
    font-weight: bold;
}

.total-provider-notes-set {
    font-weight: bold;
}

.note-textarea {
    width: 100%;
    border: 0px;
    height: 360px;
    color: #545454;
    font-size: 15px;
}