body{
  font-family:font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma !important;
}

.imagesize{
  float: left;
    width:  200px;
    height: 150px;
    object-fit: cover;
}

.card-stats{
  padding-top: 20px;
}

.accordion {
 	width: 100%;
 	margin:0;
 	padding: 0;
 	background: #04537D;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	border:solid thin #444359;
 	list-style: none;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 5px 5px 5px 42px;
	color: white;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}

.accordion li i {
	position: absolute;
	top: 5px;
	left: 7px;
	font-size: 25px;
	color: #90D5FF;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 20px;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	background: #fff;
 	font-size: 12px;
 	list-style: none;
 	padding: 0;
 	margin: 0;
 }

 .lastsubmenu{
   border-radius: 0 0 5px 5px;
   -webkit-border-radius: 0 0 5px 5px;
   -moz-border-radius: 0 0 5px 5px;
 }

 .submenu li {
 	border-bottom: 1px dotted #4D4D4D;
 }

 .submenu li:last-child {
 	border-bottom: none;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #4D4D4D;
 	padding: 7px 12px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	color: #046496;
 }

form.registration-form fieldset {
    display: none;
}

form.registration-form .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
}

#customers {
  color:#046496 !important;
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px;
}

#customers td, #customers th{
  border: 1px solid #ddd;
  padding: 1px 5px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#partner-list{
  float:left;
  list-style:none;
  margin-top:0px;
  padding:0;
  position: absolute;
  z-index:1;
  width: 100%;
  border: #bbb9b9 1px solid;
}

#partner-list li{
  padding: 5px 10px;
  background: #fff;
  border-bottom: #bbb9b9 1px solid;
}

#partner-list li:hover{
  background:#ece3d2;
  cursor: pointer;
}

.subcategories{
  width:100%;margin:0;padding: 0;
  border: solid thin #dee2e6;
  border-top:none;
  border-bottom: none;
  }

.categories td{
    font-weight: bold;
    text-transform: uppercase;
  }

.subcategories td{
  border: solid thin #dee2e6;
  padding: 3px 5px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
}

.groupcategories td{
  border: solid thin #dee2e6;
  padding: 3px 5px;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 12px;
}

.table-responsive{
  overflow: auto;
  }

.footer-white{
  border-top:solid 3px #046496;
  bottom:0;
  padding:5px 0;
  position:absolute;width:100%;
}

.navbar .navbar-nav .nav-link i.nc-icon{
  font-size: 20px;
  top: 0;
}
.pagination {
  display: inline-block;
	float: right;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
	text-transform: uppercase;
}

.pagination strong {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
	background-color: #046496;
  color: white;
  border: 1px solid #046496;
}

.pagination a:hover {background-color: #ddd;}

.card-stats .card-body .numbers {
  font-size: 20px;
}

.memberslist{
  border-collapse: collapse;
  overflow: hidden;
}

.memberslist tr td table{
  border-collapse: collapse;
  border-left: solid thin #046496;
  margin:10px 0;
}

.parent{
  color: #046496;
  padding: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  border: solid thin #046496;
  text-align: center;
  margin-left: -2px;
  width: 180px;
}

.parent a{
  color:#046496;
  text-decoration: none;
}

.parent i{
  float: right;
  margin-right: -13px;
  font-size: 15px;
}

.arrowtable tr td i{
  color:#046496;
  margin-left: -3px;
  margin-right: -3px;
}


.text-primary{
color: #046496 !important;
  }

.card-header{
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
  font-size: 10px;
  margin-top:10px;
  border-bottom: solid 2px #046496;
}

.card-title{
  margin-bottom:3px;
  text-transform: uppercase;
}

.account{
  font-weight:bold;
  text-align:right;
  background:transparent !important;
  font-size:15px;
  text-transform: uppercase;
  border-color:#046496;
  color: #046496 !important;
}

ul.tabs{
	padding: 0px;
	list-style: none;
  margin:0;
		}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bolder;
}

ul.tabs li.current{
	background: #fff;
	color: #222;
  border: 1px solid #dee2e6;
  border-bottom: 0;
}

.tab-content{
	display: none;
	background: #fff;
  border-radius: 0px 5px 5px 5px;
	padding: 15px;
  position: relative;
  padding-top: 30px;
  z-index: 0;
  margin-top: -2px;
  width: 100%;
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.tab-contents{
	background: #fff;
  border-radius: 5px;
	padding: 15px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #dee2e6;
}

.tab-content.current{
	display: inherit;
}

.livesearch{
position: absolute;
margin-top:-35px;
left:50%;
width:50%
}

#loaderEmail,#loaderMobile,#loaderUpline,#loaderSponsor,#loaderSearch{
padding-top: 5px;
padding-right: 5px;
float: right;
display: none;
}


.main-panel{
  min-height: 100%;
}


.card .card-body{
  padding-top: 0;
  padding-bottom: 0;
}

.table{
  margin-bottom: 0;
}

.success, .error {
    border: 1px solid;
    margin-bottom: 10px;
    padding: 15px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  .success {
    color: #4F8A10;
    background-color: #DFF2BF;
  }

  .error{
    color: #D8000C;
    background-color: #FFBABA;
  }

.main-panel > .content {
      margin-top: 70px;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

/* Nucleo Style */

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}
