﻿.profile_update
{
    background: none;
}
.profile_update_text
{
    width: 560px;
    margin: 0 20px 0 0;
    font: 16px/20px Arial;
    color: #777;
}
.profile_update_text h1
{
    font: bold 24px/24px Arial;
    color: #515151;
}

/* HOSPITAL UPDATE FORM */

.profile_update_form
{
    float: right;
    width: 600px;
    margin: 0 20px 35px 20px;
}
.profile_top
{
    width: 600px;
    height: 70px;
    background: url(/mainsite/departments/images/bg_hospital_profile_top.png);
}
.profile_bottom
{
    width: 600px;
    height: 15px;
    background: url(/mainsite/departments/images/bg_hospital_profile_bottom.png);
}
.profile_content
{
    position: relative;
    width: 590px;
    height: auto;
    padding: 10px 2px;
    border-right: 3px solid #bbd4a4;
    border-left: 3px solid #bbd4a4;
    background: #ebf8df;
}
.profile_form_separator 
{
    height: 15px;
}
.profile_form_label
{
    float: right;
    width: 205px;
    min-height: 15px;
    padding: 4px 5px;
    margin: 0 0 2px 0;
    font: bold 14px/15px Arial;
    color: #515151;
    text-align: left;
    background: #e1f7b7;
}
.profile_form_label span
{
    font: bold 12px/14px Arial;
    color: #bb344b;
}
.profile_form_label_multiline
{
    float: right;
    width: 155px;
    height: 66px;
    padding: 4px 5px;
    margin: 0 0 2px 0;
    font: bold 14px/15px Arial;
    color: #515151;
    text-align: left;
}
.profile_form_label_multiline.images
{
    border: none;
    height: 42px;
}
.profile_form_field
{
    float: right;
    width: 350px;
    height: 21px;
    padding: 0 5px;
    border: 1px solid #95a67d;
    margin: 0 0 2px 0;
    font: 14px/21px Arial;
    color: #515151;
    background: #fff;
}
.profile_form_field.multiline
{
    width: 400px;
    height: 66px;
    max-height: 66px;
    max-width: 400px;
    padding: 4px 5px;
    font: 14px/14px Arial;
    resize: none;
}
/* move */
.profile_form_rbl
{
    float: right;
    width: 400px;
    height: 21px;
    padding: 0 5px;
    border: 1px solid #a2c2cc;
    margin: 0 0 2px 0;
    background: #fff;
}
.profile_form_rbl span
{
    float: right;
    width: 30px;
    height: 21px;
    padding: 0 0 0 25px;
    text-align: left;
    cursor: pointer;
    background: url(/mainsite/departments/images/bg_custom_checkbox.png) no-repeat 0 0;
}
.profile_form_rbl span.active
{
    background: url(/mainsite/departments/images/bg_custom_checkbox.png) no-repeat 0 -21px;
}
/* custom ddl */
.profile_form_ddl
{
    position: relative;
    float: right;
    width: 400px;
    height: 21px;
    padding: 0 5px;
    border: 1px solid #a2c2cc;
    margin: 0 0 2px 0;
    background: #fff url(/MainSite/Departments/Images/bg_search_select.png) no-repeat left;
}
.profile_form_ddl > span
{
    display: block;
    width: 400px;
    height: 21px;
    font: 14px/21px Arial;
    color: #515151;
    cursor: pointer;
}
.profile_form_ddl span span
{
    font: 14px/21px Arial;
}
.profile_form_ddl ul
{
    display: none;
    position: absolute;
    top: 21px;
    right: -1px;
    width: 410px;
    height: auto;
    border: 1px solid #a2c2cc;
    list-style-type: none;
    z-index: 10;
    background: #fff;
}
.profile_form_ddl ul li
{
    padding: 4px;
    font: 14px/20px Arial;
    color: #515151;
    cursor: pointer;
}
.profile_form_ddl ul li:hover
{
    background: #f0f0f0;
}
/* phones */
.profile_form_phones
{
    float: right;
    width: 350px;
    height: 21px;
    padding: 0 5px;
    border: 1px solid #95a67d;
    margin: 0 0 2px 0;
    /*border-top: none;*/
    background: #fff;
}
.profile_form_phones span
{
    float: right;
    width: 25px;
    height: 20px;
    font: 14px/20px Arial;
    color: #515151;
    text-align: center;
}
.profile_form_phones input 
{
    float: right;
    width: 130px;
    height: 19px;
    padding: 0 6px;
    border: none;
    margin: 1px 0;
    font: 14px/19px Arial;
    color: #515151;
    direction: ltr;
    background: url(/mainsite/departments/images/bg_profile_field_phone.png);
}
/* schedule */
.profile_form_schedule
{
    float: right;
    width: 400px;
    height: 63px;
    padding: 5px 5px;
    border: 1px solid #a2c2cc;
    margin: 0 0 2px 0;
    background: #fff;
}
.schedule_label
{
    float: right;
    width: 220px;
    height: 21px;
    font: 14px/21px Arial;
    color: #515151;
}
.schedule_wrapper
{
    float: left;
    width: 180px;
    height: 21px;
    font: 14px/21px Arial;
    color: #515151;
}
.schedule_wrapper span
{
    float: right;
    width: 65px;
    height: 21px;
    padding: 0 0 0 25px;
    text-align: left;
    cursor: pointer;
    background: url(/mainsite/departments/images/bg_custom_checkbox.png) no-repeat 0 0;
}
.schedule_wrapper span.active
{
    background: url(/mainsite/departments/images/bg_custom_checkbox.png) no-repeat 0 -21px;
}
/* images upload */
.profile_form_images
{
    width: 402px;
    height: 88px;
    padding: 0 4px;
    overflow: hidden;
    border: 1px solid #95a67d;
    margin: 0 0 10px 0;
    background: #fff;
}
.images_item
{
    float: right;
    width: 63px;
    height: 88px;
    margin: 0 2px;
}
.lnk_image_upload
{
    position: relative;
    width: 63px;
    height: 19px;
    font: 11px/19px Arial;
    color: #515151;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    overflow:hidden;
}
.lnk_image_upload:hover {
    color: #000;
    text-shadow:0 0 1px rgba(100,100,100,0.5);
    cursor: pointer;
}
.lnk_image_upload input
{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 300px;
    opacity: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
}
.image_preview
{
    width: 63px;
    height: 45px;
    overflow:hidden;
    border-radius: 3px;
    background: #bbd4a4;
}
.image_preview span
{
    display: block;
    width: 63px;
    height: 45px;
    font: 30px/45px Arial;
    color: #fff;
    text-align: center;
}
.btn_image_delete
{
    display:block;
    border:none;
    width: 43px;
    height: 21px;
    margin: 3px 10px 0 10px;
    cursor: pointer;
    background: url(/mainsite/departments/images/btn_image_delete.png) top center;
}
.btn_image_delete:hover
{
    background: url(/mainsite/departments/images/btn_image_delete.png) bottom center;
}
/* rules accept */
.rules_accept
{
    width: auto;
    height: 21px;
    margin: 0 165px 0 0;
}
.rules_accept span
{
    display: block;
    float: right;
    width: 21px;
    height: 21px;
    margin: 0 0 0 10px;
    cursor: pointer;
    background: url(/mainsite/departments/images/bg_custom_checkbox.png) no-repeat 0 0;
}
.rules_accept span.active
{
    background: url(/mainsite/departments/images/bg_custom_checkbox.png) no-repeat 0 -21px;
}
.rules_accept a
{
    display: block;
    float: right;
    width: auto;
    height: 21px;
    font: 12px/21px Arial;
    color: #515151;
    text-decoration: underline;
}
/* btn update profile */
.btn_update_profile
{
    display: none;
    position: absolute;
    left: 55px;
    bottom: -45px;
    width: 108px;
    height: 71px;
    cursor: pointer;
    background: url(/mainsite/departments/images/btn_update_hospital.png) no-repeat 0 0;
}
.btn_update_profile:hover
{
    background: url(/mainsite/departments/images/btn_update_hospital.png) no-repeat 0 -71px;
}

/* HOSPITAL UPDATE BANNERS */

.profile_update_links
{
    float: left;
    padding: 220px 0 0 0;
    margin: 20px 0 0 -11px;
    background: url(/mainsite/departments/images/bg_hospital_banners.png) no-repeat 40px 0;
}
.profile_update_links span
{
    display: block;
    width: 234px;
    height: 28px;
    padding: 13px 0 35px 0;
    background: url(/mainsite/departments/images/bg_banner_blue.png) no-repeat right;
}
.profile_update_links span a
{
    display: block;
    width: auto;
    height: 28px;
    padding: 0 40px 0 0;
    margin: 0 45px 0 0;
    font: 18px/28px Arial;
    color: #567782;
    text-decoration: none;
}
.profile_update_links span a.hospital_banner_contact
{
    background: url(/mainsite/departments/images/bg_hospital_banner_contact.png) no-repeat right;
}
.profile_update_links span a.hospital_banner_profile_update
{
    background: url(/mainsite/departments/images/bg_hospital_banner_profile_update.png) no-repeat right;
}

/* HOSPITAL VIEW */

.profile_view_wrapper
{
    float: right;
    width: 535px;
    overflow: hidden;
    margin: 0 20px 35px 0;
}
.profile_view_top
{
    width: 355px;
    height: 30px;
    padding: 50px 180px 10px 0;
    font: bold 24px/30px Arial;
    color: #515151;
    background: url(/mainsite/departments/images/bg_hospital_view_top.png);
}
.profile_view_content
{
    width: 525px;
    overflow: hidden;
    padding: 15px 5px 0 5px;
    background: url(/mainsite/departments/images/bg_hospital_view_content.png);
}
.profile_view_bottom
{
    width: 535px;
    height: 15px;
    overflow: hidden;
    background: url(/mainsite/departments/images/bg_hospital_view_bottom.png);
}
.hospital_view_title
{
    clear: both;
    padding: 15px;
    font-weight: bold;
    color: #333;
}
.profile_label
{
    float: right;
    width: 155px;
    padding: 2px 5px 2px 10px;
    font: bold 14px/20px Arial;
    color: #515151;
    text-align: left;
}
.profile_value
{
    float: right;
    width: 340px;
    padding: 2px 10px 2px 5px;
    font: 14px/20px Arial;
    color: #515151;
}
.profile_value.bold
{
    font: bold 16px/20px Arial;
}

/* slider */

.profile_slider_wrapper
{
    float: left;
    width: 270px;
    margin: 20px 0 0 20px;
    background: url(/mainsite/departments/images/bg_hospital_slider.png) no-repeat 0 0;
}
.profile_slider_content
{
    width: 270px;
    height: auto;
    padding: 15px 0;
}
.slider_arrow_top
{
    width: 34px;
    height: 18px;
    margin: 0 auto 5px auto;
    cursor: pointer;
    background: url(/mainsite/departments/images/bg_profile_slider_arrows.png) 0 0;
}
.slider_arrow_bottom
{
    width: 34px;
    height: 18px;
    margin: 0 auto;
    cursor: pointer;
    background: url(/mainsite/departments/images/bg_profile_slider_arrows.png) 0 -18px;
}
.slider_mask
{
    position: relative;
    width: 204px;
    height: 640px;
    overflow: hidden;
    margin: 0 auto 5px auto;
}
.slider_wrapper
{
    position: absolute;
    top: 0;
    left: 0;
}
.slider_item
{
    width: 200px;
    height: 150px;
    border: 2px solid #a8d6e6;
    border-radius: 5px;
    margin: 0 0 6px 0;
    background: #fff;
}

/* POPUP THANKS */

.popup_wrapper
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/mainsite/thankyouletters/images/bg_popup_letter_wrapper.png);
}
.popup_thanks
{
    position: absolute;
    width: 403px;
    height: 125px;
    padding: 145px 150px 0 50px;
    font: 20px/25px Arial;
    color: #555;
    background: url(/mainsite/thankyouletters/images/bg_popup_thanks.png);
}
.popup_thanks_close
{
    position: absolute;
    top: 225px;
    left: 30px;
    width: 121px;
    height: 74px;
    cursor: pointer;
    background: url(/mainsite/thankyouletters/images/btn_popup_thanks_close.png) 0 0;
}
.popup_thanks_close:hover
{
    background: url(/mainsite/thankyouletters/images/btn_popup_thanks_close.png) 0 -74px;
}