.affix {
	position: fixed !important;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1100 !important;
	transition: all ease-in-out 0.22s;
}
.text-left ul {
    list-style: inside;
}
.text-left ul li {
    list-style: inside;
    margin: 0 0 20px;
    font-size: 18px;
    color: #474747;
    line-height: 1.6;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
 line-height:2.229;
 }
 .table > tbody > tr > td {
     text-align: left;
     border-right: none;
     color:#495f3a;
 }
 .table {
     margin-bottom: 20px;
 }
 .add_box input {
    height: 40px;
    background: url(/images/icon-affairs-calender.png) no-repeat 96% center;
    padding-right: 40px;
    box-shadow: none;
}
.btn-success {
    background-color: lightseagreen;
    text-transform: uppercase;
   font-weight: 700;
}
input[type=date]:invalid+span:after {
  content:"Insert Date";
  position:absolute;
  left:30px;
  top:8px;
}

input[type=date]:focus:invalid+span:after {
  display:none;
}

input:not(:focus):invalid {
  color:transparent;
}
div.ex3 {
  width: 100%;
  height: 500px;
  overflow: auto;
}
table td, table th {
   text-align: left; 
    padding: 10px 8px; 
    border: 1px solid #ddd;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
}
.text-left ul li ol li {
    list-style: decimal;
}
.text-left ul {
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.text-left ul li {
    list-style: outside;
    margin: 0 0 20px;
    font-size: 18px;
    color: #474747;
    line-height: 1.6;
}
tr:nth-child(odd) { 
  background-color: #D9E1F2; 
}
.breadcrumbs ol li a span {
  color: navy;  
}
.breadcrumbs ol li a span:hover {
	background-color:red;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
	border-radius:20px;
}
header .search_toggle button {
	color: 
	#ccc;
	position: absolute;
	right: 16px;
	top: 0px;
	padding: 4px 10px;
	font-size: 30px;
	background-color:transparent;
	border: 0;
}
.list-view .summary {
	color:#494e4e;
}
.buttonmodall {
	cursor: pointer;
}
.buttonmodalal {
	cursor: pointer;
}
.menuicon123 {
	margin-left:10px;
	margin-top:13px;
}
@-moz-document url-prefix() {
 .menuicon123 {
	 margin-left:10px;
	margin-top:-15px;
 }
}
@media (min-width: 320px) and (max-width: 480px) {
 .search-hide {
	display:none;
  }
}
.whatsapp_icon {
  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  bottom: 20px;
  position: fixed;
  text-align: center;
  line-height: 56px;
  right: 20px;
  z-index: 500;
}
.fntclr {
  font-size: 15px;
}
.fntclr:hover {
  font-size: 15px;
}
.widget ul li a::after {
	margin-left:5px;
}
.nw-back-to-top-btn-wrapper {
  text-align: center;
}
.nw-back-to-top-btn {
  border: 0;
  width: 170px;
  padding: 16px 14px;
  background: #abc72c;
  cursor: pointer;
  text-align: center;
  color: #000;
}
.nw-back-to-top-btn span {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.nw-back-to-top-btn i {
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}
footer {
	margin-top: 30px;
}