﻿@import url(/dl/Classes/Font/IRANSans/WebFonts/css/fontiran.css);
@import url(/dl/Classes/Font/IRANSans/Farsi_numerals/WebFonts/css/fontiran.css);
@font-face
{
    font-family: "IRANSansLatin";
    src: url("/DL/Classes/Font/IRANSans/WebFonts/fonts/ttf/IRANSansWeb.ttf");
}
*
{
    font-family: IRANSans,Yekan,FontAwesome;
    font-size: .84rem;
    line-height: 1.3;
}


::-webkit-input-placeholder
{
    color: #B1B5B9 !important;
    font-size: 10px !important;
    text-align: right;
}

:-ms-input-placeholder
{
    color: #B1B5B9 !important;
    font-size: 10px !important;
    text-align: right;
}

::placeholder
{
    color: #B1B5B9 !important;
    font-size: 10px !important;
    text-align: right;
}
.titlestyle
{
    border: 1px solid #dc3545;
}
.btnme
{
    padding: .175rem .3rem !important;
}
.aligncenter
{
    display: flex;
    align-items: center;
}
table.dataTable thead tr
{
    background-color: rgb(57, 96, 136);
    color: rgb(255, 255, 255);
}


.tooltip
{
    pointer-events: none;
}
.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;
    text-align: right;
}
.modal-body
{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    text-align: right;
}

.logoricest
{
    background-image: url("/DL/Search/images/ricest.png");
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 77px;
    margin-right: 15px;
}

.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: right;
    color: white;
}

.txt p
{
    margin: 4px 0px;
}

.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;
}

#resultprogressbar
{
    /*background-color: black;     background-repeat: repeat-x;     border-radius: 13px; /* (height of inner div) / 2 + padding */
    padding: 3px;
}

#resultprogressbar > div
{
    background-color: green;
    color: #fff;
    width: 0%; /* Adjust with JavaScript */
    height: 30px;
    line-height: 30px;
    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;
}
.colorred
{
    color: #d33333;
}

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;
    overflow: auto;
}

.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;
    text-align: justify;
}

.dropdown:hover
{
    background-color: #f1f1f1;
    text-decoration: none;
}
.searchimg
{
    width: 30px;
    height: 30px; /*position:absolute;*/
    left: 50%;
    display: inline-block;
}
.ellip
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    display:block;
}
.ellip2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
legend
{
    background: #17a2b8 !important;
    color:#fff !important;
    border-radius: 2px;
    padding: 2px 5px;
    font-size:1rem;
}
.fieldtitle
{
    min-width: 75px;
    max-width:95px;
    text-align: center;
    display: block;
    padding: 5px; /*font-size:1.3vw;*/
    font-size:100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;*/
    max-height:35px;
}
.tooltip-inner
{
    max-width: 300px !important; /*min-width: 350px !important;          width: 350px !important;*/
}

li:nth-child(odd)
{
    background: #f9f9f9;
}

li:nth-child(even)
{
    background: #ffffff;
}
#alertModal
{
    z-index: 10000000 !important;
}
.card-link
{
    float: right !important;
}
.close
{
    position: absolute !important;
    left: 0px !important;
}

#overlay
{
    background: #ffffff;
    color: #666666;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}
.spinner
{
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
/*@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}*/
.bg-primarygov
{
    background-color: #e0dcdc !important;
    border: 1px solid #000;
}
.buttongov
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cf4408;
    border-radius: 2px;
    background: #d9541a;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9541a), to(#d9541a));
    background: -moz-linear-gradient(top, #d9541a, #d9541a);
    background: linear-gradient(to bottom, #d9541a, #d9541a);
    -webkit-box-shadow: #331304 0px 0px 6px 0px;
    -moz-box-shadow: #331304 0px 0px 6px 0px;
    box-shadow: #331304 0px 0px 6px 0px;
    text-shadow: #6d2a0d 1px 1px 1px;
    color: #ffffff;
    text-decoration: none;
}
.buttongov:hover, .buttongov:focus
{
    border: 1px solid #ff580a;
    background: #ff651f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff651f), to(#ff651f));
    background: -moz-linear-gradient(top, #ff651f, #ff651f);
    background: linear-gradient(to bottom, #ff651f, #ff651f);
    color: #ffffff;
    text-decoration: none;
}
.buttongov:active
{
    background: #823210;
    background: -webkit-gradient(linear, left top, left bottom, from(#823210), to(#d9541a));
    background: -moz-linear-gradient(top, #823210, #d9541a);
    background: linear-gradient(to bottom, #823210, #d9541a);
}
.buttongov:before
{
    display: inline-block;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
}

.bg-primarynat, .natreq
{
    background-color: #880016 !important;
}
.button
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #7a0015;
    border-radius: 2px;
    background: #880017;
    background: -webkit-gradient(linear, left top, left bottom, from(#880017), to(#7a0015));
    background: -moz-linear-gradient(top, #880017, #7a0015);
    background: linear-gradient(to bottom, #880017, #7a0015);
    -webkit-box-shadow: #575253 0px 0px 6px 0px;
    -moz-box-shadow: #575253 0px 0px 6px 0px;
    box-shadow: #575253 0px 0px 6px 0px;
    text-shadow: #44000c 1px 1px 1px;
    color: #ffffff;
    text-decoration: none;
}
.button:hover, .button:focus
{
    border: 1px solid #880017;
    background: #a3001c;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3001c), to(#920019));
    background: -moz-linear-gradient(top, #a3001c, #920019);
    background: linear-gradient(to bottom, #a3001c, #920019);
    color: #ffffff;
    text-decoration: none;
}
.button:active
{
    background: #52000e;
    background: -webkit-gradient(linear, left top, left bottom, from(#52000e), to(#7a0015));
    background: -moz-linear-gradient(top, #52000e, #7a0015);
    background: linear-gradient(to bottom, #52000e, #7a0015);
}
.button:before
{
    display: inline-block;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background-size: 100% 100%;
}

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}*/

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"]
{
    font: 400 12px/16px;
}

#contact
{
    background: #F9F9F9;
    padding: 10px;
    margin: 5px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    max-width: 100%;
}
#contact h4
{
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}

/*fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}*/

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea
{
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover
{
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea
{
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"]
{
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover
{
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active
{
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact input:focus, #contact textarea:focus
{
    outline: 0;
    border: 1px solid #aaa;
}

td:focus
{
    outline: 0;
}
mark
{
    padding: 0px !important;
    background-color: #efeb7c !important;
}

.btnmove
{
    display: block;
    padding: 5px !important;
    width: 25px;
    font-size: x-large;
}
.btnset
{
    padding: 1px 5px !important;
}

.ttabletext
{
    white-space: normal !important;
}
.alert
{
    z-index: 1;
}
.closebtn
{
    z-index: 10001;
}
.custom-file-label::after
{
    display: none;
}
.divverticalcenter
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
div.dataTables_wrapper
{
    direction: rtl;
}

.icon-bar
{
    position: fixed;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1000;
}

.icon-bar a
{
    display: block;
    text-align: center;
    padding: 25px 0px;
    transition: all 0.3s ease;
    font-size: large;
    color: white;
    position: absolute;
    right: -60px;
    width: 100px;
    text-decoration: none;
    border-radius: 10px 0 0 10px;
}

.icon-bar a:hover
{
    background-color: #000;
    right: 0px;
    border-radius: 10px 0 0 10px;
}
.helpbtn
{
    background: #3B5998;
    color: white;
}
.icon-bar i
{
    left: 10px;
    top: 10px;
    position: absolute;
    font-size: 27px;
}
.icon-bar span
{
    right: 10px;
    top: 13px;
    position: absolute;
    font-size: 20px;
}

#contact2 input[type="text"], #contact2 input[type="email"], #contact2 input[type="tel"], #contact2 input[type="url"], #contact2 textarea, #contact2 button[type="submit"]
{
    font: 400 12px/16px;
}

#contact2
{
    background: #F9F9F9;
    padding: 10px;
    margin: 5px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    max-width: 100%;
}
#contact2 h4
{
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}



#contact2 input[type="text"], #contact2 input[type="email"], #contact2 input[type="tel"], #contact2 input[type="url"], #contact2 textarea
{
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact2 input[type="text"]:hover, #contact2 input[type="email"]:hover, #contact2 input[type="tel"]:hover, #contact2 input[type="url"]:hover, #contact2 textarea:hover
{
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact2 textarea
{
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact2 button[type="submit"]
{
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact2 button[type="submit"]:hover
{
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact2 button[type="submit"]:active
{
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact2 input:focus, #contact2 textarea:focus
{
    outline: 0;
    border: 1px solid #aaa;
}

.ui-autocomplete-loading
{
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-widget-content
{
    z-index: 100001;
}

.rowcolor1
{
    background-color: #b0bed9 !important;
}
.rowcolor2
{
    background-color: #dcdcdc !important;
}
.myitem
{
    /*width:15%;*/
    white-space: nowrap;
    text-align: center;
}
.posInvalid
{
    white-space:nowrap;
    top: 30px;    
}
.redColor
{
    color:#dc3545;
    padding:2px;
}
.fontsmall
{
    font-size:10px;
}
.border1
{
    padding-bottom:10px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
input[type=button]
{
    outline: none;
    border: none;
}

/* مربوط به صفحه درخواست عضویت */
/*a
{
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus
{
    outline: none !important;
}

a:hover
{
    text-decoration: none;
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #17a2b8, #b721ff);
    color: -o-linear-gradient(left, #17a2b8, #b721ff);
    color: -moz-linear-gradient(left, #17a2b8, #b721ff);
    color: linear-gradient(left, #17a2b8, #b721ff);
}*/

/*---------------------------------------------*/
/*h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

p
{
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li
{
    margin: 0px;
    list-style-type: none;
}*/


/*---------------------------------------------*/
/*

textarea:focus, input:focus
{
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder
{
    color: transparent;
}
input:focus:-moz-placeholder
{
    color: transparent;
}
input:focus::-moz-placeholder
{
    color: transparent;
}
input:focus:-ms-input-placeholder
{
    color: transparent;
}

textarea:focus::-webkit-input-placeholder
{
    color: transparent;
}
textarea:focus:-moz-placeholder
{
    color: transparent;
}
textarea:focus::-moz-placeholder
{
    color: transparent;
}
textarea:focus:-ms-input-placeholder
{
    color: transparent;
}

input::-webkit-input-placeholder
{
    color: #adadad;
}
input:-moz-placeholder
{
    color: #adadad;
}
input::-moz-placeholder
{
    color: #adadad;
}
input:-ms-input-placeholder
{
    color: #adadad;
}

textarea::-webkit-input-placeholder
{
    color: #adadad;
}
textarea:-moz-placeholder
{
    color: #adadad;
}
textarea::-moz-placeholder
{
    color: #adadad;
}
textarea:-ms-input-placeholder
{
    color: #adadad;
}*/

/*---------------------------------------------*/
.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}
.btn{
	box-shadow: none !important;
}

iframe
{
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1
{
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}

.txt2
{
    font-size: 13px;
    color: #333333;
    line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter
{
    width: 100%;
    margin: 0 auto;
}

.container-login100
{
    width: 100%;
    min-height: 95vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /*background: #f2f2f2;*/
}

.wrap-login100
{
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form
{
    width: 100%;
}

.login100-form-title
{
    background-color: #dddddd;
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}
.login100-form-title i
{
    font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100
{
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}

.input100
{
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 35px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/
.focus-input100
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before
{
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #6a7dfe;
    background: -webkit-linear-gradient(left, #17a2b8, #b721ff);
    background: -o-linear-gradient(left, #17a2b8, #b721ff);
    background: -moz-linear-gradient(left, #17a2b8, #b721ff);
    background: linear-gradient(left, #17a2b8, #b721ff);
}

.focus-input100::after
{
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100::after
{
    top: -15px;
}

.input100:focus + .focus-input100::before
{
    width: 100%;
}

.has-val.input100 + .focus-input100::after
{
    top: -15px;
}

.has-val.input100 + .focus-input100::before
{
    width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass
{
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover
{
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #17a2b8, #b721ff);
    color: -o-linear-gradient(left, #17a2b8, #b721ff);
    color: -moz-linear-gradient(left, #17a2b8, #b721ff);
    color: linear-gradient(left, #17a2b8, #b721ff);
}

.btn-show-pass.active
{
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #17a2b8, #b721ff);
    color: -o-linear-gradient(left, #17a2b8, #b721ff);
    color: -moz-linear-gradient(left, #17a2b8, #b721ff);
    color: linear-gradient(left, #17a2b8, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-login100-form-btn
{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-bgbtn
{
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #17a2b8, #b721ff, #17a2b8, #b721ff);
    background: -o-linear-gradient(right, #17a2b8, #b721ff, #17a2b8, #b721ff);
    background: -moz-linear-gradient(right, #17a2b8, #b721ff, #17a2b8, #b721ff);
    background: linear-gradient(right, #17a2b8, #b721ff, #17a2b8, #b721ff);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn
{
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #b721ff, #17a2b8);
    background: -o-linear-gradient(right, #b721ff, #17a2b8);
    background: -moz-linear-gradient(right, #b721ff, #17a2b8);
    background: linear-gradient(right, #b721ff, #17a2b8);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border:none;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn
{
    left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px)
{
    .wrap-login100
    {
        padding: 77px 15px 33px 15px;
    }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input
{
    position: relative;
}

.alert-validate::before
{
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after
{
    content: "\f06a";
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before
{
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px)
{
    .alert-validate::before
    {
        visibility: visible;
        opacity: 1;
    }
}
.login100-div-back
{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #C0DAF7, #f2f2f2, #C0DAF7, #f2f2f2);
    background: -o-linear-gradient(right, #C0DAF7, #f2f2f2, #C0DAF7, #f2f2f2);
    background: -moz-linear-gradient(right, #C0DAF7, #f2f2f2, #C0DAF7, #f2f2f2);
    background: linear-gradient(right, #C0DAF7, #f2f2f2, #C0DAF7, #f2f2f2);
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.borderImg { border-width: 1px; border-color: red; border-style: solid; }


/* مربوط به صفحه درخواست عضویت */

.zoomimg {
  padding: 5px;
  transition: transform .2s; /* Animation */
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor:pointer;
}

.zoomimg:hover {
  transform: scale(3.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10000;
    background-color: aliceblue;
    padding: 20px;

}

.chartreport
{
    min-width: 300px; 
    height: 500px; 
    margin: 10px
}

.iconsana
 {
    cursor: pointer;
    color: darkred;
}

.e-grid .e-headercell
{
    background-color: #296293;
    color: White;
    font-size: 18px;
}
.e-grid:hover .e-headercell:hover
{
    color: Black;
}
.e-grid .e-headercell .e-filtericon
{
    color: White;
}
.e-grid .e-rowcell .e-detailsbutton
{
    color: Green;
}
.e-flat .e-detailsbutton .e-button .e-js .e-ntouch .e-btn-normal .e-rtl .e-btn .e-select .e-widget .e-txt
{
    color: red;
}
#showDetailDiv .row
{
    margin-left:0px!important;
    margin-right:0px!important;
}

.FarsiTable,.FarsiSelectS
{
    color: darkblue;
}
.selected
{
    font-weight:bold;
}