﻿
:root { 
    /* CSS Variables */

    --MytextColor: white;
    --MyBackColor: black;
    --MyBackImage: url(../PublicFiles/bg/bg.jpg);
    --gridBackColor: rgba(0,0,0,0.5);
    --gridTextColor: white;
    --BodyTextColor: lightblue;
    --aColor: rgb(250,147,15);
    --MenuBackColor: black;
}

html {
    /*
        background-color: deepskyblue;
        background-image: url(../PublicFiles/bg/bg.jpg);
    */
    background-size: 100% 100%;
    font-size: large;
    height: 100%;
    background-attachment: fixed;
    color: yellow;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

body {
    font-size: large;
    /*bheight: 100%; ackdrop-filter: blur(1px);*/
    background-image: var(--MyBackImage);
    background-attachment: fixed;
    color: var(--BodyTextColor);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.swal2-container { z-index: 99999999999999 !important; }



*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}


*:fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
    background-color: rgba(255,255,255,0);
}



.nav-link, .navbar-brand {
    color: white !important;
}
.mynavbut {
    border: inset;
    border-width: 1px;
    border-color: darkorange;
    border-radius: 10px;
    margin-right: 3px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

    .mynavbut:hover {
        background-color: darkorange;
    }

.nav-link {
    font-size: large;
}

.navbar-brand {
    font-size: x-large;
}

.swal2-popup {
    font-size: 0.9rem !important;
}





/* css e media query ekle.  */
/* VİDEO ÇEKİM BURAYA KADAR */




























.CAKILRow {
    color: lightgray;
}


.CAKILTextArea {
    color: white !important;
    font-size: large !important;
    background-color: rgba(0,0,0,0.4) !important;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
}

.CAKILeditlabel {
    text-align: left;
    color: black;
    font-size: small;
}

.CAKILa {
    color: var(--aColor);
}

    .CAKILa:hover {
        color: white;
    }



.CAKILp1 {
    color: rgb(250,147,15);
}

.CAKILp2 {
    color: lightgray;
}


.CAKILbtn {
    background-color: rgb(250,147,15);
    color: white;
    /*
    background-color: rgb(250,147,15); 
     color: white;

    */
    margin: 5px;
    height: 35px;
    padding-top: 2px; /*border: 1px solid lightgray; */
}

.CAKILinput {
    background-color: rgba(0,0,0,0.5); /*rgb(248,124,29);**/
    padding: 5px;
    border-radius: 30px;
    color: white;     /*border: 1px solid lightgray; */     /* height: 35px; */
    margin: 5px;
    margin-bottom: 20px;
    padding-left: 20px !important;
}




.CAKILbtn:hover {
    background-color: lightgray;
    color: black;
}




p {
    color: lightblue;
    margin-bottom: 3px;
    margin-top: 8px;
    text-align: left;
}

.myfield {
    border-radius: 7px !important;
    margin-left: 5% !important;
    width: 90% !important;
    color: red !important;
    text-align: left;
    font-size: large;
}

.text {
}

.mybut {
    width: 100% !important;
    background-color: green !important;
    color: white !important;
    border-radius: 9px !important;
    font-size: large !important;
}



.editwindow_body {
    border-width: 1px;
    border-color: orange;
    border-style: solid;
    border-radius: 12px;
}

.CAKILEditContainer {
    background-color: rgba(0,0,0,0.2);
}

.CAKILGrid:not(.dxtlFocusedNode_Office365) 
{
    background-color: var(--gridBackColor);
    color: var(--gridTextColor);
    border-color: orange !important;
    border-style: solid !important;
    /* backdrop-filter: blur(3px); */
}




.CAKILCustomGrid td {
    border-color: dimgray !important;
    border: inset;
    font-size: medium;
    padding-right: 3px;
    padding-left: 3px;
}




.CAKILCustomGrid tr:hover {
    background-color: orange;
}


.VehicleStatus1 {
    background-color: lightgreen;
}

.VehicleStatus2 {
    background-color:yellow;
}

.VehicleStatus3 {
    background-color: red;
    color: white;
}

.VehicleStatus4 {
    background-color: lightgray;
}


.CAKILGrid td {
    border-color: dimgray !important;
}

.CAKILGridHeader {
    background-color: rgba(0,0,0,0.4) !important;
    color: orange !important;
    font-weight: bold !important;
}

.dxtlDataTable > thead {
    border-color: red !important;
    border-style: dotted !important;
    border-width: 3px !important;
}



body {
    background-color:white;
}


html {
    width: 100%; height:100%;
}


.mypagetitle {
    text-align: center !important;
    margin-bottom: 0px;
    color:red;
}



/* Edit Form İçin */
.editcontrols {
    width: 100%;
    margin: 6px;
    font-size: large;
    border-radius: 10px;
}

.advancedpart {
    display: none;
}

.mycombo {
    z-index: 2000000 !important;
    font-size: large;
    width: 100%;
}
/* Edit Form İçin SON */





/* GRİD TEMA ÖZELLİKLERİ  */
.dxgvFocusedRow_Office365 {
    /* color: white !important;  */
    /* background-color: darkorange !important;  */
    /* font-size: 18px !important; */
}

.mySeachBox {
    background-color: rgba(0,0,0,0.4);
    color: white;
}


.dxgv {
    padding: 4px !important;
    margin-right: 0px;
}
/*  GRİD TEMA ÖZELLİKLERİ  - SON  */
    /* main.aspx ten buraya taşındı */

    .dxm-contentText {
    color: orange !important;
}
/* Bütün devexpress contorlleri (menu, grid menusü v.b.) text span alanlarının text rengi. */
.CAKILmenu1 {
    background-color: var(--MenuBackColor) !important;
}

.dxm-slide-panel {
    background-color: black !important;
    background-image: url(../images/splash.png);
    background-attachment: fixed;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 41% 55%;
}

.dxm-bread-crumbs span {
    font-size: x-large !important;
    font-weight: bold;
    color: orange !important;
    text-align: center !important;
    width: 100% !important;
}


.dxm-side-menu-button {
    margin-top: 15px;
    margin-left: 15px;
}



#docpanel p {
    text-align: center;
}

.mobilestyle {
    background-color: transparent !important;
    color: white !important;
}

.socialmedia {
    width: 37px;
    margin-right: 5px;
    margin: 0px;
}


.CAKILtotals {
    font-size: x-large;
    margin-top: 0px;
    font-weight: bold;
    color: coral;
    border:inset;
    border-color:gray;
    border-radius:20px;
}

/* main.aspx ten buraya taşındı, son */