body {
    /* font-family: IRANSans !important; */
    font-weight: 300;
    font-size: 1.2em;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    background-image: url("../serve_file.php?file=login-bg.jpg");


}
 



/****************************
*   FOR RESPONSIVENESS      *
****************************/
::selection {
  background: #4f5362;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #4f5362;
  /* Gecko Browsers */
  color: #fff;
}
html {
  font-size: 10px;/* font old 14 */
}
 
/********************************/
/*      BODY DEFAULTS     1em    */
/********************************/
.dark-mode {
  background-color: black;
  color: white;
}
 

.body_f {
	direction: rtl;
	/* font-family: Samim FD, sans-serif;   */
    /*font: bold 90% 'IRANSans', IRANSans, bold;  */
	font: 12pt/2 Yekan, sans-serif; 
	font-size: 1.2em;
	background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
    background-image: url("../serve_file.php?file=login-bg.jpg");
    
}


.goods_table{
	
	font: bold 90% 'IRANSans', IRANSans, bold;
	 font-size: 1.1em;
}
a {
  color: #37a6c4;
}
a:hover {
  text-decoration: none;
  color: #5db9d1; 
  
}
/****************************
*      Buttons        *
****************************/
.btn {
  font-family: 'IRANSans', sans-serif;
}
.btn i {
  position: relative;
  top: -2px;
}
.btn.text-left {
  text-align: left;
}
.btn-brand {
  background: #37a6c4;
  color: #fff;
}
.btn-brand:hover {
  color: #fff;
  background: #2c849c;
}
.btn-dark {
  background: #272727;
  color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background: #2c849c;
}
.btn-red {
  background: #4f5362;
  color: #fff;
}
.btn-red:hover {
  color: #fff;
  background: #383b46;
}
.btn-alt {
  background: #f0f0f0;
  color: #222;
}
.btn-alt:hover {
  color: #fff;
  background: #2c849c;
}
/****************************
*      Background Colors        *
****************************/
.bk-primary {
  background: #325d88;
}
.bk-success {
  background: #93c54b;
}
.bk-warning {
  background: #f47c3c;
}
.bk-danger {
  background: #d9534f;
}
.bk-info {
  background: #29abe0;
}
.bk-white,
.bk-light {
  background: #fff;
}
.bk-brand {
  background: #37a6c4;
}
.bk-dark {
  background: #222;
}
.bk-blue {
  background: #0010ce;
}
.bk-alt {
  background: #f7f7f7;
}
.bk-ghost {
  background: transparent;
}
.bk-img {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/login-bg.jpg);
  /*background-image: url(../../img/login-bg.jpg);*/
}
.bk-fixed {
  background-attachment: fixed;
}
.hr-green {
  height: 2px;
  background: #37a6c4;
}
.hr-grey {
  height: 2px;
  background: #f0f0f0;
}
.hr-dashed {
  background-color: transparent;
  border-top: 1px dotted #edf0f5;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
.hr-dashed_f {
 
  border-top: 4px double #edf0f5;
  color: transparent;
  height: 1px;
  margin: 20px 0;
}
.panel {
  overflow: hidden;
 
}
.table_my_w{
width:50%;	
	
}
/****************************
*      Border        *
****************************/
.brdr {
  border: 1px solid #f0f0f0;
}
/****************************
*      Text size color        *
****************************/
.font-one {
  font-family: 'IRANSans', sans-serif;
}
.text-bold {
  font-weight: bold;
}
.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 100;
}
.text-lowercase {
  text-transform: none;
}
.text-sm {
  font-size: 20px;/* defult 13px */
}
.text-lg {
  font-size: 18px;
}
.text-xl {
  font-size: 1.6em;
}
.text-2x {
  font-size: 2em;
}
.text-3x {
  font-size: 2.4em;
}
.text-4x {
  font-size: 3em;
}
.text-white,
.text-light {
  color: #fff !important;
}
.link-white a {
  color: #fff;
}
.text-grey {
  color: #ccc;
}
.text-dgrey {
  color: #818181;
}
.text-brand {
  color: #37a6c4;
}
.text-yellow {
  color: #ffff00;
}
.title .line {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}
/****************************
*       Margins         *
****************************/
.mt {
  margin-top: 18px;
}
.mt-0x {
  margin-top: 0 !important;
}
.mt-2x {
  margin-top: 36px;
}
.mt-3x {
  margin-top: 54px;
}
.mt-4x {
  margin-top: 90px;
}
.mt-5x {
  margin-top: 144px;
}
.mb {
  margin-bottom: 18px;
}
.mb-0x {
  margin-bottom: 0 !important;
}
.mb-2x {
  margin-bottom: 36px;
}
.mb-3x {
  margin-bottom: 54px;
}
.mb-4x {
  margin-bottom: 90px;
}
.mb-5x {
  margin-bottom: 144px;
}
.pt {
  padding-top: 18px;
}
.pt-2x {
  padding-top: 36px;
}
.pt-3x {
  padding-top: 54px;
}
.pt-4x {
  padding-top: 90px;
}
.pt-5x {
  padding-top: 144px;
}
.pb {
  padding-bottom: 18px;
}
.pb-2x {
  padding-bottom: 36px;
}
.pb-3x {
  padding-bottom: 54px;
}
.pb-4x {
  padding-bottom: 90px;
}
.pb-5x {
  padding-bottom: 144px;
}
/* Content boxes */
.content-box {
  padding: 15px;
}
.block-anchor {
  display: block;
}
.block-anchor:hover {
    color: #007bff; /* Change to your preferred hover color */
    font-weight: bold;
    text-decoration: none; /* Optional: remove underline on hover */
    transition: all 0.2s ease-in-out;
}

.text-center-font{
	  font-size: 15px !important;
}

.Login_Head{
	font-family: BTitr ;
	color: #cae9f6;
}
.Login_user{
	font-family: Samim-FD ;
	font-size:14px;
	color: #023387;
}
.form_control_login{
	display:block;width:100%;height:40px;padding:12px 5px;font-size:14px;line-height:1.42857143;color:#3e3f3a;
    background-color:#ffffff;background-image:none;border:1px solid #dfd7ca;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,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
	}

/***********************************
*       Content Typography         *
************************************/
.content-format {
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: .01em;
  font-style: normal;
  word-wrap: break-word;
}
.content-format .h1,
.content-format .h2,
.content-format .h3,
.content-format .h4,
.content-format .h5,
.content-format .h6,
.content-format h1,
.content-format h2,
.content-format h3,
.content-format h4,
.content-format h5,
.content-format h6 {
  font-family: IRANSans !important;
  font-weight: 700;
  font-weight: bold;
  font-style: normal;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
}
.content-format .h1 a,
.content-format .h2 a,
.content-format .h3 a,
.content-format .h4 a,
.content-format .h5 a,
.content-format .h6 a,
.content-format h1 a,
.content-format h2 a,
.content-format h3 a,
.content-format h4 a,
.content-format h5 a,
.content-format h6 a {
  font-size: inherit;
}
.content-format .h2,
.content-format h2 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #f0f0f0;
}
.content-format .h3,
.content-format h3 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 4px;
  margin: 1em 0 0.5em;
}
.content-format .h4,
.content-format h4 {
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-format .h5,
.content-format h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-format .h6,
.content-format h6 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-format strong {
  font-weight: bold;
}
.content-format ul:not(.social-awesome) {
  list-style: disc outside;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
}
.content-format ul:not(.social-awesome) li {
  margin: 0 0 0 36px;
  margin: 0 1rem 0 2.571428571rem;
}
.content-format ul:not(.social-awesome).list-unstyled {
  list-style: none;
}
.content-format ul:not(.social-awesome).list-unstyled li {
  margin: 0 0 0 24px;
}
.content-format em {
  font-style: italic;
}
.content-format p {
  margin-bottom: 1.8em;
}
.content-format figure {
  margin-bottom: 42px;
}
.content-format figure .caption {
  color: #999;
  font-size: 14px;
}
.content-format img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.content-format .fa {
  color: #37a6c4;
  margin-right: 10px;
}
.content-format blockquote {
  border-left: 4px solid #c3c3c3;
  border-left: 4px solid rgba(51, 51, 51, 0.17);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1em;
  padding-left: 0.7778em;
}
.content-format blockquote.double-quote {
  border-left: none;
  padding-left: 1em;
}
.content-format pre {
  background: #fff;
  border: 1px solid #ededed;
  color: #666;
  /*font-family: Consolas, Monaco, Lucida Console, monospace;*/
  font-size: .9em;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
}
.content-format ol {
  margin: 24px 0 24px;
  margin: 1.714285714rem 0 1.714285714rem;
  line-height: 1.714285714;
  list-style: decimal outside;
}
.content-format img.wp-smiley,
.content-format img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
/*
 * Theme Struck - Harmony - Free responsive Bootstrap admin template by Themestruck.com (http://themestruck.com)
 * Code licensed under the MIT
 * For details, see #
 */
ul, 
li {
  margin: 0;
  padding: 0;
  vertical-align:baseline;
  
  list-style: none;
}
/* Social Button Modifications */
.btn {
  text-transform: none;
}
.btn-social > :first-child {
  width: 42px;
  line-height: 46px;
}
.btn-social {
  padding-left: 58px;
}
/* Circle buttons */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
/* Chart design */
/* Charts */
.chart-dot-list {
  display: block;
  margin-top: 60px;
  margin-left: 20px;
}
.chart-dot-list li {
  margin-bottom: 4px;
}
.chart-dot-list li:before {
  content: '';
  height: 12px;
  width: 12px;
  margin-right: 6px;
  display: inline-block;
  background: #222;
  border-radius: 50%;
}
.chart-dot-list li.a1:before {
  background: #F7464A;
}
.chart-dot-list li.a2:before {
  background: #46BFBD;
}
.chart-dot-list li.a3:before {
  background: #FDB45C;
}
.chart-doughnut {
  padding: 41px 0;
}
/* component  page title*/
.page-title {
  padding: 1px 1px;
  margin-bottom: 5px;
  margin-top: 1px;
 /* border: 1px solid #f0f0f0;
  border-radius: 5px;*/
  /*border-bottom: 1px solid #f0f0f0;*/
  color:lightblue;
  font-family:Vazir;
  font-size:22px;
}
/*header left logo*/
.brand {
  background: #2c3136;
  position: relative;
  z-index: 10;
  position: fixed;
  width: 100%;
 
  top: 0;
}
.brand .logo {
  box-sizing: border-box;
  padding: 20px;
  float: left;
  display: block;
  width: 200px;
}
 
.brand .logo img {
  height: 20px;
}


  
 /* profile image */
.brand .ts-profile-nav {
  float: right;
  display: none;
}


.brand .ts-profile-nav li {
  float: left;
  position: relative;
}
.brand .ts-profile-nav li a {
  display: block;
  padding: 20px;
  color: #fff;
}
.brand .ts-profile-nav li ul {
  border: 1px solid #52595D;/*Iron Gray*/
  visibility: hidden;
  opacity: 0;  
  right: 0;
  position: absolute;
  background: #a8020c !important;
}
.brand .ts-profile-nav li ul li {
  border: 1px solid #52595D;/*Iron Gray*/
  float: none;
  width: 130px;
 
}
.brand .ts-profile-nav li ul li a {
  padding: 2px 2px 2px 2px;
  background: #222;
  width: 120px;
  height: 28px;
  background: #a8020c !important;
  
}
.brand .ts-profile-nav li ul li a:hover {
  padding: 2px 2px 2px 2px;
  background: #222;
  width: 130px;
  height: 28px;
  background: #e5000e !important;
  font-weight:bold;
  z-index: 2000; /* float above map */
}
.brand .ts-profile-nav .ts-account .fa-angle-down {
  float: right;
}

.brand .ts-profile-nav .ts-account > a {
  width: 120px;   /* avatar section */
  padding: 0px 1px 1px 1px;
  text-align:center;
  background: transparent; /* transparent;  2c3136 */
}
.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0;
  margin-right: 10px;
  margin-left: 15px;
  z-index:5500 !important:
}
.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}
 


/* *** ajax mesage */
.notification {
    position: fixed;
    top: 30px;
    right: 200px;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-family: 'IRANSans', sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.3s ease;
}

.notification.error {
    background-color: #f44336; /* Red for error */
    color: white;
}

.notification.success {
    background-color: #4caf50; /* Green for success */
    color: white;
}

.close-button {
    margin-left: 10px;
	margin-right:10px;
	padding:1px 5px 1px 5px !important;
	background-color: #50b2fe; /* Green for success */
    cursor: pointer;
	font-family: 'IRANSans', sans-serif;
    font-size: 18px;
    
	border: 1px solid #52595D;/*Iron Gray*/
    border-radius: 5px;
	height: 30px;
	line-height:1.1;
}
.close-button:hover {
    margin-left: 10px;
	margin-right:10px;
	background-color: #54b6ff; /* Green for success */
    cursor: pointer;
	font-family: 'IRANSans', sans-serif;
    font-size: 18px;
    font-weight: bold;
	border: 1px solid #52595D;/*Iron Gray*/
    border-radius: 5px;
	height: 30px;
	line-height:1.1;
}


 
	 


/****************************/
/*  form width  fj 24/2/12  */
/****************************/
.form_width {
	  width:90%;  
	 
}

 
.ts-sidebar::-webkit-scrollbar-track {
  background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.ts-sidebar::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}


	


.ts-sidebar .ts-sidebar-search {
  width: 100%;
  background: #25292a;
  border: none;
  padding: 10px 15px;
  color: #fff;
}


/*************************************************************************/
/*                 sub menu a open fj  main right                        */
/*************************************************************************/
 
 







.disabled {
  pointer-events: none;  /* <----------- */
 }

 

/* Extra small devices (phones, 0px–359px) */
@media only screen and (max-width: 359px) {
  .panel-default {
    width: 100%;
    margin-top: 10px;
    background-color: lightgray;
  }
}

/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/*                                                                                                                                */
/*                         Medium devices (landscape tablets and small laptops, 600px–991px)                                      */
/*                                                                                                                                */
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
@media only screen and (min-width: 600px) and (max-width: 991px) {
 
 :root {
            writing-mode: horizontal-tb; /* Or whatever writing mode you need */
            direction: rtl; /* Or ltr, depending on your text direction */
            text-orientation: mixed; /* Adjust as needed */
        }

 body::before {
    content: "Tablet_S";
  }
  
.form_mergin {
		margin-top:60px; 
		margin-right:110px;	
		width:auto;
	  
	}
	
 .panel-default {
    width: auto;
   /* margin-top: 80px; */
	 
    /*background-color: lightgray; */
  }
  
   .my_panel-heading {
    background-color: #dcf2ff;
    border: 1px solid black; 
    border-radius: 4px; 
    text-align: center; 
    font-size: 15px !important;
    margin-bottom: 5px;
    height: 35px;
    line-height: 25px; /* Sets vertical alignment */
    padding-top: 0px !important;
    padding-bottom: 0px !important; /* Adjusted for balance */
}




   .brand .ts-profile-nav {
    display: block;
  }
  
    .brand .logo {
    width: 250px;
	
  }
  
 

/*burger btn*/
 
  .brand .menu-btn {
    display: none !important;
	
  }
  
 

   /* ******************************* */
   /*            Header               */
   /*  ****************************** */
         .brand {
            display: flex;
            justify-content: space-between;
            align-items: center;
          /*  padding: 10px; */
           /*  background-color: #f8f9fa; Optional background color */
            direction: rtl; /* Set RTL direction */
			height: 60px; /* Adjust the height as needed */
        }
		
		 
		
        .brand .left-section,
        .brand .center-section,
        .brand .right-section {
            display: flex;
            align-items: center;
			margin-left:0px; 
			margin-top:5px;
			width: auto;
			z-index: 4000;
			/* height: 80px;  Adjust the height as needed */
        }
	 
        .right-section{
		  margin-left:40px;	
		   margin-right:-5px;
		  
		}	 
        .center-section {
           flex-grow: 1;
           justify-content: center;
           text-align: center; 
		   margin-right:45px;
			
        }
		.left-section{
			 margin-left:-85px; 
			 padding-left:2px;
		}
        .Header_logo {
            width: auto; /* Adjust the width as needed */
			height: 50px; /* Maintain aspect ratio */
			margin-right:70px;
		 
			 
        }
        .ts-avatar {
            width: 35px;
            height: 35px;
			margin-top:-10px;
			 
        }
		 
		
	    .RR_tr_font{
			font-size:16px;
		}
        
      .ts-main-content .ts-sidebar {
		width: 110px;
		float: right;
	  }

	.ts-main-content .content-wrapper {
	   margin-top: -61px;   /* inside content warpper */
	   
	   margin-left: 0px !important;  
	   
	}

	


	.c_envelope{
		font-size:22px; 
		
	 }
	 .c_envelope_count {
		position: absolute;
		top: -10px;
		right: -11px;
		background: orange;
		color: white;
		padding: 0px 6px 0px 4px;
		border-radius: 50%;
		font-size: 10px;
	}

	.c_comments{
		font-size:22px; 
	 }
	.c_comments_count{
	   position: absolute; 
	   top: -10px; 
	   right: -11px; 
	   background: red; 
	   color: white; 
	   padding: 0px 6px 0px 4px; 
	   border-radius: 50%; 
	   font-size: 10px;
	}

	.col-sm-my{
		width:110%;
		/*margin-left:-15px;*/
		margin-right:-14px;
		}

	.col-sm-my-1 {
	 
	   width:25% 
		
	}

	.Text_Center{
		  text-align:center;
	}

	.form-group{
		/***************************  form-group font size *************************/
		font-size:12px;
		 
		}  
	.form-font_my{
		font-size:8px;
		
		 
		}  
		
	 
	.col-sm-3 input{
			 height: 30px;
			 width: 100%;
		}

	.col-sm-2 input{
			 height: 30px;
			 width: 100%;
			/* font-size:14px; */
		} 

	.col-sm-4 input{
			 height: 30px;
			 width: 100%;
			 /* font-size:12px; */
		} 
	.col-sm-5 input{
			 height: 30px;
			 width: 100%;
			/* font-size:12px; */
		} 			
	 
	.col-sm-3 select{
			height: 30px;
			padding-top:4px;
		} 
	  
	  .row_f{
		  margin-left:-15px;
		  margin-right:-15px;
		  
		  }
	  .container-fluid{
		  margin-right:auto;
		  margin-left:auto;
		  margin-top: 0px;
		  padding-left:2px;
		  padding-right:2px}


		.ts-sidebar {
	  background: #2c3136;
	  /* max-height: 0;*/ 
	  transition: max-height 0.3s;
	  overflow:  visible;/*hidden    fj */
	  position: fixed;
	  z-index: 3;
	  width: 100%;
	  bottom: 0;
	  top: 60px;
	  padding: 5px 2px;
	}
	 /*******************************/
	/**** side bar btn hover fj ****/
	/*******************************/
	.ts-sidebar a:hover{
	 /*color: #21f1f1;*/
	 background: lightblue;
	 color: black;
	 border-right: 12px solid #12AD2B;
	 font-size: 11px;

	 
	} 
	
	


#navMenu ul {  
            position: absolute;  
            visibility: hidden;   
            top: 1px;
            right:100px;
            z-index: 4;
	    
        }  
 
/****************************************/
/*   sub menu ul and li open fj          */
/******************************************/
 
#navMenu li:hover ul {  
            visibility: visible;  
			overflow: visible; 
	        z-index: 5; 
			width: 125px;
			/*height:20%;*/
			font-size:12px;
			vertical-align: baseline;
		
        }  

#navMenu .submenu-1 {
    display: none;
	
}

#navMenu li ul :hover .submenu-1 {
    display: block;
	width: 120px;
	z-index: 5; 
	margin-right:2px;
	z-index: 2000; /* float above map */
	
	

}


 

a.round5{
	border: 1px solid #52595D;/*Iron Gray*/
    border-radius: 5px;
    padding-bottom:5px;
	padding-top:1px;
	background-color: #31906E;/*Dark Mint*/
    height:25px;
	/*padding: 15px 5px;*/
	vertical-align: baseline; 
	z-index:5;
	
}

.hr_my {
  border: none;
  border-top: 2px solid #7D89A8; /* This controls the color */
  margin-top: 15px; 
  margin-bottom: -2px;
}

	 
 	

.date_time_div{
	margin-bottom:-20px;
} 
.date_time{
	   font-size:10px;
	   color:#ffffff; 
	   margin-bottom:-5px;  
	   margin-right:7px
	
}	 
	  
}
/**************************************************************************************************************/
/*            End Medium devices (landscape tablets and small laptops, 600px–991px)                           */  
/**************************************************************************************************************/
  
/**************************************************************************************************************/ 
/**************************************************************************************************************/
/*                   Start   Large devices (desktops, 992px–1199px)                                           */
/**************************************************************************************************************/
/**************************************************************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* Tablet_L */
 
  body::before {
    content: "Tablet_L";
  }
 	.form_mergin {
		margin-top:60px; 
		margin-right:110px;	
		width:auto;
	  
	}
  .panel-default {
    width: auto;
    margin-top: 11px;
    /*background-color: violet;*/
  }

  
   .my_panel-heading {
    background-color: #dcf2ff;
    border: 1px solid black; 
    border-radius: 4px; 
    text-align: center; 
    font-size: 15px !important;
    margin-bottom: 5px;
    height: 35px;
    line-height: 25px; /* Sets vertical alignment */
    padding-top: 0px !important;
    padding-bottom: 0px !important; /* Adjusted for balance */
}




   .brand .ts-profile-nav {
    display: block;
  }
  
    .brand .logo {
    width: 250px;
	
  }
  
 

/*burger btn*/
 
  .brand .menu-btn {
    display: none !important;
	
  }
  
 

   /* ******************************* */
   /*            Header               */
   /*  ****************************** */
         .brand {
            display: flex;
            justify-content: space-between;
            align-items: center;
          /*  padding: 10px; */
           /*  background-color: #f8f9fa; Optional background color */
            direction: rtl; /* Set RTL direction */
			height: 60px; /* Adjust the height as needed */
        }
		
		 
		
        .brand .left-section,
        .brand .center-section,
        .brand .right-section {
            display: flex;
            align-items: center;
			margin-left:0px; 
			margin-top:5px;
			width: auto;
			z-index: 5500;
			/* height: 80px;  Adjust the height as needed */
        }
	 
        .right-section{
		  margin-left:40px;	
		   margin-right:-5px;
		   z-index: 5500;
		}	 
        .center-section {
           flex-grow: 1;
           justify-content: center;
           text-align: center; 
		   margin-right:45px;
			
        }
		.left-section{
			 margin-left:-85px; 
			 padding-left:2px;
		}
        .Header_logo {
            width: auto; /* Adjust the width as needed */
			height: 50px; /* Maintain aspect ratio */
			margin-right:70px;
		 
			 
        }
        .ts-avatar {
            width: 35px;
            height: 35px;
			margin-top:-10px;
			 
        }
		 
		
	    .RR_tr_font{
			font-size:16px;
		}
        
      .ts-main-content .ts-sidebar {
		width: 110px;
		float: right;
	  }

	.ts-main-content .content-wrapper {
	   padding-top: 0;   /* inside content warpper */
	   
	   margin-left: 0px !important;  
	   
	}




	.c_envelope{
		font-size:22px; 
		
	 }
	 .c_envelope_count {
		position: absolute;
		top: -10px;
		right: -11px;
		background: orange;
		color: white;
		padding: 0px 6px 0px 4px;
		border-radius: 50%;
		font-size: 10px;
	}

	.c_comments{
		font-size:22px; 
	 }
	.c_comments_count{
	   position: absolute; 
	   top: -10px; 
	   right: -11px; 
	   background: red; 
	   color: white; 
	   padding: 0px 6px 0px 4px; 
	   border-radius: 50%; 
	   font-size: 10px;
	}

	.col-sm-my{
		width:110%;
		/*margin-left:-15px;*/
		margin-right:-14px;
		}

	.col-sm-my-1 {
	 
	   width:25% 
		
	}

	.Text_Center{
		  text-align:center;
	}

	.form-group{
		/***********************************  form-group font size *************************/
		font-size:12px;
		 
		}  
	.form-font_my{
		font-size:8px;
		
		 
		}  
		
	 
	.col-sm-3 input{
			 height: 30px;
			 width: 100%;
		}

	.col-sm-2 input{
			 height: 30px;
			 width: 100%;
			/* font-size:14px; */
		} 

	.col-sm-4 input{
			 height: 30px;
			 width: 100%;
			 /* font-size:12px; */
		} 
	.col-sm-5 input{
			 height: 30px;
			 width: 100%;
			/* font-size:12px; */
		} 			
	 
	.col-sm-3 select{
			height: 30px;
			padding-top:4px;
		} 
	  
	  .row_f{
		  margin-left:-15px;
		  margin-right:-15px;
		  
		  }
	  .container-fluid{
		  margin-right:auto;
		  margin-left:auto;
		  margin-top: 0px;
		  padding-left:2px;
		  padding-right:2px}


			.ts-sidebar {
	  background: #2c3136;
	  /* max-height: 0;*/ 
	  transition: max-height 0.3s;
	  overflow:  visible;/*hidden    fj */
	  position: fixed;
	  z-index: 3;
	  width: 100%;
	  bottom: 0;
	  top: 60px;
	  padding: 5px 2px;
	}
	 /*******************************/
	/**** side bar btn hover fj ****/
	/*******************************/
	.ts-sidebar a:hover{
	 /*color: #21f1f1;*/
	 background: lightblue;
	 color: black;
	 border-right: 12px solid #12AD2B;
	 font-size: 11px;

	 
	} 
	
	


#navMenu ul {  
            position: absolute;  
            visibility: hidden;   
            top: 1px;
            right:100px;
            z-index: 4;
	    
        }  
 
/****************************************/
/*   sub menu ul and li open fj          */
/******************************************/
 
#navMenu li:hover ul {  
            visibility: visible;  
			overflow: visible; 
	        z-index: 5; 
			width: 125px;
			/*height:20%;*/
			font-size:12px;
			vertical-align: baseline;
		
        }  

#navMenu .submenu-1 {
    display: none;
	
}

#navMenu li ul :hover .submenu-1 {
    display: block;
	width: 120px;
	z-index: 5; 
	margin-right:2px;
	z-index: 2000; /* float above map */
	

}


 

a.round5{
	border: 1px solid #52595D;/*Iron Gray*/
    border-radius: 5px;
    padding-bottom:5px;
	padding-top:1px;
	background-color: #31906E;/*Dark Mint*/
    height:25px;
	/*padding: 15px 5px;*/
	vertical-align: baseline;
	z-index:5;
	
}

.hr_my {
  border: none;
  border-top: 2px solid #7D89A8; /* This controls the color */
  margin-top: 15px; 
  margin-bottom: -2px;
}

	 
 	

.date_time_div{
	margin-bottom:-20px;
} 
.date_time{
	   font-size:10px;
	   color:#ffffff; 
	   margin-bottom:-5px;  
	   margin-right:7px
	
}	
	  
}
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/*                                                                                                              */
/*                           Extra large devices (large desktops, 1200px and up)                                */
/*                                                                                                              */
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/
@media only screen and (min-width: 1200px) {
 
 body::before {
  content: "Desktop";
  display: block;
  font-weight: bold;
  margin: 10px;

}
 
 :root {
            writing-mode: horizontal-tb; /* Or whatever writing mode you need */
            direction: rtl; /* Or ltr, depending on your text direction */
            text-orientation: mixed; /* Adjust as needed */
        }

.form_mergin {
		margin-top:47px; 
		margin-right:115px;	
		width:auto;
	  
	}

 .panel-default {
    width: auto;
   /* margin-top: 80px; */
	 
   /* background-color: green; */
  }
  
   .my_panel-heading {
    background-color: #dcf2ff;
    border: 1px solid black; 
    border-radius: 4px; 
    text-align: center; 
    font-size: 19px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 25px; /* Sets vertical alignment */
    padding-top: 0px !important;
    padding-bottom: 0px !important; /* Adjusted for balance */
}

 .my_heading_Agauge {
    background-color: transparent;
	color:#424242;
    margin-top:-9px;
	margin-bottom: 10px;
    text-align: center; 
    font-size: 20px;
	font-weight:bold;
    height: 30px;
    line-height: 20px; /* Sets vertical alignment */
    padding-top: 0px !important;
    padding-bottom: 5px !important; /* Adjusted for balance */
	text-shadow: 0px 1px 1px white;
}
.my_Agauge_Button {
    background-color: transparent;
	color:#424242;
   /* margin-top:10px;*/
	margin-bottom: 10px;
	margin-right: 15px;
    text-align: center; 
    font-size: 20px;
	font-weight:bold;
    height: 30px;
    padding-top: 5px !important;
    padding-bottom: 5px !important; /* Adjusted for balance */
	 
	 
	 
}

   .brand .ts-profile-nav {
    display: block;
  }
  
    .brand .logo {
    width: 250px;
	
  }
  
 

/*burger btn*/
 
  .brand .menu-btn {
    display: none !important;
	
  }
  
/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */ 

   /* ******************************* */
   /*            Header               */
   /*  ****************************** */
         .brand {
            display: flex;
            justify-content: space-between;
            align-items: center;
          /*  padding: 10px; */
           /*  background-color: #f8f9fa; Optional background color */
            direction: rtl; /* Set RTL direction */
			height: 80px; /* Adjust the height as needed */
			z-index:5500 !important;
        }
		
.ts-account {
   /*  display: flex;
   align-items: center;
    gap: 10px;*/
}
		 

.brand .ts-profile-nav .ts-account > a {

  width: 115px;   /* ************************* avatar section 1200px  ***************************** */
  padding: 0px 1px 1px 1px;
  text-align:center;
  background: transparent; /* transparent;  2c3136 */
  
}

 

/*  ****************************** avatar image   1200px ************************************/
.brand .ts-profile-nav .ts-account .ts-avatar {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0;
  margin-right: -5px;
  margin-bottom:-10px; 
  z-index:5500 !important;
}
.brand .ts-profile-nav .ts-account:hover ul {
  visibility: visible;
  opacity: 1;
}
        .brand .left-section,
        .brand .center-section,
        .brand .right-section {
            display: flex;
            align-items: center;
			
			/* height: 80px;  Adjust the height as needed */
        }
.center-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  min-width: 0; /* 👈 Prevent overflow */
  text-align: center;
  margin-top: 0 !important;
  overflow: hidden; /* Optional: contain banner scroll */
}
/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */
.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

        .Header_logo {
            width: auto; /* Adjust the width as needed */
			height: 60px; /* Maintain aspect ratio */
			margin-right:120px !important;
			margin-top:-5px !important;
			margin-bottom:-5px !important;
			 
        }
		 

		.left-section{
         	/*margin-left:-35px; */
			margin-right:0px !important;
			margin-left:5px !important;
			
        }
		
		.right-section {
		margin-top:-15px !important;
	
		}
		
		
		.Ticket_notif{
			margin: 0 25px;
			
		}
	    .RR_tr_font{
			font-size:16px;
		}
        
      .ts-main-content .ts-sidebar {
    width: 115px;
    float: right;
  }

	.ts-main-content .content-wrapper {
	   padding-top: 0;   /* inside content warpper */
	   
	 margin-left: 0px !important;  
	   
	}

/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */	


	.c_envelope{
		font-size:22px; 
	 }
	 .c_envelope_count {
		position: absolute;
		top: -10px;
		right: -11px;
		background: orange;
		color: white;
		padding: 0px 6px 0px 4px;
		border-radius: 50%;
		font-size: 10px;
	}

	.c_comments{
		font-size:22px; 
	 }
	.c_comments_count{
	   position: absolute; 
	   top: -10px; 
	   right: -11px; 
	   background: red; 
	   color: white; 
	   padding: 0px 6px 0px 4px; 
	   border-radius: 50%; 
	   font-size: 10px;
	}

	.col-sm-my{
		width:110%;
		/*margin-left:-15px;*/
		margin-right:-14px;
		}

	.col-sm-my-1 {
	 
	   width:25% 
		
	}

	.Text_Center{
		  text-align:center;
	}

	.form-group{
		/***********************************  form-group font size *************************/
		font-size:12px;
		 
		}  
	.form-font_my{
		font-size:8px;
		
		 
		}  
		
/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */	 
	.col-sm-3 input{
			 height: 30px;
			 width: 100%;
		}

	.col-sm-2 input{
			 height: 30px;
			 width: 100%;
			/* font-size:14px; */
		} 

	.col-sm-4 input{
			 height: 30px;
			 width: 100%;
			 /* font-size:12px; */
		} 
	.col-sm-5 input{
			 height: 30px;
			 width: 100%;
			/* font-size:12px; */
		} 			
	 
	.col-sm-3 select{
			height: 30px;
			padding-top:4px;
		} 
	  
	  .row_f{
		  margin-left:-15px;
		  margin-right:-15px;
		  
		  }
	  .container-fluid{
		  margin-right:auto;
		  margin-left:auto;
		  margin-top: 0px;
		  padding-left:2px;
		  padding-right:2px}


	.ts-sidebar {
	  background: #2c3136;
	  /* max-height: 0;*/ 
	  transition: max-height 0.3s;
	  overflow:  visible;/*hidden    fj */
	  position: fixed;
	  z-index: 5000;
	  width: 100%;
	  bottom: 0;
	  top: 60px;
	  padding: 5px 2px;
	}
	 /*******************************/
	/**** side bar btn hover fj ****/
	/*******************************/
	.ts-sidebar a:hover{
	 /*color: #21f1f1;*/
	 background: lightblue;
	 color: black;
	 border-right: 12px solid #12AD2B;
	 font-size: 11px;
    z-index: 3000; /* float above map */
	 
	} 
	
/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */	
#navMenu li {
  position: relative;
}

#navMenu ul {  
            position: absolute;  
            visibility: hidden;   
            top: 1px;
            right:100px;
            z-index: 3000;
	    
        }  
 
/****************************************/
/*   sub menu ul and li open fj          */
/******************************************/
 
#navMenu li:hover ul {  
            visibility: visible;  
			overflow: visible; 
	       
			width: 125px;
			/*height:20%;*/
			font-size:12px;
			vertical-align: baseline;
		z-index: 3000; /* float above map */
        }  

#navMenu .submenu-1 {
    display: none;
	
}

#navMenu li ul :hover .submenu-1 {
    display: block;
	width: 120px;
	z-index: 5; 
	margin-right:2px;
	z-index: 3000; /* float above map */
	

}


 

a.round5{
	border: 1px solid #52595D;/*Iron Gray*/
    border-radius: 5px;
    padding-bottom:5px;
	padding-top:1px;
	background-color: #31906E;/*Dark Mint*/
    height:25px;
	/*padding: 15px 5px;*/
	vertical-align: baseline;  
	z-index:5;
	
}
 
.hr_my {
  border: none;
  border-top: 2px solid #7D89A8; /* This controls the color */
  margin-top: 15px; 
  margin-bottom: -2px;
}

/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */	 
 	

.date_time_div{
	margin-bottom:-20px;
} 
.date_time{
	   font-size:10px;
	   color:#ffffff; 
	   margin-bottom:-5px;  
	   margin-right:7px
	
}	
	
   .form-group-filter {
            display: flex;
            /* align-items: right; */
            justify-content: space-between; /* Space between items */
         	 
	         
            padding:0px 15px 5px 5px !important; 
            font-size: 10px;
            direction: rtl; /* Support for RTL layout */
		 
        }
.Sw_filter{
	margin-left: 10px !important;
}
.filter_lable {
            margin-left: -5px !important; /* Adjust space between label and switch for RTL */
			margin-right:10px !important;
        }
        /* End Toggle Switch */
.filter_lable_other {
            margin-left: 5px; /* Adjust space between label and switch for RTL */
			font-size:10px;
        }
.filter_input_div{
			margin-right:5px !important; 
			
		}
.my_Doc_Div_filter {
 
	background-color:#fff9dd;
    border: 1px solid black; 
	border-radius: 4px; 
    text-align:right;	
	font-size:11px;
	margin-bottom:5px;
    height:auto;
    padding:5px !important;
	
  }
   .form_group_filter_Sec1 {
            display: flex;
            /* align-items: right; */
            /* justify-content: space-between;  Space between items */
         	margin-left:0px;
	        margin-right:5px !important; 
			margin-bottom:-10px !important; 
            padding:0px 15px 5px 5px !important; 
            font-size: 10px;
            direction: rtl; /* Support for RTL layout */
		 
        }
/*  ********************          Extra large devices (large desktops, 1200px and up)            ***************************   */
.attention-label {
  background-color: #FFD7A8; /*Tomato;*/
  color: #545353;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  margin-bottom:5px;
}

.DAcc_date{
    
	display:block;
	width:76% !important;
	height:25px !important;
	padding:2px 10px 2px 15px;
	font-size:13px !important;
	line-height:1.42857143;
	color:#3e3f3a;
	background-color:#ffffff;
	background-image:none;
    border:1px solid #dfd7ca;
	border-radius:5px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,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;
	font-family: Samim-FD; 
	font-weight:bold;
}
.DAcc_Del_Invoice_Date{
	padding:0px 4px 0px 1px !important;
	width:12% !important;
    height:35px !important;	
    border:1px solid #dfd7ca;
	border-radius:5px;	  
   
}
.DAcc_CPD{
	  padding:0px 8px 0px 15px !important;
	   height:35px;
	    border:1px solid #dfd7ca;
	   border-radius:5px;
      width:12% !important;	   
}
.lable_my_DAcc {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
    margin-left:-10px;
	padding: 5px 2px 5px 2px !important;
	font: 12pt/2 Yekan; 
	font-size: 12px;
	line-height:15px;
      
}
.DAcc_input_filter {
 	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:-30px !important;
 	padding-left:0px;
	padding-right:20px !important;
	padding-top:0px;
	padding-bottom:0px;
    font-family: Samim-FD ;
    font-size: 13px !important;
	height:25px !important;
	border-radius: 5px;
	width:76% !important;
   } 
   .DAcc_input_filter:hover {
 	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
    margin-left:-20px !important;
 	padding-left:0px;
	padding-right:20px !important;
	padding-top:0px;
	padding-bottom:0px;
    font-family: Samim-FD ;
    font-size: 13px !important;
	height:25px !important;
	border: 1px solid #787878;
	border-radius: 5px;
	width:76% !important;
   } 
   .panel-heading_Table {
    background-color: #dedede;
    border: 1px solid #dfd7ca;
    border-radius: 4px;
    padding: 2px 15px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 2%;
    height: auto; /* or remove if fixed height is needed */
    line-height: 30px; /* helps vertical centering if height is fixed */
    font-weight: bold; /* optional: make it stand out */
	width:100% !important;
}

.En_text_Input{
	font-family: Arial !important;
	font-weight: bold !important;
}
	  
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*                                                                                                                 */
/*                        END   Extra large devices (large desktops, 1200px and up)                                */
/*                                                                                                                 */
/*******************************************************************************************************************/
/*******************************************************************************************************************/




/*   ***********************************************************************************************************   */
/*   ************************************************************************************************************  */
/**                          start   mobli mode 360 - 559    android                                            *  */
/*   ***********************************************************************************************************   */
/*   ***********************************************************************************************************   */
@media only screen and (min-width: 360px) and (max-width: 599px) {
  body {
    /* background-color: blue; */
    color: black;
	/* width: 115px; */
  }

.form_mergin {
		margin-top:-12px; 
		margin-right:-12px;	
		margin-left:-22px;	
		width:auto;
	  
	}
 
 .my_right_f {
	 float:right; 
	direction:rtl;
	 
	 
 }
.form-group{
	margin-left:-45px;
	margin-right:-45px;
 
	 
	}  
.form-font_my{
	font-size:8px;
	
	 
	}  
.form-group-select {
   
	display: none;
    
}
	
.ts-sidebar {
  background: #2c3136;
  max-height: 0;
  transition: max-height 0.3s;
  overflow:  hidden;/*hidden*/
  position: fixed;
  z-index: 20;
  /*width: 100%;*/
   width: 120px;
  bottom: 0;
  top: 52px;
  
}
.menu-open,
.ts-sidebar-menu .open > ul {
	max-height: 2000px; 
	width: 110px;
	overflow:  visible;/*hidden    fj */
	
} 

.panel-default{
	width: auto;
    margin-top: 11px;	
	background-color: #e0f7fa;;	 
}

.brand {
  background: #2c3136;
  position: relative;
  z-index: 10;
  position: fixed;
  width: auto;
 
  top: 0;
}

  .brand .logo {
    width: 150px;
	
  }
  .Header_logo {
            width: auto; /* Adjust the width as needed */
			height: 60px; /* Maintain aspect ratio */
			margin-right:65px;
			 
        }
		
.c_envelope{
	font-size:15px; 
	margin-left: 0px; 

 }
 
.c_envelope_count {
    position: absolute;
    top: -10px;
    right: -11px;
    background: orange;
    color: white;
    padding: 0px 6px 0px 4px;
    border-radius: 50%;
    font-size: 12px;
 
}

.c_comments{
	font-size:15px; 
	 margin-left: 40px; 
	margin-right: 0px; 
 }
 
.c_comments_count{
   position: absolute; 
   top: -10px; 
   right: -11px; 
   background: red; 
   color: white; 
   padding: 0px 6px 0px 4px; 
   border-radius: 50%; 
   font-size: 12px;
 
} 
        .brand .left-section,
        .brand .center-section,
        .brand .right-section {
            display: flex;
            align-items: center;
			/* height: 80px;  Adjust the height as needed */
				margin-left:45px; 
				  width: auto;
        }
   .left-section{
         	margin-left:25px; 
			 
        } 
		
 

.ts-main-content .content-wrapper {
  padding-top: 61px;   /* inside content warpper */
 /* margin-top: 60px; */
 margin-left: 0px !important;  
   
}

   /* *********************************************** */
   /*            Header                               */
   /*  ********************************************** */
         .brand {
            display: flex;
            justify-content: space-between;
            align-items: center;
          /*  padding: 10px; */
           /*  background-color: #f8f9fa; Optional background color */
            direction: rtl; /* Set RTL direction */
			height: 55px; /* Adjust the height as needed */
			padding-top:10px;
        }
        .brand .left-section,
        .brand .center-section,
        .brand .right-section {
            display: flex;
            align-items: center;
			/* height: 80px;  Adjust the height as needed */
        }
      .brand  .center-section {
            flex-grow: 1;
            justify-content: center;
            text-align: center;
			margin-left:50px;
        }
        .Header_logo {
            width: auto; /* Adjust the width as needed */
			height: 40px; /* Maintain aspect ratio */
			margin-right:55px;
			 
        }
        .ts-avatar {
            width: 40px;
            height: 40px;
			margin-top:-10px;
			 
        }
		.left-section{
         	/*margin-left:-35px; */
        }
		
	    .RR_tr_font{
			font-size:16px;
		}

		.my_panel-heading {
			background-color: #dcf2ff;
			border: 1px solid black; 
			border-radius: 4px; 
			text-align: center; 
			font-size: 15px;
			 
			margin-bottom: 5px;
			height: 30px;
			line-height: 25px; /* Sets vertical alignment */
			padding-top: 4px !important;
			padding-bottom: 2px !important; /* Adjusted for balance */
		}
		
		/*mobile menu*/
		.brand .menu-btn {
		  float: right;
		  /* background: #232d3b; */
		  background: #2c3136;
		  text-align: center;
		  cursor: pointer;
		  color: #fff;
		  padding: 10px;
		  margin-right:15px;
		 
		   
		}
.date_time_div{
	margin-bottom:-20px;
} 
.date_time{
	   font-size:10px;
	   color:#ffffff; 
	   margin-bottom:-5px;  
	   margin-right:7px
	
}


/*     android  */

#navMenu ul {  
            position: absolute;  
            visibility: hidden;   
            top: 1px;
            right:70px;
            z-index: 4;

        }  
 
/****************************************/
/*   sub menu ul and li open fj          */
/******************************************/
 
#navMenu li:hover ul {  
            visibility: visible;  
			overflow: visible; 
	        z-index: 5; 
			width: 200px;
			height:30%;
			font-size:12px;
			vertical-align: baseline;
        }  

#navMenu .submenu-1 {
    display: none;
	
	
	 
}

#navMenu li ul :hover .submenu-1 {
    display: block;
	width: 200px;
	z-index: 5; 
	margin-right:80px;
	z-index: 2000; /* float above map */

}

  .filter_lable {
            margin-left: 5px; /* Adjust space between label and switch for RTL */
			margin-right:-10px !important;
        }
        /* End Toggle Switch */
		 .filter_lable_other {
            margin-left: 5px; /* Adjust space between label and switch for RTL */
			font-size:10px;
        }
		.filter_input_div{
			margin-right:5px !important; 
			
		}
.my_Doc_Div_filter {
	background-color:#fff9dd;
    border: 1px solid black; 
	border-radius: 4px; 
    text-align:right;	
	font-size:11px;
	margin-bottom:5px;
    height:auto;
    padding:5px !important;
  }
  .DAcc_Del_Invoice_Date{
	  padding:0px 2px 0px 12px !important;
}
.DAcc_CPD{
	  padding:0px 8px 0px 15px !important;
	   height:25px;
}
.panel-heading_Table {
	background-color:#dedede; 
	border: 1px solid #dfd7ca; 
	border-radius: 4px; 
	padding: 5px; 
	padding-top:1px;
	padding-bottom:6px;
	text-align:center;	
	font-size:17px;
	margin-bottom:2%;
	 
	background-color:#dedede;
	border-color:#dfd7ca;
	}
 
}
/*   ********************************************************************************************************************************   */
/*   *********************************************************************************************************************************  */
/**                          end     mobli mode 360 - 559    android                                                                 *  */
/*   ********************************************************************************************************************************   */
/*   ********************************************************************************************************************************   */
/*   ********************************************************************************************************************************   */

.ts-sidebar-menu .ts-label {
  color: #585c64; 
  /*font-weight: bold;*/
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 3px;
  margin-top: 10px;
}
.ts-sidebar-menu a {
  display: block;
  text-decoration: none;
  /*padding: 5px 10px;*/
  padding: 2px 5px;
  
  color: #b3c6ff;/*right bar text color*/
  
}
 
.ts-sidebar-menu li {
   position: relative;
   font-size: 11px !important;
    
 }
 
.ts-sidebar-menu li i {
  color: #585c64;
  margin-right: 10px;
  
}
.ts-sidebar-menu li ul {
  display: block;
  background: rgba(255, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.32);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
   z-index: 3000; /* float above map */
   
}
 
.menu-open,
.ts-sidebar-menu .open > ul {
	max-height: 550px; 
	width: 120px;
	overflow:  visible;/*hidden    fj */
	
}

  
/* **************************** ts-sidebar-menu  open   *************************          */
.ts-sidebar-menu .open > a {
	 
  /*  background: rgba(51, 56, 62, 0.35); */ 
}

/* هنگام کلیک
.ts-sidebar-menu > .open > a {
  background: #33383e;
  border-left: 2px solid #37a6c4;
  
}
*/ 
.ts-sidebar-menu .open > .more i {
 /* transform: rotate(180deg);*/
 
}

.more i {
  color: #fff;
  padding: 15px;
  transition: transform 0.3s;
  direction:rtl;
}
.more {
  float: right;
  min-width: 10%;
  cursor: pointer;
}
 
		
 
/* Login page */
.login-page {
  position: absolute;
  height: 100%;
  width: 100%;
 
   
}
/* new user Button Modifications */
.btn_f_AddGoods {
  background-color:#228ed1;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
 
  text-align:center;
  vertical-align: baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:2px 2px;
  line-height:1.42857143;
  border-radius:4px;
  margin-right:10px;
  float:right;
  margin-right:10px;
 
  height:25px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left:1px;
  padding-right:1px;
  font-size: 12px;	
}
.btn_f_AddGoods:hover {
  background-color:#228ed1;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
 
  text-align:center;
  vertical-align: baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:2px 2px;
  line-height:1.42857143;
  border-radius:4px;
  margin-right:10px;
  float:right;
  margin-right:10px;
 
  height:25px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left:1px;
  padding-right:1px;
  font-size: 12px;	
  font-weight:bold;
}
  
		 /* Toggle Switch */
        .switch {
            position: relative;
            display: inline-block;
            width: 30px;
            height: 15px;
        }
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
		.slider_margin{
			margin-left:50px !important;
		}
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
			
        }
        .slider:before {
            position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 2px;
            bottom: 1px;
            background-color: white;
            transition: .1s;
        }
        input:checked + .slider {
            background-color: #2196F3;
        }
        input:checked + .slider:before {
            transform: translateX(14px); /* move L */
        }
        .slider.round {
            border-radius: 20px;
			
        }
        .slider.round:before {
            border-radius: 50%;
        }
        /* Flexbox Container with RTL */
		  .form_group_filter_Sec1 {
            display: flex;
            /*align-items: right; */
            /* justify-content: space-between;  Space between items */
         	margin-left:-5px;
	        margin-right:-5px;
            padding:0px 5px 5px 5px !important; 
            font-size: 10px;
            direction: rtl; /* Support for RTL layout */
		 
        }
     
        .label-switch {
            display: flex;
            align-items: center;
        }
        .filter_lable {
            margin-left: 5px; /* Adjust space between label and switch for RTL */
			margin-right:-10px !important;
        }
		 .filter_lable_sw {
            margin-left: 5px; /* Adjust space between label and switch for RTL */
			margin-right:2px !important;
        }
        /* End Toggle Switch */
		 .filter_lable_other {
            margin-left: 5px; /* Adjust space between label and switch for RTL */
			font-size:10px;
        }
		.filter_input_div{
			margin-right:5px !important; 
			
		}


@keyframes blink {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}

.blink {
  animation: blink 1.5s step-start infinite;
  font-size:16px ;
  
}


.transparent {
opacity: 0.5; /* Adjust the opacity as needed */
pointer-events: none; /* Prevent interaction with the button */
}

.select-my {
  padding:0px 5px 3px 5px !important; 	
  /* background-color:#e6ebfc;	*/
  height:40px;
  font-family: Samim-FD !important; 
  font-size: 13px !important;
}


 
.select-my:hover{
  padding:0px 5px 3px 5px !important; 	
  background-color:#eef1fc !important;	
  height:40px;
}




.btn_DAcc_Del {
  padding:0px 0px 0px 0px !important;
  margin-left:-10px;  
  text-align:center;
  vertical-align: baseline;
  font-size: 22px;	
  line-height: 1;
  height:25px;
  width: 25px;
  color: #fd8207;
 /* height:40px;*/
 
}
.btn_DAcc_Del:hover {
  padding:0px 0px 0px 0px !important;
  margin-left:-10px;  
  text-align:center;
  vertical-align: baseline;
  font-size: 22px;	
  line-height: 1;
  height:25px;
  width: 25px;
  color: red !important;
 /* height:40px;*/
 
}

.btn_f_red {
  padding:0px 5px 3px 5px !important; 
  text-align:center;
  vertical-align: baseline;
  font-size: 12px;	
  line-height: 15px;
  height:25px;
  float:left;
  color: red;
 /* height:40px;*/
 
}
.btn_f_red:hover {
  padding:0px 5px 3px 5px !important; 
  text-align:center;
  line-height: 15px;
  font-size: 12px;	
  height:25px;
  float:left;
  color: red;
  font-weight: bold;
 /* height:40px;*/
 
}

.btn_f_blue {
  padding:0px 5px 3px 5px !important;
  text-align:center;
  line-height: 15px;
  font-size: 12px;	
  height:25px;
  float:right;
  color: blue;
 /* height:40px;*/
 
}

.btn_f_blue:hover {
  padding:0px 5px 3px 5px !important;
  text-align:center;
  line-height: 15px;
  font-size: 12px;	
  height:25px;
  float:right;
  color: blue;
  font-weight: bold;
 /* height:40px;*/
 
}

.btn_f_green {
    background-color: #4caf50; /* Green background */
    color: white; /* White text */
    border: none; /* No border */
    padding:0px 5px 0px 5px !important;
    border-radius: 4px; /* Rounded corners */
    text-align: center; /* Center text */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 14px; /* Font size */
    margin: 0 5px; /* Add spacing between buttons */
	 
	height:25px;
	line-height: 15px;
	margin-bottom: 10px;
}

.btn_f_green:hover {
    background-color: #45a049; /* Slightly darker green on hover */
	font-weight: bold;
}


.textarea_height_normal textarea{
  
  height: 37px;
  padding:5px 2px ;
  
  
} 
.textarea_height_coment textarea{
  margin-right:6px; 
  margin-top:1px;
  height: 37px;
  padding:5px 2px ;
  width: 100%;
  font-size:12px;
} 
.textarea_height_sms textarea{
  
  margin-top:1px;
  width: 100%;
   font-size:12px;
} 
 
.panel-heading_my {
	padding:10px 15px;border-bottom:2px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;
	font-size:20px;
	color:#fff;
	}






 

.filter_lable{
	padding:5px 5px 5px 5px !important;
	margin-right:0px;
	margin-left:-5px;
}

.filter_input{
	margin-right:0px;
	margin-left:-5px;
	 
}

.container_filter_chk {
  display: inline;
  position: relative;
  padding-left: 5px;
  padding-right: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    
}


.my_panel-heading-filter {
	
	margin-top:0px;
	background-color:#e2e2e2;
	border: 1px solid black; 
	border-radius: 4px; 
    padding: 0px 2px 6px 2px !important;
 
	text-align:center;	
	font-size:15px;
	margin-bottom:10px;
	height:32px;

}

 
.my_form_panel-heading {
	
	background-color:#FFFFC2; 
	border: 1px solid black;

	border-radius: 4px; 
	padding: 5px;  
	text-align:center;	
	font-size:20px;
	margin-bottom:2%;

}


.my_panel-heading-div {
font-size:10px;	
	
}
.my_heading-div {
   background-color:#FFFFC2; 
	border: 1px solid #dfd7ca; 
	border-radius: 4px; 
 
    padding: 5px; 
	padding-top:3px;
	text-align:center;	
	font-size:16px;
	margin-bottom:2%;
	height:30px;
	
}
.my_form-heading {
	
	/*background-color:#FFFFC2; */
	background-color:#f8f5f0;
	border: 1px solid #dfd7ca; 
	border-radius: 4px; 
	padding: 4px;  
	text-align:center;	
	font-size:15px;
	margin-bottom:1%;
	margin-top:-10px;
	
}

.imaje-preview {
	
	width:250px;
	height:300px;
	border:3px solid #f0f0f0;
	margin-bottom:10px;
	margin-top:10px;
}

.arrow-button-container {
  display: flex;
  margin-top:-5px;
 
}

.my_errorWrap{
font-size:15px;	
}
.my_succWrap{
	font-size:15px;	
}
 

.stat-panel-title{
		font-size:20px !important;	
		  /*text-shadow: 2px 2px 4px #000000;*/
		  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
.stat_panel_title_total{
		font-size:19px !important;
      	  /*text-shadow: 2px 2px 4px #000000;*/
		  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.sms-text{
	font-size:15px !important;	
}

.file_type a{
   margin-top:2px;
   text-align:center;	
   font-size:11px;
   color:#0390fe;
}

/****************************/
/* main body form mergin  fj*/
/****************************/

.my_panel-body_1{
	background-color:#ffffff;
	  margin-top:-30px;
	
}

.my_panel-body_2{
	background-color:#fcfcf0;
}


/*menu bar*/

.icon-bar {
  width: 50%;
  background-color: #555;
  overflow: auto;
  margin-top:50px;
   
}

.icon-bar a {
  float: right;
  width: 10%;
  height: 5px;
  text-align: center;
  padding: 15px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 10px;
}

.icon-bar a:hover {
  background-color: #000;
}

.active {
  background-color: #04AA6D;
}

.row-expired {
    background-color: #f28b82;
}
.row-active {
    background-color: #ffd966;
}

.expired {
    background-color: #f28b82;
}
.not-expired {
    background-color: #ffd966;
}

 
table, th, td {
  border: 1px solid black;
  border-radius: 5px;
  height:10px ;
  text-align: right;
  font-size: 11px;  /* td font size*/ 
  font-family: Samim-FD ;
	
}
 
th {
	 direction:rtl;
     text-align: center;
	 border: 1px solid black;
	 border-radius: 4px;
	  
    
	 background-color:#e1e1e1 !important;
} 
/* This rule changes the background color of the th elements */ 
table th { 
    font-size: 11px; /* th font size*/ 
    font-family: Samim-FD ;  
    background-color: #d3d3d3; /* Light gray color */
	text-align: center !important;
}

.my_th_center {
    text-align: center;
    vertical-align: baseline; 
}



.currency-form {
	height:25px;
	font-size:14px
} 


.form_center {
	height:25px;
    text-align: right;
    width:100%; 
    direction:rtl;
    border: 0px;/*Iron Gray*/
	
	 font-size: 1em;
}

.form_center_head {
	 height:40px;
     text-align: center;
     font-size: 20px;
	 background-color:#f8f5f0;
	 color: #7c7768;
	 padding: 7px 0;
}

.bh_th_my{
	font-size: 1em;
}

.form_sub_head {
	 
	height:25px;
    text-align: center;
    background-color:#f8f5f0;
	
}
 
#DIV_payment {
  width: 50%;
  padding: 5px 0;
  margin-right: 15px;
 /* border: solid black 1px; */
  /* overflow-x: scroll;*/
  /*overflow-y: scroll;*/
 /*scroll-snap-type: both mandatory;*/
  position: relative;
  z-index: 1; /* Ensure it's below the sub-menu */
 /*  overflow: hidden;  Hide scrollbars */
   font-size: 12px;
}
#DIV_scroll {
 
  
  /* overflow-x: scroll;*/
  /*overflow-y: scroll;*/
 /*scroll-snap-type: both mandatory;*/
  position: relative;
  z-index: 1; /* Ensure it's below the sub-menu */
 /*  overflow: hidden;  Hide scrollbars */
  font-size: 12px;
  width: 100%;
  aspect-ratio: 3/1;
  padding: 5px 0;
  margin: auto;
 /* border: solid black 1px; */
  
}

#DIV_scroll_bh {
  overflow-x: scroll;
  overflow-y: scroll;
  scroll-snap-type: both mandatory; 
  position: relative;
  z-index: 2; /* Ensure it's below the sub-menu */
  font-size: 12px;
  width: 100%;
  padding: 5px 0;
  border: solid black 1px; 
  
} 

.bank_en {
 visibility: visible;	
	
}

.phone_num {
 
direction: ltr; 
unicode-bidi: plaintext; 
	
}


.form-h-my1 {
	margin-top:-5px;
	margin-bottom:-5px;
	margin-right:0px;
    margin-left:0px !important;
    padding-left:2px;
	padding-right:5px;
    font-family: Samim-FD ;  /* BTraffic BTitr */
    font-size: 13px;
	height:28px !important;
	border-radius: 5px !important;
}

.Doc_Name_input{
	margin-bottom: 0 !important;
	height:22px !important;
	border: 1px solid #5763FA !important;
	border-radius: 5px !important;
}
/* file input ticket   */
 .custom-file-input {
    width: 100%;
    text-align: center;
    padding: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.form-h-my{
	margin-top:-5px;
	margin-bottom:-5px;
	display:block;
	width:100%;
	height:25px !important;
	padding:2px 2px;
	font-size:12px !important;
	line-height:1.42857143;
	color:#3e3f3a;
	background-color:#ffffff;
	background-image:none;
    border:1px solid #dfd7ca;
	border-radius:5px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,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;
	font-family: Samim-FD; 
			  }
			  
	
  
	
	.form_tarkhis_en{
	margin-top:-5px;
	margin-bottom:-5px;
	display:block;
	width:100%;
	height:25px !important;
	padding:2px 2px;
	font-size:12px !important;
	line-height:1.42857143;
	color:#3e3f3a;
	background-color:#ffffff;
	background-image:none;
    border:1px solid #dfd7ca;
	border-radius:5px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,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;
	font-family: Arial !important;
    direction: ltr !important;	
	
			  }		  
			  
.form-h-my:hover {
	margin-top:-5px;
	margin-bottom:-5px;
	margin-right:0px;
    margin-left:0px !important;
    padding-left:2px;
	padding-right:5px;
    font-family: Samim-FD ;  /* BTraffic BTitr */
    font-size: 12px;
	height:25px !important;
	border: 1px solid #787878;
	border-radius: 5px !important;
	 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f9bd9d;
}		  
			  
 .form-h-my:focus{border-color:transparent;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
                     box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6)}
 .form-h-my::-moz-placeholder{color:#dfd7ca;opacity:1}
 .form-h-my:-ms-input-placeholder{color:#dfd7ca}
 .form-h-my::-webkit-input-placeholder{color:#dfd7ca}
 .form-h-my::-ms-expand{border:0;background-color:transparent}
 .form-h-my[disabled],.form-h-my[readonly],fieldset[disabled] 
 .form-h-my{background-color:#f8f5f0;opacity:1}
 .form-h-my[disabled],fieldset[disabled] 
 .form-h-my{cursor:not-allowed}
 textarea.form-h-my{height:auto}input[type="search"]{-webkit-appearance:none}
 @media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"]
 .form-h-my,input[type="time"]
 .form-h-my,input[type="datetime-local"]
 .form-h-my,input[type="month"]
 .form-h-my{line-height:30px}input[type="date"]
 .form-group-sm .form-h-my{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
 .form-group-sm select.form-h-my{height:30px;line-height:30px}
 .form-group-sm textarea.form-h-my,.form-group-sm select[multiple]
 .form-h-my{height:auto}

 .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}
 .input-lg{height:66px;padding:20px 30px;font-size:18px;line-height:1.3333333;border-radius:6px}select
 .input-lg{height:66px;line-height:66px}textarea.input-lg,select[multiple]
 .input-lg{height:auto}
 .form-group-lg .form-h-my{height:66px;padding:20px 30px;font-size:18px;line-height:1.3333333;border-radius:6px}
 .form-group-lg select.form-h-my{height:66px;line-height:66px}
 .form-group-lg textarea.form-h-my,.form-group-lg select[multiple].form-h-my{height:auto}
 .form-group-lg .form-control-static{height:66px;min-height:38px;padding:21px 30px;font-size:18px;line-height:1.3333333}
 .has-feedback{position:relative}.has-feedback .form-h-my{padding-right:57.5px}
 .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:46px;height:46px;line-height:46px;text-align:center;pointer-events:none}
 .input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-h-my+.form-control-feedback{width:66px;height:66px;line-height:66px}
 .input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-h-my+.form-control-feedback{width:30px;height:30px;line-height:30px}
 .has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,
 .has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#93c54b}
 .has-success .form-h-my{border-color:#93c54b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
 .has-success .form-h-my:focus{border-color:#79a736;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c1de98;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c1de98}
 .has-success .input-group-addon{color:#93c54b;border-color:#93c54b;background-color:#dff0d8}
 .has-success .form-control-feedback{color:#93c54b}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,
 .has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#f47c3c}
 .has-warning .form-control{
	 border-color:#f47c3c;
	 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	 }
 .has-warning .form-control:focus{
	 border-color:#ef5c0e;
	 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f9bd9d;
	 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f9bd9d;
	 }
 .has-warning .input-group-addon{color:#f47c3c;border-color:#f47c3c;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#f47c3c}
 .has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,
 .has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#d9534f}.has-error .form-control{border-color:#d9534f;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#c9302c;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eba5a3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eba5a3}
 .has-error .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#f2dede}.has-error .form-control-feedback{color:#d9534f}
 .has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#7f8177}

.input_doc_file{
	padding-left:0px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 16px;
	font-size: 12px !important;
	height:25px !important;
	border: 1px solid #787878;
	border-radius: 5px;
}
.input_doc_file:hover{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:4px;
	line-height: 16px;
	font-size: 12px !important;
	height:25px !important;
	border: 1px solid #787878;
	border-radius: 5px;
	font-weight: bold;
}
.form-input-filter {
 	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:-30px !important;
 	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
    font-family: Samim-FD ;
    font-size: 13px !important;
	height:25px !important;
	border-radius: 5px;
   } 
   .form-input-filter:hover {
 	margin-top:0px;
	margin-bottom:10px;
	margin-right:0px;
    margin-left:-20px !important;
 	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
    font-family: Samim-FD ;
    font-size: 13px !important;
	height:25px !important;
	border: 1px solid #787878;
	border-radius: 5px;
   } 

    .form-input-filter::placeholder {
        font-size: 11px; /* Adjust the size as needed */
    }

 

.my_tr {
  height: 10px !important;
}

#tableID {
    table-layout: fixed;
    width: 100%; /* Optional: Ensure full table width is consistent */
}

#tableID tbody tr { 
 height: 20px !important; /* Enforce 20px height */ 
 line-height: 20px !important; /* Ensure text vertically aligns within the row */
 
}

#tableID_Cu_cl tbody tr { 
 height: 15px !important; /* Enforce 20px height */ 
 line-height: 15px !important; /* Ensure text vertically aligns within the row */
 
 
}


.form-h-my-en {
	margin-top:-5px;
	margin-bottom:-5px;
	margin-right:5px;
    margin-left:-10px;
 
	/* font-family: IRANSans !important; */

	padding-left:2px;
	padding-right:5px;
	/*font-family: Tahoma, Arial, sans-serif; */
	/*font: bold 5% 'BTitr', BTitr, sans-serif;*/
	 
	  
	 /* font-family: BTraffic; */ 
	  /*font-weight: bold;*/
       font-size: 13px;
}



/*********************************************************************************************************************/
/*              float left and right             ******************************                                     */
/********************************************************************************************************************/

.container-LR {
    width: 101%;
    margin: 0 auto; /* Center the container */

	  /* position: absolute; */
	  	z-index:100;
}

.section-left,.section-right {
    float: right;
    width: 49%; /* Adjust as needed */
    padding: 2px;
    box-sizing: border-box;
	 
}
.section-left {
	margin-right:10px;
	margin-top:40px;
	border: 1px solid #edf0f5;
	padding: 10px 2px 10px 10px;
}
.section-right {
	margin-top:40px;
	border: 1px solid #edf0f5;
	padding: 10px 2px 10px 10px;
}

.section-left label,.section-right label {
    display: block;
	 
    margin-bottom: 5px;
	margin-right:2px;
	margin-left:-10px;
	padding:0;
 
}

.section-left input,.section-right input {
    display: block;
	padding: 10px;
    margin-bottom: 5px;
	margin-right:30px;
 
}

/* Clearfix for the container */
.container::after {
    content: "";
    display: table;
    clear: both;
}

hr.dots {
  border-top: 2px dotted green;
}
/**********************************************************************************/
/*           float left and right                                                 */
/**********************************************************************************/




.lable_my {
	margin-top:-8px;
	margin-bottom:0px;
	margin-right:10px;
    margin-left:-10px;
	padding: 5px 2px 5px 2px !important;
	font: 12pt/2 Yekan; 
	font-size: 12px;
	line-height:15px;
      
}
.lable_my_filter {
	margin-top:-18px;
	margin-bottom:50px;
	margin-right:5px;
    margin-left:0px;
	padding:10px;
	font: 12pt/2 Yekan; 
	font-size: 14px;
      
}
.lable_my_end {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5px;
    margin-left:-10px;
	padding:0;
	font: 12pt/2 Yekan; 
	font-size: 14px;
      
}

/* The container */
.container_chk {
  display: inline;
  position: relative;
  padding-left: 5px;
  padding-right: 20px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: text-top;
  line-height:15px;
}

/* user label */
.User_chk_lable {
  display: inline;
  position: relative;
  padding-left: 1px;
  padding-right: 20px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: baseline;
  line-height:12px;
}


.User_checkmark {
	  /* Radio Button size */
	
	width: 15px;
	height: 15px;
	vertical-align: baseline;
	
}
.Docs_chk_status {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 2px;
}

.Docs_chk_lable {
  display: inline-flex;
  align-items: center;
  padding: 2px 20px 10px 1px;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
  font-size: 11px;
  line-height: 15px;
  vertical-align: middle;
}

.Docs_chk {
  width: 15px;
  height: 15px;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: middle;
}

/* cutomer label */
.Cutomer_chk_lable {
  display: inline;
  position: relative;
  padding-left: 1px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: baseline;
  font-size: 11px;
  line-height:15px;
}

.Cutomer_checkmark {
	  /* Radio Button size */
	
	width: 15px;
	height: 15px;
	vertical-align: baseline;
	margin-bottom: 2px;
	
}

.checkmark {
	  /* Radio Button size */
	
	width: 20px;
	height: 20px;
	vertical-align: baseline;
	
}
.checkmark-tarkhis {
	  /* Radio Button size */
	
	width: 20px !important;
	height: 20px !important;
	vertical-align: baseline;
	
}
.checkmark_reval{
	  /* Radio Button size */
	display: inline !important;
	width: 20px;
	height: 20px;
	vertical-align: baseline;
	margin-top:-10px !important;
	margin-right:-20px !important; 
}

.checkbox_my {
	float:right;
}

.SMS_chk {
	font-size: 15px;
	float:right;
	padding-left: 5px;
}

.bg-img {
  /* The image used */
  background-image: url("img_nature.jpg");

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/* Automatic Serial Number Row */
.css-serial {
		counter-reset: serial-number; /* Set the serial number counter to 0 */
 }
 
.css-serial td:first-child:before {
	 counter-increment: serial-number; /* Increment the serial number counter */
	 content: counter(serial-number); /* Display the counter */
	 
}


 

.scrollable-menu {
     
	position: relative;
    z-index: 1; /* Ensure it's below the sub-menu */
}
 
.div_scroll{
	position: relative;
    z-index: 1; /* Ensure it's below the sub-menu */
}
  
 
 
 /* 
    HACK: Prevents box shadow from child dropdowns
    from overlapping its parent dropdown
*/
.navbar-menu li.has-children > a {
    position: relative;
}

.navbar-menu li.has-children > a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1rem;
    background: inherit;
    z-index: 6;
	
}

.btn_arrow_my {
  
 /* background-color:#325d88; */
  background-color:#325d88;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
  margin-right:100px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
 /* padding:12px 16px; */
 /* padding:1px 20px;  */
  padding: 1px 18px 1px 12px !important;  
	
  line-height:1.42857143;
  border-radius:5px;
  margin-right:5px;
  float:right;
  height:29px;
  
 
} 
 
 
 
.head-D1 {
        width: 100%;
        height: 100%;
		z-index: 5;
        position: absolute;
        opacity: 0.8;
		text-align:left;
		margin-top:12px;
        }
        
.head-D2{
		width: 100%;
        
        z-index: 10;
        margin-left:auto;
		margin-right:auto;
        margin-top:40px;  
		text-align:center; 
		position: absolute;
	 	font-family:  BTitr ; 
		font-size:16px;
	 
		
        }

.Head-D3 {
		width: 100%;
        height: 100%;
        z-index: 20;
        margin-left:auto;
		margin-right:auto;
		position: absolute;
		height: 50%;
		opacity: 0.8;
} 
 
 a.ex2:hover, a.ex2:active {font-size: 150%;}
 
 
 
.center {
  text-align: center;
 
} 
 
.arrow-btn-font {
	 
    font-family: Samim-FD ;
	font-size:12px;
	color:black;
	text-align:center;
}

.dropdown_text_old {
    display: flex;
    align-items: center;
	height:38px;
	padding-top:4px;
}

.dropdown_text {
    display: flex;
    align-items: center;
	height:25px !important;
	padding: 2px 2px 2px 2px !important;
}
.dropdown_text_reval {
    display: flex;
    align-items: center;
	height:30px !important;
	padding: 2px 2px 2px 2px !important;
}

/*  مهم برای */
.btn_f {
  font-size: 14px;	
  background-color:#325d88;
  border-color:transparent;
  border-radius:4px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:2px 5px 2px 5px !important;
  line-height:1;
  border-radius:4px;
  margin-bottom:0;
  margin-right:10px;
  float:right;
  height:25px;
  color:#E1E9FA;
}

.btn_f:hover {
  font-size: 14px;	
  background-color:#2c73bb;
  border-color:transparent;
  border-radius:4px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:2px 5px 2px 5px !important;
  line-height:1;
  border-radius:4px;
  margin-bottom:0;
  margin-right:10px;
  float:right;
  height:25px;
  font-weight: bold;
  color:#F0F3FA;
 
}
/* btn-warning */
.btn_f_warning {
  font-size: 14px;	
  
  
  border-radius:4px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:2px 5px 2px 5px !important;
  line-height:1;
  border-radius:4px;
  margin-bottom:0;
  margin-right:10px;
  float:right;
  height:25px;
 
}

.btn_f_warning:hover {
  font-size: 14px;	
  
  border-radius:4px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:2px 5px 2px 5px !important;
  line-height:1;
  border-radius:4px;
  margin-bottom:0;
  margin-right:10px;
  float:right;
  height:25px;
  font-weight: bold;
  
 
}


.btn_confermd {
  font-size: 14px;	
  background-color:#325d88;
  border-color:transparent;
  border-radius:4px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:5px 5px;
  line-height:1.42857143;
  border-radius:4px;
  margin-bottom:0;
  margin-right:10px;
  float:right;
  height:30px;
}

.btn_confermd:hover {
  font-size: 14px;	
  background-color:#283c44;
  border-color:transparent;
  border-radius:4px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
  padding:5px 5px;
  line-height:1.42857143;
  border-radius:4px;
  margin-bottom:0;
  margin-right:10px;
  float:right;
  height:35px;
  color:white;
}

.List_Docs{
	
	
}

.btn_f_sms {
  font-size: 12px;	
  padding:0px 8px 3px 8px !important; 
 /* background-color:#325d88; */
  background-color:#3f8832;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
  margin-right:200px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
 /* padding:12px 16px; */
  line-height:1.42857143;
  border-radius:4px;
  float:right;
  height:25px;
  color:lightblue;
}

.btn_f_sms:hover{
  font-size: 12px;	
  padding:0px 8px 3px 8px !important; 
 /* background-color:#325d88; */
  background-color:#2f6825 !important;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
  margin-right:200px;
  text-align:center;
  vertical-align:baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
 /* padding:12px 16px; */
  padding:5px 5px;
  line-height:1.42857143;
  border-radius:4px;
  float:right;
  height:25px;
  font-weight: bold;
  color:white;
}


.btn_f_excel {
   
  font-size: 12px;	
  padding:0px 10px 3px 10px !important; 
 /* background-color:#325d88; */
  background-color:#298636;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
  margin-right:50px;
  text-align:center;
  vertical-align: baseline;
  touch-action:manipulation;cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
 /* padding:12px 16px; */
 
  line-height:1.42857143;
  border-radius:4px;
 
  float:right;
  height:25px;
  color:white;
 
}

.btn_f_excel:hover {
   
  font-size: 12px;	
  padding:0px 10px 3px 10px !important; 
 /* background-color:#325d88; */
  background-color:#20a232;
  border-color:transparent;
  border-radius:4px;
  margin-bottom:0;
  margin-right:50px;
  text-align:center;
  vertical-align: baseline;
  touch-action:manipulation;
  cursor:pointer;
  background-image:none;
  border:1px solid transparent;
  white-space:nowrap;
 /* padding:12px 16px; */
 
  line-height:1.42857143;
  border-radius:4px;
  font-weight:bold;
  float:right;
  height:25px;
  color:white;
 
}




.prt_form{
    font-family: Arial;  
	font-size:16px;
	text-align:center;
}
 
 .btn-sms{ height:44px; padding-bottom: 2px; padding-top:2px; margin-right:-8px; } 
 
 .btn-curent{background-color:#fde602;border-color:transparent}
 .btn-curent:focus,.btn-warning.focus{color:#ffffff;background-color:#ffd800;border-color:rgba(0,0,0,0)}
 .btn-curent:hover{color:#ffffff;background-color:#ffd800;border-color:rgba(0,0,0,0)}
 .btn-curent:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ffd800;border-color:rgba(0,0,0,0)}
 .btn-curent:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#ce4f0c;border-color:rgba(0,0,0,0)}
 .btn-curent:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}
 .btn-curent.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] 
 .btn-curent:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] 
 .btn-curent:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] 
 .btn-curent.focus{background-color:#f47c3c;border-color:transparent}
 .btn-curent .badge{color:#f47c3c;background-color:#ffffff}
 
 .btn-my-success{color:#000000;background-color:#93c54b;border-color:transparent}
 .btn-my-success:focus,.btn-my-success.focus{color:#ffffff;background-color:#79a736;border-color:rgba(0,0,0,0)}
 .btn-my-success:hover{color:#ffffff;background-color:#79a736;border-color:rgba(0,0,0,0)}
 .btn-my-success:active,.btn-my-success.active,.open>.dropdown-toggle.btn-my-success{color:#ffffff;background-color:#79a736;border-color:rgba(0,0,0,0)}
 .btn-my-success:active:hover,.btn-my-success.active:hover,.open>.dropdown-toggle.btn-my-success:hover,.btn-my-success:active:focus,.btn-my-success.active:focus,.open>.dropdown-toggle.btn-my-success:focus,.btn-my-success:active.focus,.btn-my-success.active.focus,.open>.dropdown-toggle.btn-my-success.focus{color:#ffffff;background-color:#658c2d;border-color:rgba(0,0,0,0)}
 .btn-my-success:active,.btn-my-success.active,.open>.dropdown-toggle.btn-my-success{background-image:none}
 .btn-my-success.disabled:hover,.btn-my-success[disabled]:hover,fieldset[disabled] 
 .btn-my-success:hover,.btn-my-success.disabled:focus,.btn-my-success[disabled]:focus,fieldset[disabled] 
 .btn-my-success:focus,.btn-my-success.disabled.focus,.btn-my-success[disabled].focus,fieldset[disabled] 
 .btn-my-success.focus{background-color:#93c54b;border-color:transparent}
 .btn-my-success .badge{color:#93c54b;background-color:#ffffff}

 .btn_invoice_print{ 
  font-size: 12px;  
  background-color: #a50000;
  border-color: transparent;
  border-radius: 4px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 5px;
  line-height: 35px; /* Match button height */
  margin-bottom: 0;
  margin-right: 10px;
  float: right;
  height: 25px;
  display: flex; /* Flexbox for centering */
  align-items: center;
  justify-content: center;
}
 .btn_invoice_print:hover{ 
  font-size: 12px;  
  background-color: #a50000;
  border-color: transparent;
  border-radius: 4px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 5px;
  line-height: 35px; /* Match button height */
  margin-bottom: 0;
  margin-right: 10px;
  float: right;
  height: 25px;
  display: flex; /* Flexbox for centering */
  align-items: center;
  justify-content: center;
  font-weight:bold;
}

 .btn_invoice_print:focus,.btn_invoice_print.focus{color:#ffffff;background-color:#cb0000;border-color:rgba(0,0,0,0)}
 .btn_invoice_print:hover{color:#ffffff;background-color:#cb0000;border-color:rgba(0,0,0,0)}
 .btn_invoice_print:active,.btn_invoice_print.active,.open>.dropdown-toggle.btn_invoice_print{color:#ffffff;background-color:#cb0000;border-color:rgba(0,0,0,0)}
 .btn_invoice_print:active:hover,.btn_invoice_print.active:hover,.open>.dropdown-toggle.btn_invoice_print:hover,.btn_invoice_print:active:focus,.btn_invoice_print.active:focus,.open>.dropdown-toggle.btn_invoice_print:focus,.btn_invoice_print:active.focus,.btn_invoice_print.active.focus,.open>.dropdown-toggle.btn_invoice_print.focus{color:#ffffff;background-color:#cb0000;border-color:rgba(0,0,0,0)}
 .btn_invoice_print:active,.btn_invoice_print.active,.open>.dropdown-toggle.btn_invoice_print{background-image:none}
 .btn_invoice_print.disabled:hover,.btn_invoice_print[disabled]:hover,fieldset[disabled] 
 .btn_invoice_print:hover,.btn_invoice_print.disabled:focus,.btn_invoice_print[disabled]:focus,fieldset[disabled] 
 .btn_invoice_print:focus,.btn_invoice_print.disabled.focus,.btn_invoice_print[disabled].focus,fieldset[disabled] 
 .btn_invoice_print.focus{background-color:#cb0000;border-color:transparent}
 .btn_invoice_print .badge{color:#cb0000;background-color:#ffffff}

 .btn_Supplementary_invoice{ 
 font-size: 12px;  
  background-color: #876e01;
  border-color: transparent;
  border-radius: 4px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 5px;
  line-height: 35px; /* Match button height */
  margin-bottom: 0;
  margin-right: 10px;
  float: right;
  height: 25px;
  display: flex; /* Flexbox for centering */
  align-items: center;
  justify-content: center;
  } 
 .btn_Supplementary_invoice:focus,.btn_Supplementary_invoice.focus{color:#ffffff;background-color:#bb9800;border-color:rgba(0,0,0,0)}
 .btn_Supplementary_invoice:hover{color:#ffffff;background-color:#bb9800;border-color:rgba(0,0,0,0);font-weight:bold}
 .btn_Supplementary_invoice:active,.btn_Supplementary_invoice.active,.open>.dropdown-toggle.btn_Supplementary_invoice{color:#ffffff;background-color:#bb9800;border-color:rgba(0,0,0,0)}
 .btn_Supplementary_invoice:active:hover,.btn_Supplementary_invoice.active:hover,.open>.dropdown-toggle.btn_Supplementary_invoice:hover,.btn_Supplementary_invoice:active:focus,.btn_Supplementary_invoice.active:focus,.open>.dropdown-toggle.btn_Supplementary_invoice:focus,.btn_Supplementary_invoice:active.focus,.btn_Supplementary_invoice.active.focus,.open>.dropdown-toggle.btn_Supplementary_invoice.focus{color:#ffffff;background-color:#bb9800;border-color:rgba(0,0,0,0)}
 .btn_Supplementary_invoice:active,.btn_Supplementary_invoice.active,.open>.dropdown-toggle.btn_Supplementary_invoice{background-image:none}
 .btn_Supplementary_invoice.disabled:hover,.btn_Supplementary_invoice[disabled]:hover,fieldset[disabled] 
 .btn_Supplementary_invoice:hover,.btn_Supplementary_invoice.disabled:focus,.btn_Supplementary_invoice[disabled]:focus,fieldset[disabled] 
 .btn_Supplementary_invoice:focus,.btn_Supplementary_invoice.disabled.focus,.btn_Supplementary_invoice[disabled].focus,fieldset[disabled] 
 .btn_Supplementary_invoice.focus{background-color:#bb9800;border-color:transparent}
 .btn_Supplementary_invoice .badge{color:#bb9800;background-color:#ffffff}
 
 .btn_List{color:#000000;background-color:#05cafa;border-color:transparent; border-radius: 50px;}
 .btn_List:focus,{color:#ffffff;background-color:#0389a9;border-color:rgba(0,0,0,0)}
 .btn_List:hover{color:#ffffff;background-color:#0389a9;border-color:rgba(0,0,0,0)}
 .btn_List:active,.btn-my-success.active,.open>.dropdown-toggle.btn-my-success{color:#ffffff;background-color:#79a736;border-color:rgba(0,0,0,0)}
 .btn_List:active:hover,.btn-my-success.active:hover,.open>.dropdown-toggle.btn-my-success:hover,.btn-my-success:active:focus,.btn-my-success.active:focus,.open>.dropdown-toggle.btn-my-success:focus,.btn-my-success:active.focus,.btn-my-success.active.focus,.open>.dropdown-toggle.btn-my-success.focus{color:#ffffff;background-color:#658c2d;border-color:rgba(0,0,0,0)}
 .btn_List:active,.btn-my-success.active,.open>.dropdown-toggle.btn-my-success{background-image:none}
 .btn_List.disabled:hover,.btn-my-success[disabled]:hover,fieldset[disabled] 
 .btn_List:hover,.btn-my-success.disabled:focus,.btn-my-success[disabled]:focus,fieldset[disabled] 
 .btn_List:focus,.btn-my-success.disabled.focus,.btn-my-success[disabled].focus,fieldset[disabled] 
 .btn_List.focus{background-color:#0389a9;border-color:transparent}
 .btn_List .badge{color:#0389a9;background-color:#ffffff}
 
 .btn_start_my {
    border-radius: 50px; /* Adjust the value to make the button more oval */
    background-color: DodgerBlue; /* Default color */
    padding: 2px 15px 2px 15px !important;/* top,r,l,b */
    z-index:2;
	height:28px !important;
	margin-left:-10px;
	margin-right:5px;
	}
	
input::placeholder {
  font-size: 13px; /* Change the size to your desired value */
}


 .btn_start_my:hover {
    border-radius: 50px; /* Adjust the value to make the button more oval */
    background-color: #79a736; /* Default color */
    padding: 2px 15px 2px 15px !important;/* top,r,l,b */
    z-index:2;
	height:28px !important;
	color:#ffffff !important;
	margin-left:-10px;
	margin-right:5px;
	 
	}

.head-img { 
 display: block;
  margin-left: 100px;
  margin-right: 100px;
}
 
 .report-header {
	 text-align:center;
	 font-size:15px;
	 
 }
 
  .disabled-menu {
            /* pointer-events: none; */
            opacity: 0.6; /* Optional: to visually indicate that the menu is disabled */
			
        }
 
 .move_up{
	/*margin-top:-20px; */
 }
 
.ticket-attachments span[dir="ltr"] {
    unicode-bidi: embed;
    direction: ltr;
}
