@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: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  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-e8{background: #424242;}
.bg-ee{background: #eee;}
.bg-ff{background: #ffffff;}
.bg-blue-0{background-color: #28b887;color: #fff;}
.bg-blue-1{background: #00a693;}
.bg-blue-2{background: #d9edf7;}
.bg-blue-3{background: #35a4dc;}

.text-color-blue{color: #0abcd5}

.text-color-blue-dark {
  color: #0094ff;
}
.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-1{color:#fec212}
.text-color-yellow{color:#f3e747}
.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 {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;}

/* #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;}


#loader { 
  border: 5px solid #f3f3f3; 
  border-radius: 50%; 
  border-top: 5px solid #444444; 
  width: 70px; 
  height: 70px; 
  animation: spin 1.5s linear infinite;
  z-index: 99999;
}
@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
}
.center { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  margin: auto; 
}
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.sticky + .content{
  padding-top: 50px;
  padding-bottom: 45px;
}

#login-bottom{
	padding: 2px 0;
	margin: 0;
	bottom: 0;
	position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  color: #333;
}

#root{
  min-height: 100%;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'انتخاب فایل ضمیمه';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 10px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.custom-file-upload {
  display: inline-block;
  cursor: pointer;
}

.ag-theme-balham {
  font-size: 10px;
  font-family: IRANSans5-Fa-Light,IRANSans,tahoma,Vazir-Medium !important;
  font-weight: 300;
}

#show-modal-pardakht {
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  border-top: solid 2px #939fb0 !important;
}

.switch-part {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 22;
  position: relative;
  text-shadow: 0 0 0;
  margin: 0 0 0 0;
}
.switch-part .active.buy {
  color: #00b276;
  background: #edf9f2;
  border-top: solid 2px;
}
.switch-part .part {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: center;
  height: 100%;
  cursor: pointer;
  line-height: 40px;
  padding: 0 5px;
  background: #f2f2f2;
  color: #5d6e88;
  border: solid #fafbfc;
  border-width: 0 3px 3px 0;
}
.switch-part .buy {
  border-width: 0 0 3px 3px;
}

.switch-container {
  background: #edf9f2;
  padding: 7px 7px 3px;
  position: relative;
}

.switch-container.sell {
  background: #fff4f4;
}


.btn2 {
  display: inline-block;
  height: 27px;
  text-align: center;
  vertical-align: text-top;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 0 0 7px;
  margin-right: 5px;
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  color: #202020;
  border: none;
  background: #ddd;
  font-size: 10px;
  font-weight: bold;
  line-height: 27px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.33);
}
.btn2:hover {
  box-shadow:  rgba(46, 45, 45, 0.082);
}
.btn2 img{
  padding: 5px 5px 0 0;
}
.btn2 .btnIcon {
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-left: 7px;
  font-size: 16px;
  padding-top: 4px;
  display: inline-block;
  float: right;
  border-left: 1px solid rgba(0,0,0,.33);
}
.btnSave, .btnSaveAsDoc {
  color: #fff;
  padding-right: 0;
  background-color: #2b879e;
  background-image: -moz-linear-gradient(top,#2b879e,#287d92);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2b879e),to(#287d92));
  background-image: -webkit-linear-gradient(top,#2b879e,#287d92);
  background-image: -o-linear-gradient(top,#2b879e,#287d92);
  background-image: linear-gradient(to bottom,#2b879e,#287d92);
  background-repeat: repeat-x;
}

.btnEraser {
    background: #ff6c00;
    color: #fff;
}
.btnYellow {
    background: #f3e747;
    color: rgba(0,0,0,.87);
}
.btnGreen {
    background: #cddc39;
    color: #fff;
}

.btn-xs-2 {
  padding: 0px 5px;
  height: 27px;
  min-width: 27px;
  font-size: 11px;
  border: 1px solid rgba(0,0,0,.33);
}

.btn-xs-2  img{
  height: 15px;
  width: 15px;
}

.navbar-default {
  background: #5d6e88!important;
  color: #fff!important;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  overflow: visible;
  height: 27px;
  position: static !important;
  margin: 0;
  display: block;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 14%), 0 0 2px 2px rgb(0 0 0 / 10%), 0 0 5px 1px rgb(0 0 0 / 8%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #e9e5e5;
}

#hmheadbox {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 27px;
  background: #5d6e88;
  border: 0px solid #C0C0C0;
}
#hmfooterbox {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 25px;
    background: #ededed;
    border: 0px solid #C0C0C0;
}

#hmnavbox {
  position: absolute;
  right: 5px;
  bottom: 30px;
  width: 250px;
  top: 30px;
  border-left: 5px solid #ededed;
}
#hmnavboxfooter {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 245px;
}

#hmcontentbox {
  position: absolute;
  top: 35px;
  right: 250px;
  bottom: 30px;
  left: 5px;
  min-width: 355px;
  border-right: 5px solid #ededed;
  background: #f1f2f4;
}

#tabs .active {
  background: linear-gradient(to bottom,#f1f2f4 25%,#e0e5e8 100%);
  border-top: solid 2px #939fb0 !important;
}

.hmbox {
  width: 100%;
  height: 100%;
  padding: 5px;
  }
  
@media screen and (max-width: 768px) {
  #hmnavbox {
      position: absolute;
      right: 5px;
    left: 5px;
      width: 100%;
      min-width: 50px;
      top: 30px;
    height: 250px;
    overflow: auto;
    background: #c5c5c5;
  }

  #hmcontentbox {
      position: relative;
      top: 285px;
      right: 5px;
      bottom: 30px;
      left: 5px;
    height: 200px;
    min-width: 355px;
    border-right: 5px solid #ededed;
  }		
}  

.classic-watch .classic-watch-p.active {
  color: #5d6e88;
  background: #e0e5e8 !important;
  font-weight: 600;
  border-width: 1px 0;
  text-shadow: none;
  border-right: 2px solid #5d6e88;
}

.classic-watch .classic-watch-p:hover {
  color: #5d6e88;
  background: #ffffd6 !important;
}

@media (max-width: 1510px) {
  .classic-watch .classic-watch-p {
    height: 34px;
    line-height: 33px;
    font-size: 12px;
    margin: 0;
  }
}

.classic-watch .classic-watch-p {
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 2px;
  position: relative;
  font-size: 13px;
  color: #b8b8b8;
  border-width: 0 1px 1px 0;
  text-align: right;
  cursor: pointer;
  background: #f2f2f2;
  width: 100%;
  float: right;
}

.tabset-right .tab {
  display: inline-block;
  line-height: 33px;
  height: 35px;
  font-size: 12px;
  cursor: pointer;
  background: #f2f2f2;
  color: #5d6e88;
  float: right;
  position: relative;
  line-height: 31px;
  border: solid 0 #e0e5e8;
  border-width: 3px 0 2px 0;
  border-top-color: #f2f2f2;
  text-align: center;
}
.tabset-right {
  color: #e0e5e8;
  height: 35px;
  padding: 0;
}
.tabset-right .tab.active {
  background: #fff;
  color: #4f5d73;
  font-weight: 500;
  border-top: solid 3px #2a2a2a;
  border-bottom: none;
}
.my-watching {
  font-size: 13px;
  padding: 0;
  color: #333;
  background: #ffff;
}
.my-watching .tabset-right .tab {
  width: 50%;
}

.form-control-3{
  padding: 0 2px;
}

.showing-row{
  padding: 5px;
  border-bottom: 1px #d3d3d3 solid;
}
.showing-row-bottom{
  white-space: nowrap;
  overflow-x: scroll;
}

.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#myNav{
  border-bottom: #dedede 1px solid;
}

#myHeader{
  padding-bottom: 8px;
}

#footer-bottom{
	padding: 2px 0;
	margin: 0;
	bottom: 0;
	position: fixed;
  border-top: 1px solid #2a2a2a;
  background-color:#5d6e88;
  right: 0;
  left: 0;
  z-index: 1030;
  height: 40px;
  color: #333;
}
#footer-bottom p{
	font-size: 11px;
}
#footer-bottom i{
	font-size: 13px;
}

#myBody{
  min-height: 100%;
  padding-bottom: 41px;
}