﻿a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
button,
textarea,input
{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin:0;
    padding:0;
}
button{
    outline: 0;
    border: unset;
}
ul{
    list-style:none;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
b,
strong {
    /*
      Makes browsers agree.
      IE + Opera = font-weight: bold.
      Gecko + WebKit = font-weight: bolder.
    */
    font-weight: bold;
}

img {
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

li {
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
}
textarea:focus, input:focus {
    outline: none;
}

svg {
    overflow: hidden;
}


body {
    -webkit-font-smoothing:antialiased;
    text-shadow:1px 1px 1px rgba(0,0,0,0.003);
    font-size:62%;
    font-size:1em;
    line-height:1.5em;
}
a {
    text-decoration:none; color:#000000;
}
a:hover {
    color:#00AFEF; 
}




.txt-right{
    text-align: right;}
.txt-left{
    text-align: left;}
.txt-center{
    text-align: center;
}






.public-jq-container .active{ vertical-align: middle;}
.public-jq-container {
    width:80%;
    margin:auto;
    background-color:#FFFFFF;
    /*border:solid 1px black;*/
    box-shadow:1px 1px 10px #6b6b6b;
    height:90%;
    overflow:auto;
}
.public-jq-container1 {
    width:100%;
    background-color:#FFFFFF;
    box-shadow: 2px 3px 10px #6b6b6b;
    height:100%;
    overflow:auto;
}

.public_exit_img {
    float: right;
    height: 20px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    background: #065979;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
}
.public_exit_img:hover{color:#f18282}

.public-jq-top {
    width:100%;
    height:40px;

    background-color: #0079a9;
}
.public-jq-top label{
    display: block;
    width:100%;
    text-align:center;
    color:white;
    line-height:40px;
    font-weight:bold;
}
.public_admin_popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.public_img_popup i{
    position: absolute;
    top: 5px;
    background: red;
    padding: 6px;
    cursor: pointer;
}
.public_img_popup img{
    max-width: 90vw;
    height: unset!important;
    max-height:666px;
}
.public_img_popup{
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.p_button, .public_button{
    border-style: none;
    width: 120px;
    height: 2em;
    line-height: 2em;
    text-align: center;
    cursor: pointer;
    background-color: #058e80;
    color: #FFFFFF;
    font-size: .95em;
    padding: 0 5px;
    margin: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 2px 6px 0px #777777;
    -webkit-box-shadow: 1px 2px 6px 0px #777777;
    -moz-box-shadow: 1px 2px 6px 0px #777777;

}
.p_button:hover, .public_button:hover {
    background-color: #229c84;
}

.p_pointer {
    cursor:pointer
}


.p_select, .public_select {
    border: 1px solid #cccccc;
    background: #F5F5F5;
    margin-left: 2px;
    width: 175px;
    height: 28px;
    line-height:25px;
    font-size:12px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    right: -4px;
}
.p_text, .public_text{
    border: 1px solid #cccccc;
    width: 175px;
    height: 28px;
    background: #F5F5F5;
    /* padding-right: 5px; */
    /* padding-left: 5px; */
    padding: 5px;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top:4px;
    box-shadow: 0 0 3px #adadadcc inset;
    -webkit-box-shadow: 0 0 3px #adadadcc inset;
    -moz-box-shadow: 0 0 3px #adadadcc inset;
}
.p_en,.public_en  {
    direction:ltr;font: normal normal 500 1.2em/1.8em Times New Roman, Times, serif;font-size:12px;
}
.p_fa,.public_fa {
    direction:rtl; text-align:right;
}
.p_text_number, .public_text_number {
    border: 1px solid #cccccc;
    width: 60px;
    background: #F5F5F5;
    padding: 3px;
    border-radius: 2px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 4px;

    box-shadow: 0 0 3px #adadadcc inset;
    -webkit-box-shadow: 0 0 3px #adadadcc inset;
    -moz-box-shadow: 0 0 3px #adadadcc inset;
}
.p_error {
    width:100%;
    text-align:center;
    color:red;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.p_table_sel{
    display: table-cell;
    vertical-align: top;
}
.xdebug-var-dump{text-align:left}





