/* BASICS */
*    { margin: 0; padding: 0; }
body { font-family: "Ropa Sans", sans-serif; font-size: 18px; color: #FFFFFF; line-height: 21px; background-color: #272B2E; }
img  { border: 0px none; }

.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; }

.hidden    { visibility: hidden; }
.visible   { visibility: visible; }
a.disabled { opacity: 0.5; pointer-events: none; cursor: default; }

.centered   { text-align: center; }
.pull_left  { float: left; }
.pull_right { float: right; }

.err_msg { margin: 15px 0px; color: #FF3333; text-align: center; }

.border_up   { border-top: 1px solid #777777 !important; border-right: 1px solid #1a1a1a !important; border-bottom: 1px solid #1a1a1a !important; border-left: 1px solid #777777 !important; }
.border_down { border-top: 1px solid #1a1a1a !important; border-right: 1px solid #777777 !important; border-bottom: 1px solid #777777 !important; border-left: 1px solid #1a1a1a !important; }
.seperator   { height: 0px; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #777777; }

/* LOADING ANIMATION */
#loading_div { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(128, 128, 128, 0.8) url(../images/loader.gif) 50% 50% no-repeat; z-index: 1000; }
body.loading { overflow: hidden; }
body.loading #loading_div { display: block; }

/* LOGO */
.logo { position: absolute; bottom: 51px; right: 51px; font-size: 35px; color: #222222; text-shadow: -1px -1px 0 #111111, 1px 1px 0 #444444; cursor: default; }

/* PANEL */
.bg           { position: relative; width: 1920px; height: 1079px; background: #333333 url(../images/bg_spirale.jpg) 700px 150px no-repeat; }
.bg_wb        { position: relative; width: 1920px; height: 1079px; background: #333333; }
.panel        { padding-bottom: 3px; background-color: #333333; border-radius: 5px; box-shadow: 2px 2px 7px #111111; }
.panel_header { padding: 25px 0px 20px 0px; font-size: 24px; font-weight: normal; color: #ffffff; text-align: center; border-radius: 5px 5px 0px 0px; background: linear-gradient(to bottom, #555555 0%, #333333 100%); cursor: default; } 

/* BREADCRUMB */
.breadcrumb       { position: absolute; list-style: none; top: 50px; left: 50px; font-size: 24px; }
.breadcrumb li    { float: left; }
.breadcrumb_arrow { margin: 0px 15px; line-height: 66px; font-family: "Astloch", cursive; font-size: 30px; color: #cccccc; }

/* SLIDERNAV */
.slider { position: absolute; display: block; top: 168px; left: 50px; padding: 10px; width: 300px; overflow: hidden; }
.slider ul { list-style: none; }
.slider-content { float: left; width: 100%; display: block; overflow: auto; min-height: 250px; }
.slider-content ul { float: left; width: 100%; display: block; position: relative; }
.slider-content ul li { float: left; width: 100%; font-size: 18px; }
.slider-content ul ul li a { display: block; padding: 5px 10px 5px 15px; color: #bbbbbb; text-decoration: none; border-top: 1px solid #777777; border-bottom: 1px solid #1a1a1a; background-color: #444444; text-transform: capitalize; }
.slider-content ul ul li a:hover { color: #222222; background: #99ccff; }
.slider-content .title { float: left; padding: 5px 0px; text-indent: 10px; width: 100%; color: #ffffff; font-weight: bold; text-transform: uppercase; background: linear-gradient(to bottom, #444444 0%, #333333 100%); }
.slider-content .selected .title { color: #222222; background: linear-gradient(to bottom, #ffcc99 0%, #ff9933 100%); }
.slider .slider-nav { position: absolute; right: 10px; top: 10px !important; background-color: #333333; }
.slider .slider-nav ul { margin-left: 5px; background-color: #444444; }
.slider .slider-nav li a { padding: 8px 10px; font-size: 14px; line-height: 13px; text-align: center; color: #cccccc; font-weight: bold; border-bottom: 1px solid #222222; display: block; text-transform: uppercase; cursor: pointer; }
.slider .slider-nav li a:hover { color: #222222; background-color: #99ccff; }
.slider #debug { position: absolute; bottom: 0; left: 0; padding: 5px; background: #000; color: #fff; }
.slider .arrow { font-size: 0px; line-height: 0%; width: 0px; border-bottom: 8px solid #fff; border-left: 5px solid #333; border-right: 5px solid #333; position: relative; top: 5px; }
.slider .down { border-bottom: none; border-top: 8px solid #fff; top: 15px; }
.slider .slide-up, .slider .slide-down { display: none; }

/* NOTIFICATIONS */
.not_panel { position: absolute; top: 168px; left: 440px; width: 1430px; }
.not_title { font-size: 26px; margin-bottom: 10px; }
.not_title_margin { font-size: 26px; margin-top: 20px; margin-bottom: 10px; }
.not_event { position: relative; float: left; margin: 0px 30px 20px 0px; width: 200px; }
.not_event_link { position: relative; float: left; margin: 0px 30px 20px 0px; width: 200px; cursor: pointer !important; }
.not_event_title { padding: 2px 16px 2px 2px; color: rgba(0,0,0,0.8); font-size: 18px; text-align: center; background-color: rgba(0, 0, 0, 0.2); }
.not_event_desc  { padding: 5px; font-size: 18px; line-height: 20px; text-align: center; }
.not_event_when  { padding: 5px 0px; line-height: 16px; color: rgba(0,0,0,0.4); text-align: center; background-color: rgba(0,0,0,0.1); }
.not_event_close { width: 22px !important; height: 24px !important; line-height: 22px !important; }
.not_event_close:hover { background-color: rgba(0,0,0,0.4); }
.not_panel .not_event_title { padding: 2px !important; }
.not_empty { margin-bottom: 20px; color: #999999; }
.not_empty a { color: #ff9933; }

/* HOME BILLS */
.home_date { position: absolute; top: 75px; left: 440px; font-size: 40px; color: #999999; }
.home_bills_box { max-height: 330px; overflow-y: auto; }
.home_bills { font-size: 26px; margin: 40px 0px 10px 0px; }
.home_bills_ok { margin-left: 10px; width: 32px; height: 32px; background: url("../images/icon_check.png") no-repeat; }
.home_bills_ok:hover { background-position: -32px 0px; }
.home_bills_remind { margin-left: 10px; width: 32px; height: 32px; background: url("../images/icon_remind.png") no-repeat; }
.home_bills_remind:hover { background-position: -32px 0px; }
.home_bills_no { color: #999999; }

.home_bills_table          { display: table; max-width: 1450px; border-spacing: 1px; }
.home_bills_table_head_row { display: table-row; text-align: center; cursor: default; }
.home_bills_table_head     { display: table-cell; padding: 5px; color: #dddddd; }
.home_bills_table_row      { display: table-row; cursor: pointer; }
.home_bills_table_row2     { display: table-row; cursor: pointer; }
.home_bills_table_cell     { display: table-cell; padding: 15px 20px; color: #999999; background-color: #444444; }
.home_bills_table_icon     { display: table-cell; padding: 0px; color: #999999; background-color: transparent; vertical-align: middle; }
.home_bills_table_amount   { white-space: nowrap; }

.home_bills_table_row2 .home_bills_table_cell { background-color: #555555; }
.home_bills_table_row:hover .home_bills_table_cell { color: #222222; background-color: #99ccff; }
.home_bills_table_row2:hover .home_bills_table_cell { color: #222222; background-color: #99ccff; }

.home_bills_table div:nth-child(2) div:first-child { border-top-left-radius: 5px; }
.home_bills_table div:nth-child(2) div:nth-child(6) { border-top-right-radius: 5px; }
.home_bills_table div:last-child div:first-child { border-bottom-left-radius: 5px; }
.home_bills_table div:last-child div:nth-child(6) { border-bottom-right-radius: 5px; }

.home_bills_button { float: left; margin-top: 20px; }

/* BILLS */
.bills_title_box { position: relative; margin: 20px 0px 0px 20px; width: 650px; z-index: 999; }
.bills_title     { float: left; font-size: 20px; line-height: 33px; }
.bills_label     { width: auto !important; margin-left: 20px; padding: 0px !important; line-height: 33px; }
.bills_submit    { float: left; margin-left: 10px; padding: 5px 10px !important; }
.bills_table_box { margin: 0px 20px 20px 20px; }
.bills_sum_box   { float: right; }
.bills_sum_title { float: left; margin-right: 10px; padding: 10px 0px; color: #999999; }
.bills_sum_sum   { float: left; padding: 10px 20px; border-radius: 7px; background-color: #444444; }

/* BUTTONS */
.button_big        { position: relative; display: block; padding: 25px 25px 20px 78px; font-size: 24px; color: #999999; text-decoration: none; border-top: 1px solid #777777; border-right: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; border-left: 1px solid #777777; border-radius: 5px; box-shadow: 2px 2px 5px #222222; background: linear-gradient(to bottom, #444444 0%, #333333 100%); text-shadow: #000000 1px 1px 1px; }
.button_big_active { color: #222222; background: linear-gradient(to bottom, #ffcc99 0%, #ff9933 100%); pointer-events: none; cursor: default; text-shadow: #dddddd 1px 1px 1px; }
.button_big:hover  { color: #222222; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%); text-shadow: none; }

.button_small       { position: relative; display: block; padding: 15px 15px 15px 15px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #999999 !important; text-decoration: none !important; border-top: 1px solid #777777; border-right: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; border-left: 1px solid #777777; border-radius: 5px; box-shadow: 2px 2px 5px #222222; background: linear-gradient(to bottom, #444444 0%, #333333 100%); cursor: pointer; text-shadow: #222222 1px 1px 1px; }
.button_small:hover { color: #222222 !important; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%); text-shadow: none; }

.button_very_small       { position: relative; display: block; padding: 5px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #999999 !important; text-decoration: none !important; border-top: 1px solid #777777; border-right: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; border-left: 1px solid #777777; border-radius: 5px; box-shadow: 2px 2px 5px #222222; background: linear-gradient(to bottom, #444444 0%, #333333 100%); cursor: pointer; text-shadow: #222222 1px 1px 1px; }
.button_very_small:hover { color: #222222 !important; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%); text-shadow: none; }

.button_ok     { color: #ffffff !important; background: linear-gradient(to bottom, #99cc99 0%, #66cc66 100%); }
.button_cancel { color: #ffffff !important; background: linear-gradient(to bottom, #cc9999 0%, #cc6666 100%); }

.buttons_container { position: absolute; top: 50px; right: 30px; }
.button_right      { float: right; margin-right: 20px; }

.button_icon           { position: absolute; top: 9px; left: 9px; width: 48px; height: 48px; border-radius: 5px; box-shadow: inset 2px 2px 5px #222222; }
.button_icon_bills     { background: #555555 url(../images/icon_bills.png) 8px 8px no-repeat; }
.button_icon_persons   { background: #555555 url(../images/icon_persons.png) 8px 8px no-repeat; }
.button_icon_person    { background: #555555 url(../images/icon_person.png) 8px 8px no-repeat; }
.button_icon_series    { background: #555555 url(../images/icon_series.png) 8px 8px no-repeat; }
.button_icon_exercise  { background: #555555 url(../images/icon_exercise.png) 8px 8px no-repeat; }
.button_icon_calendar  { background: #555555 url(../images/icon_calendar.png) 8px 8px no-repeat; }
.button_icon_body      { background: #555555 url(../images/icon_body.png) 8px 8px no-repeat; }
.button_icon_pricelist { background: #555555 url(../images/icon_pricelist.png) 8px 8px no-repeat; }

.button_add_patient { position: absolute; top: 976px; left: 50px; width: 290px; text-align: center; }
.button_add_series  { float: left; margin: 10px 10px 7px 10px; text-align: center; }
.button_series_save { position: absolute; top: 7px; right: 6px; }
.button_pain_add    { float: left; margin-right: 9px; width: 21px; font-weight: bold !important; text-align: center; }
.button_pain_del    { float: left; width: 21px; font-weight: bold !important; text-align: center }
.button_pain_del_mo { background: linear-gradient(to bottom, #cc9999 0%, #cc6666 100%) !important; }

/* TOOLTIPS */
#powerTip          { position: absolute; display: none; padding: 3px 10px; font-size: 14px; color: #333333; border: 0px none; border-radius: 5px; border: 1px solid #ffffff; background-color: #ffcc99; box-shadow: 2px 2px 5px #111111; white-space: nowrap; cursor: default; z-index: 2147483647; }
#powerTip:before   { content: ""; position: absolute; }
#powerTip.n:before { border-right: 5px solid transparent; border-left: 5px solid transparent; left: 50%; margin-left: -5px; }
#powerTip.n:before { border-top: 10px solid #ffffff; bottom: -10px; }

/* DIALOG */
.dialog_form_group    { margin: 10px 10px 7px 10px; }
.dialog_form_group_nm { margin: 0px 10px 0px 10px; }
.dialog_form_label    { float: left; margin-right: 10px; padding-top: 8px; width: 80px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #999999 !important; text-align: right; cursor: default; }
.dialog_form_input    { float: left; margin-bottom: 3px; padding: 5px 10px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #ffffff !important; border-radius: 5px; background-color: #444444; }
.dialog_form_radio    { float: left; padding: 7px 0px 10px 0px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #cccccc !important; }
.dialog_form_select   { float: left; margin-bottom: 3px; padding: 4px 4px 4px 7px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #ffffff !important; border-radius: 5px; background-color: #555555; }
.dialog_form_add      { float: left; margin-left: 5px; padding-top: 8px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #bbbbbb !important; }
.dialog_form_input:focus { color: #222222 !important; background-color: #ff9933; }
.dialog_form_input:hover { color: #222222 !important; background-color: #99ccff; }

.dialog_form_input_title  { width: 70px; }
.dialog_form_input_first  { width: 100px; }
.dialog_form_input_last   { width: 140px; }
.dialog_form_input_street { width: 200px; }
.dialog_form_input_zip    { width: 50px; }
.dialog_form_input_city   { width: 160px; }
.dialog_form_input_phone  { width: 160px; }
.dialog_form_input_email  { width: 250px; }
.dialog_form_input_size   { width: 30px; }
.dialog_form_input_insurance_nr { width: 105px; }

/* PATIENT */
.patient_panel  { position: absolute; top: 168px; left: 50px; }
.patient_series { position: absolute; top: 168px; left: 482px; }
.patient_series_table { margin: 10px 10px 0px 10px; max-width: 1368px; border-spacing: 1px; }
.patient_series_table tr  { cursor: pointer; }
.patient_series_table tr:hover td { color: #222222; background-color: #99ccff; }
.patient_series_table th  { padding: 5px 5px; font-weight: normal; color: #dddddd; }
.patient_series_table td  { padding: 15px 20px; color: #999999; }
.patient_series_row td    { background-color: #444444; }
.patient_series_row2 td   { background-color: #555555; }
.patient_series_active td { color: #222222; background-color: #99ff99; }

.patient_series_table tr:nth-child(2) td:first-child { border-top-left-radius: 5px; }
.patient_series_table tr:nth-child(2) td:nth-child(5) { border-top-right-radius: 5px; }
.patient_series_table tr:last-child td:first-child { border-bottom-left-radius: 5px; }
.patient_series_table tr:last-child td:nth-child(5) { border-bottom-right-radius: 5px; }
.patient_series_table_edit { padding: 0px !important; background-color: transparent !important; }
.patient_series_table_del  { margin-left: 10px; width: 32px; height: 32px; background: url(../images/icon_del.png) no-repeat 0px 0px; }
.patient_series_table_del:hover { background-position: -32px 0px; }

/* SERIES */
.series_panel_series { position: absolute; top: 168px; left: 482px; width: 1388px; }

.form_label_series            { width: 130px; text-align: right; white-space: nowrap; }
.form_label_prescription      { margin-left: 30px; padding-top: 3px; width: auto; }
.form_label_diagnose          { margin-left: 10px; padding-top: 3px; width: auto; }
.form_label_box               { margin-top: 4px; width: 111px; text-align: right; white-space: nowrap; }
.form_label_treat             { padding-top: 6px; width: 111px; text-align: right; white-space: nowrap; }
.form_prescription_checkbox   { margin-top: 6px; cursor: pointer; }
.form_prescription_checkbox:hover + label { color: #ff9933 !important; }
.form_prescription_item       { float: none; margin-right: 25px; padding: 3px 0px 0px 8px; width: auto; color: #cccccc !important; cursor: pointer; }
.form_prescription_item_a     { float: none; margin-right: 25px; padding: 3px 0px 0px 8px; width: auto; color: #ff9933 !important; cursor: pointer; }
.form_prescription_item:hover { color: #ff9933 !important; }
.form_price_radio             { margin-left: 25px; }
.form_price_item              { padding-left: 1px; color: #cccccc; cursor: pointer; }
.form_price_item_a            { padding-left: 1px; color: #ff9933; cursor: pointer; }
.form_price_item:hover        { color: #ff9933 !important; }
.form_series_input            { width: 140px; }
.form_series_diagnose         { float: left; margin: 0px; padding: 5px; width: 100px; height: 37px; line-height: 18px; overflow-y: auto; }
.form_treat_check             { margin: 3px 0px; max-width: 1225px; }
.form_label_an                { width: 220px; }
.form_label_au                { width: 190px; text-align: left; }
.form_an_input                { width: 910px; }
.form_an_input_short          { width: 750px; }
.form_an_input_short2         { width: 530px; }
.form_au_input                { width: 730px; }
.price_class                  { float: right; margin-top: 8px; line-height: 14px; }
.form_planning                { margin: 20px; width: 1000px; height: 609px; color: #ffffff; }
.form_planning:focus          { color: #ffffff !important; background-color: #444444; }
.form_planning:hover          { color: #ffffff !important; background-color: #444444; }

.series_bills_panel { margin-top: 50px; }
.series_bills       { margin: 0px 20px 10px 0px; max-height: 149px; overflow-y: auto; }
.series_bills_date  { float: left; padding-left: 20px; line-height: 40px; cursor: pointer; }
.series_bills_date span  { color: #999999; }
.series_bills_date span:hover { color: #ff9933; text-decoration: underline; }
.series_bills_del   { float: right; width: 32px; height: 32px; background: url(../images/icon_del.png) no-repeat 0px 0px; margin-top: 3px; cursor: pointer; }
.series_bills_del:hover { background-position: -32px 0px; }
.series_bills_check { float: right; width: 32px; height: 32px; background: url(../images/icon_check.png) no-repeat 0px 0px; margin: 3px 10px 0px 0px; cursor: pointer; }
.series_bills_check:hover { background-position: -32px 0px; }
.series_bills_paid  { background-position: -32px 0px; }

/* TREATMENTS */
.treatments_panel      { padding: 10px 10px 7px 10px; z-index: 2; }
.button_treat_add      { float: left; margin-top: 10px; }
.button_treat_print    { float: left; margin: 10px 10px 0px 10px; }
.button_treat_bill     { float: right; margin-top: 10px; }
.button_treat_exercise { float: right; margin: 10px 10px 0px 0px; }

/* TABS */
.tab_item             { float: left; margin-right: 2px; padding: 5px 10px 3px 10px; height: 38px; text-align: center; line-height: 18px; color: #999999; text-shadow: 1px 1px 1px #000000; border-radius: 5px 5px 0px 0px; cursor: pointer; }
.tab_item span        { font-size: 14px; color: #666666; }
.tab_item_planning    { float: right; margin-right: 6px; line-height: 38px; color: #ffffff; }
.tab_item_active      { position: relative; top: 2px; color: #ff9933; text-shadow: 1px 1px 1px #000000; border-bottom: 0px none !important; background: linear-gradient(to bottom, #555555 0%, #333333 90%); pointer-events: none; cursor: default; z-index: 2; }
.tab_item_active span { color: #ffcc99; }
.tab_item:hover       { color: #222222; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%); text-shadow: none; }
.tab_content          { position: relative; padding: 10px; border-radius: 0px 5px 5px 5px; }

/* REPORT */
.report                { position: relative; }
.report_tabs           { position: absolute; top: 60px; left: 0px; width: 122px; }
.report_tab            { float: right; margin-bottom: 5px; padding: 2px 6px 2px 6px; font-size: 12px; color: #777777; border-top: 1px solid #1a1a1a; border-bottom: 1px solid #777777; border-left: 1px solid #1a1a1a; border-radius: 5px 0px 0px 5px; background-color: #333333; cursor: pointer; }
.report_tab:hover      { color: #222222; background-color: #99ccff; }
.report_panel          { float: left; margin-top: 10px; padding: 10px; width: 1203px; height: 485px; border-radius: 5px; overflow-y: auto; scrollbar-arrow-color: #777777; scrollbar-shadow-color: #222222; scrollbar-track-color: #333333; scrollbar-face-color: #444444; }
.report_subpanel       { position: relative; margin-bottom: 10px; width: 1185px; border-radius: 5px; }
.report_panel_title    { padding: 10px; text-align: center; border-radius: 5px 5px 0px 0px; background: linear-gradient(to bottom, #555555 0%, #333333 100%); }
.report_container      { float: left; margin: 10px 0px 20px 20px; }
.report_title_single   { float: left; margin-right: 10px; padding-top: 8px; width: 210px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #999999 !important; text-align: right; cursor: default; }
.report_title_list     { float: left; margin-right: 10px; width: 200px; color: #999999; cursor: default; }
.report_title_list_big { float: left; margin: 0px 10px 0px 3px; padding-top: 8px; width: 200px; color: #999999; cursor: default; }
.report_subtitle       { margin: 25px 0px 0px 0px; cursor: default; }
.report_label          { float: left; margin: 0px 20px 0px 5px; line-height: 33px; }
.report_row            { padding: 3px; }
.report_row:hover .report_title_list { color: #ff9933; }
.report_row label      { cursor: pointer; }
.report_row input      { cursor: pointer; }
.report_pain           { position: relative; float: left; margin-bottom: 20px; }

.report_input_width_full { width: 900px; }
.report_input_width_max  { width: 1123px; }
.report_label_width_std  { width: 220px; }
.report_col_1            { float: left; width: 150px; }
.report_col_1 > label    { padding-left: 5px; }
.report_col_1:hover      { color: #ff9933; }
.report_col_small        { float: left; margin-right: 20px; }
.report_col_small:hover  { color: #ff9933; }
.report_label_selected   { color: #ff9933; }

.pain               { position: relative; }
.pain_container     { position: relative; }
.pain_container_del { background-color: #FF0000; }
.pain_types         { float: left; margin: 0px 0px 20px 20px; }
.pain_table         { position: relative; margin: 0px; }
.pain_labels        { margin-bottom: 5px; }
.pain_label         { float: left; margin-left: 5px; padding: 0px 5px; font-family: "Ropa Sans", sans-serif; font-size: 18px; color: #999999; }
.pain_label_type    { margin-left: 0px; padding: 0px 0px 0px 2px; width: 130px; }
.pain_label_when    { margin-left: 5px; padding: 0px 0px 0px 2px; width: 180px; }
.pain_label_since   { margin-left: 5px; padding: 0px 0px 0px 2px; width: 130px; }
.pain_label_better  { margin-left: 5px; padding: 0px 0px 0px 2px; width: 130px; }
.pain_label_various { margin-left: 5px; padding: 0px 0px 0px 2px; width: 135px; }
.pain_label_intense { padding-left: 2px; }
.pain_item          { margin-bottom: 10px; }
.pain_input         { float: left; margin-left: 5px; padding: 5px; font-family: "Ropa Sans", sans-serif; font-size: 18px; color: #ffffff; border-radius: 5px; background-color: #444444; }
.pain_input:focus   { color: #222222 !important; background-color: #ff9933; }
.pain_input:hover   { color: #222222 !important; background-color: #99ccff; }
.pain_various_big   { position: absolute; bottom: 25px; left: 300px; width: 820px; height: 63px; }

.pain_since          { margin-left: 0px; width: 120px; }
.pain_better         { width: 120px; }
.pain_various        { width: 125px; }
.pain_drag_helper_1  { width: 27px; height: 27px; background: url(../images/pain_preassure_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_2  { width: 27px; height: 27px; background: url(../images/pain_hammer_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_3  { width: 27px; height: 27px; background: url(../images/pain_burn_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_4  { width: 27px; height: 27px; background: url(../images/pain_ant_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_5  { width: 27px; height: 27px; background: url(../images/pain_pin_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_6  { width: 27px; height: 27px; background: url(../images/pain_pull_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_7  { width: 27px; height: 27px; background: url(../images/pain_stiff_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_8  { width: 27px; height: 27px; background: url(../images/pain_deaf_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_9  { width: 27px; height: 27px; background: url(../images/pain_cramp_drag.png) no-repeat 3px 3px; }
.pain_drag_helper_10 { width: 27px; height: 27px; background: url(../images/pain_bolt_drag.png) no-repeat 3px 3px; }
.pain_drag_icon      { position: absolute; cursor: pointer; z-index: 1; }
.pain_drag_target    { width: 25px; height: 25px; background: url(../images/pain_target.png) no-repeat; }

.dialog .pain_del_dialog { padding: 0px 10px 10px 10px !important; font-size: 16px; color: #ffffff !important; }
.pain_del_dialog button  { margin-top: 5px; }

.dd-container       { float: left; margin-right: 5px; border-radius: 5px !important; border-top: 1px solid #1a1a1a !important; border-right: 1px solid #777777 !important; border-bottom: 1px solid #777777 !important; border-left: 1px solid #1a1a1a !important; }
.dd-select          { height: 31px !important; font-family: "Ropa Sans", sans-serif; font-size: 18px !important; color: #ffffff !important; border-radius: 5px !important; border: 0px none !important; background-color: #444444 !important; }
.dd-selected        { padding: 0px !important; }
.dd-selected-image  { margin: 3px 0px 3px 5px; }
.dd-selected-text   { padding: 0px 5px; line-height: 31px; cursor: pointer; }
.dd-options         { margin-top: 1px; left: -1px; box-shadow: none !important; border-radius: 5px !important; border-top: 1px solid #1a1a1a !important; border-right: 1px solid #777777 !important; border-bottom: 1px solid #777777 !important; border-left: 1px solid #1a1a1a !important; background-color: #444444 !important; }
.dd-option          { padding: 5px !important; color: #999999 !important;  border-bottom: 1px solid #666666 !important; transition: none !important; }
.dd-option-text     { cursor: pointer; }
.dd-option:hover    { color: #333333 !important; background: #999999 !important; }
.dd-option-selected { background: #666666 !important; }
.dd-pointer-down    { border-color: #999999 transparent transparent !important; }
.dd-pointer-up      { border-color: transparent transparent #999999 !important; }

/* ANAMNESE */
.an      { margin: 10px 0px 20px 0px; }
.an_col  { float: left; padding-top: 8px; width: 80px; }
.an_col2 { float: left; padding-top: 8px; width: 190px; }

/* ALLGEMEINE UNTERSUCHUNG */
.au_container { margin: 10px 0px 20px 0px; }
.au_weight    { width: 45px; text-align: center; }
.au_label     { float: left; margin: 0px 20px 0px 5px; line-height: 33px; }
.au_subtitle  { margin: 25px 0px 0px 0px; }
.au_various   { height: 65px; }

/* POSER */
.pic_female_front    { float: left; margin: 0px 20px 10px 30px; width: 140px; height: 415px; background: url(../images/female_front.png) no-repeat; }
.pic_female_right    { float: left; margin: 0px 20px 10px 30px; width: 140px; height: 415px; background: url(../images/female_right.png) no-repeat; }
.pic_female_back     { float: left; margin: 0px 20px 10px 30px; width: 140px; height: 415px; background: url(../images/female_back.png) no-repeat; }
.pic_female_front_wb { float: left; width: 140px; height: 415px; background: url(../images/female_front.png) no-repeat; }
.pic_female_back_wb  { float: left; width: 140px; height: 415px; background: url(../images/female_back.png) no-repeat; }
.pic_female_front_mo { background: url(../images/female_front_mo.png) no-repeat; }
.pic_female_back_mo  { background: url(../images/female_back_mo.png) no-repeat; }

/* PAIN */
.pain_slider         { float: left; margin: 12px 15px 0px 20px; width: 40px; height: 10px !important; font-size: 18px !important; background: #444444 !important; }
.pain_slider:hover a { background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%) !important; }
.pain_slider a       { background: linear-gradient(to bottom, #999999 0%, #666666 100%) !important; border: 0px none !important; cursor: pointer !important; }
.pain_slider a:hover { background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%) !important; }
.pain_value          { float: left; padding: 5px; width: 30px; text-align: center; background-color: #444444; border-radius: 5px; cursor: default; }

/* OVERVIEW */
.overview_button         { display: block; position: absolute; left: 10px; bottom: 10px; width: 79px; text-align: center; }
.overview_panel          { position: absolute; top: 0px; left: 0px; width: 1920px; height: 1079px; background-color: #333333; z-index: 100; display: none; }
.overview_close          { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; line-height: 28px; text-align: center; text-shadow: 1px 1px 1px #000000; border: 1px solid #999999; border-radius: 15px; background-color: #666666; box-shadow: 1px 1px 3px #000000; cursor: pointer; }
.overview_close:hover    { color: #222222; text-shadow: 0px 0px 0px; background-color: #99ccff; }
.overview_panel_title    { height: 50px; line-height: 50px; text-align: center; }
.overview_subpanel       { float: left; margin: 0px 0px 10px 10px; width: 1185px; height: 1017px; border-radius: 5px; }
.overview_subpanel_small { float: left; margin: 0px 0px 10px 10px; width: 701px; border-radius: 5px; }
.overview_container      { float: left; margin: 0px 0px 10px 20px; }
.overview_subtitle       { margin: 10px 0px 0px 0px; cursor: default; }
.overview_title_text     { display: inline-block; margin-right: 10px; width: 200px; color: #999999; text-align: right; }
.overview_label          { margin: 0px 20px 0px 5px; color: #999999; }
.overview_subpanel .overview_text       { width: 934px; }
.overview_subpanel .overview_item       { margin-bottom: 5px; }
.overview_subpanel_small .overview_text { width: 420px; }

/* EXERCISE */
.ex_catalog           { width: 876px; }
.ex_catalog_list      { margin: 0px 9px 7px 0px; height: 726px; overflow-y: scroll; }
.ex_catalog_cat       { margin: 20px 7px 0px 7px; }
.ex_catalog_cat_title { margin-left: 5px; color: #999999; }
.ex_item              { float: left; margin: 5px 2px 0px 2px; padding: 5px; width: 400px; border-radius: 5px; cursor: pointer; }
.ex_item:hover        { background-color: #99ccff; }
.ex_item:hover .ex_item_text_sub { color: #222222; }
.ex_item_active       { float: left; margin: 5px 3px 0px 3px; padding: 5px; width: 400px; border-radius: 5px; background-color: #ff9933; cursor: pointer; }
.ex_item_active .ex_item_text_sub { color: #222222; }
.ex_item_pic          { float: left; margin-right: 5px; width: 94px; height: 70px; border-radius: 4px; }
.ex_item_text         { float: left; width: 301px; height: 70px; font-size: 17px; overflow: hidden; }
.ex_item_text_sub     { margin-top: 3px; font-size: 15px; color: #999999; line-height: 17px; }

.ex_program_list     { margin: 10px 0px 0px 9px; width: 442px; height: 707px; overflow-y: auto; }
.ex_item_program     { position: relative; width: 402px; cursor: move; }
.ex_item_program_nr  { position: absolute; top: 3px; right: 28px; width: 30px; height: 20px; font-size: 14px; color: #99ccff; text-align: center; border-radius: 5px; background-color: #444444; }
.ex_item_program_del { position: absolute; top: 3px; right: 3px; width: 20px; height: 20px; font-size: 18px; line-height: 18px; color: #ffffff; text-align: center; border-radius: 5px; background-color: #444444; cursor: pointer; }
.ex_item_program_del:hover { background-color: #ff6666; }
.ex_program_print    { position: absolute; left: 1408px; bottom: 50px; }

.ex_sortable_placeholder { height: 72px; background-color: #ff9933; }
.ex_preset_label { float: left; padding: 15px 10px 15px 0px; }
.button_ex_preset { float: left; margin-right: 10px; }

/* PRICELIST */
.pl_panel       { left: 50px; width: 1820px; height: 858px; }
.pl             { margin-top: 10px; }
.pl_label       { float: left; margin-left: 5px; padding: 0px 0px 0px 2px; font-size: 18px; color: #999999; cursor: default; }
.pl_label label { cursor: pointer; }
.pl_label input { cursor: pointer; }
.pl_input       { float: left; margin-left: 5px; padding: 5px; font-size: 18px; color: #ffffff; border-radius: 5px; background-color: #444444; }
.pl_input:focus { color: #222222 !important; background-color: #ff9933; }
.pl_input:hover { color: #222222 !important; background-color: #99ccff; }
.pl_label label:hover { color: #ff9933; }

.pl_label_insurances { margin: 0px 0px 2px 925px; text-align: center; }
.pl_label_short  { margin-left: 27px; width: 90px; }
.pl_short        { width: 80px; }
.pl_label_long   { width: 340px; }
.pl_long         { width: 330px; }
.pl_label_dur    { margin-left: 20px; width: 50px; text-align: center; }
.pl_dur          { margin-left: 20px; width: 40px; text-align: center; }
.pl_label_price1 { margin-left: 20px; width: 80px; text-align: center; }
.pl_price1       { margin-left: 20px; width: 70px; text-align: center; }
.pl_label_price2 { width: 80px; text-align: center; }
.pl_price2       { width: 70px; text-align: center; }
.pl_label_price3 { width: 80px; text-align: center; }
.pl_price3       { width: 70px; text-align: center; }
.pl_label_price4 { margin-right: 20px; width: 80px; text-align: center; }
.pl_price4       { margin-right: 20px; width: 70px; text-align: center; }
.pl_priceclass_a { color: #ff9933; }
.pl_label_insur  { position: relative; top: -20px; width: 70px; text-align: center; }
.pl_label_insur:hover .pl_insur_edit { visibility: visible; }
.pl_insur_edit   { position: absolute; top: -2px; width: 70px; visibility: hidden; }
.pl_insur_edit_btn { float: left; margin-right: 1px; width: 22px; height: 22px; color: #222222; text-align: center; border-radius: 5px; background-color: #ff9933; cursor: pointer; }
.pl_insur_edit_btn:hover { color: #222222; background-color: #99ccff; }
.pl_insur_edit_btn_big { font-size: 25px; }
.pl_insur_edit_btn_add { float: none; margin: auto; }
.pl_insur        { width: 60px; text-align: center; }
.pl_dd_insur_div { float: left; margin-left: 5px; position: relative; top: -20px; }
.pl_dd_insur_div:hover .pl_insur_edit { visibility: visible; }
.pl_dd_insur     { padding: 1px; width: 72px; background-color: #999999; border-radius: 3px; cursor: pointer; }
.pl_label_count  { margin-left: 38px; text-align: center; }
.pl_count        { margin-left: 40px; margin-bottom: 0px; width: 60px; text-align: center; cursor: pointer; }
.pl_count option { text-align: center; }
.pl_form         { position: relative; top: -18px; }
.pl_back         { margin-top: 15px; }
.pl_back_label   { float: left; padding-right: 20px; width: 901px; height: 33px; text-align: right; line-height: 33px; }
.pl_back_input   { height: 21px; background-color: #665555; }
.pl_sum          { margin-top: 5px; }
.pl_sum_label    { float: left; width: 538px; height: 33px; text-align: right; line-height: 33px; }
.pl_sum_input    { height: 21px; background-color: #555566; }
.pl_sum_insur    { height: 21px; background-color: #449944; }

.pl_handle { float: left; width: 20px; height: 31px; border-radius: 5px; background: url(../images/icon_handle.png) no-repeat; cursor: move; }
.pl_handle:hover { background-color: #ff9933; }

.pl_prescription { margin-bottom: 5px; }
.pl_sortable_placeholder { height: 33px; background-color: #ff9933; border-radius: 5px; }


/* BODY */
.body_panel  { position: absolute; padding: 0px !important; top: 168px; left: 50px; width: 1820px; height: 858px; }
.body_iframe { width: 1820px; height: 858px; border: 0px none; border-radius: 5px; background-color: #333333; }
.body_mask_1 { position: absolute; top: 0px; left: 0px; width: 95px; height: 40px; border-top-left-radius: 5px; background-color: #333333; }
.body_mask_2 { position: absolute; top: 0px; left: 90px; width: 135px; height: 65px; background-color: #333333; }
.body_mask_3 { position: absolute; bottom: 0px; left: 0px; width: 1820px; height: 36px; border-radius: 0px 0px 5px 5px; background-color: #333333; }
.body_mask_4 { position: absolute; top: 40px; right: 0px; width: 230px; height: 280px; background-color: #333333; }
.attrib_zy   { display: none; }

/* BACK */
.general_pics        { position: absolute; top: 41px; left: 30px; width: 140px; height: 415px; background: url(../images/general_transparent.png) no-repeat; }
.general_row         { padding: 3px; }
.general_row:hover .general_type { color: #ff9933; }
.general_row label   { cursor: pointer; }
.general_row input   { cursor: pointer; }
.general_type        { float: left; width: 200px; color: #999999; cursor: default; }
.general_col_1       { float: left; width: 150px; }
.general_col_1:hover { color: #ff9933; }
.general_col_2       { float: left; width: 150px; }
.general_col_2:hover { color: #ff9933; }
.general_col_3       { float: left; width: 300px; }
.general_col_3:hover { color: #ff9933; }
.general_col_small   { float: left; margin-right: 20px; }
.general_col_small:hover { color: #ff9933; }

/* CALENDAR */
.calendar_panel                     { position: absolute; top: 168px; left: 482px; width: 1388px; height: 858px; }
.calendar_appointment_panel         { position: relative; float: left; margin: 10px 10px 0px 10px; width: 300px; height: 771px; border-radius: 5px; }
.calendar_appointment_panel_title   { padding: 10px; text-align: center; border-radius: 5px 5px 0px 0px; background: linear-gradient(to bottom, #555555 0%, #333333 100%); cursor: default; }
.calendar_appointment_print         { position: absolute; bottom: 10px; left: 10px; width: 248px; text-align: center; }
.cal_app_container                  { position: relative; margin: 5px 10px 0px 10px; padding: 5px; font-size: 14px; line-height: 16px; border-radius: 5px; overflow: hidden; cursor: pointer; }
.cal_app_container .app_treat       { display: inline-block; width: 225px; vertical-align: top; }
.cal_app_past                       { background: linear-gradient(to bottom, #997755 0%, #554433 100%); }
.cal_app_past .app_label            { display: inline-block; margin-right: 7px; width: 35px; color: #bbbbbb; text-align: right; }
.cal_app_future                     { background: linear-gradient(to bottom, #FFCC99 0%, #FF9933 100%); }
.cal_app_future .app_label          { display: inline-block; margin-right: 7px; width: 35px; color: #666666; text-align: right; }
.cal_app_container_mo               { color: #222222 !important; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%); }
.cal_app_container_mo .app_label    { color: #666666 !important; }
.cal_app_container:hover            { color: #222222 !important; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%); }
.cal_app_container:hover .app_label { color: #666666; }
.cal_container                      { float: left; margin-top: 10px; padding: 10px; width: 1034px; height: 751px; border-radius: 5px; }
.cal_calendar                       { float: left; position: relative; margin-top: 10px; width: 1054px; height: 781px; font-size: 14px !important; }

#type_date { display: none; }
.dialog_form_app_label      { float: left; margin-right: 10px; padding-top: 8px; width: 105px; font-family: "Ropa Sans", sans-serif !important; font-size: 18px !important; color: #bbbbbb !important; text-align: right; }
.dialog_form_input_date     { margin-right: 2px; width: 85px; cursor: pointer; }
.dialog_form_input_datetime { margin-right: 2px; width: 130px; cursor: pointer; }
.dialog_form_input_time     { width: 45px; }
.dialog_form_time_sep       { float: left; margin: 0px 5px; font-size: 18px; line-height: 31px; }
.dialog_delete_question     { margin: 15px 25px; font-size: 18px; }

/* FULL CALENDAR */
.fc-header              { font-size: 18px !important; }
.fc-widget-header       { color: #999999 !important; }
.fc-agenda-slots        { line-height: 14px !important; color: #999999 !important; }
.fc-agenda-slots td div { height: 14px !important; }
.fc-agenda .fc-agenda-axis { text-align: center !important; }
.fc-widget-header, .fc-widget-content { border-color: #666666 !important; }
.fc-widget-header { background-color: #444444 !important; }
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td { border-color: #555555 !important; }
.fc-agenda-slots tr.fc-minor .fc-agenda-axis { border-left-color: #666666 !important; }
.fc-widget-header .fc-agenda-divider-inner { background-color: #999999 !important; }

.fc-header .fc-button   { margin-bottom: 10px !important; }
.fc-header-title h2     { margin-top: 9px !important; font-size: 18px; font-weight: normal; }
.fc-state-default       { color: #999999 !important; border-top: 1px solid #777777 !important; border-right: 1px solid #1a1a1a !important; border-bottom: 1px solid #1a1a1a !important; border-left: 1px solid #777777 !important; border-radius: 5px !important; box-shadow: 2px 2px 5px #222222 !important; background: linear-gradient(to bottom, #444444 0%, #333333 100%) !important; cursor: pointer; text-shadow: #222222 1px 1px 1px !important; }
.fc-state-default:hover { color: #222222 !important; background: linear-gradient(to bottom, #99ccff 0%, #3399ff 100%) !important; text-shadow: none !important; }
.fc-state-active        { color: #222222 !important; background: linear-gradient(to bottom, #ffcc99 0%, #ff9933 100%) !important; cursor: default !important; text-shadow: #dddddd 1px 1px 1px !important; }
.fc-state-active:hover  { color: #222222 !important; background: linear-gradient(to bottom, #ffcc99 0%, #ff9933 100%) !important; text-shadow: #dddddd 1px 1px 1px !important; }
.fc-state-highlight     { background-color: #494339 !important; }

.fc-event { border-radius: 5px !important; overflow: hidden; }
.fc-event-vert .fc-event-bg   { border-radius: 5px !important; }
.fc-event-vert .fc-event-time { padding-right: 16px; font-size: 14px !important; color: #000000; text-align: center; background-color: rgba(0, 0, 0, 0.2); cursor: move; }
.fc-event-hori .fc-event-time { padding-right: 16px; text-align: center !important; cursor: move; }
.fc_close { position: absolute; top: 0px; right: 0px; width: 16px; height: 20px; text-align: center; line-height: 20px; background-color: rgba(0, 0, 0, 0.2); border-bottom-left-radius: 5px; cursor: pointer !important; z-index: 99; }
.fc_close_week  { position: absolute; top: 0px; right: 0px; width: 16px; height: 20px; text-align: center; line-height: 18px; background-color: rgba(0, 0, 0, 0.2); cursor: pointer !important; z-index: 99; }
.fc_close_month { position: absolute; top: 0px; right: 0px; width: 16px; height: 20px; text-align: center; line-height: 18px; background-color: rgba(0, 0, 0, 0.2); cursor: pointer !important; z-index: 99; }

.event_patient { background-color: #ff9933 !important; color: #ffffff !important; border-color: #ff9933 !important; }
.event_private { background-color: #99dd99 !important; color: #ffffff !important; border-color: #99dd99 !important; }
.event_general { background-color: #3A87AD !important; color: #ffffff !important; border-color: #3A87AD !important; }

.event_color_0 { color: #666666 !important; border-color: #FFE773 !important; background-color: #FFE773 !important; }
.event_color_1 { color: #ffffff !important; border-color: #99dd99 !important; background-color: #99dd99 !important; }
.event_color_2 { color: #FFFFFF !important; border-color: #FF8B73 !important; background-color: #FF8B73 !important; }
.event_color_3 { color: #FFFFFF !important; border-color: #A468D5 !important; background-color: #A468D5 !important; }
.event_color_4 { color: #FFFFFF !important; border-color: #66eeee !important; background-color: #66eeee !important; }
.event_color_5 { color: #FFFFFF !important; border-color: #ffc173 !important; background-color: #ffc173 !important; }
.event_color_8 { color: #333333 !important; border-color: #999966 !important; background-color: #ddddaa !important; }
.event_color_9 { color: #FFFFFF !important; border-color: #66bbff !important; background-color: #3399ff !important; }

.event_patient .fc-event-title span { color: #666666 !important; }
.event_private .fc-event-title span { color: #666666 !important; }
.event_general .fc-event-title span { color: #666666 !important; }

.event_color_0 .fc-event-title span { color: #999999 !important; }
.event_color_1 .fc-event-title span { color: #666666 !important; }
.event_color_2 .fc-event-title span { color: #666666 !important; }
.event_color_3 .fc-event-title span { color: #666666 !important; }
.event_color_4 .fc-event-title span { color: #666666 !important; }
.event_color_5 .fc-event-title span { color: #666666 !important; }
.event_color_8 .fc-event-title span { color: #333333 !important; }
.event_color_9 .fc-event-title span { color: #666666 !important; }

/* TIMEPICKER */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl    { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td    { font-size: 90%; }
.ui_tpicker_time_label   { font-size: 16px; }
.ui_tpicker_hour_label   { font-size: 16px; }
.ui_tpicker_minute_label { font-size: 16px; }
.ui_tpicker_time         { font-size: 18px; color: #ffffff; }
.ui-tpicker-grid-label   { font-size: 12px !important; background: none; border: none; margin: 0; padding: 0; }
.ui-datepicker-title     { margin: 0px 30px !important; }
.ui-datepicker-prev      { width: 30px !important; height: 22px !important; cursor: pointer; }
.ui-datepicker-prev span { background: url(../images/dp_prev.png) no-repeat 0px 0px !important; }
.ui-datepicker-next      { width: 30px !important; height: 22px !important; cursor: pointer; }
.ui-datepicker-next span { background: url(../images/dp_next.png) no-repeat 0px 0px !important; }
.ui-datepicker-close     { padding: 5px 10px !important; font-size: 18px !important; color: #ffffff !important; text-decoration: none !important; border-top: 1px solid #777777; border-right: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; border-left: 1px solid #777777; border-radius: 5px; box-shadow: 2px 2px 5px #222222; background: linear-gradient(to bottom, #99cc99 0%, #66cc66 100%) !important; cursor: pointer; text-shadow: #222222 1px 1px 1px; }
.ui-datepicker-current   { padding: 5px 10px !important; font-size: 18px !important; color: #ffffff !important; text-decoration: none !important; border-top: 1px solid #777777; border-right: 1px solid #1a1a1a; border-bottom: 1px solid #1a1a1a; border-left: 1px solid #777777; border-radius: 5px; box-shadow: 2px 2px 5px #222222; background: linear-gradient(to bottom, #444444 0%, #333333 100%) !important; cursor: pointer; text-shadow: #222222 1px 1px 1px; }

/* CALENDAR PLAIN */
.calendar_panel_plain   { position: absolute; top: 168px; left: 50px; width: 1820px; height: 858px; }
.cal_calendar_plain     { position: relative; margin: 10px 10px 7px 10px; width: 1800px; height: 841px; font-size: 14px !important; }
.ui-timepicker-div      { margin-top: 10px; }
.dialog_app_label       { float: left; margin-right: 10px; padding-top: 8px; width: 50px; font-size: 18px !important; color: #bbbbbb !important; text-align: right; }
.dialog_app_title       { width: 461px; }
.dialog_app_text        { width: 461px; height: 63px; }
.dialog_app_remind_text { float: left; margin-left: 5px; font-size: 18px; color: #bbbbbb; cursor: pointer; }

.cal_col_container        { float: left; margin-left: 5px; padding: 7px 7px 6px 7px; border-radius: 5px; cursor: pointer; }
.cal_col_container:hover  { box-shadow: inset 0 0 10px #6699ff; }
.cal_col_container_active { box-shadow: inset 0 0 10px #ff9933; cursor: default !important; }
.cal_col_label            { float: left; margin: 0px 5px 1px 0px; width: 50px; line-height: 18px; text-align: right; }
.cal_col_col              { float: left; margin: 0px 5px 1px 0px; width: 20px; height: 16px; line-height: 18px; border: 1px solid #555555; border-radius: 3px; background-color: #000000; }
.cal_col_box              { float: left; position: relative; margin-bottom: 1px; width: 58px; height: 92px; color: #ffffff; border: 1px solid #99dd99; border-radius: 5px; background-color: #99dd99; overflow: hidden; }
.cal_col_header           { padding-right: 16px; color: #000000; text-align: center; background-color: rgba(0, 0, 0, 0.2); }
.cal_col_content          { padding-top: 5px; text-align: center; }
.cal_col_content span     { font-size: 12px; color: #666666; }
.cal_remind_check         { float: left; margin-top: 4px; }
.cal_remind_select        { float: left; margin-left: 5px; height: 21px; font-size: 16px !important; }
.cal_app_options          { float: left; margin: 10px 0px 10px 0px; font-size: 18px; color: #ffffff; cursor: pointer; }
.cal_app_options:hover    { color: #ff9933; }
.cal_app_options_down     { float: left; margin: 19px 5px 0px 20px; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #ffffff; cursor: pointer; }
.cal_app_options_up       { float: left; margin: 18px 5px 0px 20px; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #ffffff; cursor: pointer; }


/* ************************************************** */
/* DATA TABLE                                         */
/* ************************************************** */
table.dataTable { margin: 0px auto; clear: both; width: 100%; font-size: 18px; border-collapse: separate; border-spacing: 1px; }
table.dataTable thead th, table.dataTable tfoot th { color: #ffffff; font-weight: bold; background-color: transparent; }
table.dataTable thead th, table.dataTable thead td { padding: 5px 20px; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc { cursor: pointer; }
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { background-repeat: no-repeat; background-position: center right; }
table.dataTable thead .sorting               { background-image: url("../images/sort_both.png"); }
table.dataTable thead .sorting_asc           { background-image: url("../images/sort_asc.png"); }
table.dataTable thead .sorting_desc          { background-image: url("../images/sort_desc.png"); }
table.dataTable thead .sorting_asc_disabled  { background-image: url("../images/sort_asc_disabled.png"); }
table.dataTable thead .sorting_desc_disabled { background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr { cursor: pointer; }
table.dataTable tbody tr:hover { color: #222222; background-color: #99ccff !important; }
table.dataTable tbody th, table.dataTable tbody td { padding: 10px 15px; }
table.dataTable tbody tr.odd, table.dataTable.display tbody tr.odd { background-color: #444444; }
table.dataTable tbody tr.even, table.dataTable.display tbody tr.even { background-color: #525252; }

table.dataTable th.dt-left, table.dataTable td.dt-left { text-align: left; }
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty { text-align: center; }
table.dataTable th.dt-right, table.dataTable td.dt-right { text-align: right; }
table.dataTable th.dt-justify, table.dataTable td.dt-justify { text-align: justify; }
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap { white-space: nowrap; }
table.dataTable th.dt-small, table.dataTable td.dt-small { padding: 10px 5px; }

.dataTables_wrapper { position: relative; top: -25px; text-align: center; clear: both; }
.dataTables_wrapper .dataTables_filter { float: right; margin: 0px 0px 10px 0px; font-size: 16px; text-align: right; }
.dataTables_wrapper .dataTables_filter label { float: left; height: 32px; font-size: 18px; line-height: 32px; color: #ffffff; background-color: transparent; }
.dataTables_wrapper .dataTables_filter input { padding: 0px 10px; width: 300px; height: 32px; font-size: 16px; line-height: 32px; border: 0px none; border-radius: 5px; }
