﻿@import url(/dl/Classes/Font/IRANSans/Farsi_numerals/WebFonts/css/fontiran.css);
*
{
    font-family: IRANSans,Yekan;
    font-size: .9rem;
    line-height: 1.3;
}

::-webkit-input-placeholder
{
    color: #B1B5B9 !important;
    font-size: 10px !important;
}

:-ms-input-placeholder
{
    color: #B1B5B9 !important;
    font-size: 10px !important;
}

::placeholder
{
    color: #B1B5B9 !important;
    font-size: 10px !important;
}

.aligncenter
{
    display: flex;
    align-items: center;
}
table.dataTable thead tr
{
    background-color: rgb(57, 96, 136);
    color: rgb(255, 255, 255);
}

table.dataTable tr
{
    cursor: pointer;
}

.bd-example-modal-lg .modal-dialog
{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}
.bd-example-modal-lg .modal-dialog .modal-content
{
    background-color: transparent;
    border: none;
}
.modal-body
{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.block
{
    height: 76px;
}
.logo
{
    background-image: url("/DL/Search/images/payam.png");
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 77px;
    margin-right: 15px;
}

.txt
{
    float: left;
    font-size: 15px;
    height: 100%;
    text-align: left;
    color: white;
}

.txt p
{
    margin: 0;
}

.loader
{
    background: url("/DL/Search/images/load_light.gif") no-repeat scroll -5px 18px transparent;
    height: 40px;
    width: 100%;
}

.cursor-pointer
{
    cursor: pointer;
}

#progressbar
{
    /*background-color: black;     background-repeat: repeat-x;     border-radius: 13px; /* (height of inner div) / 2 + padding */
    padding: 3px;
}

#progressbar > div
{
    background-color: green;
    color: #fff;
    width: 0%; /* Adjust with JavaScript */ /*height: 20px;*/
    border-radius: 5px;
}
.rowbuy:nth-of-type(odd)
{
    background-color: #f1f1f1;
}

.rowbuy:nth-of-type(even)
{
    background-color: #fafafa;
}

.disabledbutton
{
    pointer-events: none;
    opacity: 0.4;
}
.dirltr
{
    direction: ltr !important;
}
.dirrtl
{
    direction: rtl !important;
}

.heading
{
    margin-bottom: 10px;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5
{
    display: inline-block;
    border-bottom: solid 3px #38a7bb;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
}

.colorblue
{
    color: #007bff;
}

a
{
    cursor: pointer;
}
.topnav
{
    overflow: hidden;
}
.topnav a
{
    float: right;
    display: block;
    color: #007bff;
    text-align: center;
    padding: 4px 8px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.topnav a:hover
{
    border-bottom: 3px solid #007bff;
}

.topnav a.active
{
    border-bottom: 3px solid #007bff;
}

.badge
{
    font-size: 100%;
}


.dropdown
{
    position: relative;
    display: inline-block;
    color:#007bff;
    text-decoration: underline;
}

.dropdown-content
{
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight:normal;
    cursor:default;
}

.dropdown-content a:hover
{
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content
{
    display: block;
}

.dropdown:hover 
{
    background-color: #f1f1f1;
    text-decoration: none;
}
