﻿@import url(/dl/Classes/Font/IRANSans/WebFonts/css/fontiran.css);
body {
    /*direction: rtl;*/
    font-family: IRANSans,Tahoma;
    font-size: 11px;
    margin: 0px;
}
td {
    font-family: IRANSans,Tahoma;
    font-size: 11px;
}
a
{
    color: #467CB2;
    text-decoration: none;
}
a:hover
{
    color: #8a3a3a;
    background-color: lightblue;
    border-radius: 10px; /*font-weight: bold;*/
}
input[type=checkbox] {
   /* transform: scale(2);*/
}
input[type=radio] {
    /*transform: scale(2);*/
}
#resultsCell {
    width: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
#dataTypesCell
{
    border-left: whitesmoke 3px solid;
    width: 170px;
    padding-top: 10px;
    padding-right: 5px;
}
#dataTypesListView
{
    list-style: none;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}

#dataTypesListView li
{
    display: inline;
}

#branchesListView
{
    list-style: none;
    margin: 15px 0px 15px 0px;
    padding: 0px;
}

#branchesListView li
{
    display: inline;
}
#refineSearchCell
{
    border-right: whitesmoke 3px solid;
    width: 170px;
    padding-top: 10px;
    padding-right: 3px;
}

.listLink {
    border-right: darkgray 1px solid;
    padding-right: 3px;
    border-top: darkgray 1px solid;
    display: block;
    padding-left: 0px;
    background: whitesmoke;
    padding-bottom: 5px;
    border-left: darkgray 1px solid; /*width: 150px;*/
    color: black;
    padding-top: 5px;
    border-bottom: darkgray 1px solid;
    text-decoration: none;
    margin: 2px 0px 2px 0px;
    border-radius: 10px;
}
.listLinkSelected, .listLink:hover
{
    background: #69C;
    color: whitesmoke;
}

.listDiv {
    /*border-right: darkgray 1px solid;*/
    padding-right: 3px; /*border-top: darkgray 1px solid;*/ /*display: table;*/
    padding-left: 0px;
    background-color: whitesmoke;
    padding-bottom: 1px; /*border-left: darkgray 1px solid;*/
    width: 170px;
    height: 25px;
    color: black;
    padding-top: 1px;/*border-bottom: darkgray 1px solid;*/
    text-decoration: none;
    margin: 2px 0px 2px 0px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid gray;
}
.listDivHasDigitalLend
{
    background-color: lightcyan;
}
.listDivSelected
{
    background-color: #69C;
    color: whitesmoke;
}
.listDiv:hover
{
    background-color: #69C;
    color: whitesmoke;
}
.listDivItem1
{
    /*position:relative;     float:right;*/
    width: 80%;
    height: 100%; /*padding:5px 2px 5px 0px;*/
    padding: 5px;
    overflow: hidden;
}
.listDivItem2
{
    /* position:relative;     float:left;*/
    width: 20%;
    height: 100%;
    padding: 0px;
    text-align: center;
    padding-top: 5px; /*margin-top: 5px*/ /*چون وقتی رنگیش میکنیم پایین تر نشان میده*/
}
.listTitle
{
    font-weight: bold;
}
.pageNavigator
{
    display: block;
    margin: 0px 0px 0px 0px;
}
.pageNavigatorLink {
    border: darkgray 1px solid;
    text-align: center;
    padding: 5px 5px 5px 5px; /*float: right;*/
    display: block;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
    color: black;
    background-color: whitesmoke;
    border-radius: 10px; /*height: 15px;*/
}
.pageNavigatorLinkSelected, .pageNavigatorLink:hover
{
    border: darkgray 1px solid;
    text-align: center;
    padding: 5px 5px 5px 5px; /*float: right;*/
    display: block;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
    color: whitesmoke;
    background-color: #69C; /*height: 15px;*/
    border-radius: 10px;
}
#recordsPad
{
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}
#searchTermContainer
{
}
#filterJustLabel, #searchTermJustLabel
{
    font-weight: bold;
}
#filterLabel, #searchTermLabel
{
    font-weight: normal;
}
.conditionSelect, #operatorSelect, #searchField, #searchTerm
{
    border-right: lightgrey 2px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: lightgrey 2px solid;
    font-size: 13px;
    margin: 0px;
    vertical-align: middle;
    font-family: IRANSans,Tahoma;
    height: 25px;
}
#searchBtn, .searchBtn
{
    vertical-align: middle;
    font-family: IRANSans,tahoma;
    font-size: 13px;
    line-height: normal;
    color: #000000;
    cursor: pointer;
    height: 25px;
    margin: 0px;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: transparent;
    background-image: url(images/search-btn-bg.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center bottom;
}

#refinePart
{
    border: darkgray 2px solid;
    padding: 20px 4px 3px 4px;
    background-color: whitesmoke;
    width: 600px;
    display: none;
    height: 30px;
    position: absolute;
}
#refinePart .close
{
    width: 15px;
    height: 15px;
    background-image: url(images/close-btn.gif);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
}

.topList
{
    list-style: none;
    padding: 0px;
    margin: 0px 3px 0px 0px;
}

.topList td
{
    vertical-align: top;
}

.topList table
{
    margin: 0px;
}

.topList li
{
    margin: 0px;
    padding: 0px;
}

.topEntityCheck
{
    vertical-align: middle;
}

.printLabel2
{
    color: #69C;
    border: darkgray 1px solid;
    text-align: center;
    text-decoration: none;
    background-color: whitesmoke;
    cursor: pointer;
    padding: 3px 4px 3px 4px;
    margin: 0px 2px 0px 2px;
    display: block;
    width: 140px;
    height: 20px;
    background-image: url(images/printer.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
.actionButton
{
    border-right: darkgray 1px solid;
    padding-right: 3px;
    border-top: darkgray 1px solid;
    display: block;
    padding-left: 0px;
    background: whitesmoke;
    padding-bottom: 5px;
    border-left: darkgray 1px solid;
    width:100%; /*150px;*/
    color: black;
    padding-top: 5px;
    border-bottom: darkgray 1px solid;
    text-decoration: none;
    margin: 2px 0px 2px 0px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    text-indent: 25px;
    border-radius: 10px;
    background-origin: content-box;
}
.actionButton:hover
{
    background-color: #69C;
    color: whitesmoke;
}

.saveSelectedLabel {
    background-image: url(images/save.gif);
    background-size: contain;
}

.viewSelectedLabel
{
    background-image: url(images/printer.gif);
    background-size:contain;
}
.restrictResultsLabel, .refineButton {
    background-image: url(images/search.png);
    background-size: contain;
}
.actionBelow {
    /*margin-right: 3px;     margin-left: 3px;     margin-bottom: 6px;*/
    display: inline-block;
    color: #235A90;
    text-decoration: none;
    margin: 1px 2px;
    border-bottom: solid 1px gray;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 3px;
    min-width: 30px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(to left, transparent 50%, #69C 52%) right;
    background-size: 200%;
    transition: .4s ease-out;
    background-repeat: no-repeat;
}
a.actionBelow:hover
{
    background-color: #69C !important;
    color: whitesmoke !important; /*transform: scale(1.05, 1.05);*/
    border-radius: 5px;
    background-position: left;
}
.detailsAction {
    color: #235A90;
    text-decoration: none;
    font-size: 11px;
}
.detailsAction:hover
{
    color: red;
}
#documentDetailsContainer
{
    border: solid 2px gray;
    width: 500px;
    height: 300px;
    background-color: White;
    overflow: auto;
    padding: 20px 10px 10px 10px;
}
#documentDetailsContainer .close
{
    width: 15px;
    height: 15px;
    background-image: url(images/close-btn.gif);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
}
.goToPageContainer
{
    border: darkgray 1px solid;
    text-align: center;
    padding: 0px 5px 0px 3px; /*float: right;*/
    display: inline-block;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: black;
    background-color: whitesmoke;
    /*height: 25px;*/
    border-radius: 10px;
}
    .goToPageContainer input {
        font-size: 11px; /*font-family: Tahoma;*/
        margin: 2px 0px 0px 3px;
        padding: 0px 2px 0px 0px;
        /*height: 18px;*/
        position: relative;
        top: 0px;
        border: darkgray 1px solid;
        vertical-align: top;
        border-radius: 10px;
    }
.goToPageBtn {
    cursor: pointer;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-color: darkgray;
    border-style: solid;
    padding: 0px 0px 2px 0px;
    margin: 2px 0px 0px 3px; /*height: 13px;*/
    width: 22px;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    background-color: lightGray;
    border-radius: 10px;
}
.goToPageBtn a
{
    position: relative;
    top: 0px;
}
.fieldValue, .fieldValueTitle
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.linkedFieldValue
{
    cursor: pointer;
    color: darkblue;
}
.linkedFieldValueTitle
{
    cursor: pointer;
    color: darkred;
    font-weight: bold;
    font-size: 14px;
}

.actionBody
{
    width: 100%;
    border-width: 2px; /*border-style: solid;*/
    border-color: gray;
    padding: 4px 0px 4px 0px;
}
.actionBodyClose
{
    cursor: pointer;
    color: #C7060F;
}
.requestActionBody
{
    /*margin-right: 30px;*/
}
.requestActionBody input
{
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    margin-bottom: 2px;
    font-family: IRANSans,Tahoma;
    font-size: 12px;
}
#digitalCopiesPad
{
    border: darkgray 2px solid;
    padding: 20px 4px 3px 4px;
    background-color: whitesmoke;
    width: 400px;
    display: none;
    height: 200px;
    position: absolute;
}
#digitalCopiesPad .close
{
    width: 15px;
    height: 15px;
    background-image: url(images/close-btn.gif);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
}
#digitalCopiesSelectDiv
{
    margin: 10px auto;
    width: 380px;
    height: 180px;
    overflow: auto;
}
.row_header
{
    background-color: #6397CA;
    font-weight: bold;
    color: White;
    text-align: center;
    height: 25px;
}
.row_1
{
    background-color: #F9F9F9;
    height: 22px;
    padding-right: 3px;
}
.row_2
{
    background-color: #F1F1F1;
    height: 25px;
    padding-right: 3px;
}
.DownloadFileLink
{
    cursor: pointer;
}

.sortFieldSelect {
    border-right: lightgrey 2px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: lightgrey 2px solid;
    font-size: 11px;
    margin: 0px;
    vertical-align: middle;
    font-family: IRANSans,Tahoma;
    min-height: 23px;
    border-radius: 10px;
}
.cropImageDiv
{
    height: 110px;
    float: left;
}
.cropImage
{
    cursor: pointer;
    vertical-align: middle;
}
.cropImageSelect
{
    /*border:2px solid darkblue ;*/
}

.cropDetailDiv
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    margin: -8px;
    padding: 8px;
    position: absolute;
    z-index: 5000;
}

.cropDetailImage
{
    cursor: pointer;
}
.detailTable
{
    border: solid 2px gray;
    background-color: #f6f6ff;
    overflow: auto;
    padding: 20px 10px 10px 10px;
    font-family: IRANSans,Tahoma;
    font-size: 12px;
}
.closed
{
    width: 22px;
    height: 22px;
    background-image: url(/DL/Classes/CStyle/img/closebtn_select_out.png);
    position: relative;
    top: 12px;
    right: -10px;
    display: block;
    cursor: pointer;
}
.caret
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
@media all and (max-width:768px)
{
    .calculator tr
    {
        display: table;
        width: 100%;
    }
    .calculator td
    {
        display: table-cell;
        font-size: 14px;
        font-family: FontAwesome,IRANSans,Nazanin,tahoma,BNazanin;
    }
    .detailsAction
    {
        color: #235A90;
        text-decoration: none;
        font-size: inherit;
    }
    .linkedFieldValueTitle
    {
        cursor: pointer;
        color: darkred;
        font-weight: bold;
        font-size: inherit;
    }
    .actionBelow
    {
        margin-right: 3px;
        margin-left: 3px;
        display: inline-block;
        color: #235A90;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: solid 1px gray;
        font-size: inherit;
        padding: 0px 3px 0px 3px;
    }
}
.sidebar-footer
{
    color: white;
    position: relative;
    bottom: 0;
    background-color: #303030;
    opacity: 0.88;
    transition: all .3s ease;
    -webkit-box-shadow: 0 6px 3px rgba(0,0,0,.07),0 -6px 3px rgba(0,0,0,.07);
    -moz-box-shadow: 0 6px 3px rgba(0,0,0,.07),0 -6px 3px rgba(0,0,0,.07);
    box-shadow: 0 6px 3px rgba(0,0,0,.07),0 -6px 3px rgba(0,0,0,.07);
    padding-top: 7px;
}
.spanellipsis
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    display: inline-block;
    vertical-align: bottom;
}
.markcolor
{
    background-color: yellow;
}

.pgf
{
    border-inline-start: solid;
    writing-mode: horizontal-tb;
    margin: 0px 5px;
    border-inline-start-width: 2px;
    padding: 2px 10px;
    white-space: nowrap;
}
.cnowrap
{
    white-space: nowrap;
}
.accordionMenu
{
    margin: 0 auto;
}
.accordionMenu input[type=radio]
{
    display: none;
}
.accordionMenu label
{
    display: block;
    height: 30px;
    line-height: 27px;
    padding: 0 25px 0 10px;
    background: #69c; /*#396088;*/
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}


.accordionMenu label::after
{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordionMenu .content
{
    max-height: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.accordionMenu .content .inner .arowd
{
    font-size: small;
    color: #396088;
    line-height: 1.2;
    background: white;
    padding: 10px 10px;
    display: flex !important;
}


.accordionMenu input[type=radio]:checked + label:after
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordionMenu input[type=radio]:checked + label + .content
{
    max-height: 400px;
    height: auto;
    overflow: auto;
}

.boxmore
{
    white-space: nowrap;
    display: inline-block;
    align-self: flex-end;
    cursor: pointer;
    color: Red;
}
.boxmore:hover
{
    color: #69C;
}
.boxmorenone
{
    display: none !important;
}
.iconsearch
{
    cursor: pointer;
    font-size: large !important;
    margin: 3px 0px;
    color: darkred;
}
.iconsearch-r
{
    cursor: pointer;
    font-size: 22px !important;
    margin: 2px 0px;
    background-color: darkred;
    color: whitesmoke;
    border-radius: .2em !important;
}

.w-100
{
    width: 100% !important;
}
.list-lessstyle
{
    padding: 0;
    list-style: none;
}
.commentdiv
{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid darkgray;
    padding: 15px;
    margin: 3px;
    overflow: hidden;
}
.d-flex
{
    display: flex !important;
}
.justify-content-between
{
    justify-content: space-between !important;
}
.pcomment
{
    text-align: justify;
    text-indent: 2%;
    padding: 15px;
}
.subHeader
{
    background-color: #69C;
    color: White;
    margin: 0px;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.commentactindiv
{
    border: #69c 1px solid;
    padding: 0px;
    border-radius: 10px;
}
.commentbadge
{
    border-radius: 3px;
    line-height: 2.5;
    min-width: 30px;
}
.badge-success
{
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-warning
{
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus
{
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger
{
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.restdoneleft
{
    /*border-right: #69c 3px solid;     background-color:Whitesmoke;*/
}
.restdoneright
{
    /*border-left: #69c 3px solid;     background-color:Whitesmoke;*/
}
.fashare
{
    padding: 5px;
    font-size: 2rem !important; /*width: 50px;*/
    text-align: center;
    text-decoration: none;
    margin: 3px 10px;
}

/* Add a hover effect if you want */
.fashare:hover
{
    opacity: 0.7;
}
#sharediv
{
    /*height:40px;     background:red;     color:#fff;     position:relative;     width:200px;     text-align:center;     line-height:40px;     */
    position: absolute;
    top: 0px;
    display: none;
    border-radius: 10px;
    padding: 10px 0px;
    background-color: #69c;
}
#sharediv:after
{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: 45%;
    border: 10px solid transparent;
    border-left: 10px solid #69c;
}
.LCstyle {
    font-family: IRANSans,Tahoma;
    font-size: 12px;
    font-weight: normal;
}