a {
	cursor: pointer !important;
}

table tr td {
	vertical-align: middle !important;
}

/*.popover {
	width:150px;
}*/

.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;
}

.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;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-5 {
	margin: 5px;
}

.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;
}

.m-t-18 {
	margin-top:18%;
}

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

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

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

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

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

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

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

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

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

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear-both {
	clear: both;
}

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

.item-required {
	color: #ff5959;
	font-size: 8px;
	vertical-align: top;
	font-style: normal;
}

.none {
	display: none;
}

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

.term-left {
	margin-left: 50px !important;
}

.cursor {
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

.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;
}

.width-50 {
	width: 50%;
}

.width-100 {
	width: 100%;
}

/*
 * Current batch info
 */

.current_batch_info {
	font-size: 16px!important;
  margin-left: 5px;
  cursor: pointer;
}

/*
 * 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;
}

/*
 * 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: #FF5959  !important;
}

.bootstrap-switch {
  border: 1px solid #FF5959  !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: #FF5959;
}


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;
}

.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;
}

.activeImage {
	background: rgb(188, 231, 255) none repeat scroll 0% 0%;
}
/*
ESTILO PARA SWITCH
*/
.switch-success.switch-small.ats-switch.ng-isolate-scope.ng-valid {
	background: rgba(255, 0, 0, 0);
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	height: 40px;
	max-height: 40px;
	display: block;
	border: none;
	margin-top: -8px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.switch-success.switch-small.ats-switch.ng-isolate-scope.ng-valid * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.switch-success.switch-small.ats-switch.ng-isolate-scope.ng-valid:hover {
	box-shadow: none;
}
span.knob.ng-binding.ng-scope {
	border-radius: 50%;
	font-size: 0;
	width: 24px;
	height: 24px;
	max-height: 24px;
	border: none !important;
	margin-top: 3px;
	padding: 0;
	line-height: 0;
	outline: 0 !important;
	-webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.5);
}
.switch-animate {
	background: rgba(0, 128, 0, 0);
	display: block;
	width: 80px !important;
	height: 30px;
	max-height: 30px;
	margin: 5px 0 0 0;
	position: relative;
}
span.switch-right.ng-binding.ng-scope {
	background: transparent;
}
.switch-animate.switch-off {
	left: 59px;
}
.switch-animate.switch-on {
	left: 107px;
}
.switch-animate:before {
	content: '';
	outline: 0;
	background: red;
	display: block;
	width: 80px;
	height: 30px;
	position: fixed;
	left: 55px;
	z-index: -1;
	top: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ff5959;
	border: solid thin #fff;
	-webkit-box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.4);
}
.switch-animate.switch-off:before {
	background-color: #fcc200;
}
span.switch-right.ng-binding.ng-scope,
span.switch-left.ng-binding.ng-scope  {
	font-size: 13px;
	background: transparent;
	color: #999;
	font-weight: normal;
	position: fixed;
	top: -8px;
	left: 0;
	margin: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
span.switch-left.ng-binding.ng-scope {
	right: -10px;
	left: auto;
}
.switch-on .switch-left,
.switch-off .switch-right {
	font-weight: bold !important;
	color: #333 !important;
}
.switch-success.switch-small.ats-switch.ng-isolate-scope.ng-valid:hover .switch-on {
	left: 97px;
}
.switch-success.switch-small.ats-switch.ng-isolate-scope.ng-valid:hover .switch-off {
	left: 69px;
}
/*
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;
}
.profile-info-name .thumb-lg  {
	height: auto;
}
.configuration-wp .nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.w-200 {
	width: 100%;
	max-width: 200px;
	border-radius: 0;
}
span.status {
	padding: 0 10px;
	display: inline-block;
}
.status .btn-verified,
.status .btn-not-verified {
	background: hsl(0, 59%, 52%);
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	padding-top: 1px;
	vertical-align: middle;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-no-verified i {
	vertical-align: -1px;
}
.status .btn-verified {
	background: #44A228;
}
button.btn.dropdown-toggle.waves-effect.waves-light {
	background: rgb(192, 192, 192);
}
#business-data .panel.panel-light {
	min-height: 235px;
}
.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;
}
.spinnner-content.loader2 {
	background: url('../assets/images/preloader3.gif') no-repeat center center;
	width: 50px;
	height: 151px;
	display: block;
	background-size: contain;
}
.card-box.calendar-low {
	padding-top: 29px;
	padding-bottom: 29px;
}
.widget-low .widget-inline-box.text-center {
	padding-top: 0;
	padding-bottom: 0;
}
.widget-low i.text-primary.md {
	font-size: 25px;
}
.widget-low h3 {
	padding-top: 0;
	margin-top: 0;
}
.widget-low h5.text-muted {
	padding-bottom: 0;
	margin-bottom: 0;
}
.fs-21,
.fs-21 i.text-primary.md {
	font-size: 21px;
}

.alert-message {
	position: fixed;
	left: 0;
	top: 60px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em 0;
}

.alert-message-warning {
	background: rgba(252, 194, 0, 0.85);
}

.alert-message-danger {
	background: rgba(255, 89, 89, 0.8);
}
#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-380 {
	height: 380px;
}

/* 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;
}

.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;
}

/* 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;
}

/* ACTIVA TU CUENTA */
.portlet-inverse, .portlet-inverse .portlet-body, .card-box-inverse {
	background: #3d5368;
}
.portlet-inverse .portlet-heading .portlet-title {
	font-weight: 400;
	font-size: 14px;
}
.card-box-inverse .header-title{
	color: #fff !important;
	font-weight: 400;
	font-size: 14px;
}
.flex-card-box {
	padding: 0;
	margin-bottom: 23px;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}
.item-text {
  width: 76px;
  margin-left: -17px;
	margin-top: 11px;
	font-size: 12px;
	text-align: center;
}
.flex-card-items {
  height: 44px;
	width: 44px;
	border-radius: 3.1em;
	cursor: pointer;
	margin-bottom: 18px;
} 
a.link-black {
	text-decoration: none;
	color: #4a4a4a;
}
.btn-padding {
	padding: 10px 44px 10px 44px;
}

/********** TEXT COLORS *********/
.textWhite {
	color: #ffffff;
}
/********** ICONS DONE *********/
.greenCircle {
	border: solid 0.25em #52ad52;
	border-radius: 50%;
	opacity: 1;
}
.checkImg {
	background: #52ad52 url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -432px -372px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}

/********** ICONS PENDING **********/
.orangeCircle {
	border: solid 0.25em #ffa030;
	border-radius: 50%;
	opacity: 1;
}
.waitImg {
	background: #ffa030 url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -489px -369px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
	border: 2px solid transparent;
	border-radius: 50%;
}

/********** ICONS ON *********/
.iconOn {
	border: solid 0.25em #ffffff;
	border-radius: 50%;
	opacity: 1 ;
	
}

/********* ICONS MISSING *********/
.grayCircle {
	border: solid 0.25em rgba(255, 255, 255, 0.21);
	border-radius: 50%;
	opacity: 0.5;
}
.emailImg {
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -12px -371px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}
.mobileImg {
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -71px -372px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}
.formImg {
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -131px -372px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}
.buyImg {
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -190px -373px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}
.deviceImg {
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -251px -372px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}
.integraImg{
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -310px -372px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}
.firstImg{
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -371px -373px;
	background-size: 1200px 1200px;
	width: 44px;
	height: 45px;
}


/*SUBMENUS DE ACTIVAR CUENTA*/

.submenus {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
.inside {
    margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	color: white;
    font-size: 14px;
    text-align: center;
}
.inside-text {
	width: 340px;
  text-align: left;
	color: rgb(134, 129, 129);
}
.inside-text-mobile {
	width: 355px;
  text-align: left;
	color: rgb(134, 129, 129);
}
.inside-text-free {
	color: rgb(134, 129, 129);
}
.inside-text-buyVisibility {
	width: 540px;
	color: rgb(134, 129, 129);
}
.inside-text-email2 {
	color: rgb(134, 129, 129);
	/* width: 320px; */
	width: 360px;
  text-align: left;
}
input,
.phoneBox:before {
  padding: .35em .75em;
  border: none;
  font-weight: bold;
  color: rgb(41, 39, 39);
}
.field {
  display: flex;
  height: 41px;
}
.phoneBoxquery {
  flex: 1 0 8em;
}
.field-aline:before {
  flex: 0 0 2.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.phoneBox {
  margin: 2rem 1rem;
  max-width: 80%;
}
.phoneBoxCode {
	margin: 2rem 1rem;
}
.field-aline:before {
  border-radius: 2px 0 0 2px;
  background: white;
	font-weight: bold;
	margin-left: 9px;
  color: rgb(41, 39, 39);
  content: "+52";
}
.phoneBox-query {
  background: white;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 33rem;
}
.margin-btn-email {
	margin-top: 2rem;
}
.margin-btn {
	margin-right: 55px;
}
.margin-btn-mobile {
	margin-right: 4px;
	margin-bottom: 3rem;
}
/*EMAIL SEGUNDA SECCION*/
input,
.emailBox2:before {
	padding: .35em .75em;
	border: none;
	color: rgb(41, 39, 39);
	font-size: 12px;
	text-decoration: none;
}
.emailBox2-query {
	flex: 1 0 8em;
}
.emailBox2-submitBtn {
	flex: 0 0 auto;  
}
.emailBox2-submitBtn:before {
	position: absolute;
	margin-top: 5px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 17px;
	color: #797979;
	content: "\f003";
}
.emailBox2 {
	/*max-width: 80%;*/
	max-width: 95%;
}
.emailBox2-query {
  background: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.emailBox2-submitBtn {
  border-radius: 0 2px 2px 0;
  background: transparent;
  font-weight: 300;
  margin-left: 1rem;
  height: 35px;
  text-transform: uppercase;
  color: #797979;
}
/*ACTIVA TU DISPOSITIVO*/
/*SWITCHS*/
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(216, 25, 25);
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 21px;
	left: 1px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: rgb(65, 184, 101);
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.grayActiveCount {
	background: #a9b8bf8f;
}
.padd-2{
	margin: 2rem;
}
.line-0{
	line-height: 0.1;
}

/*PRUEBA TU INTEGRACION*/
.h4-left {
	text-align: left !important;
}
/*TU PRIMER TRANSACCION*/
.inside-text-firtsVisibility {
	width: 483px;
	text-align: center;
}
.inside-text-firtsVisibility2 {
	width: 483px;
	text-align: center;
}
.flex-square-box {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.flex-square-items {
	margin-top: 10px;
	color: white;
}
.squareGreen { 
	background: #52ad52;
	width: 421px; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 11px 0 11px 0;
}
.wellDoneImg {
	background: url('../assets/images/sprite-icns-etomin@2x.png') no-repeat -551px -365px;
	background-size: 1200px 1200px;
	width: 37px;
	height: 50px;
}
.text-square-green {
	font-size: 15px;
	text-align: left;
	width: 164px;
	margin-left: 2rem;
}
.underPar {
	line-height: 0.6;
}

/* Payment button modal */
.editPaymentButton textarea {
	resize: none;
	margin: 0 auto;
	display: block;
	border: 1px solid #cecece;
	outline: none;
	font-size: 12px;
	font-family: courier new;
	padding: 10px;
}

.editPaymentButton p {
	margin: 13px auto 13px;
	padding-left: 25px;
	width: 100%;
}

.tooglePaymentButton {
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
	width: 93px;
}










/*RESPONSIVE*/
@media screen and (max-width: 768px) {
	.payments-wp .card-box .col-lg-3.col-md-3.col-sm-3.col-xs-10,
	.transfers-wp .card-box .col-lg-3.col-md-3.col-sm-3.col-xs-10,
	.clients-wp .card-box .col-lg-4.col-md-4.col-sm-4.col-sm-6.col-xs-5,
	.products-wp .card-box .col-lg-3.col-md-4.col-sm-4.col-xs-10.pull-left.form-group.m-b-10.m-t-10 {
		width: 64%;
		padding-right: 0;
	}
	.payments-wp .card-box .col-lg-2.col-md-2.col-sm-2.col-xs-3,
	.transfers-wp .card-box  .col-lg-1.col-md-1.col-sm-1.col-xs-2,
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2,
	.products-wp .card-box .col-lg-6.col-md-4.col-sm-4.col-xs-2.pull-left.m-b-10.m-t-10 {
		width: 36%;
		padding-right: 9px;
		padding-left: 5px;
	}
	.payments-wp .card-box .col-lg-2.col-md-2.col-sm-2.col-xs-3 .btn-group,
	.transfers-wp .card-box  .col-lg-1.col-md-1.col-sm-1.col-xs-2,
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 .btn-group,
	.products-wp .card-box .col-lg-6.col-md-4.col-sm-4.col-xs-2.pull-left.m-b-10.m-t-10   {
		text-align: right;
		display: block;
	}
	.payments-wp .card-box .col-lg-2.col-md-2.col-sm-2.col-xs-3 .btn-group button,
	.transfers-wp .card-box  .col-lg-1.col-md-1.col-sm-1.col-xs-2 button,
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 .btn-group button,
	.products-wp .card-box .col-lg-6.col-md-4.col-sm-4.col-xs-2.pull-left.m-b-10.m-t-10 button {
		display: inline-block;
		float: none;
		text-align: center;
	}
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 {
		padding-right: 0;
	}
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 button {
		margin-left: 5px;
	}
	.clients-wp .card-box .col-md-3.col-xs-5.pull-right {
		display: block;
		width: 100%;
		padding: 15px 0 0;
	}
	.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;
	}
	#business-data .panel.panel-light {
		min-height: auto;
	}
	.widget-low .widget-inline-box.text-center {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.col-xs-12 {
		padding-top: 10px;
	}

	.col-xs-12 .search {
		width: 100%;
		margin-left: 0px!important;
	}

	.transfer-search {
		margin-top: 5px;
	}

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

	.margin-xs {
		margin-top: 5px!important;
	}

}
@media screen and (max-width: 420px) {
	.sidebar-inner .pull-left {
		display: none;
	}
	.payments-wp .card-box .col-lg-3.col-md-3.col-sm-3.col-xs-10 {
		width: 51%;
	}
	.payments-wp .card-box .col-lg-2.col-md-2.col-sm-2.col-xs-3 {
		width: 49%;
		padding-left: 0
	}
	.payments-wp .card-box .col-lg-2.col-md-2.col-sm-2.col-xs-3 .btn-group button.btn.btn-default.waves-effect.waves-light {
		margin-left: 0;
	}
	.clients-wp .card-box .col-lg-4.col-md-4.col-sm-4.col-sm-6.col-xs-5,
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 {
		display: block;
		width: 100%;
		padding: 0 10px 0;
	}
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 {
		padding-top: 15px;
	}
	.clients-wp .card-box  .col-md-5.col-xs-2.col-sm-2.col-lg-2 .btn-group {text-align: center;
	}
	.products-wp .card-box .col-lg-6.col-md-4.col-sm-4.col-xs-2.pull-left.m-b-10.m-t-10 button {
		padding-left: 10px;
		padding-right: 10px;
	}

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


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

.seller-account-message {
	margin-top: 50px;
	font-size: 28px;
}

.card-box {
	margin-bottom: 50px;
}

.confirm-email {
	width: 90%;
}

.confirm-email-logo {
	width: 260px;
}

.confirm-email-bad-image {
	width: 160px;
}

.confirm-email-success-image {
	width: 630px;
}

.bad-token {
	color: #cf3923;
  font-size: 22px;
}

.success-token {
	color: #52ad52;
  font-size: 22px;
}

.bad-token img, .success-token img {
	width: 23px;
	margin-top: -4px;
	margin-right: 10px;
}

.confirm-email-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.confirm-email-footer a {
	color: #797979;
		text-decoration: underline;
}

.confirm-email-footer-logo {
	width: 130px;
}

@media screen and (max-width: 800px) {
  .conditionsTerm {
    font-size: 11px !important;
	}

	.confirm-email-logo {
		width: 200px;
	}
	.bad-token, .success-token {
		margin-top: 40px;
		font-size: 16px;
	}
	.confirm-email-bad-image {
		width: 105px;
	}
	.confirm-email-success-image {
		width: 330px;
	}
	.confirm-email-footer-logo {
		width: 100px;
	}
}
