﻿

.Grid.Thesaurus {
    display: grid;
    grid-template-columns: 38% 38% 24%;
    grid-gap: 10px;
    width: 98%;
    padding: 10px;
    box-sizing: border-box;
}

.Thesaurus .Panel .ColHeader {
    border: 0px solid;
    vertical-align: top;
    background-image: linear-gradient(to bottom,#abc4ea99,#ffffff1a);
    background-size: 100% 40px;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 1px;
    font-size: 17px;
    color: #094aad;
    text-align: center;
    padding: 10px;
}

.Thesaurus .Panel {
    border-radius: 8px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: 0px 2px 5px #d0dfff;
}

    .Thesaurus .Panel .body {
        padding: 10px;
    }

    .Thesaurus .Panel.SelectedTerm {
        grid-column-start: 1;
        grid-column-end: 4;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%237aa882' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
        background-color: #dfefe2;
    }

.Row {
    border: 1px solid rgba(2, 30, 79, 0.25);
    border-radius: 10px;
    display: table-row;
    vertical-align: top;
}

.Panel.TermInfo {
    background-color: #e0e8e1;
    background-color: #dfefe2;
    background-color: #e6ffeb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%237aa882' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    color: #00299a;
    direction: rtl;
}
.TermInfo ul{
    list-style-type:none;
    padding:0px;

}


.TermInfo ul li h6 {
    background-color: rgba(0, 0, 26, 0.08);
    padding: 4px;
    border-radius: 5px;
    font-size: 15px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 10px;
    color: #017700;
}
.Pointer {
    cursor:pointer
}
    .TermInfo ul li span {
        display: table-cell;
        
    }
    .Panel.Search {
    background-color: #e5ecff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%237aa882' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    color: #00299a;
}


.Panel.Tree {
    background-color: #e0e8e1;
    background-color: #dfefe2;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c3e0c3' fill-opacity='0.18' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    color: #00299a
}




.Panel.Search .TransferKey {
    display: none;
    background-color: #abe4ff66;
    margin: 5px auto;
    width: 97%;
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center;
    font-family: Vazir;
    font-size: 12pt;
    color: #00257c
}


.Panel.Search .ThesaurusSearchBar input[type=text] {
    border: 1px solid #d2c169;
    background-color: rgba(245, 240, 185, 0.8);
    color: #b99003;
    font-family: Vazir;
    padding: 5px 20px 4px 20px;
    display: inline-block;
    font-size: 14pt;
    border-radius: 5px;
}
.Panel.Search .ThesaurusSearchBar button {
    background-color: #008cdb;
    border: none;
    border-radius: 5px;
    padding: 9px 12px;
    margin-top: 3px;
    cursor: pointer;
}
.Panel.Search .ThesaurusSearchBar button:before {
    content: "\f067";
    font-family: 'Awesome' !important;
    font-size: 12pt;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #ffffff;
    
}




    .Panel.Search .ThesaurusSearchBar button:hover {
        background-color: #367eed;
    }


.Panel.Search .AddetivePanel header span {
    display: table-cell;
    width: 100%;
}


    .Panel.Search .AddetivePanel header span.close:before {
        content: "\f410";
        font-family: 'Awesome' !important;
        font-size: 15pt;
        color: #cb0d72;
        cursor: pointer;
    }


.Panel.Search .AddetivePanel div {
    display: inline-table;
    vertical-align: middle;
}

.KeywordKey span {
    display: inline-block;
    border: 1px solid #b2d553;
    padding: 5px 10px;
    background-image: linear-gradient(to bottom,#f1ffd7,#c4e389);
    margin: 2px;
    border-radius: 6px;
    font-size: 15px;
    color: #688d04;
    font-weight: bold;
    max-width: 150px;
    overflow-x: hidden
}

    .KeywordKey span label {
        display: table-cell;
        white-space: nowrap;
    }

        .KeywordKey span label.key {
            width: 100%;
        }

        .KeywordKey span label.remove:before {
            content: "\f00d";
            font-family: 'Awesome' !important;
            font-size: 12pt;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            color: #78a81b;
            cursor: pointer;
            display: inline-block;
            margin-left: 10px;
        }

    .KeywordKey span:hover {
        overflow-x: visible;
    }

.AddetivePanel span.but {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.but.transferToRight:before {
    display: block;
    content: "\f060";
    font-family: 'Awesome' !important;
    font-size: 12pt;
    border: 1px solid #006fce;
    color: #006fce;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 5px;
}

.but.transferToRight:hover:before {
    background-color: rgba(250, 229, 0, 0.54);
}

.but.transferToLeft:before {
    display: block;
    content: "\f061";
    font-family: 'Awesome' !important;
    font-size: 12pt;
    border: 1px solid #006fce;
    color: #006fce;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 5px;
}

.but.transferToLeft:hover:before {
    background-color: rgba(250, 229, 0, 0.54);
}



#KeywordPanel .Search div {
    display: table-cell;
    vertical-align: top;
}

#KeywordPanel .ThesaurusSearchBar div button {
    width: 47px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #246c2a;
    background-image: linear-gradient(to bottom,#4aed63,#1eab34);
    margin-right: 1px;
    cursor: pointer;
}


.Panel.Search .ThesaurusSearchBar .Loading {
    position: absolute;
    width: 30px;
    padding-top: 10px;
    display: none;
}

.SelectedKeyword ul {
    list-style-type: none;
}

    .SelectedKeyword ul li {
        display: inline-block;
        border: 1px solid #b2d553;
        padding: 10px 15px;
        background-image: linear-gradient(to bottom,#f1ffd7,#c4e389);
        margin: 2px;
        border-radius: 6px;
        font-size: 15px;
        color: #688d04;
        font-weight: bold;
    }

        .SelectedKeyword ul li div {
            white-space: nowrap;
            display: inline-block;
        }

            .SelectedKeyword ul li div:before {
                content: "\f00d";
                font-family: 'Awesome' !important;
                font-size: 12pt;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                color: #78a81b;
                cursor: pointer;
                display: inline-block;
                margin-left: 10px;
            }

.SearchResult {
    min-height: 400px;
}

    .SearchResult ul {
        list-style-type: none;
        padding: 0px;
        min-height: 400px;
    }

        .SearchResult ul li span.Count {
            text-decoration:none;
        }
            .SearchResult ul li span.Count a {
                text-decoration: none;
                font-size: 10pt;
                color: #156800;
            }

        .SearchResult ul li {
            display: block;
            font-size: 14pt;
            padding: 3px;
            background-color: rgba(0, 117, 230, 0.1);
            margin: 4px;
            color: #094aad;
            border-radius: 4px;
        }

            .SearchResult ul li:hover {
                background-color: rgba(0, 117, 230, 0.21);
            }

            .SearchResult ul li input[type=checkbox] {
                display: none;
            }

            .SearchResult ul li input[type=text] {
                font-family: Vazir;
                font-size: 13pt;
                border-radius: 5px;
                background-color: rgba(255, 255, 255, 0.43);
                border: 1px solid #b7b7b7;
                padding: 3px;
                color: #a50000;
            }

            span.Del:before {
                content: "\f00d";
                font-family: 'Awesome' !important;
                font-size: 10pt;
                background-color: #bc062d;
                color: #fff;
                padding: 2px 4px;
                border-radius: 4px;
                margin: 0px 4px;
                cursor: pointer;
            }

            .SearchResult ul li div.item span.tk {
            }

                .SearchResult ul li div.item span.tk:before {
                    content: "\f0aa";
                    font-family: 'Awesome' !important;
                    font-size: 13pt;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    color: rgba(15, 94, 161, 0.75);
                    cursor: pointer;
                    margin-left: 5px;
                }

            .SearchResult ul li div.item span.rel:before {
                content: "\f362";
                font-family: 'Awesome' !important;
                font-size: 10pt;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                color: rgba(15, 94, 161, 0.75);
                cursor: pointer;
                margin-right: 5px;
            }

            .SearchResult ul li div.item span.Del:before {
                font-family: 'Awesome' !important;
                font-size: 10pt;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                color: rgba(255, 255, 255, 0.86);
                cursor: pointer;
                margin-left: 5px;
            }

            .SearchResult ul li div.item {
                width: 100%;
                direction: rtl;
            }

                .SearchResult ul li div.item span.edit:before {
                    content: "\f044";
                    font-family: 'Awesome' !important;
                    font-size: 11pt;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    color: rgba(73, 145, 206, 0.56);
                    cursor: pointer;
                    margin-right: 15px;
                }

            .SearchResult ul li div.Select:before {
                content: "\f102";
                font-family: 'Awesome' !important;
                font-size: 14pt;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                color: #9c0004;
                cursor: pointer;
                margin-left: 5px;
            }

            .SearchResult ul li div {
                display: table-cell;
            }

#RelationPanelCode {
    display:none;
}

.RelationPanel {
    display: block !important;
    position: relative;
}

    .RelationPanel select {
        font-size: 10pt;
        font-family:Vazir;
        font-size:11pt;
        color:#00299a;
        border:1px solid #006fce;
        border-radius:4px;
        padding:4px;
        
    }

    .RelationPanel span.keyClose {
        position: absolute;
        left: 0px;
        top: 0px;
    }

        .RelationPanel span.keyClose:before {
            content: "\f410";
            font-family: 'Awesome' !important;
            font-size: 15pt;
            color: #cb0d72;
            cursor: pointer;
        }

    .RelationPanel button:hover {
        background-color: rgba(255, 255, 255, 0.96);
    }

    .RelationPanel button {
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.46);
        border-radius: 5px;
        border: none;
        padding: 8px 12px;
        margin-right: 5px;
    }

        .RelationPanel button:before {
            font-family: 'Awesome' !important;
            font-size: 12pt;
            content: "\f067";
            color: #0081d2;
            cursor: pointer;
        }
.ParentList {
    list-style-type:none;
    font-weight:bold;
    font-size:13pt;
    color:#00790a;
    padding:0px;
}
    .ParentList li {
        background-color: #fdffc4;
        margin: 4px;
        border-radius: 5px;
        padding: 4px 8px;
        cursor: pointer;
        color: #094aad;
    }
    .ParentList li:hover  {
        background-color: #fcff9d;
        
    }
ul.irTree {
    direction: rtl;
    list-style: none;
    padding-right: 5px;
}

    ul.irTree ul {
        list-style: none;
        display: block;
        padding-right: 25px;
    }

    ul.irTree li {
        font-size: 12pt;
        margin: 3px;
    }

    ul.irTree ul li span {
        /*display:table-cell ;*/
    }
    
    ul.irTree ul li a.selected {
        background-color: rgba(254, 246, 183, 0.84);
    }

    ul.irTree.Thesaurus ul li a.selected {
        background-color: rgba(254, 246, 183, 0.84);
    }

    ul.irTree li a {
        padding: 2px 4px;
        border-radius: 4px;
        cursor: pointer;
    }

        ul.irTree li a.selected {
            background-color: #ffe728 !important;
        }

        ul.irTree li a:hover {
            background-color: rgba(99, 211, 255, 0.59);
        }

    ul.irTree.Thesaurus ul li a:hover {
        background-color: rgba(99, 211, 255, 0.59);
    }

    ul.irTree ul li:before {
        content: '';
        padding-right: 19px;
    }

/*li.hc[aria-expanded="false"]:before {
    content: '\f0fe' !important;
    font-family: 'Awesome' !important;
}

li.hc[aria-expanded="true"]:before {
    content: '\f146' !important;
    font-family: 'Awesome' !important;
}*/
li span.sign {
    margin-left: 3px;
}

    li span.sign.collapsed:before {
        content: '\f0fe' !important;
        font-family: 'Awesome' !important;
        cursor: pointer;
    }

    li span.sign.expanded:before {
        content: '\f146' !important;
        font-family: 'Awesome' !important;
        cursor: pointer;
    }

ul.irTree ul li.hc:before {
    padding-right: 0px !important;
    display: inline-block;
    font-family: 'Awesome' !important;
    font-size: 12pt;
    background-repeat: no-repeat;
    margin-left: 5px;
    cursor: pointer;
}

ul.irTree ul li.Selected {
}

ul.irTree {
}
