/*
 * MBS Internet portal - modern tema (gaski.gov.tr genel gorunumune uygun)
 * -----------------------------------------------------------------------
 * Bu dosya tum internet CGI'larinda (fatura_odeme, cari, ...) ortak kullanilir.
 * Sirket bazinda ozellestirmek icin DB parametresi SIRKET_INT_CSS_URL'i
 * kendi dosyaniza yonlendirin (bak. int_param.c load_int_params).
 * Sunucuda /scripts/mbs_modern.css konumuna kopyalanir.
 */
body{background:#f4f6f8;font-family:'Mona Sans','Segoe UI',system-ui,Arial,sans-serif;
  margin:0;padding:20px 12px;color:#1c2b33;}

#company_name{font-size:20px;font-weight:800;color:#02424f;text-align:center;margin:0 0 4px;}
#title{font-size:16px;font-weight:600;color:#5b6b76;text-align:center;margin:0 0 18px;}

table.datatable{width:100%;max-width:680px;margin:0 auto 18px;background:#fff;
  border:1px solid #e2e8ee;border-radius:12px;box-shadow:0 6px 18px rgba(2,66,79,.08);
  border-collapse:separate;border-spacing:0;overflow:hidden;font-size:15px;}
table.datatable tr:last-child td,table.datatable tr:last-child th{border-bottom:none;}
table.datatable td,table.datatable th{padding:12px 18px;border-bottom:1px solid #eef2f5;vertical-align:middle;}
table.datatable th{background:#f7fafb;color:#02424f;font-weight:700;text-align:left;width:210px;white-space:nowrap;}
table.datatable td[align=right],table.datatable td[align=RIGHT]{text-align:right;font-weight:700;color:#02424f;}

h1,h2,h3{color:#02424f;text-align:center;}
h2.error{background:#fff3cd;border:1px solid #ffe08a;color:#856404;padding:14px 16px;
  border-radius:8px;text-align:center;max-width:680px;margin:0 auto 16px;font-size:16px;}

input.fieldcell,select.fieldcell{border:1px solid #cdd8de;
  border-radius:8px;padding:11px 12px;font-size:15px;font-family:inherit;background:#fff;}
input.fieldcell:focus,select.fieldcell:focus{outline:none;border-color:#02424f;
  box-shadow:0 0 0 3px rgba(2,66,79,.15);}
/* Tam genislik yalnizca kart formlarinda (datatable icindeki alanlar) gecerli;
   satir ici etiket+alan (Abone No/Sayac No gibi) duzenini bozmamak icin. */
table.datatable input.fieldcell,table.datatable select.fieldcell{width:100%;box-sizing:border-box;}

input.form_submit,button.form_submit,input[type=submit]{background:#02424f;color:#fff;border:none;
  border-radius:8px;padding:12px 28px;font-size:16px;font-weight:700;cursor:pointer;
  font-family:inherit;transition:background .2s;}
input.form_submit:hover,button.form_submit:hover,input[type=submit]:hover{background:#03303a;}

input[type=button]{background:#e9eef1;color:#02424f;border:1px solid #cdd8de;border-radius:8px;
  padding:10px 20px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;}
input[type=button]:hover{background:#dde5ea;}

.fodm-note{background:#f0f7f9;border-left:4px solid #02424f;color:#31505c;
  padding:12px 16px;border-radius:6px;font-size:14px;max-width:648px;margin:0 auto 12px;}
