﻿/*TakasTablosuDetail*/

.translate {
    /*  margin-bottom: 5px;
    margin-top: 0;
    position: absolute;
    bottom: 0;*/
    margin-bottom: 5px;
    margin-top: 20px;
    bottom: 0;
    width: 100%;
    height: 35px;
}

/* End TakasTablosuDetail*/



/*Common*/
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-1 {
    margin-right: 1px !important;
}
.height-auto {
    height: auto !important;
}

.height-30 {
    height: 30% !important;
}

.height-35 {
    height: 35% !important;
}

.height-50 {
    height: 50% !important;
}

.height-60 {
    height: 60% !important;
}
.height-70 {
    height: 70% !important;
}

.height-100{
height:100% !important;
}


.w-35 {
    width: 35% !important;
}

.w-10{
    width:10%;
}

.card-form {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

/*rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {*/
.rz-datatable-thead th, .rz-grid-table thead th {
    white-space: normal !important;
    height: 2rem !important;
}
.readonly-color > span > input, .readonly-color > input {
    background-color: #e9ecef !important;
}
/*End Common*/
/* TreeNode */
.rz-treenode-content:not(.rz-treenode-content-selected):hover {
    background-color: #ebebeb;
    color: #479cc8;
    border-radius: 2px;
}

li.rz-treenode:nth-child(even) {
    background-color: #fff5e9;
}

.rz-tree-kendo-item {
    border: 1px solid #cbcdce;
    padding: 1px 1px 1px 7px;
    margin: -0.5px;
    text-align: left;
}

.rz-tree-kendo-item-lg {
    width: 200px;
}

.rz-tree-kendo-item-md {
    width: 100px;
}

.rz-tree-kendo-item-sm {
    width: 60px;
}

.rz-treenode-content-selected .rz-treenode-label {
    background-color: #479cc8 !important;
}
/* TreeNode */

/*DataGrid*/
.rz-grid-table td, .rz-grid-table th {
    padding: 0.1rem !important;
}

.rz-grid-table tbody tr:first-child td {
    padding-top: 0.3rem !important;
}
/*/DataGrid*/


.rz-layout {
    height: auto !important;
    min-height: 100% !important; 
}

.rz-body{
    height:100% !important;
}

.btnSave {
    border-radius: 5px;
    box-shadow: initial;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #1d39c4;
    background: #f0f5ff;
    border: 1px solid #adc6ff;
}