﻿body {
}


.form-group label {
    font-weight: bold;
}

.collapsible .card-header {
    cursor: pointer;
}

.card-header {
    height: 15%
}

#headingProduct {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-height: 65px;
}

body {
    background-color: #f0f0ff;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 25%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

    .form-signin input[type="email"] {
        margin-bottom: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin button[type="submit"] {
        margin-top: 10px;
        background-color: #007bff;
        border-color: #007bff;
    }

.card {
    font-weight: bold;
    border: 1px solid rgb(0 0 0 / 0.00);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-top-left-radius: 15px;
    border-end-end-radius: 15px
}



.container-fluid {
    width: 80%;
}

.font-weight-bold {
    font-size: 22px;
    font-family: 'Franklin Gothic';
    font-weight: 400;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #dc3545;
}


.btn-link {
    padding: 0;
    margin-left: 10px;
}

    .btn-link img {
        height: 20px;
        width: auto;
    }

.dropdown-menu {
    min-width: 100%;
}

.dropdown-item {
    color: #333;
}

    .dropdown-item:hover {
        background-color: #f5f5f5;
        color: #333;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 0.5px);
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bi-person-fill:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.bi-perspn-clicked {
    box-shadow: 0 0 10px rgb(76 255 0);
    border-radius: 20px;
}


.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

.dx-dropdowneditor-input-wrapper .custom-item > img {
    padding-left: 8px;
}

.custom-item .product-name {
    display: inline-block;
    padding-left: 50px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
}

.custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.dx-theme-material #custom-templates .dx-texteditor-buttons-container {
    display: none;
}

.current-value {
    padding: 10px 0;
}

    .current-value > span {
        font-weight: bold;
    }

.dx-theme-material .dx-selectbox-container .product-name {
    padding-left: 58px;
}




/*Data Grid Container*/

#gridContainer {
    height: 440px;
}

.options {
    padding: 20px;
    margin-top: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

    .option > span {
        margin-right: 10px;
    }

    .option > .dx-selectbox {
        display: inline-block;
        vertical-align: middle;
    }



#buttonContainer {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}


#productGridContainer {
    margin-top: 15px;
    margin-bottom: -50px; /* footer yüksekliği */
    padding-bottom: 100px; /* footer yüksekliği */
}

.dx-link-icon:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.dx-link-icon:active {
    box-shadow: 0 0 10px rgb(0 255 33);
    border-radius: 10px;
}

.product-title {
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    justify-content: center;
}

#selectLanguage {
    border-radius: 5px;
    border: none;
    background-color: #f2f2f2;
}

#selectLanguage:active {
        box-shadow: 0 0 10px rgb(0 255 33);
        border-radius: 10px;
}

    #selectLanguage:hover {
        box-shadow: 0 0 10px rgb(0,0,128);
        border-radius: 10px;
    }

#formLogout:active {
    box-shadow: 0 0 10px rgb(0 255 33);
    border-radius: 10px;
}

#formLogout:hover {
    box-shadow: 0 0 10px rgb(255,0,0);
    border-radius: 10px;
}

.dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding-left: 7px;
    padding-right: 7px;
}

.custom-item {
    position: relative;
    min-height: 30px;
}

.dx-dropdowneditor-input-wrapper .custom-item > img {
    padding-left: 8px;
}

.custom-item .product-name {
    display: inline-block;
    padding-left: 50px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
}

.custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.dx-theme-material #custom-templates .dx-texteditor-buttons-container {
    display: none;
}

.current-value {
    padding: 10px 0;
}

    .current-value > span {
        font-weight: bold;
    }

.dx-theme-material .dx-selectbox-container .product-name {
    padding-left: 58px;
}

.options {
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    margin-top: 20px;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    width: 24%;
    display: inline-block;
    margin-top: 10px;
}





.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}


.custom-field-width {
    width: auto; /* Adjust the width as needed */
}

#totalAmount {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}



@media (max-width: 596px) {
    #buttonContainer {
        display: inline;
    }
}

@media only screen and (max-width: 300px) {
    /* #accordionForm{
        width:120%!important;
    }
    #div_productGridContainer {
        width: 109% !important;
        margin-left : 15px;
    }*/

    .container-fluid {
        width: 92% !important;
        padding-right: 0px;
        padding-left: 0px;
    }

    #productGridContainer {
        /* padding: 0px !important;*/
        height: 550px !important;
    }

    .font-weight-bold {
        font-size: 10px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    #dyo_logo {
        height: 25px !important;
        width: 190px !important;
        margin-bottom: 25px !important;
    }

    .col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rowheader {
        margin-right: 0px !important;
        margin-bottom: -45px !important;
    }

    .rowfooter {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: -45px !important;
    }

    #p_address {
        font-size: 6px !important;
        margin-left: 10px !important;
    }

    #a_dyologo {
        width: 100% !important;
        margin-top: 12px !important;
    }

    #p_privacy {
        font-size: 8px !important;
    }

    #div_language {
        margin-bottom: 28px !important;
    }

    #buttonContainer {
        display: inline;
        float: right;
    }


    .options {
        padding: 0px;
    }
}


@media only screen and (max-width: 1378px) and (min-width:301px) {
    .container-fluid {
        width: 92% !important;
        padding-right: 0px;
        padding-left: 0px;
    }

    #productGridContainer {
        /* padding: 0px !important;*/
        /*height: 30% !important;*/
        height: 550px !important;
    }

    .font-weight-bold {
        font-size: 10px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    #dyo_logo {
        height: 25px !important;
        width: 190px !important;
        margin-bottom: 25px !important;
    }

    .col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rowheader {
        margin-right: 0px !important;
        margin-bottom: -45px !important;
    }

    .rowfooter {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: -45px !important;
    }

    #p_address {
        font-size: 6px !important;
        margin-left: 10px !important;
    }

    #a_dyologo {
        width: 100% !important;
        margin-top: 12px !important;
    }

    #p_privacy {
        font-size: 8px !important;
    }

    #div_language {
        margin-bottom: 28px !important;
    }

    #buttonContainer {
        display: inline;
        float: right;
    }


    .options {
        padding: 0px;
    }

    .element.style {
        width: 130px;
    }

    #btn-ListProduct.dx-button {
        width: 175px !important;
        margin-top: 2px;
    }

    #btn-ClearAll.dx-button {
        width: 175px !important;
        margin-top: 2px;
    }
}


@media only screen and (max-width: 767px) {
    #btn-ListProduct.dx-button {
        width: 175px !important;
        margin-top: 2px;
    }

    #btn-ClearAll.dx-button {
        width: 175px !important;
        margin-top: 2px;
    }

    #btn-MyManufacture.dx-button {
        width: 175px !important;
        margin-top: 2px;
    }

    #btn-MyProduct.dx-button {
        width: 175px !important;
        margin-top: 2px;
    }

    #buttonContainerFormRow {
        margin-top: 3px !important;
    }

    #lblSelectboxBrand {
        display: none;
    }

    #lblTxtColor {
        display: none;
    }

    .informer h4.card-title {
        font-size: 1.0rem; /* ya da istediğiniz büyüklükte bir değer */
    }
}
