/*Start header */
/*.m-h{
  min-height: 90vh;
}*/
.main_header {
  background: #0b6623;
  margin-bottom: 0;
  box-shadow: 0 0 20px 0px #000;
  border: none;
}


/*End header*/

/*search */



/*search end */

/*category_icon*/


/*End category*/



/*second page list */

/*Footer */

#footer.sticky-footer {
  box-shadow: none;
}
#footer {
  background-color: #000;
}


.footer-links li a {
  color: #fff;
  display: inline-block;
  line-height: 21px;
  padding: 0 0 9px 16px;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}


.copyrights {
  color: #fff;
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.login-form-inner {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: none;
  left: 50%;
  padding: 15px 34px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.section-title-bottom::after, .section-title-bottom::before {
  border-top: 1px solid #d7d7d7;
  content: "";
  position: absolute;
  top: 50%;
  width: 210px;
}
.section-title-bottom::before {
  left: 0;
}
.section-title-bottom::after {
  right: 0;
}
.section-title-bottom-inner::before, .section-title-bottom-inner::after {
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.section-title-bottom-inner::before {
  left: -14px;
}
.section-title-bottom-inner::after {
  right: -14px;
}
.login-form-inner .form-group {
  position: relative;
}
.login-form-inner .form-control {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 0;
  font-size: 13px;
  min-height: auto;
}
.section-title-bottom-inner::before, .section-title-bottom-inner::after {
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
}
.section-title-bottom-inner {
  border: 2px solid #485158;
  border-radius: 100%;
  display: block;
  height: 15px;
  margin: 0 auto;
  position: relative;
  width: 15px;
}
.section-title-bottom {
  height: 15px;
  margin: 10px 0 10px 0;
  position: relative;
  
}
/*
.btn-success {
  background: #485158 none repeat scroll 0 0;
  border: 1px solid #485158;
  border-radius: 0px;
  font-size: 20px;
}
.btn-success:hover,.btn-success:active ,.btn-success:focus,.btn-success.active {
  background-color: #fff !important;
  border-color: #485158 !important;
  color: #485158;
}*/

.main_list1 {
  position: relative;
  height: 100vh;

}
.login-wrapper {
  background: #7a62aa;
  position: relative;
}
 /*end login page */

 /* Add Property */

#titlebar h1, #titlebar h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 1px 0 3px;
}

input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #808080;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 38px;
  line-height: 51px;
  margin: 0 0 16px;
  max-width: 100%;
  opacity: 1;
  outline: medium none;
  padding: 0 20px;
  width: 100%;
}

 /*End Property */
.copyrights.header-1 {
  font-size: 25px;
  font-weight: 600;
  padding: 7px;
}
.login-form-inner.terms h2 {
  margin-bottom: 15px;
}
/*
.terms .btn-success {
  font-size: 12px;
  margin-top: 12px;
}*/
.section-title.dashboard-table {
  background: #3e3c3d none repeat scroll 0 0;
  padding: 10px;
  color: #979396;
}
.table-inner a {
  margin-top: 0 !important;
}
.table-inner a {
  margin-bottom: 19px;
  padding: 11px;
}
.table-inner .btn {
  font-size: 18px;
  padding: 5px 0px;
}
.relative {
  position: relative;
}
.absolute {
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.pagination {
  border-radius: 0;
  margin: 0;
}
.table-outer thead {
  background: #ccc;
}
/*
.table-outer a.btn-success{
  background: #2fa52e;
  border: #2fa52e;
  margin-top: 0 !important;
}
*/
.table-outer thead tr th {
  font-weight: 500;
}
select.input-lg {
  height: 38px;
  line-height: 46px;
  padding:0; 
}
.table-inner label {
  color: #818181;
  font-weight: 500;
  font-size: 12px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.form-select .bootstrap-select button {
  background: rgb(251, 251, 251) none repeat scroll 0 0;
  border: 1px solid #ececec;
  border-radius: 0;
  font-size: 14px;
  padding: 8px;
}
.form-select a {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  margin-bottom: 6px;
}
.brand-centered {
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.navbar-brand {
  color: #fff !important;
  float: left;
  font-size: 27px;
  font-weight: 700;
  height: 50px;
  line-height: 20px;
  padding: 15px;
  display: inline-block;
}
.nav.navbar-nav.navbar-right li a {
  color: #fff;

}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
  color: rgb(8,122,155) !important;
}
body{
  background:#0b6623;
}
.create {
  background: #ccc;
  padding: 7px;
  font-size: 13px;
}
.form-internal {
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}
.form-internal .add-more {
  background: transparent;
  border: none;
  text-align: right;
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 0;
}

.table-inner {
  margin-top: 2%;
}
.form-heading {
  font-size: 17px;
  margin: 15px 0;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.val-error
{
	border-color: #EA4335 !important;
}

.header-middle {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 11px 0;
}
.navbar-right {
  float: left;
  margin-right: -15px;
  width:100%;
}



.modal-dialog {
  margin: 30px auto;
  width: 600px;
  z-index: 1111;
}
.btn-client-txt {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.last{
white-space: nowrap;
}
.icon-size {
	font-size: 21px !important;
	color: #000 !important;
	margin-top: 8px !important;
}

.btn-warning {
	background-color: #FFEF00;
	border-color: #FFEF00;
}
.btn-warning:hover {
  background-color: #fdfd16;
  border-color: #fdfd16;
  color: #000;
}
.btn-danger:hover {
 
  color: #000;
}
.btn-success:hover {

  color: #000;
}
.content-list .list-wrapper {
  margin: 0;
  padding: 0;
}
.list-view {
  padding-top: 20px;
}
.content-list .list-wrapper li {
  border-bottom: 1px solid #eee;
  list-style: outside none none;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  text-align: left;
}
.content-list .menu-icon {
  display: block;
  float: left;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  width: 50px;
}

.content-image .menu-icon {
  border-radius: 35px;
  font-size: 28px;
  height: 35px;
  margin-right: 12px;
  width: 35px;
}
.content-image .menu-icon img {
  border-radius: 30px;
}
.content-image .menu-text {
  margin-left: 55px;
}
.menu-action-right .menu-text {
  padding-right: 30px;
}
.content-list .menu-text {
  display: block;
  margin-left: 26px;
  padding-right: 15px;
  text-transform: none;
}

.content-list .menu-info {
  color: #939ba2;
  display: block;
  font-size: 11.4px;
  font-style: italic;
  text-transform: capitalize;
}
.menu-text .menu-info p {
  font-size: 13px;
  color: #0b6623;
}
.menu-text .menu-info span {
  font-size: 11px;
  color: #939ba2;
}
a:hover{
text-decoration:none;
}
.back-btn {
	background: #333;
	color: #fff;
}
.back-btn:hover {
	background: #333;
	color: #fff;
}
.client_status_pending
{
	color:#C9302C;
}
.client_status_working
{
	color:#FDFD16;
}
.client_status_completed
{
	color:#449D44;	
}
.client_status_default
{
	color:#4C4C4C;
}


.client {
	background: #333;
	border: 4px solid #c5c5c5;
	border-radius: 30px;
}

.client:hover ,.client:active, .client:focus{

	background: #333;
	border: 4px solid #c5c5c5;
}

.client.active.focus, .client.active:focus, .client.active:hover, .client.focus:active, .client:active:focus, .client:active:hover {
	background: #333;
	border: 4px solid #c5c5c5;
}
