/* Remove the navbar's default rounded borders and increase the bottom margin */ 
.navbar {
  margin-bottom: 0px;
  border-radius: 0;
  min-height:25px
}

/* Remove the jumbotron's default bottom margin */ 
.jumbotron {
  margin: 0;
  
}

/* Add a gray background color and some padding to the footer */
footer {
  
  padding:10px;
}

#errMsg {
	color: red;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}

.req {
	color: red;
}


.landingpage_wrapper .btn_help_sticky {
    top: calc(45% - -163px);
}
.tabs_wrapper {
	background: #fff2db;
	padding: 15px 20px 20px;
}

.tabs_wrap {
	margin-top: 15px;
}

.title-head {
	color: #2f2f2f;
	text-align: center;
	font-size: 18px;
	font-family: "Open Sans Bold", Arial, serif;
	border-bottom: 1px solid #ead7b3;
	padding-bottom: 10px;
	background: #fff2db;
	padding-top: 10px;
}
.nav-link {
    color: #2a944d;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #fff;
    border-color: #2a944d #2a944d #fff;
}
.nav-tabs .nav-link:hover {
    border-color: #2a944d #2a944d #2a944d;
    background: #2a944d;
    color: #fff;
}
.nav-tabs .nav-link:focus {
    border-color: #2a944d #2a944d #fff;
    background: #fff;
    color: #2a944d;
}
.nav-tabs {
    border-bottom: 1px solid #2a924c;
	font-family: "Open Sans Bold", Arial, serif;
}
.tab-content {
	background: #fff;
	border-bottom: 1px solid #2a924c;
	border-right: 1px solid #2a924c;
	border-left: 1px solid #2a924c;
	padding: 15px;
}
.table_wrapper {
    overflow-y: auto;
}
.table_wrapper .title {
	font-size: 16px;
}
.table_wrapper table th {
	font-size: 14px;
	background: #237e42;
    border: 1px solid #14612e;
}
.table_wrapper table th:nth-child(1) {
	text-align: left;
}
.table_wrapper table td {
	font-size: 14px;
	font-weight: normal;
    font-family: "Open Sans Bold", Arial, serif;
}
.table_wrapper table td:nth-child(1) {
	width: 30%;
	text-align: left;
	color: #000;
	font-family: "Open Sans", Arial, serif;
}
.tabs {
	text-align: center;
 	background: #fff2da;
}

.tabs_district {
	padding-top: 15px;
}

.tabs a {
	background: #fff;
	border-bottom: 1px solid #237e42;
	border-top: 1px solid #237e42;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	color: #000;
	font-family: "Open Sans Bold", Arial, serif;
	display: inline-block;
	padding: 0.5rem 1.2rem;
	cursor: pointer;
}

.tabs a:first-child {
	border-right: none;
	border-left: 1px solid #237e42;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.tabs a:last-child {
	border-left: none;
	border-right: 1px solid #237e42;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.tabs a.active {
	background: #237e42;
	color: #fff;
}
.no_data {
	padding: 20px;
	text-align: center;
}
.no_data span {
	font-size: 14px;
	color: #982510;
	font-weight: bold;
	background: rgb(159 38 17 / 17%);
	border: 1px solid #95250f;
	padding: 5px 20px;
	border-radius: 5px;
}
#data_rangareddy {
	display: none;
}
.landingpage_wrapper {
	top: 30px;
}
.modal_ngt .label_wrap {
	overflow: hidden;
}
.modal_ngt .label_wrap label {
	float: left;
	margin-right: 20px;
}
.date_wrap {
	margin-top: 10px;
	overflow: hidden;
}
#ui-datepicker-div {
	z-index: 9999 !important;
}
#datelist {
    padding: 2px 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 160px;
}
.btn_submitlist {
	padding: 2px 18px;
    font-size: 14px;
    display: inline-block;
    width: auto;
    font-weight: bold;
    float: left;
    margin-top: -28px;
    margin-left: 170px;
    position: relative;
    z-index: 1;
}

	.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* for main page sub menu */
#feature {
  /*background: #f2f2f2;*/
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 10px;
  overflow: hidden;
}
.celeste-services{  
  /*padding: 10px;*/
}
.celeste-services:hover {
  background-color:#E4DDDE;
  padding:4px;
}

.celeste-services{  
  padding: 4px;
  background: #000;
  opacity: 0.6;
}
.celeste-services:hover {
  /*background-color:#E4DDDE;*/
  padding:4px;
  opacity: 1;
  background: #f1f1f1;
}
.celeste-services:hover h4 {
  color: #000!important;
}

.feature-wrap h4{
  margin-top: 6px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 13px;
  height: 20px;
  width: 20px;
  margin: 3px;
  border-radius: 100%;
  line-height: 16px;
  text-align:center;
  background: #ffffff;
  color: #277da9;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 12px !important;
  margin-top: 6px;
  margin-left: 6px;
}
.feature-wrap h5 {
    font-size: 13px;
}
.feature-wrap i:hover {
  background: #277da9;
  color: #fff;
  box-shadow: inset 0 0 0 5px #277da9;
  -webkit-box-shadow: inset 0 0 0 5px #277da9;
  border: 3px solid #277da9;
}


.feature-wrap-services i{
  font-size: 48px;
  height: 90px;
  width: 90px;
  margin: 0px;
  border-radius: 100%;
  line-height: 90px;
  text-align:center;
  background: #ffffff;
  color: #5f4dec;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap-services i:hover {
  background: #5f4dec;
  color: #fff;
  box-shadow: inset 0 0 0 5px #5f4dec;
  -webkit-box-shadow: inset 0 0 0 5px #5f4dec;
  border: 3px solid #5f4dec;
}

/* */
@media (max-width: 767px) {
		.dropdown-menu-s {
		    left: 0px !important;
		    position: inherit !important;
		    left: 0px !important;
		    right: 0px !important;
	}
	.mysli {
	    list-style: none;
	    background: #e6e6e6;
	    padding: 3px 0;
	    margin: 3px 0;
	}
	.feature-wrap {
		margin-bottom :0px !important;
	}
	/*.myjudhov1:hover>ul {
		display: block !important;
	}*/
	.clearfix {
		/*clear: both;*/
		margin-top: 8px;
	}
	.mrgn_top8 {
		/*clear: both;*/
		margin-top: 8px;
	}
	.mrgn-8 {
		margin-top: 8px;
		clear: both;
	}
	.mrgn-8 ul {
		margin-bottom: 8px;
	}
}

#FooterDivHeight{
	background-color:black;
	position:fixed;
	width:100%;
	bottom:0;
}

#footerHeading{
	color:white;
	font-size: 12px;
}