@font-face {
    font-family: 'bnazanin';
    src: url('fonts/BNazanin.eot'); /* IE9 Compat Modes */
    src: url('fonts/BNazanin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/BNazanin.woff') format('woff'), /* Modern Browsers */
        url('fonts/BNazanin.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
    font-family: 'bkoodak';
    src: url('fonts/BKoodakBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/BKoodakBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/BKoodakBold.woff') format('woff'), /* Modern Browsers */
        url('fonts/BKoodakBold.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
    font-family: 'byekan';
    src: url('fonts/BYekan.eot'); /* IE9 Compat Modes */
    src: url('fonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/BYekan.woff') format('woff'), /* Modern Browsers */
         url('fonts/BYekan.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
    font-family: 'iransans';
    src: url('fonts/IRANSans.eot'); /* IE9 Compat Modes */
    src: url('fonts/IRANSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/IRANSans.woff') format('woff'), /* Modern Browsers */
         url('fonts/IRANSans.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
    font-family: 'iransans_bold';
    src: url('fonts/IRANSans_Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/IRANSans_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/IRANSans_Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/IRANSans_Bold.ttf') format('truetype'); /* Legacy iOS */
}


.sample {font-family: iransans,tahoma;font-size: 24px;}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: iransans,Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: -8px 12px;
    outline: none;
}

p 			{ font-family: iransans,Tahoma,Verdana, Arial, Helvetica, sans-serif; }

address 		{ font-family: iransans,Tahoma,Verdana; font-size: 11px; color:#3b59a3;font-style: normal}

pre			{ font-family: iransans,Tahoma;font-size: 13px;margin-top: 0px; margin-bottom: 0px; }

a			{text-decoration: none;color:#3b59a3;line-height: 24px;outline: none;}
a:active 		{text-decoration: none;color:#3b59a3;line-height: 24px;}
a:link    		{text-decoration: none;color:#3b59a3;line-height: 24px;}
a:visited 		{text-decoration: none;color:#3b59a3;line-height: 24px;}
/*
a:hover                         {background-color: #efefef;line-height: 24px;}
a:hover                         {line-height: 24px;text-decoration: underline;}
*/
a:hover                 { color:red;}
a.subtle		{ color: #3b59a3; text-decoration: none; font-size:12px;font-weight: normal;}
a.subtle:hover		{ color: red; text-decoration: none; }
a.resolved		{ text-decoration: line-through underline; }
a > img			{ border: none; }

b                       {color:#666666;}
form			{ display: inline; }

button                  {height: 24px;font-size: 12px;font-family: iransans,tahoma;vertical-align: middle;
                         background-color:#e1e1e1; 
                        border:1px solid gray;
                        cursor:pointer;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;}
input			{outline: none;}
input.bt-button		{height: 24px;font-size: 12px;font-family: iransans,tahoma;vertical-align: middle;
                        line-height: 20px;
                        background-color:#e1e1e1; 
                        border:1px solid gray;
                        cursor:pointer;
                        padding-bottom: 1px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                        min-width: 60px;
                        }
input.bt-button:hover   {background-color:#009966;color:white; border-color: #0066ff;}
.ptext-button		    {height: 22px;
                        font-size: 11px;font-family: iransans,tahoma;vertical-align: middle;
                        line-height: 18px;
                        background-color:#e1e1e1; 
                        border:1px solid silver;
                        cursor:pointer;
                        padding-bottom: 1px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                        min-width: 115px;
                        margin-top:3px;margin-bottom:3px;
                        color:gray;
                        }
.ptext-button:hover      {background-color:#336699;color:white; border-color: #0066ff;}

.confirmation-button-holder {direction:rtl; text-align:left;width:100%;margin-top:12px;}

button.bt-button-small	{height: 24px;
                        min-width: 50px;
                        font-size: 10px;
                        font-family: iransans,tahoma;
                        line-height: 20px;
                        vertical-align: middle!important;                        
                        /* cell-padding:0px; */
                        padding-bottom: 1px;
                        background-color:#e1e1e1; 
                        border:1px solid gray;
                        cursor:pointer;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;}
button.bt-button-small:hover {background-color:#009966;color:white; border-color: #0066ff;}
button.bt-button-small:disabled {background-color:#e1e1e1;color:gray; border-color: gray;cursor:default}
input.bt-button-small	{height: 24px;
                        min-width: 50px;
                        font-size: 10px;
                        font-family: iransans,tahoma;
                        line-height: 20px;
                        vertical-align: middle!important;                        
                        /* cell-padding:0px; */
                        padding-bottom: 1px;
                        background-color:#e1e1e1; 
                        border:1px solid gray;
                        cursor:pointer;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;}
input.bt-button-small:hover {background-color:#009966;color:white; border-color: #0066ff;}
input.bt-button-small:disabled {background-color:#e1e1e1;color:gray; border-color: gray;cursor:default}
input.submit		{height: 28px;font-size: 12px;font-family: iransans,tahoma;vertical-align: middle;}

input[type="text"]      {font-family: iransans,tahoma;font-size: 12px;line-height:20px;vertical-align: middle;padding: 0px 5px;
                         height:24px;border-radius: 5px;border: none;border:solid 1px #ccc;}
textarea                {font-family: iransans,tahoma;font-size: 12px;line-height:20px;vertical-align: middle;padding: 5px;
                         border-radius: 5px;border: none;border:solid 1px #ccc;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
input[type="password"]  {font-family: iransans,tahoma;font-size: 12px;line-height:20px;vertical-align: middle;padding: 0px 5px;
                         height:24px;border-radius: 5px;border: none;border:solid 1px #ccc;}
select			{font-family: iransans,tahoma;line-height:24px;vertical-align: middle;min-height:24px;font-size:12px;
                        height:24px;border-radius: 5px;border: none;border:solid 1px #ccc;}
input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    background-color: white;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid gray;
    -webkit-appearance: none;
    appearance:none;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
}

input[type="checkbox"]:checked {
    /*background-color: gray;*/
    background:url("../images/checked.png") no-repeat;    
    /* accent-color: #5982ab; */
    background-size: 85%;
    background-position-x: 1px;
    background-position-y: 1px;
}

input[type="checkbox"]:disabled {
    /* outline:1px solid red;  */
    background-color: #efefef;
    border: 1px solid silver;
}

span			{ font-family: iransans,tahoma; font-size: 13px; }
span.print		{ font-size: 10px; }
/*
span.required 		{ font-size: 10px; color: #bb0000; }
*/
span.required 		{ font-size: 12px; color: #ffcc00; font-weight: bolder;font-family: iransans;}
span.required-left	{ font-size: 12px; color: #ffcc00; font-weight: bolder;font-family: iransans;float:left;line-height: 14px;}
span.span-small		{ font-size: 11px; font-weight: normal; }
span.pagetitle		{ font-size: 13px; font-weight: bold; text-align: center }
span.bracket-link	{ white-space: nowrap; }
span.dependency_dated	{ color: maroon; }
span.dependency_met	{ color: green; }
span.dependency_unmet	{ color: red; }
span.dependency_upgrade	{ color: orange; }

/* table			{ } */
table.table-hide	{ width: 100%; border: solid 0px #ffffff; }
.first_list_col         { border: 2px solid #336699;
                          -moz-border-radius: 0px 5px 5px 0px;
                          -webkit-border-radius: 0px 5px 5px 0px;
                          -moz-border-radius-bottomright: 0px 5px 5px 0px;
                          /* -webkit-border-bottom-right-radius: 0px 5px 5px 0px; */
                          border-radius: 0px 6px 6px 0px;}
table.width100		{ width: 100%; border: 1px solid #e8e8e8;
                          -moz-border-radius: 5px;
                          -webkit-border-radius: 5px;
                          -moz-border-radius-bottomright: 10px;
                          /* -webkit-border-bottom-right-radius: 10px; */
                          border-radius: 5px ;
                        }
width100 td:first-child {border: 3px solid blue;}                       
table.width90		{ width: 90%;  border: 1px solid  gray; 
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        -moz-border-radius-bottomright: 10px;
                        /* -webkit-border-bottom-right-radius: 10px; */
                        border-radius: 5px;
                        }
table.width80		{ width: 80%;  
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius-bottomright: 10px;
                    /* -webkit-border-bottom-right-radius: 10px; */
                    border-radius: 5px;
                    border: solid 1px gray; }
table.width75		{ width: 75%;  
                          -moz-border-radius: 5px;
                          -webkit-border-radius: 5px;
                          -moz-border-radius-bottomright: 10px;
                          /* -webkit-border-bottom-right-radius: 10px; */
                          border-radius: 5px;
                          border: solid 1px gray; }
table.width60		{ width: 60%;  border: solid 1px gray; }
table.width50		{ width: 50%;  border: solid 1px gray; }
table.width40		{ width: 40%;  border: solid 1px gray; }
table.width30		{ width: 30%;  border: solid 1px #e8e8e8; 
                        -moz-border-radius: 5px;
                        -webkit-border-radius: 5px;
                        -moz-border-radius-bottomright: 10px;
                        /* -webkit-border-bottom-right-radius: 10px; */
                        border-radius: 5px;}
table.width30 td        {vertical-align: middle;}
table.width20		{ width: 20%;  border: solid 1px gray; }

td.width20		{ width: 20%;  border: solid 1px gray; }
td.width13		{ width: 13%; vertical-align: middle; }
td.width13 img          { width:15px;display:inline-block;margin:0px 2px 4px 2px;}
td.width40		{ width: 40%;  border: solid 1px gray; }
td 			    { font-family: iransans,Tahoma,Verdana, Arial; font-size: 12px; padding: 4px;  font-weight:normal;
                            text-align: left; line-height: 28px;}
td.center		{ text-align: center; }
td.left			{ text-align: left; }
td.right		{ text-align: right;}
.rdatespan              { font-family: iransans;direction:rtl!important;letter-spacing: 1px;}
.rdatespan-small        { font-family: iransans;direction:rtl!important;letter-spacing: 1px;font-size:11px;vertical-align: middle;}
.rdatespan-smaller      { font-family: iransans;direction:rtl!important;letter-spacing: 1px;font-size:10px;vertical-align: middle;}
.rdatespan-smaller-gray { font-family: iransans;direction:rtl!important;letter-spacing: 1px;font-size:10px;vertical-align: middle;color:gray;}
.rdatespan-small-regdate { font-family: iransans;direction:rtl!important;letter-spacing: 1px;font-size:11px;vertical-align: middle;margin-top:-2px;color:#666666;}
.smaller       { font-family: iransans;direction:rtl!important;font-size:10px;vertical-align: middle;}
.smaller-gray { font-family: iransans;direction:rtl!important;font-size:10px;vertical-align: middle;color:gray;}
td.category		{ background-color: rgba(51,102,153,0.80); color: white; vertical-align : top; padding:0px 3px;
                          font-weight: normal;  font-family:iransans;white-space: nowrap;font-size:12px;}
td.overdue		{ background-color: rgba(153,0,0,0.8); color: #ffffff; font-weight: bold; font-family: iransans,tahoma;font-size:14px!important;letter-spacing: 1px;}
/* td.overdue		{  color: rgba(153,0,0,0.8); font-weight: bold; font-family: iransans,tahoma;font-size:14px!important;letter-spacing: 1px;} */
td.overrdue		{ background-color: rgba(255,153,0,0.5); color: #333333; font-weight: bold; font-family: iransans,tahoma;font-size:14px!important;letter-spacing: 1px;}

td.col-1		{ background-color: #d8d8d8; color: #000000; }
td.col-2		{ background-color: #e8e8e8; color: #000000; }
td.form-title		{ background-color: #ffffff; color: #3c5a99; font-weight: normal; 
                         text-align: center;line-height: 32px; 
                         font-family: iransans,bkoodak,tahoma; font-size: 15px;border-bottom: 0px solid silver;}
td.form-title .pagest   {font-family: iransans,bkoodak,tahoma; font-size: 13px;}
td.form-title a		{font-family: iransans,bkoodak,tahoma; font-size: 11px; }
td.form-title-caps	{ background-color: #ffffff; color: #000000; font-weight: bold; text-align: left; 
                          text-transform: uppercase; }
td.nopad		{ padding: 0px; }
td.small-caption	{ font-size: 12px; color:black;font-family:iransans,tahom;font-weight: normal;}
td.small-caption label .smaler-gray	{ font-size: 9px; color:gray;font-family:iransans,tahom;font-weight: normal;}
td.small-caption a	{ font-size: 12px; text-decoration: none;color:#3b59a3;font-weight: normal;}
td.print		{ font-size: 12px; text-align: left; padding: 2px; }
td.print-category	{ font-size: 12px; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
td.print-overdue	{ font-size: 12px; color: #000000; font-weight: bold; padding: 2px; }
td.print-bottom		{ border-bottom: 1px solid #000000; }
td.print-spacer		{ background-color: #ffffff; color: #000000; font-size: 1px; line-height: 0.1; padding: 0px;}

.wide_space             {letter-spacing: 1px;}
tr			{ font-family: iransans;}
tr.spacer		{ background-color: #ffffff; color: #000000; height: 5px; }
tr.row-1		{ background-color: rgba(235,235,235,0.65); color: #000000; vertical-align: top;border-collapse: collapse;}
tr.row-2		{ background-color: rgba(235,235,235,0.35);  color: #000000; vertical-align: top;border-collapse: collapse;}
tr.row-1 td             { font-family: iransans;}
tr.row-2 td             { font-family: iransans;}
tr.row-1 td input[type="text"] { margin-top:3px;}
tr.row-2 td input[type="text"] { margin-top:3px;}
tr.row-1 td select      { margin-top:3px;}
tr.row-2 td select      { margin-top:3px;}
tr.row-1 td img         { width:15px;vertical-align: middle;}
tr.row-2 td img         { width:15px;vertical-align: middle;}
tr.row-category		{ background-color: rgba(66,139,202,1.0); color: yellow; font-weight: bold;font-family: iransans;font-size:13px;}
tr.row-category img     {width:16px;}
tr.row-category	td	{ text-align: center;font-size:13px;font-weight: bold;font-family: iransans;}
tr.row-category	th	{ text-align: center;font-size:13px;font-weight: bold;font-family: iransans;}
tr.row-category a	{ color: yellow; font-weight: bold;font-family: iransans;}
tr.row-category2	{ background-color: #45619d; color: #000000; }
tr.row-category2 td.small-caption { background-color: #e8e8e8; color: #000000; }
tr.row-category2 td.small-caption a:hover { background-color: #e8e8e8; color: red; }
/*
tr.row-category2 a	{ background-color: #45619d; color: white; }
*/
tr.row-category-history { background-color: #336699; color: #000000; font-weight: bold;}
tr.row-category-history td {text-align: center!important;color:white; }
tr.vcenter		{ vertical-align: middle; }
tr.print		{ vertical-align: top; }
tr.print-category	{ color: #000000; font-weight: normal; }

#buglist tr		{ text-align: center; }

td.bugnote-public	{ background-color: rgba(208,208,208,0.6); color: #000000; font-weight: normal; width: 25%; line-height: 1.4; vertical-align: top; }
td.bugnote-private	{ background-color: rgba(232,232,232,0.8); color: #000000; font-weight: normal; width: 25%; line-height: 1.4; vertical-align: top;}
td.bugnote-note-public	{ background-color: rgba(232,232,232,0.8); color: #000000; width: 75%; vertical-align: top; padding-right:12px;text-align: justify;}
td.bugnote-note-private	{ background-color: rgba(232,232,232,0.8); color: #000000; width: 75%; vertical-align: top; padding-right:12px;text-align: justify;}

td.login-info-left	{ width: 33%; padding: 0px; text-align: left;  vertical-align: middle;font-size:12px; font-family: iransans; color:#003366;}
td.login-info-left strong {color:#009966;letter-spacing: 1px;}
td.login-info-left positive {color:#009966;letter-spacing: 1px;font-weight: bold;}
td.login-info-left negative {color:#993100;letter-spacing: 1px;font-weight: bold;}
td.login-info-left img  { vertical-align: middle;height:20px;border-style: none;}
td.login-info-middle	{ width: 33%; padding: 0px; text-align: center;font-size:10px;vertical-align: middle; }
td.login-info-right	{ width: 33%; padding: 0px; text-align: right; white-space: nowrap; vertical-align: middle;
                          font-size:12px; font-family: iransans; color:#666666;}
td.login-info-right img { vertical-align: middle;height:20px;border-style: none; margin: 3px;}

td.bt-menu              { background-color: rgba(242,242,242,0.5); 
                          color: #336699; 
                          text-align: right; 
                          width: 100%; 
                          padding: 6px 12px 6px 6px; 
                          font-family: bkoodak, tahoma; 
                          font-size:15px;
                          height:26px;
/*                          -moz-border-radius: 5px;
                          -webkit-border-radius: 5px;
                          -moz-border-radius-bottomright: 10px;
                          -webkit-border-bottom-right-radius: 10px;
                          border-radius: 5px;*/
                        }

td.bt-menu a            { white-space: nowrap; border-bottom: 0px solid #336699;color:#666666;
                          font-family: iransans; font-size:12px;font-weight: bold;padding-bottom: 8px;}
td.bt-menu a:hover      { border-bottom: 0px solid #336699;color:#009966;}
td.bt-menu .sel_page    { white-space: nowrap; border-bottom: 3px solid #336699;color:#336699;}
td.bt-menu img          { vertical-align: middle;height:14px;border-style: none; margin: 3px;}
td.bt-menu a img        { vertical-align: middle;height:14px;border-style: none; margin: 3px;}
td.bt-menu a .disabled  { color:gray;
                          white-space: nowrap; 
                        }

td.news-heading-public	{ background-color: #e2efd9; color: #45619d; text-align: left; border-bottom: 1px solid #000000; }
td.news-heading-private	{ background-color: #ffd965; color: #45619d; text-align: left; border-bottom: 1px solid #000000; }
td.news-body            { background-color: #ffffff; color: #000000; padding: 6px; }

/* .news_header            { } */
.news_header h3         { padding-right: 0px!important;margin-right:-2px;}
.news_header div	{ font-family: iransans,Tahoma; padding:0px!important;margin:0px!important;}
.news_header div p      { font-family: iransans,Tahoma; font-size: 12px;white-space: pre-line;color:#333333;
                          padding:8px!important;text-align: justify;line-height: 24px;margin:0px 6px 0px 6px;}
.news_date_stamp        { font-size: 10px!important;float: left;color:#999999;}

.td_mainpage_stats      {min-width: 65%;width:65%;max-width: 65%;
                         min-height:400px!important;height:400px!important;max-height: 400px!important;
                        }
                       
.td_mainpage_news      { min-width: 35%;width:35%;max-width:35%;vertical-align: middle;
                          /*min-height:400px!important;height:400px!important;max-height: 400px!important;*/
                        }
.td_mainpage_news img  { width:18px;vertical-align: middle; }     
.td_mainpage_news positive {color:#009966;letter-spacing: 1px;font-weight: bold;}
.td_mainpage_news negative {color:#993100;letter-spacing: 1px;font-weight: bold;}
/* img                     {} */
img.icon                { width: 11px; height: 11px; }
img.delete-icon         { position: relative; top: 0px; border: 0; }

div                     { padding: 3px; }
div.bt-menu             { background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; 
                          padding: 1px; 
                        }
.bt-menu-devider        {color:silver;}

div.center              { width: 50%; margin-right: auto;margin-left: auto; }
.status_legend          {border:0px!important; border-spacing: 5px;}
.status_legend td       {border-radius:5px; }

div.border              { background-color: #ffffff;border: solid 1px #000000;text-align: center;position: relative; }

.issue-summary          {width:47em; min-width: -webkit-min-content;}
div.quick-summary-left	{ width: 40%; padding: 22px 12px 6px 6px; text-align: left;  float: left; }
div.quick-summary-right	{ width: 40%; padding: 22px 6px 6px 6px; text-align: right; float: right;}

.ureq_summary           {border-spacing: 0;border-collapse: collapse;width:100%;border:1px solid silver;border-radius:15px!important;}
.ureq_summary tr th     {height:26px;background-color:#e5e5e5;margin:0px;text-align:center;font-size:11px;}
.ureq_summary tr td     {line-height:22px;padding:0px;margin:0px;text-align:center;font-size:11px;}

.center			{ text-align: center; }
.center-nowrap          { text-align:center; white-space: nowrap;}
.center-middle          { text-align:center; vertical-align: middle;}
.valign-mid             { vertical-align: middle; line-height: 32px;}
.left			{ text-align: left!important; }
.right			{ text-align: right!important; }
.floatright		{ float: right; }
.floatleft		{ float: left; }
.small			{ font-family:iransans,tahoma;font-size: 11px;vertical-align: middle; }
.small-gray		{ font-family:iransans,tahoma;font-size: 11px;vertical-align: middle; color:gray;}
.smaller-silver	{ font-family:iransans,tahoma;font-size: 10px;vertical-align: middle; color:silver;}
.smaller-gray	{ font-family:iransans,tahoma;font-size: 10px;vertical-align: middle; color:gray;}
.no-letter-space {letter-spacing: 0px;}
.medium			{ font-family:iransans,tahoma;font-size: 12px;vertical-align: middle; }
.small-normal 		{ font-size: 12px; font-weight: normal; }
.small-subprojects	{ font-size: 12px; width: 200px; }
.bold			{ font-weight: bold; }
.bold-small		{ font-weight: bold; font-size: 8px; }
.italic			{ font-style: normal; font-size:10px;}
.italic-small		{ font-style: normal; font-size: 8px; }
.underline		{ text-decoration: underline; }
.underline-small	{ text-decoration: underline; font-size: 8px; }
.strike			{ text-decoration: line-through; }
.strike-small		{ text-decoration: line-through; font-size: 8px; }
.hidden			{ display: none; }
.small-caption          { color:black;font-size: 11px;}
.small-caption a        { color:white;font-size: 11px;}
.category2              { color:black;font-size: 11px;}
.category		{ background-color: rgba(51,102,153,0.80); color: white; vertical-align : middle; padding:0px;
                    font-weight: normal;  font-family:iransans;white-space: nowrap;font-size:12px;}
.nowrap                 { white-space: nowrap; }

.positive *             { color: green;}
.negative               { color: red; }
.alert                  { color: #404040; }
/*.issue-status           { border-bottom: 1px dotted black; color:#333333;}
.issue-status-unseen    { border-bottom: 1px dotted black; color:#b30000;}
.issue-status-seen      { border-bottom: 1px dotted black; color:green;}
.issue-status-unknown   { border-bottom: 1px dotted black; color:orange;}*/
.issue-status           { font-family:iransans,tahoma;font-size:12px;color:#333333;}
.issue-status-unseen    { font-family:iransans,tahoma;font-size:12px;color:#b30000;vertical-align: middle;}
.issue-status-seen      { font-family:iransans,tahoma;font-size:12px;color:green;}
.issue-status-unknown   { font-family:iransans,tahoma;font-size:12px;color:orange;}
.square {
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 5px; 
  padding: 0px;
  vertical-align: middle;
  margin-top: 1px;
}

.child_square {
    height: 9px;
    width: 9px;
    display: inline-block;
    border-radius: 3px; 
    padding: 0px;
    vertical-align: middle;
    margin-top: 1px;
  }

.avatar
{
	float: right;
	border: 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright: 10px;
	/* -webkit-border-bottom-right-radius: 10px; */
	border-radius: 5px;
}

.progress400		{ position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }
.progress400 .bar	{ display: block; position: relative; background: #6bba70; text-align: center; font-weight: normal; color: #333; height: 2em; line-height: 2em; }

/* added by Alireza Saebi */
.graphStyle {font-family: iransans,tahoma;}
.dashboard-text-row {font-family:bkoodak;font-weight:normal;font-size:16px;color:#336699}
.dashboard-text-row a {font-family:bkoodak;font-weight:normal;font-size:16px;color:#336699}
.dashboard-text-row a:hover {font-family:bkoodak;font-weight:normal;font-size:16px;color:red}
.expand-button {cursor: pointer;}

.group-right {background-color:rgba(216,216,216,0.5)!important;color:#003399;border: 1px solid silver;
             font-family: iransans;font-size:14px;font-weight: normal;line-height: 32px;padding-right: 12px;}
.row-number {text-align: center!important;vertical-align: top;}
.oddRows {background-color: #f0f0f0;}
.sumRow     {font-family:iransans,tahoma;color:maroon;font-weight:bold;}
.summary_info_title   {font-family:iransans,tahoma;color:#3e3e3e;font-size:13px;font-weight:normal;direction:rtl!important;letter-spacing: 0.5px;}
.sumRow td  {font-family:iransans,tahoma;color:maroon;font-weight:bold;border-top: 1px solid gray;border-bottom: 1px solid gray;}
.group-title {width:100%;font-weight: bold!important;color:#003366;margin:0px;padding:0px;}
.ts-header { background-color: #45619d; color: yellow; font-weight: bold;}
.ts-header td {text-align: center;}
.timesheet {width:100%}
.ts-RowNo {width:40px;text-align:center;}
.ts-project {width:330px;}
.ts-user    {width:220px;}
.ts-date    {width:140px;}
.ts-time  {width:70px;text-align:right;padding-right: 6px}
.ts-bug   {width:70%;}
.ts-sum-detail {background-color:rgba(216,216,216,0.5);border: 1px solid silver;font-size: 12px;
               text-align:right;color:maroon;font-weight:bold;font-family:iransans,tahoma}

.graph-tooltip  
.graph-tooltip td
.graph-tooltip td span
            {min-width:80px;direction:rtl;font-family: "iransans,byekan"!important;font-size:12px;}

.small-column-nowrap {white-space:nowrap;max-width: 80px!important;width: 80px!important;}
.small-column-nowrap img {vertical-align:middle;}
.small-column-nowrap {white-space:nowrap;max-width: 120px!important;width: 120px!important;}
.medium-column-nowrap {white-space:nowrap;width: 240px!important;}

/*Toggle switch additional class*/ 
.owner_name {
    font-family: iransans;
    font-weight: bold;
    font-size: 26px;
    width: 50%;
    min-width: 50%;
    color: #336699;
    text-align: center;
    vertical-align: middle;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.check_mark     {
    width:"20"; 
    height:"15";
    padding-top:6px;
}

/*
* Main page classes
*/

/*.mainpage_stats .ui-accordion-content {max-height:400px;min-height:400px;height:400px;}*/
.mainpage_news  .ui-accordion-content {max-height:400px;min-height:400px;height:400px;}

.mp_stats_container {
    /*padding: 6px!important;*/    
    text-decoration: none; 
    font-size:12px;
    font-weight: normal;
    line-height:24px;
}

.pointer {
    cursor: pointer;
}

.mp_active_link {    
    color: #333333;
}

.mp_active_link a {
    font-size:10px;
}

.mp_noactive_link {
    color: silver;     
}

.mp_noactive_link .no_value{
    color: silver;     
    font-size:10px;
}

.warning-bgcolor {
    background-color: #ff9900;
    border: 1px solid #cc6600;
}

.alert-bgcolor {
    background-color: #fa3e3e;
    border: 1px solid #cc0000;
}

.badge-box {  
    float: left;
    margin-left: 5px;
    margin-top: -12px;
    min-width:10px;    
    border-radius: 3px;
    color: white;
    text-align:center;
    vertical-align: middle;
    padding: 3px 3px 3px 3px;
    font-size: 10px;
    line-height: 10px;    
}


.mp_nums {
    color:#009966;
    letter-spacing: 1px;
}

.mp_summary_header {
    width:100%;
    min-height: 50px;    
    border-spacing: 10px 10px;
    border-collapse: separate;
    
    /*border:1px solid red;*/
}

.mp_summary_header tr>td {
    background-color: #f8f8f8;
    border:1px solid #e0e0e0;
    /*text-align: center;*/
    /*border-radius: 5px;*/
    color: gray;
    font-size: 12px;
    line-height: 50px;      
/*    -webkit-box-shadow: 3px 3px 5px 0px rgba(128,128,128,0.4);
    -moz-box-shadow: 3px 3px 5px 0px rgba(128,128,128,0.4);
    box-shadow: 3px 3px 5px 0px rgba(128,128,128,0.4);*/
}

.mp_summary_header tr>td:hover {
    /*background-color: rgba(244,163,56,0.3);*/
    background-color: rgba(204,204,204,0.35);
}

.mp_summary_header tr td img {
    width:30px;
    vertical-align: middle;
}

/*
* Machine control styles
*/
.mc_error_header {
    width:100%;
    max-height: 30px;    
    border-spacing: 10px 10px;
    border-collapse: separate;
}

.mc_error_header tr td {
    background-color: #f8f8f8;
    border:1px solid #e0e0e0;
    color: gray;
    font-family: iransans,tahoma;
    font-size: 12px;
    line-height: 28px;   
}

.box-shadow {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(128,128,128,0.4);
    -moz-box-shadow: 3px 3px 5px 0px rgba(128,128,128,0.4);
    box-shadow: 3px 3px 5px 0px rgba(128,128,128,0.4);
}

.mc_error_detail {
    /*border:1px solid blue;*/
    border-spacing: 0px;
    border-collapse: collapse;
    margin:auto;
    width: calc(100% - 20px);
}

.mc_error_detail tr td{
    padding:0px;
    margin:0px;
}

.mc_error_list_header {
    border:1px solid rgba(153,153,153,0.5)!important;
    background-color: #f8f8f8;
    width:100%;
    border-collapse: collapse;
    padding:0px;
    margin:0px;    
}

.mc_error_list_header tr td {
    background-color: rgba(204,204,204,0.4)!important;
    color: gray;
    font-family: iransans,tahoma;
    color: #336699!important;
    font-size: 12px;
    line-height: 36px; 
    text-align: center;
}

.mc_error_list_div_container {
    min-height:290px;
    height:290px;
    max-height:290px;
    width:100%; 
    overflow-y:auto;
}

.mc_error_list {
    text-align:center;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

/* 
.mc_error_list tr {    
    // background-color: rgba(153,153,153,0.3)!important;
    // border: 1px solid red;
} 
*/
.mc_error_list tr td{
    font-family: iransans,tahoma;
    font-weight: normal;
    color:#333333;    
    border: 0;
    vertical-align: middle;
    line-height:36px;
}

.mc_error_list tr td small {
    color:gray;
}

.mc_error_list tr td a:hover small {
    color:#009966;
}

.mc_img {
    height:16px!important;
    width:16px!important;
    vertical-align: middle;
    /*padding-top: 4px;*/
}

.mc_img_opr {
    height:16px;
    width:16px!important;
    vertical-align: middle;
    padding-top: 3px;    
    text-align: center;
}

.mc_summary_error_stat_container {
    height:400px;min-height:400px;max-height: 400px;
    width:calc(100%-1px);
}

.centered-tabs .ui-tabs-nav {
    height: 3.05em;
    text-align: center;
}

.centered-tabs {
    text-align: center;
}

.centered-tabs .ui-tabs-nav li {
    display: inline-block;
    float: none;
    margin: 0em;
    padding: 0em;
}

.cptime {
    width:10px;    
}

.cpeditor {
    width:300px;
}

.small-caption-gray	{ 
    font-size: 10px; 
    color:#615f5f;
    font-family:iransans,tahom;
    font-weight: normal;
}

.due_date_diff {
    color:maroon;
    font-size: 10px;
    letter-spacing: 0px;
}

.cs_exp_date {
    color:maroon;
    letter-spacing: 0px;
}

.childs-div {
    text-align: right;
    margin:0px;
    padding:1px 6px;
    width:70px;
    max-width: 80px;
    border-right: 2px solid gray;
    border-radius: 5px;
    font-size:10px;
    color:gray;
    white-space: nowrap;
    display:none;
    line-height: 16px;
}

.cal-workload-holder{
    position:absolute;
    top:6px;
    right:395px;
    z-index:1;
    background-color:#efefefcc;    
    width:330px;max-width:330px;
    height:164px;max-height:164px;
    overflow-y:auto;overflow-x:none;
    border:1px solid gray;
    border-radius:6px;
    /* text-align:center; */
    display:none;
}

.cal-workload-header-title {
    background-color:#e1e1e1;
    margin-bottom:2px;
    display:flow;
    width:100%;
    text-align:center;
    font-size:11px;
    border-radius:5px 5px 0 0;
}

.cal-workload-btn {
    width:60px;
    height:42px;
    margin:1px;
    font-size:10px;    
}

.childs-div a {
    line-height: 16px;
}

.anumlink {
    display:inline-block;
    min-width:20px;
    max-width:20px;
    border:1px solid silver;
    background-color: #eee;
    border-radius: 5px;
    text-align: center;
}

.atxtlink {
    display:inline-block;
    min-width:35px;
    max-width:35px;
    border:1px solid silver;
    background-color: #eee;
    border-radius: 5px;
    text-align: center;
}

.error_value {
    color: maroon;
    font-weight: bolder;
}

.criteria-border tr td{
    white-space: nowrap;
    vertical-align: top;
    padding:0px;
}

/* Criteria styles */
.criteria-table {
    border-color: silver!important;
    border-spacing: 0px 2px;
    padding:2px;
}

.criteria-caption {
    text-align:left;
    background-color: rgba(51,102,153,0.1);
    border-radius:0 8px 8px 0;
    border-width: 1px !important;
    border-style:solid solid solid none;
    border-color:rgba(51,102,153,0.15);
    padding-left:6px!important;
    white-space: nowrap;
}

.criteria-caption-disabled {
    color:silver!important;
    text-align:left;
    background-color: rgba(51,102,153,0.1);
    border-radius:0 8px 8px 0;
    border-width: 1px !important;
    border-style:solid solid solid none;
    border-color:rgba(51,102,153,0.15);
    padding-left:6px!important;
    white-space: nowrap;
}

.criteria-table tbody tr {
    background-color: rgba(242,242,242,0.8);
}

.criteria-table tbody tr td {
    font-size:11px;
    color:#336699;
    padding:4px;
    white-space: nowrap;
}

.criteria-table tbody tr td select{
    font-size:11px;
    color:#666666;
    background-color: rgba(242,242,242,0.8);
}

.criteria-table tbody tr td select:disabled{
    font-size:11px;
    /* color:#666666; */
    color:#e1e1e1;
    border-color:#e1e1e1;
    background-color: rgba(242,242,242,0.1);
}

.criteria-table tbody tr td input{
    font-size:11px;
    color:#666666;
    background-color: rgba(242,242,242,0.8);
}

.criteria-table tbody tr td input[type=submit]{
    border-color:silver;
    min-width: 80px;
}

.criteria-table tbody tr td input:focus{
    font-size:11px;
    color:#666666;
    background-color: white;
}

.criteria-table tbody tr td select option{
    font-size:11px;
    color:#666666;
    background-color: white;
}

.criteria-table tbody tr td select option[value="0"] { 
    background-color: rgba(242,242,242,0.8)!important; 
}

.criteria-table tbody tr td select option[value="-2"] { 
    background-color: rgba(242,242,242,0.8)!important; 
}

.criteria-table .text_search{
    font-size:11px;
    color:#666666;
    background-color: white;
}


/* Border styles */

.show_border {
    border:1px solid red;    
}
.show_border tr {
    border:1px solid blue;       
}

.show_border tr td{
    border:1px solid green;       
}

.filter_column {
    width:25%;
}

.ts_wpr_image {
    margin-left: 6px;
    margin-top: 5px;
    float:left;
    vertical-align: middle;
    opacity: 0.65;
    width: 16px!important;
    height: 16px!important;
    cursor: pointer;
}

.ts_wpr_stat_div {
    font-size: 11px;
    line-height: 18px;
    margin-left: -120%;
    padding-right:6px;
    color:#663300;
    display:none;
    /* border:1px solid red; */
}

.history_log {
    font-size: 11px;    
    letter-spacing: 0.2px;
}

.ts_graph_container {
    min-height:100%;max-height:100%;height:100%;
    min-width:100%;max-width:100%;width:100%;
    /* border:1px solid magenta; */
}

.ts_graph_container tr td {    
    /* width:50%; */
    height:100%;
    margin:0px;
    padding:0px;
}

.tag_done {
	/* border: 1px solid #003eff; */
    border: 1px solid gray;
    /* background: #c5ddf3;rgba(225,225,225,0.5);#e1e1e1; rgba(51,102,153,0.8); #336699; */
    background-color:rgba(225,225,225,0.6);
	font-weight: normal;
	/* color: #ffffff; */
}

.passport-icon {
    position:absolute;
    width:5px!important;
    height:5px;
    top:20px;
    right:3px;
    z-index:10;
}


.resolution_status_icon {
    float:left;
    width:18px!important;
    position:relative;
    top:5px;
    left:4px;
}

.error_message {
    color:#cc0000;
    font-size:13px;
}

.extr_text {
    color:maroon;
    font-size:13px;
}

.green-dot {
    height: 6px;
    width: 6px;
    background-color: #009966aa;
    border-radius: 50%;
    display: inline-block;
    margin:0px 6px;
}

.gray-dot {
    height: 6px;
    width: 6px;
    background-color: silver;
    border-radius: 50%;
    display: inline-block;
    margin:0px 6px;
}

.red-dot {
    height: 7px;
    width: 7px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.pprice {
    font-size:12px!important;
    color:#333333;
    font-weight:normal;
}

.pprice .total-cost {
    color:#999999;
    font-size:12px;
    font-weight:normal;
    text-decoration:line-through;
}

.pprice .payment-cost {
    color:#333333;
    font-weight:bold;
    font-size:12px;
}

.payment-records-container {
    max-height:150px;
    min-width: 100%;
    padding:0px;
    margin:0px;
    border:0px;
    overflow-x: none;
    overflow-y: auto;
}

.payment-records-table {
    border-collapse: collapse;    
    color:gray;
}

.payment-records-table tr {
    line-height: 20px;
    border-radius: 5px!important;
}

.payment-records-table tr td {
    font-size:11px!important;
    padding:0px 4px;
}

/* .payment-records-table .prt_head {
    border-bottom:1px solid #e1e1e1;
}

.payment-records-table .prt_head td{
    background-color: #336699;
    color:white;
    text-align:center;
} */

.excel_table_class {
    border:1px solid silver;
}

.excel_table_class tr td {
    text-align: center;
    vertical-align: middle;
    border:1px solid silver;
}

/* Factor styles */ 
.fprice {
    width:120px;    
}

.factor-cost-table {
    /* border-collapse: collapse; */
    border-spacing: 0;    
}

.factor-cost-table tr td {
    padding:0px 6px;
    margin:0px;
    color:gray;
    text-align:right;
    vertical-align: middle;
}

.factor-cost-table .ctitle {
    text-align: left;
    vertical-align: top;
}

.factor-cost-table-header {
    height:32px;
}

.csum_table {
    padding:0px;
    margin:0px;
}

.csum-amount {
    font-size: 11px;
    /* line-height:24px; */
}

.csum-color {
    display:inline-block;
    line-height:15px;
    min-width:15px; 
    border-radius:5px;
    border:1px solid white;
    margin:0px 0px 0px 5px;
}

.csum-table tr td {    
    font-size:11px;
    line-height:18px;
    color:gray;
    padding:0px 3px!important;
}

.docs-grid,
.docs-grid tr,
.docs-grid tr td
{
    line-height:24px;
    padding:2.5px 4px;
}

/* .docs-grid thead th { 
    padding:0px;
    background-color:#f4f4f4;font-weight:normal;
    position: sticky; 
    top: 0; 
    z-index: 1; 
    font-family: iransans;
    font-size: 12px;    
    color: gray;
} */

/* JSGrid styles */
/* js-grid */
.jsgrid-grid-header,
.jsgrid-grid-body {
  overflow-y:scroll;
}

.jsgrid-header-row>.jsgrid-header-cell {
    font-family: iransans;
    font-size: 12px;    
    padding:0px;
    color: gray;

    /* line-height: 15px; */
}

.jsgrid-row>.jsgrid-cell /* rows */
{    
    font-family: iransans;
    font-size: 12px;
}

.jsgrid-cell /* alternate rows */
{
    line-height:15px;
}

.jsgrid-alt-row>.jsgrid-cell /* alternate rows */
{
    font-family: iransans;
    font-size: 12px;
    
    /* line-height: 20px; */
}
  
.jsgrid-edit-row>.jsgrid-cell {
    font-family: iransans;
    font-size: 12px;    
    padding:0px;
    margin:0px;
    
    /* line-height: 20px; */
}

.jsgrid-insert-row>.jsgrid-cell {
    font-family: iransans;
    font-size: 12px;
    padding:2px;
    
    /* line-height: 15px; */
}

.jsgrid-insert-row input,
.jsgrid-edit-row input {
    font-family: iransans,tahoma;
    font-size: 12px;
    vertical-align: middle;
    
    height:24px;
    border-radius: 5px;
    border:solid 1px #ccc;

    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;    

    /* line-height:20px; */
}

/* 
.jsgrid-insert-row input[type=number],
.jsgrid-edit-row input[type=number] {
    font-family: iransans,tahoma;
    font-size: 12px;
    vertical-align: middle;
    
    height:24px;
    border-radius: 5px;
    border:solid 1px #ccc;

    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;

    line-height:20px;
} 
*/

.jsgrid-insert-row input[type="checkbox"],
.jsgrid-edit-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    /* line-height:20px; */
}

.jsgrid-nodata-row>.jsgrid-cell /* no data row */
{
    font-family: iransans;
    font-size: 12px;    
    color:gray;
    background-color: #f8f8f8;

    /* line-height: 20px; */
}

.jsgrid-delete-button ,
.jsgrid-cancel-edit-button
{
    margin-right:5px!important;
}

.jsgrid-pager-container,
.jsgrid-pager {
    direction:rtl!important;
    font-size:10px;
}

.jsgrid-pager-page
{
    display: inline-block;
    min-width:20px;
    max-width:20px;
    height:28px;
    border:1px solid silver;
    background-color: #eee;
    border-radius: 5px;
    text-align:center;  
    margin:3px;  
    font-size:10px;
    line-height: 24px;
}

.jsgrid-pager-current-page {
    display: inline-block;
    min-width:20px;
    max-width:20px;
    height:28px;
    text-align:center;  
    margin:3px;  
    font-size:10px;
    line-height: 24px;
    border:0px solid silver;
    background-color: white;
}

.jsgrid-pager-nav-button {
    font-size:10px;
}

   

/* Jquery ui */
.ui-autocomplete {
    position: absolute;
    cursor:default;
    z-index: 4000!important;
}

.ui-dialog > .ui-widget-header {
    background-color: #336699;
    color:white;
}

/******************************************
* Dialog classes 
********************************************/
.dialog-table {
    margin-top:0px;
}

.dialog-table th{    
    font-size:13px;
}

.dialog-table tr {
    cursor:pointer;
}

.dialog-table tr:hover td {
    color:#336699;
    background-color:rgba(226, 225, 225, 0.3);
    font-weight:bold;
}

/* .dialog-table td:hover {
    font-weight: bold;
} */

.dialog-table .code-col{
    text-align:center;
    letter-spacing: 1px;       
}

.dialog-footer-div {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:100;
}

/* Place holder class */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity:1;
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}

/* Calendar styles */
/* .fc, */
.fc-event-container,
.fc-center {
    direction: rtl;
}

.fc-right {
    padding-right:6px;
}

.fc-title {
    font-size:10px;
}

.fc-event-container:hover .fc-event:hover .fc-content {
    border-radius: 5px;
    background-color:maroon;
    color:white;
}

.fc-toolbar {
    margin-bottom:  0px !important;
    padding-bottom: 0px !important;
    /* border:1px solid red; */
}

/* .fc-view-container {
} */

/* .fc-tags_btn-button,
.fc-bugs_btn-button,  */

.fc-refresh_btn-button,
.fc-today-button
{ 
    margin-top:3px!important;
    height:27px;
}

.fc-tooltip {
    width:200px;
    background:#fcf8e3;
    border:1px solid gray;
    border-radius:5px;
    position:absolute;
    z-index:10001;
    font-size:9px;
}

.fc-day-number {
    margin-left:8px;
}

.todo-criteria-part-header {
    padding-right:10px;
    font-size:12px;
    line-height:18px;
    background-color:#f5f5f5;
    border:1px solid silver;
    border-radius:5px 5px 0px 0px;    
}

.todo-criteria-part-detail input[type="checkbox"]{    
    width: 1em;
    height: 1em;
}

.todo-criteria-part-detail table {
    border-spacing: 0px;
}

.todo-criteria-part-detail,
.todo-criteria-part-detail table td {
    line-height:18px;
    height:18px;
    padding:0px;
    font-size:11px;
    color:#333333;
}

.fc-time-grid,
.fc-time-grid-container {
    display:none;
}

/* Classes for delayed issues whoes in upper left of main page
*/
.criteria-overdue-task-status td {
    width:45px;
    min-width:45px;
    height:24px;
    margin:0px;
    padding:0px;
    text-align:center;
    line-height:18px;
    font-size:11px;
    border:1px solid silver;
    border-radius:7px;
    cursor: pointer;
}

/** Gift preview tables */
table.giftpreview {
    width:100%;
    border: 1px solid silver;
    border-collapse: collapse;
}

.giftpreview th {
    font-size:12px;
    height:26px;
    background-color: #e5e5e5;
    text-align: center;
}

.giftpreview tr td {
    border: 1px solid silver;
    font-size:11px;
    line-height:16px;
    margin:0px;
    padding:3px;
}

/** SMS log table */
.sms-log-table {
    width:100%;
    border-spacing: 0px;
}
.sms-log-table th {
    border-bottom:1px solid gray;
    font-weight:bold;
    font-size:12px;
}
.sms-log-table td {
    border-bottom:1px dotted silver;
    font-size:12px;
    padding:0px;
    line-height:20px;
}

/** Summary log table */
.summary-log-table {
    width:100%;
    max-width:100%;
    border-spacing: 0px;
    table-layout: fixed;
    border: 2px solid gray;
    border-radius: 6px;
}

.summary-log-table th {
    border-bottom:1px solid gray;
    font-weight:bold;
    font-size:12px;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.summary-log-table td {
    /* border-bottom:1px dotted silver; */
    width:100%;
    word-wrap:break-word;
    font-size:12px;
    padding:0px;
    line-height:20px;
    padding:3px 6px 0px 6px;
}

/* Auto translate form classes */
.icon-button-td {
    /* position: relative; */
    width:32px;
    height:100%;
    text-align:center;
    vertical-align:top;
    border-top:1px solid silver;
    border-bottom:1px solid silver;
}

.icon-button-div-top {
    width:26px;
    height:26px;
    margin-top:8px;
    margin-left:6px;
    margin-bottom:2px;
}

.icon-button-div-top:hover {
    border-radius:50%;
    /* background-color:#e8e8e8; */
    background-color:silver; 
    cursor:pointer;
}

.icon-button-div-top .icon-button {
    margin:6px;
    width:14px;        
} 

.icon-button-div-side {
    width:32px;
    height:32px;
    margin-top:8px;
    margin-right:5px;
    margin-bottom:2px;
}

.icon-button-div-side:hover {
    border-radius:50%;    
    background-color:#e8e8e8;
    /* background-color:silver;  */
    cursor:pointer;
}

.icon-button-div-side .icon-button {
    margin:6px; 
    width:20px;        
} 

/* ############################ Trans history styles */
.payment-table td {
    line-height:18px;
    padding:0px;
}

.disabled-button {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.htrans-btn {
    font-size:10px;
    padding:0px 5px;
    margin-bottom:3px;
}

.htrans-div {
    border:1px solid #e8e8e8;
    margin:3px 0px;
}

.htrans-div-data {
    border-right:1px dotted silver;
    padding-right:15px;
    font-size:11px;
    line-height: 20px;
    /* margin:3px 0px; */
}

.htrans-div-data .htrans-link {
    float:left;
    margin:-10px 0 0 -5px;
}

.htrans-div-data a {
    font-size:10px;    
}

.credit-history {
    width: 100%;
    border:1px solid silver;
    border-radius: 5px; 
    /* border-collapse: collapse; */
    margin-top:6px;
    border-spacing:0;
}

.credit-history tr th{
    font-size:11px;
    line-height: 24px;
    white-space: nowrap;
    /* 
    color:maroon;
    border-bottom:1px solid silver;    
    background-color:#e8e8e8; */
}

.credit-history tr {
    border-bottom:1px solid #f8f8f8;
}

.credit-history tr td{
    font-size:10px;
    color: #4f5255;
    /* border-left:1px solid silver; */
    line-height: 22px;
    padding:2px 4px;
    min-width:10%!important;max-width:10%!important;width:10%!important;
}

.credit-history .sum-column {
    font-weight:bold;
    color:maroon;
}

.credit-history .total-row {
    border-top:1px solid gray;
}

/** Price list upadte ********************/
.plist-table {
    width:100%;
    border-collapse: collapse;
    overflow-y: visible;
}

.plist-table th {    
    position: sticky;
    top: -4;
    z-index: 1;
    background-color: rgba(66,139,202,1.0);
    color:yellow;
    font-weight: bold;
    font-family: iransans,Tahoma;
    font-size: 13px;
    line-height: 36px;
}
/* ############################ AT styles */
.at-addrow-icon {
    width: 16px;
    cursor: pointer;
}

.at-addrow-btn
{
    float:left;
    font-size:10px;
    width:24px;
    /* position:relative; */
    /* top:5px; */
    left:3px;
    bottom:3px;
    border-radius:15%;
    padding:0px;
    outline:none;
}

.at-impidn-btn
{
    float:left;
    font-size:10px;
    width:24px;
    /* position:relative; */
    /* top:5px; */
    /* left:6px;
    bottom:3px; */
    border-radius:15%;
    padding:0px;
    outline:none;
    margin-left: 3px;
    /* margin-right: 10px;
    margin-top: 6px; */
}

.at-delrow-icon {
    width: 10px;
    cursor: pointer;
}

.at-delrow-btn
{
    float:left;
    font-size:10px;
    width:24px;
    top:0px;
    border-radius:50%;
    padding:0px;
}

/* .at-delrow-btn:hover
{
    background-color: orange;   
} */

.at_dcount_notify {
    position: absolute;
    right:-7px;
    bottom:-7px;
    color:white;
    background-color: #22b057;
    /* font-weight: bold; */
    font-size:12px;
    width:18px;
    height:18px;
    border-radius: 5px;
    border:1px solid #22b057;
    vertical-align: middle;    
    cursor: help;
    /* float:right; */
}

.at_dcount_notify_mini {
    position: absolute;
    right:-7px;
    bottom:-7px;
    color:white;
    background-color: #22b057;
    /* font-weight: bold; */
    font-size:11px;
    width:16px;
    height:16px;
    border-radius: 5px;
    border:1px solid #22b057;
    vertical-align: middle;    
    cursor: help;
    /* float:right; */
}

.at_values {
    color:#cc0000;
    font-size:12pt;
    /* border-bottom:1px solid silver; */
    line-height: 1.1;
    outline:none;
}

.at_grade {
    width: 60px;
}

.at-tab-container {
    height:300px;
    max-height:300px;
    min-height:300px;
    vertical-align:top;
    /* border:1px solid red; */
}

.at-textarea-persian {
    /* line-height:22px; */
    resize: none;
    width:99%;
    background-color:#ffffff;
    outline: none;    
    /* border-left:0px; */
    border-radius:0px;
    font-size:12px;
    /* height:500px; */
}

.at-persian-structure {
    /* line-height:21px; */
    width:99%;max-width:99%; 
    background-color:#f8f8f8;
    outline: none;
    border-radius:0px;
    font-size:12px;
    border-width:0px 1px 1px 0px;
    border-style:solid;
    border-color:silver;
    padding:3px 4px;
    overflow-y:scroll;
    height:300px;
}

.at-small-gray {
    font-family: iransans;
    direction:rtl!important;
    font-size:10px;
    vertical-align: middle;
    color:gray;
}

/* Preview div */
.at-preview-rtl {
    /* line-height:32px; */
    width:99%;max-width:99%; 
    background-color:#f8f8f8;
    outline: none;
    border-radius:0px;
    font-size:12px;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:silver;
    padding:3px 4px;
    direction:rtl;    
    text-align:right;
    height:492px;max-height:492px;
    overflow-y:auto;
}

.at-preview-rtl input[type='text'] {
    border-color:silver;
    /* border-width:0px 0px 1px 0px; */
    border-width:1px 1px 1px 1px;
    border-radius:2px;
    /* background-color: #f2f2f2; */
}

.at-preview-rtl input[type='text']::placeholder {
    font-size:10px;
    opacity:0.5;
}

.at-preview-rtl textarea::placeholder {
    font-size:10px;
}

.at-preview-rtl hr{
    border-top: 1px dotted silver;
    margin-block: 1px;
}

/* Translation div */

.at-bottom-desc {
    line-height:24px;
    font-size: 10px;
    color: gray;
}

.waiting-lbl {
    display:inline-table;
    position:absolute;
    top:50px;
    left:1%;
    font-size:10pt;
    text-align:center;
    width:45%;
    margin-top:50px; 
    line-height: 22px;    
    direction: ltr;
    /* border:1px solid red; */
}

.at-translation-ltr {
    line-height:14px;
    width:99%;max-width:99%; 
    background-color:#f8f8f8;
    outline: none;
    border-radius:0px;
    font-size:12pt;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:silver;
    padding:3px 4px;
    direction:ltr;    
    text-align:left;
    height:525px;max-height:525px;min-height:525px;
    overflow-y: auto;

    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;  
    -o-user-select: none;  
    user-select: none;
}

.at-translation-ltr table {
    border:1px solid gray;
    border-collapse: collapse;
    line-height: 12px;
}

.at-translation-ltr table tr th {
    font-family:calibri;
    font-size:12pt;
    border:1px solid gray;
    background-color:#e8e8e8;
}

.at-translation-ltr table tr td {
    border:1px solid gray;
    font-family:calibri;
    font-size:12pt;
    text-align:left;
    line-height: 16px;
}

.at-translation-ltr table tr td label {
    font-family:calibri;
    font-size:12pt;
}

.at-translation-ltr table tr th .small_label .at_values{
    font-size:8pt;
}

.tcb {
    font-weight:bold;
    text-align:center;
    padding:0;    
}

.at-translation-ltr table tr .tcb td {
    font-weight:bold;
    text-align:center;
    padding:0;
}

.at-doc-tmpls{
    /* width:80%; */
    outline: none;
    margin-bottom:3px;
}
