/*----------------------------------common------------------------------------*/
/*print block*/
@media print
{
	* { display: none; }
}
/*print block*/
#logo_image
{
	height:70px !important;
}
#services_list
{
	color:#747474 !important;
}
#services_list:hover
{
	color:#FFB600 !important;
}
.required:after {
  content:"*";color:red;
}
input[type=text],input[type=email],input[id=pin],input[type=tel] {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#loading_div
	 {
display:none;	
	 }
#p1_list
{
	color:#747474 !important;
}
#p1_list:hover
{
	color:#FFB600 !important;
}
#s2
{
	background-color:#FFB600;color:#000000;
}
#s2:hover
{
	background-color:#000000;color:#FFB600;
}
 #loading_btn
	 {
 position: fixed;
  bottom: 500px;
  right: 650px;
  z-index: 90;
  display: none;
	 }
input[type=text],input[type=email] {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] 
  .arrow::before, 
  .tooltip.bs-tooltip-bottom 
  .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ff0000;   
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color:#ff0000;
    border-radius: .25rem;
}
body.modal-open .container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

table, th, td,tr {
  border: 2px solid black;
  border-collapse: collapse;
}
a[id=forgot_modal]
{
    color:#FFFFFF;
}
a[id=forgot_modal]:hover
{
    color:#FFB600;
}
a[id=gallery]
{
    color:#000000;
}
a[id=gallery]:hover
{
    color:#FFB600;
}
input[id=pen],input[id=employee_name],input[id=designation],input[id=pan],
input[id=section],input[id=name],input[id=name_text],input[id=place],input[id=office_no],
input[id=mobile_no],input[id=pin],input[id=email_id],input[id=email],
input[id=subject] {
  text-align: left;
}
/*----------------------------------------------------------------------------*/
/*-----------------------------abhis_index starts-----------------------------*/
@keyframes ticker {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}
.tcontainer{
	width: 100%;
	overflow: hidden;
}
.ticker-wrap {
	width: 100%;
	padding-left: 100%;
	background-color: #FFB600;
}
.ticker-move {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 80s;
}
.ticker-move:hover{
	animation-play-state: paused;
}
.ticker-item{
	display: inline-block;
	padding: 0 1rem;
}  
#chevron:hover {
    color: #ffb600;
}
.carousel-indicators .active
{
	background-color: #641e16;
}
.carousel-indicators li
{
	background-color: #000000;
}
#modal_btn {
  background-color: #000000;
  color: #FFB600;
}
#modal_btn:hover {
	background-color: #FFB600;
  color: #000000;
}
#msg1_head
{
	color:#FFB600;
}
#msg1_head:hover
{
	color:#000000;
}
#msg1
{
	color:#000000;
}
#msg1:hover
{
	color:#FFB600;
}
.hover-shadow:hover
{
box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}
.font_head_class{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
}
.font_message_class{
	font-family: 'Montserrat', sans-serif !important;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------message starts-------------------------------*/
  .required:after {
  content:"*";color:red;
}
#message {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#messageus_btn
{
	background-color:#000000;
	color:#FFB600;
}
#messageus_btn:hover
{
	background-color:#FFB600;
	color:#000000 !important;
}
/*----------------------------------------------------------------------------*/
/*-----------------------------calculator starts------------------------------*/
#calculate_btn
{
	background-color:#FFB600;
}
#calculate_btn:hover
{
	background-color:#000000;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*------------------------------downloads starts------------------------------*/
#file_link {
  color: blue;
}
#file_link:hover {
  text-decoration: underline;
  color: red;
}
table[id=tablesearch1],tr[id=downloads],td[id=downloads]
{
    border: none;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------p1 login starts------------------------------*/
#modal_close:hover
{
color:#FFB600;
}
#modal_close{
	color:#FFFFFF;
}
input[id=p1_username],input[id=p1_password],input[id=p1_pen] {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFB600 !important;
  border-radius: 4px !important;
  text-align: left;
}
#login
{
align:center;
background-color:#FFB600;
}
#login:hover
{
	color:#FFFFFF;
}
.fa-sign-in-alt:hover
{
	color:#FFFFFF;
}
#logo_image
{
	height:70px !important;
}
#proceed
{
	background-color:#FFB600;
}
#proceed:hover
{
	background-color:#000000;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*---------------------------------delete starts--------------------------------*/
#delete_emp
{
	background-color:#000000;color:#FFFFFF;
}
#delete_emp:hover{
	background-color:#FFB600;color:#000000;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------details starts-------------------------------*/
#primary_salary:hover{
	background-color:#000000;color:#FFB600;
}
#primary_salary{
background-color:#FFB600;color:#000000;
}
 #loading_btn_details
	 {
 position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  display: none;
	 }
#snoAlertBox_details{
    position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  display: none;
}
/*----------------------------------------------------------------------------*/
/*--------------------------------its starts-------------------------------*/
#loading_btn_its
	 {
position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
	display:none;	 
	 }
 #snoAlertBox_its{		 
	 position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none; 
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;	 
	display:none;
 }
  #snoAlertBox{		 
	 position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none; 
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;	 
	display:none;
 }
	  .required:after {
  content:"*";color:red;
}
body.modal-open .container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
input{
  text-align: center;
}
#reset {
  /*display: none;*/
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: #FFB600;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#save_btn {
  /*display: none;*/
  position: fixed;
  bottom: 275px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFB600;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#back_btn {
  /*display: none;*/
  position: fixed;
  bottom: 125px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFB600;
  color: #000000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#save_btn:hover {
  color: #ff0000 ;
}
#back_btn:hover {
  color: #ff0000;
}
#reset:hover {
  color: #ff0000;
}
/*----------------------------------------------------------------------------*/
/*------------------------------statements starts-----------------------------*/
#save_btn_stats
{
	background-color:#FFB600;color:#000000;
}
#save_btn_stats:hover
{
	background-color:#000000;color:#FFB600;
}
#pdf {
  position: fixed;
  bottom: 275px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFB600;
  color: red;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#pdf:hover {
  color: #000000;
}
#pdf_disabled {
  position: fixed;
  bottom: 275px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFB600;
  color: red;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#pdf_disabled:hover {
  background-color: red;
  color: #000000;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------10e starts--------------------------------*/

input[type=text] {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
}
#pen_btn{
	 background-color:#FFB600;
	 color:#000000;
	 float:right;
}
#pen_btn:hover
{
	background-color:#000000;
	 color:#FFB600;
}
.delete_btn
{
	float:right;
	color:#000000;
}
.delete_btn:hover
{
	color:#FFB600;
	cursor: pointer;
}	
#loading_btn_10e
	 {
position: fixed;
  bottom: 350px;
  right: 30px;
  z-index: 99;
	display:none;	 
	 }
#save_btn_10e
{
	background-color:#FFB600;
}
#save_btn_10e:hover
{
	background-color:#000000;color:#FFFFFF;
}
/*----------------------------------------------------------------------------*/
/*--------------------------------update starts-------------------------------*/
#update_pin
{
	background-color:#FFB600;color:#000000;
}
#update_pin:hover{
	background-color:#000000;color:#FFB600;
}
a[id=logout],a[id=email]
{
    color: inherit!important;
}
/*----------------------------------------------------------------------------*/
#image {
  position: fixed;
  display: none;
  pointer-events: none;
}

/* For quote box container */
.d-md-table {
  width: 100%;  /* Make the quote items fill the available width */
  border-radius: 10px;
  background-color: #f3f5ef;
  overflow: hidden; /* To ensure content inside doesn't overflow the rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add some shadow for better visibility */
  margin-bottom: 15px; /* Optional: Space between quote items */
}

/* Center text */
.text-center {
  text-align: center;
}

/* Add rounded corners for left and right sides of each cell */
.rounded-left {
  border-radius: 10px 0 0 10px;
}

.rounded-right {
  border-radius: 0 10px 10px 0;
}
/* Typography */
.font_head_class {
  font-family: 'Meera', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;  /* Optional: To make headings stand out more */
}

/* Styling for the quote message */
.font_message_class {
  font-family: 'Meera', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;  /* Darker color for better readability */
  margin-top: 10px;  /* Space between heading and message */
}

/* Optional: Add hover effects for the quote box */
.d-md-table:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.custom-div {
  background-color: #ffffff;
  padding: 5px;
 border: 1px solid #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1), -4px -4px -4px rgba(0, 0, 0, 0.1);
  border-radius: 10px; /* Rounded corners */
}

.custom-div:hover {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2), -6px -6px -6px rgba(0, 0, 0, 0.2);
  border: 1px solid #f3f5ef; /* Darker border on hover */
}
textarea:focus {
  border: 1px solid #FFB600 !important;
}