﻿@import url('/dist/fonts/webfonts/css/fontiran.css');

body, h1, h2, h3, h4, h5, h6, label, pre, p, input, textarea, select, table {
    font-family: 'IRANSans','B Yekan',Tahoma;
}

body, label, pre, p, input, textarea {
    font-size: 14px;
}

.sortorder:after {
    content: '\25b2';
}

.sortorder.reverse:after {
    content: '\25bc';
}

kcc-grid, table.listGrid {
    width: 100%;
}

md-dialog {
    min-width: 800px;
}

md-dialog-content {
    /*min-height: 300px;*/
    padding: 20px;
}

table.listGrid thead {
}

    table.listGrid thead tr.filterRow {
        background-color: #dcdcdc;
    }

        table.listGrid thead tr.filterRow md-input-container,
        md-select.actionButton {
            padding: 0;
            margin: 15px 0 0 0;
            height: 25px;
        }

        table.listGrid thead tr.filterRow button.md-button:not(.md-fab),
        button.actionButton {
            min-width: 40px;
        }



    table.listGrid thead tr:nth-child(odd) {
        background-color: lightgreen;
    }

table.listGrid tbody tr:nth-child(even) {
    background-color: lightgreen;
}

table.listGrid thead tr td {
    border: 1px solid #aaaaaa;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    cursor: pointer;
    font-size: 18px;
}

table.listGrid tbody {
}


    /*table.listGrid tbody tr {
        background-color: #ffffff;
    }*/

    table.listGrid tbody tr.selected,
    table.listGrid tbody tr:nth-child(2n+1).selected {
        background-color: #f7f4b5;
    }

    /*table.listGrid tbody tr:nth-child(2n+1) {
            background-color: #f5f5f5;
        }*/


    table.listGrid tbody tr td, table.listGrid thead tr th {
        padding: 5px;
        border: 1px solid #cccccc;
        font-weight: bold;
        font-size: 15px;
    }

        table.listGrid tbody tr td.operations {
        }

            table.listGrid tbody tr td.operations .input-group {
                /*height: 50px;*/
                width: 200px;
            }

                table.listGrid tbody tr td.operations .input-group select,
                table.listGrid tbody tr td.operations .input-group .input-group-btn button.btn {
                    /*height: 50px;*/
                }

md-toast.md-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

md-toast.md-error-toast-theme div.md-toast-content {
    color: white !important;
    background-color: red !important;
}

md-toast.md-success-toast-theme div.md-toast-content {
    color: white !important;
    background-color: green !important;
}

div.imageContainer {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    div.imageContainer button {
        position: absolute;
        left: -17px;
        top: -17px;
    }

.box {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    box-shadow: 1px 3px 5px -1px rgba(152, 152, 152, 0.75);
    margin: 15px;
    padding: 10px;
}

    .box.selected {
        background-color: deepskyblue;
    }

.boxes {
}

    .boxes .box {
        cursor: pointer;
    }

        .boxes .box:hover {
            box-shadow: 1px 3px 5px 2px rgba(152, 152, 152, 0.95);
        }


.editingControl {
    border: none;
}

table.grid tbody tr td .editingControl {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

table.grid tbody tr td[edCell] {
    cursor: text;
}

.hidden {
    display: none;
}

.hideByEdFactory {
    display: none;
}

base-data-select.noFrame md-autocomplete-wrap.md-whiteframe-z1 {
    box-shadow: none;
}


.kkr-d-none * {
    display: none !important;
}

.blink-text {
    animation: blinkingText 2s infinite;
}

div.collapseBox .collapseHeader {
    background-color: rgba(0, 0, 255, 0.16);
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
}

@keyframes blinkingText {
    0% {
        background-color: #f69393;
    }
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mr-10 {
    margin-left: 10px;
}
.mr-20 {
    margin-left: 20px;
}
.ml-10{
    margin-left:10px;
}
.ml-20{
    margin-left:20px;
}
.dirLtr{
    direction:ltr
}
.bold{
    font-weight:bold !important;
}
.background{
    background:#dcdcdc;
    border-radius:5px;
    padding:0 5px 0 5px;
}
.select {
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    padding: 0.5rem;
    background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.cursor{
    cursor:pointer;
}
md-input-container{
    margin:13px 0 !important;
}