/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2022, 10:46:46 AM
    Author     : zafer.ataser
*/

.message{
    padding:10px 15px 10px 30px !important;
    word-wrap:break-word !important;
    border:1px solid !important;
    border-width:1px 1px 1px 0 !important;
    border-radius:2px !important;
    background:no-repeat 10px 17px !important;
    overflow-wrap:break-word !important;
}

.message_status {
    color:#325e1c !important;
    border-color:#c9e1bd #c9e1bd #c9e1bd transparent !important;
    background-color:#f3faef !important;
    box-shadow:-1px 0 0 #77b259 !important;
}

.message_error {
    color:#a51b00 !important;
    border-color:#f9c9bf #f9c9bf #f9c9bf transparent !important;
    background-color:#fcf4f2 !important;
    box-shadow:-1px 0 0 #e62600 !important;
}

.message_warning{
    color:#734c00 !important;
    border-color:#f4daa6 #f4daa6 #f4daa6 transparent !important;
    background-color:#fdf8ed !important;
    box-shadow:-1px 0 0 #e09600 !important;
}

table.cbdoviz {
  width: auto !important;
  border-width: thin !important;
  border-color: #aaaaaa !important;
  border-style: solid !important;
  border-collapse: collapse !important;
  margin: 0 auto !important;   /* 🔹 YATAYDA ORTALAR */
}

table.cbdoviz caption{
  font-size: large !important;
  white-space: nowrap !important;
  text-align: center !important;
}

table.cbdoviz th{
/*  color: #ffffff !important; */
  border-width: thin !important;
  border-color: #999999 !important;
  border-style: groove !important;
  text-align: center !important;
  text-transform: none !important;
/*  background-color: #034f84 !important; */
  font-weight: bold !important;
}
/*
table.cbdoviz tr.odd{
  background-color: #edf4f9 !important;
}

table.cbdoviz tr.even{
  background-color: #ffffff !important;
}
 */

table.cbdoviz td{
  border-width: thin !important;
  border-color: #aaaaaa !important;
  border-style: solid !important;
  background-color: inherit !important;
  font-weight: inherit !important;
}


td.etiket {
  text-align:left !important;
  font-weight:bold !important;
}

td.deger {
  text-align: left !important;
  font-style: italic !important;
}

td.format-hatali {
  background-color: yellow !important;
  color: red !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  white-space: pre
}

table.sidebyside {
    border: none !important;
    width: auto !important;
    background-color:transparent !important;
    background-color:transparent !important;
}

table.sidebyside tr {
    background-color:transparent !important;
}

table.sidebyside td {
    background-color:transparent !important;
}

textarea.height-auto {
  height: auto !important;
}

.web-doviz-kur-block .web-doviz-nav {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}

.web-doviz-kur-block .web-doviz-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #333 !important;
  background-color: transparent !important;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  border-radius: 0;
  padding: 8px 12px;
  cursor: pointer;
}

.web-doviz-kur-block .web-doviz-nav .nav-link:hover,
.web-doviz-kur-block .web-doviz-nav .nav-link:focus,
.web-doviz-kur-block .web-doviz-nav .nav-link:focus-visible {
  color: #26a4b1 !important;
  background-color: transparent !important;
  border-color: #dee2e6 #dee2e6 transparent;
  box-shadow: none;
}

.web-doviz-kur-block .web-doviz-nav .nav-link.active,
.web-doviz-kur-block .web-doviz-nav .nav-link.active:hover,
.web-doviz-kur-block .web-doviz-nav .nav-link.active:focus {
  color: #26a4b1 !important;
  background-color: #fff !important;
  border-color: #dee2e6 #dee2e6 #fff;
}

.web-doviz-kur-block .web-doviz-tab-content {
  padding-top: 10px;
}

.web-doviz-kur-block .web-doviz-kur-table {
  width: 100%;
  background-color: transparent !important;
}

.web-doviz-kur-block .web-doviz-kur-table tr,
.web-doviz-kur-block .web-doviz-kur-table td {
  background-color: transparent !important;
}

.web-doviz-kur-block .web-doviz-label {
  font-weight: 600;
  text-align: left;
  width: 50%;
}

.web-doviz-kur-block .web-doviz-value {
  text-align: right;
  font-weight: 700;
}

.web-doviz-kur-footer {
  clear: both;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-top: 8px;
}