/*****Minal Dhore 18 Dec 2020*****/
.small-box .icon {
    color: rgb(255 255 255 / 58%)!important;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #1b69b7!important;
}
.bg-danger {
    background-color: #ff5b57!important;
    background: linear-gradient(230deg, #ff763b, #ffc480)!important;
}
.bg-info {
    background: linear-gradient(230deg, #759bff, #843cf6)!important;
}
.bg-success {
    background: linear-gradient(230deg, #fc5286, #ff9489)!important;
}
.bg-warning {
	  background: linear-gradient(230deg, #ffc107, #ffc1079e)!important;
}
.small-box {
    border-radius: 30px!important;
}
.small-box>.inner {
    padding: 20px 0px 5px 20px!important;
}
.bg-success {
    background-color: #28a745!important;
}
.small-box>.small-box-footer {
    border-radius: 0px 0px 30px 30px!important;
}
.content-wrapper {
    background: #F3F3F9!important;
}
.main-header {
	  border-bottom: 1px solid transparent!important; 
}
[class*=sidebar-dark-] {
    background-color: #fff!important;
}
.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #7571f9!important;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid transparent!important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: linear-gradient(230deg, #759bff, #843cf6)!important;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background: linear-gradient(230deg, #759bff, #843cf6)!important;
    color: #fff!important;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background: linear-gradient(230deg, #759bff, #843cf6)!important;
    color: #fff!important;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #7f7f7f!important;
}
[class*=sidebar-dark-] .sidebar a {
    color: #7f7f7f;
}
/*****21 December 2020*****/
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-treeview {
    /*background: linear-gradient(230deg, #3c7ef624, #3c4af629)!important;*/
    background: #00919814!important;
    border-radius: 5px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
	  background: linear-gradient(230deg, #759bff, #843cf6)!important;
    color: #fff!important;
}
.page-item.active .page-link{
	  background: linear-gradient(230deg, #759bff, #843cf6)!important;
    color: #fff!important;
    margin: 0px 8px;
}
.login-card-body, .register-card-body {
    border-radius: 30px;
}
.input-group-text .fas {
	  color: #759bff!important;
}
.login-logo a b {
	  color: #759bff!important;
}
.btn-primary{
    background: linear-gradient(230deg, #759bff, #843cf6)!important;
    color: #fff!important;
    border: 1px solid #843cf6!important;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #759bff;
    border-color: #759bff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background: linear-gradient(230deg, #759bff, #843cf6)!important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #759bff57!important;
}
.btn-success {
	background: linear-gradient(230deg, #759bff, #843cf6)!important;
  color: #fff!important;
  border: 1px solid #843cf6!important;
}
body::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #7571f957;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid transparent;  /* creates padding around scroll thumb */
}
.callout.callout-danger {
    border-left-color: #843cf6!important;
}
.icheck-success>input:first-child:checked+input[type=hidden]+label::before, .icheck-success>input:first-child:checked+label::before {
    background-color: #843cf6!important;
    border-color: #843cf6!important;
}
.icheck-success>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-success>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #843cf6!important;
}
.icheck-success>input:first-child:not(:checked):not(:disabled):focus+input[type=hidden]+label::before, .icheck-success>input:first-child:not(:checked):not(:disabled):focus+label::before {
    border-color: #843cf6!important;
}
/****extra css*****/
.bg-red{
  background-color: #dc3545!important;
  color: #fff!important;
}
.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.glyphicon, .small-box .icon>i.ion {
  font-size: 60px!important;
  top: 28px!important;
}
.small-box h3 {
  margin: 0 0 15px 0!important;
}
.txt-blue{
  color: #759bff!important
}
.profile-img{
	height: 40px!important; 
	width: 40px!important; 
	padding: 0px!important; 
	border: 2px solid #759bff;
	border-radius: 50%;
	margin-right: 80px; 
	white-space: nowrap;
}
.profile-img img{
	height: 100%; 
	width: 100%;
	border-radius: 50%
}
.card-header .nav {
	flex-wrap: initial!important;
	text-align: center;
}
.card-header .nav li a {
	color: #7571f9!important;
	line-height: 20px;
}
.card-header .nav li a i{
	background: #759bff;
  color: #ffffff!important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 13px;
  box-shadow: 2px 2px 1px #1c1c1c;
  margin-bottom: 10px;
}
.card.card-outline-tabs .card-header a:hover {
    border-top: 3px solid #843cf6;
    border-left: 3px solid #843cf6;
    border-right: 3px solid #843cf6;
}
.card.card-outline-tabs .card-header a {
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.nav-tabs {
    border-bottom: 1px solid #843cf6;
}
.card-primary.card-outline-tabs>.card-header a.active i{
	background: linear-gradient(230deg, #759bff, #843cf6)!important;
	color: #fff!important;
}
.card-primary.card-outline-tabs>.card-header a.active {
    border-top: 3px solid #7571f9!important;
    border-bottom: 3px solid transparent!important;
    border-left: 3px solid #7571f9!important;
    border-right: 3px solid #7571f9!important;
}
.yellow-icon{
	color: #ffc107;
}
.red-icon{
	color: #dc3545;
}
.blue-icon{
	color: #7571f9;
}
.bg-succ {
  background-color: #28a745!important;
  color: #fff!important;
}
.bg-war {
  background-color: #ffc107!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #843cf6!important;
}
.table-res{
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (max-width: 767px) and (min-width: 320px)  {
	.card-header .nav {
		flex-wrap: wrap!important;
		text-align: center;
	}
  .table-res{
    overflow-x: auto;
    overflow-y: auto;
  }
}
/*****Advance search*****/
.centerbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  width: 620px;
  min-height: 52px;
  z-index: 2
}

/*.centerbox h1 {
  margin-bottom: 25px;
  font-size: 36px;
  font-family: "Webly Sleek SemiLight";
  font-weight: normal;
  text-align: center;
}*/

/*.centerbox p.description {
  margin-bottom: 40px;
  text-align: center;
}*/

/*.description a {
  text-decoration: none;
}*/

.main-input {
  /*background: #fff;*/
  height: 50px;
  width: 327px;
  color: #a7b1ab;
  border: 1px solid #cccccc;
  margin-bottom: 0px;
  -webkit-appearance: none;
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  display: inline-block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0px 0px 57px;
  font-size: 16px;
  border-right: 0px;
  background: #fff url("/bower_components/admin-lte/dist/img/search.png") 18px 15px no-repeat;
  background-size: 18px 18px;
  float: left;
}

.main-location {
  display: none;
}

#main-submit {
  background: linear-gradient(230deg, #759bff, #843cf6)!important;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
  -webkit-appearance: none;
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  width: 141px;
  height: 50px;
  border: 0pxpadding-top:0px;
  float: left;
}

#main-submit:hover {
  background: #00a221;
  color: #fff !important;
  -webkit-appearance: none;
}

#main-submit-mobile {
  display: none;
}

.main-btn {
  display: inline-block;
  width: 128px;
  height: 50px;
  border: 1px solid #cccccc;
  padding: 0px;
  position: relative;
  float: left;
  color: #464646;
  border-right: 0px;
  background: #fff;
  /*background: #ffffff url("http://seodesigns.com/projects/TD/images/main-bullet.png") 122px 23px no-repeat; */
  background-size: 6px 6px;
  cursor: pointer;
}

.sec-btn {
  display: inline-block;
  width: 100px;
  height: 50px;
  border: 1px solid #cccccc;
  padding: 0px;
  color: #9c9c9c;
  position: relative;
  float: left;
  border-right: 0px;
  background: #fff;
/*  background: #ffffff url("http://seodesigns.com/projects/TD/images/main-bullet.png") 122px 23px no-repeat; */
  background-size: 6px 6px;
  cursor: pointer;
}

/*.search-small {
  font-size: 12px;
  margin: 0px;
  color: #9B9B9B;
  position: absolute;
  top: 6px;
  left: 16px;
  display: inline-block;
  width: 80px;
  height: 20px;
  text-align: left;
}*/

/*.search-large {
  font-size: 16px;
  margin: 0px;
  color: #4A4A4A;
  position: absolute;
  top: 19px;
  left: 16px;
  display: inline-block;
  width: 105px;
  height: 20px;
  font-weight: 900;
  text-align: left;
}*/

.main-form-container {
  margin-top: 30px;
  height: 50px;
  position: relative;
}

/*ul.search-description {
  width: 150px;
  position: absolute;
  background: #fff;
  right: 210px;
  top: 55px;
  overflow: auto;
  z-index: 12!important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 14px 0px;
  border: 1px solid #E5E5E5;
  display: none;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}*/

/*.search-description li {
  font-size: 12px;
  color: #4A4A4A;
  font-weight: 600;
  padding: 4px 0px;
  display: block;
  padding-left: 16px;
  cursor: pointer;
}*/

/*.search-description li:hover {
  background: #f8f8f8;
}*/
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #843cf6!important;
    color: #fff!important;
}

/* responsive css below */

@media only screen and (max-width: 680px) {
  .main-btn {
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-right: 1px solid #cccccc;
  }
  ul.search-description {
    right: 0px;
    z-index: 9999;
  }
  .centerbox p.description {
    width: 284px;
    margin: 0 auto 40px auto;
  }
  .centerbox {
    width: auto;
    transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -60%);
    /* Chrome, Safari, Opera */
  }
  .main-form-container {
    width: 477px
  }
  #main-submit {
    display: none;
  }
  #main-submit-mobile {
    background: #3cb13c;
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 141px;
    height: 50px;
    border: 0px;
    padding-top: 0px;
    float: none;
    border: 0px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
  }
  #main-submit-mobile:hover {
    background: #00a221;
    color: #fff !important;
    -webkit-appearance: none;
  }
  footer {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 515px) {
  .main-input {
    width: 210px;
  }
  .main-form-container {
    width: 360px
  }
  .centerbox h1 {
    width: 280px;
    margin: 0 auto 15px auto;
  }
  .centerbox {
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 425px) {
  .cover {
    background: rgba(0, 0, 0, 0) url("seodesigns.com/projects/TD/images/background.jpg") no-repeat center -175px;
  }
  .main-input {
    width: 55%;
    padding-left: 30px;
    background: #fff url("/bower_components/admin-lte/dist/img/search.png") 8px 15px no-repeat;
    background-size: 18px 18px;
    font-size: 15px;
  }
  .main-btn {
    font-size: 14px;
    width: 45%;
    background-size: 6px 6px;
  }
  .main-form-container {
    width: 100%;
  }
  #main-submit-mobile {
    margin-bottom: 15px;
    position: relative;
  }
  .search-large {
    left: 13px;
  }
  .small-box>.inner {
    padding: 20px 0px 5px 0px!important;
  }
}
.txt-blue{
  color: #843cf6!important;
}