/*table#table tr.selected, table#table tr.selected td.sorting_1 {
	background-color: transparent;
}*/

table#table tr.selected > *{
	box-shadow: none;
	color: #FFF !important;
	background-color: #1cbb8c;
}
table#table tr.selected > 

/*Pagination*/

#tbllistado_paginate > .pagination > li.page-item.active a{
	background-color: #1cbb8c !important;
    border-color: #1cbb8c !important;
}

.page-item.active .page-link{
	background-color: #1cbb8c;
	border-color: #1cbb8c;
}

/*table#tbllistado tr.selected td.select-checkbox:after{
	content: none;
	
}

table#tbllistado tr.selected td.select-checkbox:before{
	background: #24bd90;
	box-shadow: 0px 0px 4px #24bd90;
	border: 0;
	
}*/

/*table#tbllistado tr td.select-checkbox:before{
	border: 1px solid #cecece;
}

table#tbllistado tr.selected td a#btn-view i{color: #FFF;}*/




/* LOG IN  */

/*.loginBg {background-color: #572770;}*/
.form-group.required .form-label:after { 
color: red;
   	content:" *";
   	color:red;
	font-family: 'Glyphicons Halflings';
	font-weight: normal;
	font-size: 14px
}



/*---INPUT SPINNER-*/
.inputcontainer {
  position: relative;
}
.icon-container {
  position: absolute;
  right: 10px;
  top: calc(50% + 7px);
}
.loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}

@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.loader::after, .loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

/*Sidebard*/

nav .sidebarLogo{
  width: 200px;
}


/*details*/

/*.member_photo{
  position: relative;
}
.member_photo .badge {
  position: absolute;
  bottom: 10px;
  left: 60%;
  width: 30px;
}*/

.tab .nav-tabs .nav-link.active {
  background: #1cbb8c ;
  color: #ffffff ;
}
.tab .nav-tabs .nav-link:hover:not(.active) {
  background: #eee;
  color: #343a40;
}



/* COLORES */
.bg-success, .btn-success, .page-item.active .page-link, .tab .nav-tabs .nav-link.active, .list-group-item.active{
  background-color: #892693 !important;
  border-color: #892693 !important;
}

.text-success{
  color:  #892693 !important;
}

.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link{
  background: linear-gradient(90deg,rgba(137,38,147,.1),rgba(137,38,147,.088) 50%,transparent);
  border-left-color: #892693;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link{
  color:  #eada2f;
}

.sidebar-toggle:hover .hamburger, .sidebar-toggle:hover .hamburger:after, .sidebar-toggle:hover .hamburger:before{
  background-color: #892693 !important;
}

::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: #892693;
}

::selection {
  color: #FFF;
  background: #892693;
}