.popover {
	width:auto;
}

.logo {
	font-family: 'Lobster', cursive;
}

.bg-gray {
	background: rgba(72, 72, 72, 0.12);
}

.bg-white {
	background: #FFFFFF;
}

.no-border {
	border: 0!important;
}

.no-padding {
	padding: 0!important;
}

.no-padding-height {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.no-padding-width {
	padding-left: 0!important;
	padding-right: 0!important;
}

.no-padding-top {
	padding-top: 0!important;
}

.no-padding-bottom {
	padding-bottom: 0!important;
}

.p-10 {
	padding: 10px!important;
}

.p-20 {
	padding: 20px!important;
}

.p-30 {
	padding: 30px!important;
}

.m-10 {
	margin: 10px!important;
}

.m-20 {
	margin: 20px!important;
}

.m-30 {
	margin: 30px!important;
}

.no-margin {
	margin: 0!important;
}

.no-margin-height {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.no-margin-width {
	margin-left: 0!important;
	margin-right: 0!important;
}

.no-margin-top {
	margin-top: 0!important;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

.no-border-radius {
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}

.no-border-radius-left {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.no-border-radius-right {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.cursor {
	cursor: pointer;
}

.font-8 {
	font-size: 8px;
}

.font-10 {
	font-size: 10px;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.black {
	color: rgb(72, 81, 90);
}

.default {
	color: #ff5959!important;
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.text-vertical-center {
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}

.none {
	display: none;
}

.bold {
	font-weight: bold!important;
}

.uppercase {
	text-transform: uppercase!important;
}

.short-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.login-content {
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
	padding: 20px;
}

.footer-dashboard {
	background: rgba(8, 16, 23, 0.3);
	position: fixed;
	bottom: 0;
	width: 100%;
}

.grafic {
	background: #007095;
	color: #FFF;
	height: 100px;
	text-align: center;
	padding: 5%;
}
.height-320 {
	height: 100px;
}
.text-middle-center {
	display: table;
}

.text-middle-center i {
	display: table-cell;
	vertical-align: middle;
}

.fa-spinner {
	animation: fa-spin 1.7s infinite linear;
}

.item-space:nth-child(odd) {
	margin-left: 10px;

}

.item-space:nth-child(even) {
	margin-right: 10px;
}

.btn-white-red {
	color: #fb5e5e;
	background: white;
	border-color: #e3e3e3;
	padding: 9px 14px 10px;
	font-size: 12px;
}

/*
 * Cambia estilo de los botones del template
 */

.btn.pull-right {
	margin-left: 10px;
}

.btn.pull-left {
	margin-right: 10px;
}

.btn.w-lg {
	min-width: auto!important;
  padding-left: 20px;
  padding-right: 20px;
}

.form-group select {
	width: 100%;
	height: 35px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.form-group label span {
	color: #fb5e5e;
  vertical-align: top;
  margin: 0 0 0 3px;
  font-size: 12px;
}

/* Tables */

.bootstrap-table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bootstrap-table .table > thead > tr > th {
  /*background: #1d334a;
  color: #ebeff2;
  border-color: #1d334a;*/
  /*font-weight: lighter;*/
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle!important;
}

.bootstrap-table .table > thead > tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.bootstrap-table .table > thead > tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

/*
 * Cambia estilo de checkbox toggle del header
 */

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  background: #FF5859!important;
}

.bootstrap-switch {
  border: 1px solid #FF5859!important;
}

/*
* Cambia el estilo del boton de tipo de ambiente
*/

.ats-switch.switch-small .switch-left, .ats-switch.switch-small .switch-right, .ats-switch.switch-small .knob {
	font-weight: bold;
  padding-top: 4px;
}

.ats-switch span.switch-right {
	color: #FFF;
	background: #ffbd4a;
}

.ats-switch.switch-success span.switch-left {
	color: #fff;
	background: #FF5859;
}


div.list-group-item.not-disabled:hover {
	background-color: #eee;
	cursor: pointer
}
div.list-group-item.des-disabled {
	cursor: pointer !important;
	background-color: #eee;
}
/*
* Estilo especial para clients, el que muestra el promedio
*/

.clients-average-square {
	padding: 0px;
}

.clients-average-square .icon {
	padding-left: 25px;
	padding-top: 10px;
}

.clients-average-square .title {
	padding-top: 5px;
	padding-bottom: 4.6px;
}

.clients-average-square .title .text{
	margin: 0 0 0 34px;
}

.clients-average-square .data {
	padding-right: 15px;
	padding-top: 8px;
}

.clients-average-square .icon-title {
	margin: 0 0 0 34px;
}






/*
INPUT CHECKBOX
*/

/*.btn-zone input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
.btn-zone input[type='checkbox']:focus,
.btn-zone input[type='checkbox']:active {
  outline: none;
}
.btn-zone input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  color: #0b4c6a;
}
.btn-zone input[type='checkbox'] + label:before,
.btn-zone input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
.btn-zone input[type='checkbox'] + label:before {
  background-color: #fafafa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-zone input[type='checkbox'] + label:after {
  color: #fff;
}
.btn-zone input[type='checkbox']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 10px #158EC6;
  -webkit-box-shadow: inset 0 0 0 10px #158EC6;
  box-shadow: inset 0 0 0 10px #158EC6;
}
/**/
/*.btn-zone input[type='checkbox'] + label:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-zone input[type='checkbox'] + label:hover:after, .btn-zone input[type='checkbox']:checked + label:after {
  content: "\2713";
  line-height: 18px;
  font-size: 14px;
}
.btn-zone input[type='checkbox'] + label:hover:after {
  color: #c7c7c7;
}
.btn-zone input[type='checkbox']:checked + label:after, .btn-zone input[type='checkbox']:checked + label:hover:after {
  color: #fff;
}*/
/*
*/
/*.btn-zone input[type='checkbox'].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 28px;
  background-color: #fafafa;
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  @inlcude box-shadow(none);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-zone input[type='checkbox'].toggle:hover:after {
  background-color: #c7c7c7;
}
.btn-zone input[type='checkbox'].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #aeaeae;
  top: 2px;
  left: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-zone input[type='checkbox']:checked.toggle {
  -moz-box-shadow: inset 0 0 0 15px #158EC6;
  -webkit-box-shadow: inset 0 0 0 15px #158EC6;
  box-shadow: inset 0 0 0 15px #158EC6;
}
.btn-zone input[type='checkbox']:checked.toggle:after {
  left: 29px;
  background-color: #fff;
}*/






/*
ESTILOS PERSONALIZADOS
*/
.card-box button.btn.btn-default.waves-effect.waves-light {
	border-radius: 3px;
	margin-left: 15px;
}
.logo .icon-c-logo img {
	width: 100%;
	max-width: 16px;
}
.sidebar-inner .pull-left {
	background: rgba(255,255,255,0.05);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 240px;
	height: 39px;
	color: #fff;
}
.sidebar-inner .pull-left button.button-menu-mobile {
	background:  url('../assets/images/menu-arrown.png') no-repeat center center;
	background-size: 27px 15px;
	display: block;
	width: 240px;
	height: 39px;
	padding: 0;
}
/*body.mobile .sidebar-inner .pull-left button.button-menu-mobile,
body.smallscreen .sidebar-inner .pull-left button.button-menu-mobile,*/
body.fixed-left-void .sidebar-inner .pull-left button.button-menu-mobile {
	width: 70px;
}
body.fixed-left-void .sidebar-inner .pull-left button.button-menu-mobile {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sidebar-inner .pull-left i.fa.fa-bars {
	display: none;
}
.footer a {
	display: block;
	text-align: right;
}
.footer a img {
	width: 100%;
	max-width: 100px;
	display: block;
	float: right;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover,
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #eee !important;
}
thead {
  letter-spacing: .5px;
}
button.btn.dropdown-toggle.waves-effect.waves-light {
	background: rgb(192, 192, 192);
}
.sellers-profile {
	margin-top: 25px;
	padding-left: 15px;
}
.padding-10 {
	padding: 10px;
}
.w-200 {
	width: 100%;
	max-width: 200px;
	border-radius: 0;
}
.col-3 .col-lg-4 .card-box {
	min-height: 360px;
	padding-bottom: 0;
}
.btn-zone .btns button {
	float: left;
	display: inline-block;
	margin: 0 5px;
}
.btn-zone .checkbox label {
	font-size: 13px;
}
.btn-zone .col {
	vertical-align: middle;
	display: inline-block;
}
.btn-zone .col .checkbox {
	margin-top: 9px;
}
.btn-zone .col:last-child {
	text-align: right;
}
.btn-zone .col ul.dropdown-menu {
	float: right;
	right: 0;
	left: auto;
}
.account .bg-g {
	background: #E4EAEF;
	box-sizing: border-box;
}
.account p {
	padding: 7px 0;
	margin-bottom: 0;
	text-align: right;
}
.account .col-xs-6:last-child p {
	color: #666;
	letter-spacing: .5px;
}
.account .card-box {
	padding: 10px 20px;
	border-bottom: solid thin #fff;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#sellersTable a.label.ng-binding {
	width: 100%;
	display: block;
	max-width: 90px;
	margin: 0 auto;
	padding-top: .55em;
	padding-bottom: 0.55em;
	vertical-align: middle;
}
#sellersTable a.label.ng-binding.label-success {
	background-color: #1D334A;
}
#sellersTable td {
	display: table-cell;
	vertical-align: middle;
}
.popover-title {
	padding: 0px;
	text-align: center;
	color: #FFF !important;
}
.popover.bottom>.arrow:after {
  border-bottom-color: #1D334A  !important;
}
.popover {
	padding: 0px;
	border: 1px solid #1D334A  !important;
}
.spinnner-content.loader2 {
	/* background: url('../assets/images/preloader.gif') no-repeat center center; */
	width: 50px;
	height: 151px;
	display: block;
	background-size: contain;
}
.conciliation-search {
	height: 38px;
	margin-left: 0px !important;
}
#monto {
	margin-bottom: 15px;
}
#monto .col-md-6:nth-child(2) {
	padding-top: 15px;
}
#monto .image {
	width: auto;
	margin-right: 5px;
}
#monto .image img {
	max-height: 55px;
}
#monto .monto h3 {
	font-size: 1.8em;
	font-weight: 800;
	font-family: Helvetica;
	padding-top: 3px;
	padding-bottom: 2px;
}
#monto .date span {
	font-size: .85em;
	font-weight: 600;
}
.link {
	text-align: center;
	padding-top: .5em;
}
.link a {
	text-align: center;
	display: inline-block;
	color: #337ab7 !important;
	font: 600 1em Helvetica;
	border-bottom: thin solid rgba(51, 122, 183, 0.25) !important;
	padding-bottom: 4px;
}
.link a:hover{
	color: #aaa !important;
	border-color: #aaa !important;
}
.detail-400 {
	height: 415px;
}

/* Foo tables */
.footable-row-detail, .footable-row-detail-cell {
	/*-webkit-box-shadow: inset 0px 0px 2px 0px rgba(153,153,153,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(153,153,153,1);
	box-shadow: inset 0px 0px 2px 0px rgba(153,153,153,1);*/
}

.footable-row-detail-inner {
	width: 100%;
}

.footable-row-detail {
	/*background-color: #F4F5F7!important;*/
}

.no-footable-icon span.footable-toggle {
	color: transparent!important;
}













/*
RESPONSIVE
*/
@media screen and (max-width: 1024px) {
	.sellers-profile {
		margin-top: 40px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 768px) {
	.sellers-wp .card-box .col-md-3.col-xs-5.pull-right {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}
	.sellers-wp .card-box .col-md-5.col-xs-2.col-sm-2.col-lg-2 {
		width: 37%;
		padding-right: 0;
	}
	.sellers-wp .card-box .col-md-5.col-xs-2.col-sm-2.col-lg-2 .btn-group {
		display: block;
		text-align: right;
	}
	.sellers-wp .card-box .col-md-5.col-xs-2.col-sm-2.col-lg-2 .btn-group button {
		display: inline-block;
		float: none;
		text-align: center;
	}
	.sellers-wp .card-box .col-lg-4.col-md-4.col-sm-4.col-sm-6.col-xs-5 {
		width: 63%;
	}
	.btn-inverse, .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.col-xs-12 {
		padding-top: 10px;
	}

	.conciliation-search {
		width: 100%;
	}


}
@media screen and (max-width: 420px) {
	.sidebar-inner .pull-left {
		display: none;
	}


	.sellers-wp .card-box .col-md-5.col-xs-2.col-sm-2.col-lg-2 {
		width: 100%;
		display: block;
		padding-top: 15px;
	}
	.sellers-wp .card-box .col-md-5.col-xs-2.col-sm-2.col-lg-2 .btn-group {
		display: block;
		text-align: center;
	}
	.sellers-wp .card-box .col-lg-4.col-md-4.col-sm-4.col-sm-6.col-xs-5 {
		width: 100%;
	}
	.sellers-profile {
		margin-top: 25px;
		padding-left: 10px;
	}


}

/***** Styles for Seller dashboardDetail - JDMR_INI *****/
.widget-panel > i {
	font-size: 40px;
	font-weight: 900;
	padding: 30px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	line-height: 60px;
}

.widget-style-3 > i {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 0px solid #000000;
	padding: 19px 8px;
	background: #36404a;
}

i > img.panel-ico {
	width: 44px;
	padding-left: 5px;
	margin-top: -7px;
}
/***** Styles for Seller dashboardDetail - JDMR_END *****/

.radial-bar {
	background-clip: border-box!important;
}