@charset "UTF-8";
@import url(fontiran.css);
html, body{
    margin:0;
    padding:0;
    height:100%;
}
body {
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-size: 12px;
  font-weight: 100;
  background: #3f3f3f;
  color: #000;
}

.font-size-10 { font-size: 10px;}
.font-size-12 { font-size: 12px;}
.font-size-14 { font-size: 14px;}
.font-size-16 { font-size: 16px;}
.font-size-18 { font-size: 18px;}
.font-size-24 { font-size: 24px;}
.font-size-48 { font-size: 48px;}

.bg-blue-0{background-color: #28b887;color: #fff;}
.bg-blue-1{background: #00a693;}
.bg-blue-2{background: #d9edf7;}
.bg-blue-3{background: #35a4dc;}

.bg-ee{background: #eee;}
.bg-4c{background: #4c4c4c;}
.bg-00{background: #28b887;}
.bg-01{background: #00a693;}
.bg-rg1{background: rgba(0,0,0,0.25);}
.bg-rg2{background: rgba(0,0,0,0.5);}
.bg-e3{background: #e3e3e3;}
.bg-blue{background: #d9edf7;}
.bg-blue-dark{background: #35a4dc;}
.bg-eefbee{background: #eefbee;}
.bg-daff90{background: #daff90;}
.bg-FFF8F4{background: #FFF8F4;}
.bg-yellow{background:#fec212}
.bg-gray {background: #e3e3e3;}
.bg-green{background: #34c3ba;}
.bg-green-light{background: #e6ffcc;}
.bg-pink{background: #ff5785;}
.bg-light{background: #f5f5f5;}
.bg-violet{background: #65489d;}

.text-color-blue{color: #0abcd5}
.text-color-blue-dark{color: #35a4dc}
.text-color-pilk{color: #e61f62}
.text-color-red{color: #f5211a}
.text-color-green{color: #4db04e}
.text-color-gw{color: #00a693}
.text-color-orange-dark{color: #F05500}
.text-color-orange{color: #f8981d}
.text-color-jegari{color: #800000}
.text-color-zardi{color: #c07b0c}
.text-color-white{color: #ffffff}
.text-color-purple{color:#903e97}
.text-color-violet{color:#65489d}
.text-color-yellow{color:#fec212}
.text-color-gray{color:#c4c4c4}
.text-color-light{color:#e1e1e1}
.text-color-primary{color:#a1a1a1}
.text-color-33{color:#333333}

.bg-danger-0 {background-color: #f2dede;}
.bg-warning-0 {background-color: #f1e0ad!important;}

.dark-mode .bg-warning-0,
.dark-mode .bg-blue-2,
.dark-mode .bg-danger-0 {color: black!important;}

.table-striped tbody tr:nth-of-type(odd) > .bg-danger-0{
    background-color: #f2dede;
}

.padd2{ padding: 2px;}
.padd5{ padding: 5px;}
.padd10{ padding: 10px;}

.pointer {
    cursor: pointer;
}
/* #Forms
================================================== */

.select2 .select2-selection .select2-selection--single {font-size: 75%;}
input[type="text"]:focus,
textarea:focus,
select:focus{
  color: #000;
  border:1px solid #aaa;
  background:#FFF;
  box-shadow:0 0 5px #ddd;-moz-box-shadow:0 0 5px #ddd;-wekit-box-shadow:0 0 5px #ddd;
}

.form-control-2, .bootstrap-select .form-control-2{
  display: block;
  width: 100%;
  height: 22px;
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 300px;
  border: 1px solid #ddd;
  background-color:#fff;
}
.table-scroll table {
  width: 100%;
  min-width: 280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  background-color:#fff;
  color: #000;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  vertical-align: top;
}
.table-scroll thead th {
  background: #eee;
  color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #dee2e6;
}

.table-scroll tbody tr:hover {
  border: 1px solid #68d4e7;
  background-color: #a8e5e9;
}

.dark-mode .table-scroll tbody tr:hover {
	border: 1px solid #68d4e7;
  background-color: #a8e5e9;
  color: black;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
  color: #333;
  border-top: 1px double #333;
  border-bottom: 1px double #333;
  z-index:4;
}

.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2;
  width: 50px;
}

.table-scroll tbody th:first-child {
  background: #ccc;
  border-left: 1px solid #dee2e6;
  font-weight: normal;
  color: #333;  
}

.table-scroll th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2; 
}
.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}
.table-scroll th, .table-scroll td { 
	white-space: nowrap;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table-scroll .table-striped tr td:first-of-type {
    border-radius: 0;
}
.table-scroll .table-striped tr td:last-of-type {
    border-radius: 0;
}
/* tr:nth-child(even) {
	background-color: #f9f9f9;
} */

.table-sortable {
	cursor: pointer;
}

.table-sortable .th-sort-asc::after {
	content: "\25b4";
}

.table-sortable .th-sort-desc::after {
	content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
	margin-left: 2px;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
	background-color: #e1e1e1;
	color: blue;
}
.tr-selected {background: #35a4dc;color:#fff;}

.br-l-3 {
  border-left: 3px #35a4dc solid;
}
.br-r-3 {
  border-left: 3px #35a4dc solid;
}

.tooltiptext {
	display: none;
	text-align: left;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	margin-top: -5px;
	margin-left: 5px;
	left: 0;
	z-index: 1;
}
.tooltiptr:hover .tooltiptext {
	display: block;
}

/* button[title]:hover::after {
	content: attr(title);
	padding: 4px 8px;
	color: #333;
	position: absolute;
	left: 0; 
	top: 100%;
	white-space: nowrap; 
	z-index: 20;
	border-radius: 5px;   
	box-shadow: 0px 0px 4px #222;  
	background-image: linear-gradient(#eeeeee, #cccccc);  
} */

.badge2 {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-xs-2 {
  padding: 0px 5px;
  height: 22px;
  min-width: 22px;
  font-size: 11px;
  border-radius: 0;
}
.btn-xs-2  img{
  height: 15px;
  width: 15px;
}

.text-vertical {
  writing-mode: vertical-rl; 
}

.badge-x {
  padding: 0 4px;
  border-radius: 50%;
  background: tomato;
  color: white;
  font-size: 10px;
  font-weight: bold;
}

.pelak-image {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : black;
}
.pelak-image1 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : black;
}
.pelak-image2 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : white;
}
.pelak-image3 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : white;
}
.pelak-image4 {
  background-image: url("https://chiken.tzbbastak.ir/assets/images/pelak.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 5px;
  color : white;
}
.pelak-text {
  text-align: center;
  top: 50%;
  left: 50%;
}

ul{
  list-style-type:none;
}
.list ul li {
  margin-right: 20px;
}
.list ul li:before{
  content: "|--";
  margin-right: 4px;
}
.list .symbol {
  font-size: 14px;
}
.Collapsable {
  cursor: pointer;
}

.tooltip {
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-size: 11px;
  direction: rtl;
  text-align: right;
}
.tooltip-inner {
  background-color: #f1e0ad !important;
  border: #fec212 1px solid;
  color: #000 ;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #fec212 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #fec212 !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #fec212 !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #fec212 !important;
}

._jw-tpk-container ol {margin-bottom: 0;}

.modal-header {
  cursor: move;
}

.toast-header strong{ margin-right: 0px !important;}
.toast-header small{ margin-right: auto !important;}

.modal-header i {
  margin-top: 12px;
}

.disabled {cursor: no-drop;}
input[disabled=''] {cursor: no-drop;}
.dark-mode input[disabled=''],
.dark-mode .disabled {background: #6c757d!important;}

.chartjs-size-monitor {
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-size: 12px;
  font-weight: 100;
}
/*
.assetBuyCell {
    background-color: #deeae9;
}*/
.assetBuyCell {
    /* background: #dbe6e8; */
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(219, 230, 232);
}
.assetTodayCell {
    background: #f2e9d8;
}