/* Türkçe
   *  Aşağıdaki renkler sistem genelinde kullanılan paletlerdir;
   * sistemin paletin istenilen desenlere en yakın renklerini almasını
   * sağlayacak şekilde bunları değiştirebilirsiniz. Ancak şunu da
   * unutmamak gerekir ki her rengin bir ton sırası vardır, bu da
   * istenmeyen etkilerin oluşmaması için bazı önlemlerin alınması
   * gerektiği anlamına gelir.
   * Açık tema yapılandırması için en açık renklerin en yüksek değerlere (900),
   * en koyu renklerin ise en düşük değerlere (10) sahip olması gerekir. Koyu
   * temalarda sıranın tersine çevrilmesi gerekir.
   * Bir öğe normalde dolgu olarak 50 rengini ve içerik metni için başka bir 100
   * rengini alır. Size en uygun renkleri deneyerek eğlenin.
*/

/* English
   *   The following colors are the palettes used throughout the system.
   * You can change them so that the system assumes the colors from the
   * palette that best matches the desired standards. However, it is important
   * to note that each color has a tonality sequence, so certain precautions
   * must be taken to avoid undesired effects.
   * For a light theme configuration, the lightest colors should assume the
   * highest values ​​(50), and the darkest colors the lowest (10). In dark
   * themes, the sequence should be reversed.
   * An element normally receives a''''' 900 color as fill along with another 100
   * for the content text. So have fun experimenting with the colors that suit you best.
*/

:root {
/*Buttons*/
    --cstBtnBg_nm: rgb(149, 216, 255);
    --cstBtnSh_nm: rgb(18, 67, 140);
    --cstBtnTx_nm: rgb(9, 27, 51);
    --cstBtnBd_nm: rgb(9, 27, 51);
    --cstBtnBg_hv: rgb(255, 255, 255);
    --cstBtnSh_hv: rgb(80, 106, 154);
    --cstBtnTx_hv: rgb(0, 0, 0);
    --cstBtnBd_hv: rgb(255, 255, 255);

    --crtBtnBg_nm: rgb(254, 0, 0);
    --crtBtnSh_nm: rgb(105, 2, 2);
    --crtBtnTx_nm: rgb(255,255,255);
    --crtBtnBd_nm: rgb(41, 0, 0);
    --crtBtnBg_hv: rgb(255, 193, 193);
    --crtBtnSh_hv: rgb(187, 9, 9);
    --crtBtnTx_hv: rgb(0, 0, 0);
    --crtBtnBd_hv: rgb(255, 255, 255);

    --grnBtnBg_nm: rgb(50, 157, 18);
    --grnBtnSh_nm: rgb(0, 76, 25);
    --grnBtnTx_nm: rgb(255, 255, 255);
    --grnBtnBd_nm: rgb(0, 0, 0);
    --grnBtnBg_hv: rgb(180, 255, 168);
    --grnBtnSh_hv: rgb(32, 192, 0);
    --grnBtnTx_hv: rgb(0, 0, 0);
    --grnBtnBd_hv: rgb(0, 0, 0);

    --wrnBtnBg_nm: rgb(225, 225, 0);
    --wrnBtnSh_nm: rgb(80, 76, 0);
    --wrnBtnTx_nm: rgb(30, 30, 0);
    --wrnBtnBd_nm: rgb(30, 30, 0);
    --wrnBtnBg_hv: rgb(255, 252, 168);
    --wrnBtnSh_hv: rgb(189, 192, 0);
    --wrnBtnTx_hv: rgb(0, 0, 0);
    --wrnBtnBd_hv: rgb(255, 255, 255);
/*Buttons*/

/*3D Effects*/
    --raised3D_bdTop: rgb(255,255,255);
    --raised3D_bdLeft: rgb(255,255,255);
    --raised3D_bdBottom: rgb(0,0,0);
    --raised3D_bdRight: rgb(0,0,0);
    --lowered3D_bdTop: rgb(0,0,0);
    --lowered3D_bdLeft: rgb(0,0,0);
    --lowered3D_bdBottom: rgb(255,255,255);
    --lowered3D_bdRight: rgb(255,255,255);
/*3D Effects*/

/*Title Bars*/
    --cstTbar_bg: rgb(0, 70, 192);
    --cstTbar_bd: rgb(255, 158, 2);
/*Title Bars*/

/*Footers*/
    --cstFooter_bg: rgb(0, 162, 255);
    --cstFooter_bd: rgb(255, 158, 2);
/*Footers */

/*Datagrids*/
    --cstDatagrid_bg: rgb(230, 240, 254);
/*Datagrids*/

   --cPx10: rgb(0,0,216);

   --cBl10: rgb(0,0,55);
   --cBl20: rgb(0,0,110);
   --cBl30: rgb(0, 0, 220);
   --cBl40: rgb(55, 155, 255);
   --cBl50: rgb(110, 195, 255);

   --cOr30: orange;
   --cOr50: rgb(255,200,100);

   --cPr60: #cdebff;
   --cPr50T: rgba(185, 215, 255,0.75);
   --cPr50: rgb(185, 215, 255);
   --cPr45: #a0cbff;
   --cPr40: rgb(120, 181, 255);
   --cPr30: #509fff;
   --cPr20: rgb( 40,137,255);
   --cPr10: #0073ff;
   --cPr05: #0034c4;

   --cSc80: rgb(180, 204, 243);
   --cSc70: rgb(139, 201, 255);
   --cSc60: rgb(113, 138, 207);
   --cSc50: rgb(71, 112, 182);
   --cSc40: rgb(63, 99, 165);
   --cSc30: rgb(51, 83, 143);
   --cSc20: rgb(8, 43, 95);
   --cSc10: rgb(9, 27, 51);

   --cSc70T:rgba(11, 36, 73, 0.5);
   --cSc60T:rgba( 51, 83, 143,0.7);
   --cSc50T:rgba(  63, 99,165,0.4);
   --cSc40T:rgba(  71, 112,182,0.5);


   --cRd50 :rgb(255,175, 175);
   --cRd40 :rgb(255,125, 125);
   --cRd40T:rgb(255, 90,  90);
   --cRd35 :rgb(255,  0,  0);
   --cRd35 :#d70000;
   --cRd30 :#af0000;
   --cRd20 :#7d0000;
   --cRd10 :rgb( 50,  0,  0);

   --cGn10:rgb(0, 50, 0);
   --cGn20:#006400;
   --cGn30:rgb(0, 255, 0);
   --cGn30:rgba(0, 255, 0, 0.6);
   --cGn40:#64ff64;
   --cGn50:#96ff96;

   --cYw10:rgb(50, 50, 0);
   --cYw20:rgb(150, 150, 0);
   --cYw30:rgb(255, 255, 0);
   --cYw30T:rgba(255, 255, 0,0.2);
   --cYw40:#ffff64;
   --cYw50:rgb(255, 255, 150);
   --cYw60:rgb(235, 235, 200);

   --cGy10:rgb(0, 0, 0);
   --cGy20:rgb(75, 75, 75);
   --cGy30:rgb(125, 125, 125);
   --cGy40:rgb(175, 175, 175);
   --cGy45:rgb(220, 220, 220);
   --cGy50:rgb(255, 255, 255);

 }

