/* pos-app {
	width: 100%;
}

pos-app::-webkit-scrollbar {
  display: none;
}

clients-page .view-info-centered
{
  display:flex;

}

clients-page .view-info-centered .view-section-header
{
  flex:1;
} */

.title-Table {
	text-align: center;
}

#conditions table {
	width: 100%;
}

#conditions table:nth-child(2) {
	margin-top: 25px;
}

.error {
	color: red;
}

.fullwidth {
	width: 100%;
}

/*--------------------------------------------------------*/

.mdl-layout__content {
	transition: margin-left 0.3s;
}

/* VALIDACION RESPONSIVE PARA LOS CONTAINER */
@media screen and (max-width: 1025px) {
	.mdl-layout--fixed-drawer>.mdl-layout__content {
		transform: translateX(0);
	}
}

@media screen and (max-width: 1024px) {
	.mdl-layout--fixed-drawer>.mdl-layout__content {
		width: 100%;
	}
}

/* Menu fijo */
/* pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .order-cart {
  width: 85rem !important;
}
pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .mypos-left {
  width: 85rem !important;
}
pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .cart-list-item {
  width: 85rem !important;
}
pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .cart-head {
  width: 85rem !important;
}

pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .order-totals {
  width: 85rem !important;
}
pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .order-checkout {
  width: 85rem !important;
} */

/* Menu No fijo */
/* pos-app > div > div > div .metapos-container .order-cart {
  width: calc(85rem + 240px) !important;
}
pos-app > div > div > div .metapos-container .mypos-left {
  width: calc(85rem + 240px) !important;
}
pos-app > div > div > div .metapos-container .cart-list-item {
  width: calc(85rem + 240px) !important;
}
pos-app > div > div > div .metapos-container .cart-head {
  width: calc(85rem + 240px) !important;
}

pos-app > div > div > div .metapos-container .order-totals {
  width: calc(85rem + 240px) !important;
}
pos-app > div > div > div .metapos-container .order-checkout {
  width: calc(85rem + 240px) !important;
} */

/* pos-app > div > div > div main {
  height: calc(100% - 64px) !important;
} */

/* .order-cart .table-products
{
  display: flex;
}
.order-cart .table-products > i
{
  flex:1;
}
.order-cart .table-products > span:nth-child(2)
{
  flex:4;
  overflow: hidden;
}
.order-cart .table-products > span:nth-child(3)
{
  flex:5;
  overflow: hidden;
  padding-right: 10px;
} */

/* pos-app > div > div > div.mdl-layout--fixed-drawer .order-cart .table-products > span:nth-child(4)
{
  flex:1;
  overflow: hidden;
  display: none;
}

pos-app > div > div > div .order-cart .table-products > span:nth-child(4)
{
  flex:1;
  overflow: hidden;
}

pos-app > div > div > div.mdl-layout--fixed-drawer .order-cart .table-products > span:nth-child(5)
{
  flex:1;
  overflow: hidden;
  display: none;
}

pos-app > div > div > div .order-cart .table-products > span:nth-child(5)
{
  flex:1;
  overflow: hidden;
}

.order-cart .table-products > span:nth-child(6)
{
  flex:1;
  overflow: hidden;
}

.order-cart .table-products > span:nth-child(7)
{
  flex:1;
  overflow: hidden;
}
.order-cart .table-products > span:nth-child(8)
{
  flex:1;
  overflow: hidden;
}
.order-cart .table-products > span:nth-child(9)
{
  flex:2;
  overflow: hidden;
}
.order-cart .table-products > span:nth-child(10)
{
  flex:2;
  overflow: hidden;
}
.order-cart .table-products > span:nth-child(11)
{
  flex:3;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
.order-cart .table-products > span:nth-child(12)
{
  flex:1;
  overflow: hidden;
} */

/* .select2-container {
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,1);
  padding-bottom: 9px;
  font-size: 16px;
}

.select2-container--default .select2-selection--single
{
      border: 0 !important;
} */
/* ------------------------------------------------------ */

/* @media (min-width: 1025px) {
  .pos-main {
    max-width: 1424px;
    margin-left: 0;
    width: 100%;
  }
} */



/* @media (max-width: 1024px) and (min-width: 480px) {
  .pos-main {
		width: 100%;
  }
} */

@media (min-width: 1485px) {
	/* .pos-content { */
	/*max-width: 1485px;*/
	/* margin-left: 0; */
	/* width: 100%;
    height: 100%;
  } */

	/* .mdl-layout__container {
    position: absolute;
    width: 100%;
    height: 100%;
  } */
	/*
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container {
    position: fixed;
    width: calc(100% - 240px);
  } */

	/* pos-app > div > div > div .metapos-container
  {
    width: calc(100%);
  } */


}

@media (max-width: 1484px) and (min-width: 1325px) {
	/* .pos-content {
    max-width: 1484px;
    margin-left: 0;
    width: 81.5%;
    height: 100%;
  } */

	/* .mdl-layout__container {
    position: absolute;
    width: 100%;
    height: 100%;
  } */

	/* pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .metapos-container {
    position: fixed;
    width: calc(100% - 240px);
  }

  pos-app > div > div > div .metapos-container
  {
    width: calc(100%);
  } */
}

@media (max-width: 1324px) and (min-width: 1225px) {
	/* .pos-content {
    max-width: 1324px;
    margin-left: 0;
    width: 80%;
    height: 100%;
  } */

	/* .mdl-layout__container {
    position: absolute;
    width: 80%;
    height: 100%;
  } */
	/*
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .metapos-container {
    position: fixed;
    width: calc(100% - 240px);
  }

  pos-app > div > div > div .metapos-container
  {
    width: calc(100%);
  } */
}

@media (max-width: 1224px) and (min-width: 1025px) {
	/* .pos-content {
    max-width: 1224px;
    margin-left: 0;
    height: 100%;
  } */

	/* .mdl-layout__container {
    position: absolute;
    width: 76%;
    height: 100%;
  } */
	/*
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .metapos-container {
    position: fixed;
    width: calc(100% - 240px);
  }

  pos-app > div > div > div .metapos-container
  {
    width: calc(100%);
  } */
}

@media (max-width: 1024px) and (min-width: 480px) {
	/* .pos-content {
    max-width: 1024px;
    height: 100%;
  } */

	/* .mdl-layout__container {
    position: absolute;
    width: 98%;
    height: 100%;
  } */

	/* pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .metapos-container {
    position: fixed;
    width: calc(100% - 240px);
  }

  pos-app > div > div > div .metapos-container
  {
    width: calc(100%);
  } */
}

/* Stilo del menu secction */
menu-section {
	height: inherit;
	overflow: hidden;
}

/* .demo-navigation {
	height: inherit;
} */


/* general style */
.login-invalid-message {
	color: red;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}

/* .login-info-message {
  color: #4a89dc;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
} */

/* .login-error-message {
  color: red;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 18px;
} */

/* setting */
.settings-invalid-message {
	color: red;
	/* margin: 0 auto; */
	margin: 2%;
	width: 100%;
	position: relative;
	display: inline-block;
	/* text-align: center; */
}

/* setting */
.settings-info-message {
	color: #4a89dc;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

/* settings */
.settings-link {
	margin: 0 auto;
	padding-top: 16px;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

/* del letter */
.posform-invalid-message {
	color: red;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}

/* del letter */
.posform-info-message {
	color: #4a89dc;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

/* only sales */
.posform-placeholder {
	color: blue;
	padding-left: 6px;
	padding-top: 8px;
	width: 100%;
	position: relative;
	display: inline-block;
	font-size: 11px;
}


/* LOGIN FORM */
form.logon {
	width: 380px;
	margin: 4em auto;
	padding: 3em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px;
}


#logon-form .group {
	position: relative;
	margin-bottom: 45px;
}

#logon-form input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

#logon-form input:focus {
	outline: none;
}


/* Label */

#logon-form label,
logon-form input.ng-invalid~label {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* active */
/* PENDIENTE DE ESTA CLASE .used */
#logon-form input:focus~label,
#logon-form input.used~label,
#logon-form input.ng-valid~label {
	top: -20px;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}


/* active */
#logon-form input:focus~.bar:before,
#logon-form input:focus~.bar:after {
	width: 50%;
}


/* Highlight */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */
#logon-form input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}


/* Animations */
@-webkit-keyframes inputHighlighter {
	from {
		background: #4a89dc;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #4a89dc;
	}

	to {
		width: 0;
		background: transparent;
	}
}


/* Button */
#logon-form .button {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	margin: .3em 0 1em 0;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	letter-spacing: 1px;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #3160B6;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

#logon-form .button:focus {
	outline: 0;
}


/* Button modifiers */
#logon-form .buttonBlue {
	background: #4a89dc;
	text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

#logon-form .buttonBlue:hover {
	background: #357bd8;
}

/* SETTINGS FORMS */
form.settings {
	/* width: 380px; */
	margin: 1em auto;
	padding: 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px;
	border-radius: 10px;
	width: 40%;
}

#settings-form .group-zero {
	position: relative;
	margin-bottom: 5px;
}

#settings-form .group-first {
	position: relative;
	margin-bottom: 30px;
}

#settings-form .group {
	position: relative;
	margin-bottom: 45px;
}

#settings-form input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

#settings-form input:focus {
	outline: none;
}


/* Label */
#settings-form label.not-in-form {
	pointer-events: auto;
	position: relative;
}


#settings-form label,
logon-form input.ng-invalid~label {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* active */
#settings-form input:focus~label,
#settings-form input.used~label,
#settings-form input.ng-valid~label {
	top: -20px;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}

/* active */
#settings-form input:focus~.bar:before,
#settings-form input:focus~.bar:after {
	width: 50%;
}


/* Highlight */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */
#settings-form input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter {
	from {
		background: #4a89dc;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #4a89dc;
	}

	to {
		width: 0;
		background: transparent;
	}
}

/* MDL Switch */
#settings-form .mdl-switch.is-checked .mdl-switch__track {
	background: rgba(39, 110, 204, .5);
}

#settings-form .mdl-switch.is-checked .mdl-switch__thumb {
	background: rgb(39, 110, 204);
	left: 16px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.mdl-switch.is-checked .mdl-switch__track {
	background: rgba(39, 110, 204, .5);
}

.mdl-switch.is-checked .mdl-switch__thumb {
	background: rgb(39, 110, 204);
	left: 16px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.mdl-button.mdl-button--colored {
	color: rgb(39, 110, 204);
}

.mdl-button.mdl-button--wrong {
	color: red;
	cursor: default;
}

/* Button */
#settings-form .button {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	margin: .3em 0 1em 0;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	letter-spacing: 1px;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #3160B6;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

#settings-form .button:focus {
	outline: 0;
}


/* Button modifiers */
#settings-form .buttonBlue {
	background: #4a89dc;
	text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

#settings-form .buttonBlue:hover {
	background: #357bd8;
}

/* POS FORMS */
form.pos {
	width: 380px;
	margin: 1em auto;
	padding: 3em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px;
}

#pos-form .group-zero {
	position: relative;
	margin-bottom: 5px;
}

#pos-form .group-err-mssg {
	position: relative;
	margin-bottom: 25px;
}

#pos-form .group-first {
	position: relative;
	margin-bottom: 30px;
}

#pos-form .group-last {
	position: relative;
	margin-bottom: 35px;
}

#pos-form .group {
	position: relative;
	margin-bottom: 45px;
}

#pos-form input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

#pos-form input.newClient {
	background: #fff !important;
}

#pos-form input:focus {
	outline: none;
}


/* Label */
#pos-form label.not-in-form {
	pointer-events: auto;
	position: relative;
}


#pos-form label,
logon-form input.ng-invalid~label {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* active */
#pos-form input:focus~label,
#pos-form input.used~label,
#pos-form input.ng-valid~label {
	top: -20px;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}

/* active */
#pos-form input:focus~.bar:before,
#pos-form input:focus~.bar:after {
	width: 50%;
}


/* Highlight */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */
#pos-form input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* Animations */
@-webkit-keyframes inputHighlighter {
	from {
		background: #4a89dc;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #4a89dc;
	}

	to {
		width: 0;
		background: transparent;
	}
}

/* MDL Switch */
#pos-form .mdl-switch.is-checked .mdl-switch__track {
	background: rgba(39, 110, 204, .5);
}

#pos-form .mdl-switch.is-checked .mdl-switch__thumb {
	background: rgb(39, 110, 204);
	left: 16px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

/* Button */
#pos-form .button {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	margin: .3em 0 1em 0;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	letter-spacing: 1px;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #3160B6;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

#pos-form .button:focus {
	outline: 0;
}


/* Button modifiers */
#pos-form .buttonBlue {
	background: #4a89dc;
	text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

#pos-form .buttonBlue:hover {
	background: #357bd8;
}

.view-main-title {
	color: grey;
	padding: 0 24px;
}

.view-internal-content {
	padding: 3em 2em 2em 2em;
	border-radius: 25px;
}

.view-info-internal {
	margin: 0 auto;
	margin-left: 10px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.view-info-notice {
	margin: 0 auto;
	margin-left: 10px;
	width: 100%;
	position: relative;
	display: inline-block;
	color: #900;
}

.view-info-error {
	margin: 0 auto;
	margin-left: 10px;
	width: 100%;
	position: relative;
	display: inline-block;
	color: #900;
}

/* centrar elementos revisar */
.view-info-centered {
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}

.view-info-separator {
	width: 100%;
	margin: 10px auto;
	display: inline-block;
}

.view-section-header {
	color: grey;
	font-size: 20px;
}

.view-section-head-err {
	color: red;
	font-size: 16px;
}

.view-txt-titles {
	/* color: grey; */
	color: rgb(39, 110, 204);
	font-size: 17px;
}

.view-txt-internal {
	color: black;
	font-size: 14px;
}

.profile-pic {
	width: 180px;
	height: 180px;
}

.SumoSelect {
	width: 100% !important;
}

.SumoSelect>.CaptionCont>span {
	color: grey;
	font-size: 1.2rem;
}



.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
	box-shadow: 0 !important;
	border-color: #000 !important;
}

.SumoSelect>.CaptionCont {
	border: 0 !important;
	box-shadow: 0 !important;
	border-color: #000 !important;
}

.SumoSelect {
	border-bottom: 2px solid #F0F0F0;
	color: grey;
}

.ui-widget.ui-widget-content {
	top: auto !important;
	left: auto !important;
}

.mdl-dialog {
	width: -webkit-fit-content;
	/* background: #F6F6F6; */
}

/* Pantalla de ventas, modo cajero, para que se adapte a otras pantallas*/

@media screen and (max-width: 2335px) {

	body,
	html {
		font-size: 14px;
	}

	.mypos-right-custom #pos-prods table thead tr th:nth-child(4) {
		display: none;
	}

	/* .mypos-right-custom #pos-prods table thead tr th:nth-child(6)
  {
    display: none;
  } */

	.mypos-right-custom #pos-prods table tbody tr td:nth-child(4) {
		display: none;
	}

	/* .mypos-right-custom #pos-prods table tbody tr td:nth-child(6)
  {
    display: none;
  }  */
}

@media screen and (max-width: 2150px) {
	/* body, html {
    font-size: 14px;
  }

  pos-app > div > div > div .metapos-container
  {
    width: 100%;
  } */
	/* pos-app > div > div > div #pos-sales-left
  {
    width: calc(70rem + 240px) !important;
  } */

	/* pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container
  {
    width: calc(100% - 240px);
  }
  pos-app > div > div > div.mdl-layout--fixed-drawer #pos-sales-left
  {
    width: 70rem !important;
  }

  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .order-cart {
    width: 65rem !important;
  }
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .mypos-left {
    width: 65rem !important;
  }
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .cart-list-item {
    width: 65rem !important;
  }
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .cart-head {
    width: 65rem !important;
  }

  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .order-totals {
    width: 65rem !important;
  }
  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .order-checkout {
    width: 65rem !important;
  }
  pos-app > div > div > div .metapos-container .animate-accordion-up {
    width: 65rem !important;
  } */

	/* Menu no fijo */
	/* pos-app > div > div > div .metapos-container .order-cart {
    width: calc(65rem + 240px) !important;
  }
  pos-app > div > div > div .metapos-container .mypos-left {
    width: calc(65rem + 240px) !important;
  }
  pos-app > div > div > div .metapos-container .cart-list-item {
    width: calc(65rem + 240px) !important;
  }
  pos-app > div > div > div .metapos-container .cart-head {
    width: calc(65rem + 240px) !important;
  }

  pos-app > div > div > div .metapos-container .order-totals {
    width: calc(65rem + 240px) !important;
  }
  pos-app > div > div > div .metapos-container .order-checkout {
    width: calc(65rem + 240px) !important;
  }
  pos-app > div > div > div .metapos-container .animate-accordion-up {
    width: calc(65rem + 240px) !important;
  }



  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container .main-acordion-btnClose {
    left: 15% !important;
  }

  pos-app > div > div > div.mdl-layout--fixed-drawer .metapos-container #container-accordion .alert
  {
    width: 65rem !important;
  }

   .mypos-right-custom #pos-prods table thead tr th:nth-child(4)
  {
    display: none;
  }  */
	/* .mypos-right-custom #pos-prods table thead tr th:nth-child(6)
  {
    display: none;
  } */

	/* .mypos-right-custom #pos-prods table tbody tr td:nth-child(4)
  {
    display: none;
  }  */
	/* .mypos-right-custom #pos-prods table tbody tr td:nth-child(6)
  {
    display: none;
  } */
}

/* @media screen and (max-width: 1965px) {
  body, html {
    font-size: 14px;
  }

    .mypos-right-custom #pos-prods table thead tr th:nth-child(5)
  {
    display: none;
  }

  .mypos-right-custom #pos-prods table tbody tr td:nth-child(5)
  {
    display: none;
  }
} */

/* The Magic Float Center Code */
@media (min-width: 1485px) {
	.float_center {
		/*float: right;*/

		position: relative;
		left: -1%;
		/* or right 50% */
		/*text-align: left;*/
	}

	.float_center>.child {
		position: relative;
		left: 1%;
	}

	.clear {
		clear: both;
	}
}

@media (max-width: 1484px) and (min-width: 1px) {
	.float_center {
		float: right;

		position: relative;
		left: -50%;
		/* or right 50% */
		/*text-align: left;*/
	}

	.float_center>.child {
		position: relative;
		left: 50%;
	}

	.clear {
		clear: both;
	}
}

/* RESOLUCIONES PARA SIDEBAR */
nav.mdl-navigation>span.sidebar-style {
	overflow-y: scroll;
	height: 66%;
	padding-bottom: 20%;
}

@media screen and (max-height: 1000px) {
	nav.mdl-navigation>span.sidebar-style {
		overflow-y: scroll;
		height: 66%;
		padding-bottom: 10vh;
	}
}

@media screen and (max-height: 900px) {
	nav.mdl-navigation>span.sidebar-style {
		overflow-y: scroll;
		height: 66%;
		padding-bottom: 30vh;
	}
}

/* VIEW CONFIGURATION CARDS */
.demo-card-square.viewconf {
	height: 200px;
	float: left;
}

.demo-card-square.active>.mdl-card__title.browsing {
	color: #77909D;
	/*rgb(39,110,204);*/
	background:
		url('../images/icons/browsing.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.scanning {
	color: #77909D;
	/*rgb(39,110,204);*/
	background:
		url('../images/icons/scanning.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.fixedcashier {
	color: #77909D;
	/*rgb(39,110,204);*/
	background:
		url('../images/icons/fixedcashier.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.varcashier {
	color: #77909D;
	/*rgb(39,110,204);*/
	background:
		url('../images/icons/varcashier.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

/* CASH REGISTER OPERATIONS CARDS */
.demo-card-square.operations {
	height: 220px;
	float: left;
}

.demo-card-square.active>.mdl-card__title.open {
	color: #77909D;
	/*rgb(39,110,204);*/
	background:
		url('../images/icons/register_open-active.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.open2 {
	color: #77909D;
	height: 75px;
}

.demo-card-square.inactive>.mdl-card__title.open {
	color: #77909D;
	background:
		url('../images/icons/register_open-inactive.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.minus {
	color: #77909D;
	background:
		url('../images/icons/register_minus-active.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.inactive>.mdl-card__title.minus {
	color: #77909D;
	background:
		url('../images/icons/register_minus-inactive.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.plus {
	color: #77909D;
	background:
		url('../images/icons/register_plus-active.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.inactive>.mdl-card__title.plus {
	color: #77909D;
	background:
		url('../images/icons/register_plus-inactive.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.active>.mdl-card__title.close {
	color: #77909D;
	background:
		url('../images/icons/register_close-active.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.inactive>.mdl-card__title.close {
	color: #77909D;
	background:
		url('../images/icons/register_close-inactive.png') top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

/* CASH REGISTER BILLS AND COINS */
.demo-card-square.cash-count {
	height: auto;
	float: left;
}

.demo-card-square.count>.mdl-card__title.coins {
	color: #77909D;
	background: top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

.demo-card-square.count>.mdl-card__title.bills {
	color: #77909D;
	background: top 20% right 10% no-repeat #F5F5F5;
	background-size: 80px 80px;
	height: 90px;
}

/* POS FORMS */
form.count-cash {
	margin: 1em auto;
	padding: 3em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px;
}

/* POS DATA TABLES */
.mdl-data-table th {
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	font-size: 12px;
	color: rgb(39, 110, 204);
	padding-bottom: 8px;
}

.mdl-data-table tfoot td {
	vertical-align: bottom;
	text-overflow: ellipsis;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
	font-size: 12px;
	color: #000;
	padding-bottom: 8px;
}

.mdl-data-table tbody tr {
	position: relative;
	height: 48px;
	transition-duration: .28s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background-color;
	cursor: pointer;
}

#filter-form input {
	width: 98%;
	font-size: 14px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	color: #636363;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

#filter-form input:focus {
	outline: none;
}

#filter-form input:focus {

	border-bottom: solid 3px #41B8D2;
	animation: inputHighlighter 0.5s ease;
}

/* active */
#filter-form input:focus~label,
#filter-form input.used~label,
#filter-form input.ng-valid~label {
	top: -20px;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}

/* active */
#filter-form input:focus~.bar:before,
#filter-form input:focus~.bar:after {
	width: 50%;
}

.mdl-button--fab.mdl-button--colored {
	background: rgb(39, 110, 204);
	color: white;
}

/* ANIMATIONS ================ */
@keyframes inputHighlighter {
	from {
		width: 0;
		border-bottom: solid 3px #41B8D2;
	}

	to {
		background: transparent;
	}
}

/* DIALOGS */
/* Declaracion de variables - colors - */
:root {
	--success-color: #28A745;
	--info-color: #00BCD4;
	--warning-color: #FFC107;
	--danger-color: #DC3545;

	/* COLORS FONTS */
	--color-primary-text-title: rgb(39, 110, 204);
}

/* dialog {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
    width: -webkit-fit-content;
    height: -webkit-fit-content;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: black;
    margin: auto;
    border-width: initial;
    border-style: solid;
    border-color: initial;
    padding: 1em;
    background: white;
} */

.mdl-dialog {
	/* border: none;
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2);
    width: 80%;
    height: 100%;
    max-height: 92%;*/
	top: 40px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

/* .dialog-style-error {
	width: 50%;
	border-radius: 16px;
	top: 20%;
	height: auto !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
} */

.dialog2 {
	border: none;
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, .14), 0 11px 15px -7px rgba(0, 0, 0, .12), 0 24px 38px 3px rgba(0, 0, 0, .2);
	width: 900px !important;
	height: 820px;
	overflow-y: scroll;
	max-height: auto !important;
}

.content-scroll {
	height: 100%;
}

/* Style mdl-dialog */
.mdl-dialog-size {
	width: 80%;
	height: 100%;
	max-height: 92%;
	top: 40px;
	border-radius: 5px;
	overflow-y: hidden;
}

.mdl-dialog-error {
	height: 20% !important;
	margin-top: 20% !important;
}

.container-item-modal {
	height: 100%;
	overflow-y: scroll;
}

.hidden {
	display: none;
}

.dialog-style,
.dialog-style-success,
.dialog-style-info,
.dialog-style-warning,
.dialog-style-danger {
	margin-top: 3%;
	border-radius: 5px;
	width: 50%;
	aspect-ratio: 16 / 9;
}

.dialog-style-success {
	border-top: solid 8px var(--success-color);
}

.dialog-style-info {
	border-top: solid 8px var(--info-color);
}

.dialog-style-warning {
	border-top: solid 8px var(--warning-color);
}

.dialog-style-danger {
	border-top: solid 8px var(--danger-color);
	background: rgba(255, 255, 255, 0.94);
}


/* PRODUCTS CARDS */
.demo-card-square.products {
	justify-content: space-between;
	height: 280px;
	/*width: 240px;*/
	width: 152px;
	float: left;
	margin-left: 12px;
	display: flex;
	flex-direction: column;
}

.demo-card-square.product>.mdl-card__title.image {
	color: #77909D;
	/*width: 220px;
  height: 220px;*/
	width: 132px;
	height: 132px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#pos-prods .mdl-card__actions.mdl-card--border {
	border-top: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
}


#pos-prods .mdl-card__supporting-text {
	color: rgba(0, 0, 0, .54);
	font-size: 1rem;
	line-height: 18px;
	overflow: hidden;
	padding: 8px;
	width: 90%;
}

#pos-prods span.product-name {
	width: 100%;
	text-align: left;
	font-weight: bold;
	line-height: 1.8;
}

#pos-prods span.product-avail {
	width: 100%;
	text-align: right;
	float: right;
	margin-right: 6px;
}

#pos-prods span.product-price {
	width: 100%;
	text-align: right;
	float: right;
	margin-right: 6px;
}

/* The Magic Float Center Code */
.float_cntr_prod {
	float: right;
	position: relative;
	width: 100%;
}

.float_cntr_prod>.child_prod {
	position: relative;
	margin-left: 6px;
}

/* SALES SCREEN */

/*.metapos-container {
  position: fixed;
  width: calc(100% - 240px);
}*/
/* .metapos-container
{
  height: 100%;
} */


/* .mypos-left,
.mypos-right
{
    overflow: auto;
    height: auto;
    padding: .5rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.mypos-left::-webkit-scrollbar,
.mypos-right::-webkit-scrollbar
{
    display: none;
} */



.cart-list-item {
	/*width: 20.5rem;*/
	width: calc(100% - .5rem);
	padding: 0;
}

.mdl-list__item {
	padding: 4px 2px;
	font-size: 14px;
	min-height: 24px;
	border-top: 1px solid #ccc;
}

.cart-head {
	border: 0;
	border-bottom: 1px solid #ccc;
	position: fixed;
	/*width: 20.5rem;*/
	width: 48rem;
	background-color: white;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	z-index: 1000;
}

.first {
	border: 0;
	padding-top: 3.2rem;
}

.last {
	border-bottom: 1px solid #ccc;
}

/* .items-after {
  height: 100;
  content: '';
} */

.mdl-list__item-avatar,
.mdl-list__item-avatar.material-icons {
	height: 32px;
	width: 32px;
	background-color: transparent;
	font-size: 32px;
	color: #aaa;
}

.mdl-list__item .mdl-list__item-primary-content .mdl-list__item-avatar {
	margin-right: 2px;
}

.mdl-list__item .mdl-list__item-primary-content .cart-qty {
	font-size: 14px;
	position: relative;
	top: 9px;
	left: 1px;
}

/* .order-totals > table {
  margin-top: 6px;
  text-align: right;
  flex:1;
} */

.order-totals>div {
	display: flex;
	align-items: center;
	flex: 1;
}

.order-totals>div>div:nth-child(1) {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}

.order-totals>div>div:nth-child(1)>div {
	display: flex;
	flex-direction: column;
}

.order-totals>div>div:nth-child(2)>div {
	display: flex;
	flex-direction: column;
}


.order-totals>div>div:nth-child(1)>div>label {
	font-weight: bold;
}

.order-totals div .scoring {
	color: green;
	font-size: 45px;
	padding-left: 30px;
	padding-right: 30px;
}

.order-totals div .scoringText {
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
}

.order-total {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #000;
}

.order-checkout {
	padding: 0;
	/*width: 20.5rem;*/
	width: 48rem;
	/*position: fixed;*/
	bottom: 240px;
	height: 100px;
	border-bottom: 1px solid #999;
	background-color: #F9F9F9;
}

.order-checkout>table {
	width: 100%;
}

#checkout-buttons .mdl-button.mdl-button--colored {
	height: 32px;
}

.outer-calc {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;

	/*width: 100%;
  height: 246px;
  position: relative;
  top: 364px;*/
}

.order-calc {
	padding: 0;
	/*width: 20.5rem;*/
	width: 48rem;
	/*position: fixed;*/
	/*bottom: 0;
    height: 240px;*/
	background-color: #37474f;
	/*background-color: #CCC;*/
}

.order-calc>table {
	/*width: 20.6rem;*/
	width: 33.1rem;
	border-collapse: collapse;
	text-align: center;
	margin: auto;
}

.order-calc>table.calc-head td {
	height: 42px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	background-color: #fff;
	cursor: pointer;
}

.order-calc>table.calc-head td:hover {
	background-color: #f9f9f9;
}

.order-calc>table.calc-body td {
	height: 47px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
}

.order-calc>table.calc-body td:hover {
	background-color: #f9f9f9;
}

.order-calc>table.calc-body td.calc-nothing {
	background-color: #37474f !important;
}

.mdl-list__item-avatar.calculator {
	padding-top: 8px;
	height: 24px;
	width: 24px;
	font-size: 24px;
	/*color: rgb(39,110,204);*/
	color: rgb(0, 188, 212);
}

.mdl-list__item-avatar.mdi {
	padding-top: 5px;
}

.order-calc>table.calc-head td:hover .calculator,
.order-calc>table.calc-body td:hover .calculator {
	background-color: #f9f9f9;
}

.mdl-list__item-avatar.c-number {
	color: #696969;
}

.mdl-list__item-avatar.c-decpoint {
	color: #696969;
	padding-top: 0;
}

.order-calc>table.calc-body td:hover .c-number {
	background-color: #f9f9f9;
}

.order-calc>table.calc-body td:hover .c-decpoint {
	background-color: #f9f9f9;
}



#items-in-order .mdl-list__item-avatar,
.mdl-list__item-avatar.material-icons {
	height: 32px;
	width: 32px;
	background-color: #fff;
	font-size: 32px;
	color: #aaf;
}

#items-in-order .mdl-list__item-avatar:hover,
.mdl-list__item-avatar.material-icons:hover {
	background-color: #eee;
	color: #4a89dc;
}

/* Pagination */
ul.pagination {
	margin-left: 0;
	padding-left: 0;
}

.pagination li {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	height: 30px;
}

.pagination li a {
	color: #444;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 14px;
	line-height: 30px;
	text-decoration: none;
}

.pagination li.active a {
	color: #fff;
}

.pagination li.active {
	background-color: rgb(0, 188, 212);
}

.pagination li.disabled a {
	cursor: default;
	color: #999;
}

.pagination li i {
	font-size: 2rem;
}

.pagination li.pages ul li {
	display: inline-block;
	float: none;
}

.pagination-link {
	cursor: pointer;
}

#dialog-select-products {
	width: 80%;
}

/* modificaciones nuevas */



/*
.mypos-left
{
    width: 85rem !important;
}
.order-cart {
    width: 85rem !important;
}
.cart-list-item {
  width: 85rem !important;
}

.cart-head {
  width: 85rem !important;
}

.order-totals {
    width: 85rem !important;
}
.order-checkout {
    width: 85rem !important;
}

.order-calc {
    width: 85rem !important;
}
*/

/* .mypos-right-custom
{
  display: flex;
  flex-direction: column;
} */
/* .mypos-right-custom .container-custom-order .img-Product
{
  border: solid 1px;
} */



/* .mypos-right-custom .container-custom-order  >div >div:nth-child(1)
{
  padding-bottom: 20px;
}

.mypos-right-custom .container-custom-order  >div >div:nth-child(2)
{
  padding-bottom: 20px;
}

.mypos-right-custom .container-custom-order  >div:nth-child(2)
{
  padding-left:40px;
  padding-right:40px;
}

.mypos-right-custom .container-custom-order >div:nth-child(2) span
{
  padding-bottom: 20px;
  width: 100%;
}

.mypos-right-custom .container-custom-order >div:nth-child(2) span a
{
  width: 100%;
} */

/*------------------------------------------------------------------*/

.mdl-tabs {
	height: 100%;
}



/* .mypos-right-custom
{
  display: flex;
  overflow: hidden;
}
.mypos-right-custom > span
{
  flex: 1;
}
.mypos-right-custom > div.container-custom-order
{
  flex: 8;
  display: flex;
}
.mypos-right-custom > div.container-custom-order > div
{
  display:flex;
  flex-direction: column;
  flex: 1;
  height: auto;
}

.mypos-right-custom > div.container-custom-order > div >div:nth-child(1)
{
  flex: 1;
} */
/* .mypos-right-custom > div.container-custom-order > div >div:nth-child(2)
{
  flex: 40;
  overflow: hidden;
  overflow-y: scroll;
}

.mypos-right-custom > div.container-custom-order > div >div:nth-child(3)
{
  flex: 40;
  overflow: hidden;
  overflow-y: scroll;
} */
/*
.mypos-right-custom > div.container-custom-order > div >div:nth-child(2) > div
{
  flex: 1;
  height: auto;
  overflow: hidden;
}


.mypos-right-custom .mdl-grid.pos-content
{
  height: 100%;
}
.mypos-right-custom .mdl-grid.pos-content > span
{
  height: 100%;
}
.mypos-right-custom .mdl-grid.pos-content > span > div
{
  height: 100%;
  display: flex;
  flex-direction: column;
} */
/* .mypos-right-custom .mdl-grid.pos-content > span > div > .float_cntr_prod
{
  height: 100%;
} */
/*
.mypos-right-custom .container-custom-invoice .buttoms-payment.pay
{
    width: 50%;
}
*/


/* colores calendario*/

.css-class-disabled {
	opacity: 1 !important;
}

.css-class-enabled>a,
.css-class-enabled>span {
	background-color: #0C581E !important;
	color: #ffffff !important;
}

.css-class-disabled>a,
.css-class-disabled>span {
	background-color: #EA0707 !important;
	color: #ffffff !important;
}

.css-class-contract>a,
.css-class-contract>span {
	background-color: #0C4BB7 !important;
	color: #ffffff !important;
}

.textFirtPayment {
	display: flex;
}

.textFirtPayment>span {
	margin-right: 20px;
}

.symbolCalendar {
	display: flex;
}

.symbolCalendar>div {
	display: flex;
	margin-right: 15px;
}


.symbolCalendar div:nth-child(1)>div {
	background-color: #0C581E;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.symbolCalendar div:nth-child(2)>div {
	background-color: #EA0707;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.symbolCalendar div:nth-child(3)>div {
	background-color: #0C4BB7;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

creditsimulation-page .view-txt-titles {
	color: black !important;
}

.mdl-dialog__content creditsimulation-page h6 {
	color: black !important;
}

.mdl-dialog__content creditsimulation-page table {
	color: black !important;
}



@media only screen and (max-width: 992px) {
	.pagination {
		width: 100%;
	}

	.pagination li.prev,
	.pagination li.next {
		width: 10%;
	}

	.pagination li.pages {
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
	}
}

/*RADIO BUTTONS*/
@keyframes ripple {
	0% {
		box-shadow: 0px 0px 0px 1px transparent;
	}

	50% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}

	100% {
		box-shadow: 0px 0px 0px 15px transparent;
	}
}

.md-radio {
	margin: 16px 0;
}

.md-radio.md-radio-inline {
	display: inline-block;
}

.md-radio input[type="radio"] {
	display: none;
}

.md-radio input[type="radio"]:checked+label:before {
	border-color: #337ab7;
	animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked+label:after {
	transform: scale(1);
}

.md-radio label {
	display: inline-block;
	height: 20px;
	position: relative;
	padding: 0 22px;
	margin-bottom: 0;
	cursor: pointer;
	vertical-align: bottom;
}

.md-radio label:before,
.md-radio label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
}

.md-radio label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.54);
}

.md-radio label:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #337ab7;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.close-modal-1520-percent {
	position: fixed;
	right: 15%;
	top: 20%;
	z-index: 1;
}

.close-modal-2020-percent {
	position: fixed;
	right: 20%;
	top: 20%;
	z-index: 1;
}















.tootlbar-icon {
	padding: 0 14px;
}

.tootlbar-spacer {
	flex: 1 1 auto;
}

/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: auto;
	font-size: 10px;
	position: fixed;
	text-indent: -9999em;
	border-top: 1.1em solid #0E9BF1;
	border-right: 1.1em solid rgba(255, 255, 255, 0.1);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.1);
	border-left: 1.1em solid #0E9BF1;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}


.icon {
	display: flex;
}

.icon .loader,
.icon .loader:after {
	border-radius: 50%;
	width: 3em;
	height: 3em;
	position: relative;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}




.md-chip {
	display: inline-block;
	background: #e0e0e0;
	padding: 0 12px;
	border-radius: 32px;
	font-size: 13px;
	height: 22px;
}

.md-chip-remove {
	display: inline-block;
	background: #aaa;
	border: 0;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	padding: 0;
	margin: 0 -4px 0 4px;
	cursor: pointer;
	font: inherit;
	line-height: 20px;
}

.md-chip-remove:after {
	color: #e0e0e0;
	content: 'x';
}

.md-chip-remove:hover {
	background: #999;
}

.md-chip-remove:active {
	background: #777;
}

.md-chips {
	padding: 12px 0;
}

.md-chips>.md-chip {
	margin: 0 5px 3px 0;
}


/* Titulo de paneles, formulario Cliente */
.customFormClient .mdl-card__title {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.customFormClient .mdl-card__title .mdl-card__title-text {
	flex: 1;
}

.customFormClient .mdl-card__title i {
	font-size: 50px;
}

.customSelect {
	border-bottom: 1px solid #BAB9BA;
	padding: 9px;
}

/* STILO OPTION SELECT */
select:focus {
	outline: none;
}

select {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: text;
	color: grey !important;
}

option {
	color: grey;
}

input#filterDate {
	outline: none;
}

/* INICIO NUEVO DISEÑO DE CALCULADORA */

.calculator-container {
	padding: 5%;
}

.calculator-container .card {
	width: 100%;
	margin: auto;
	display: block;
	max-width: 400px;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 40px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 40px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 40px -2px rgba(0, 0, 0, 0.2);
	font-size: 16px;
}

.calculator-container .card .header {
	padding: 14%;
	background: white;
	height: 50px;
	border-bottom: 1px solid #F5F5F5;
	position: relative;
}

.calculator-container .card .header #operationDisplay {
	font-size: 0.9em;
	color: #AFAFAF;
	text-align: right;
}

.calculator-container .card .header #resultDisplay {
	font-size: 2em;
	color: #585858;
	text-align: right;
	position: absolute;
	right: 30px;
	top: 50px;
}

.calculator-container .card .body {
	width: 100%;
}

.calculator-container .card .body .row {
	font-size: 0;
}

.calculator-container .card .body button {
	width: 25%;
	height: 80px;
	transition: background 0.2s ease-in;
	background: white;
	font-size: 18px;
	color: #707070;
	text-align: center;
	outline: 0;
	border: 0;
	padding: 0;
}

.calculator-container .card .body button:hover {
	transition: background 0.2s ease-in;
	background: #fafafa;
	cursor: pointer;
}

.calculator-container .card .body .button-large {
	width: 50%;
}

.calculator-container .card .body .button-large button {
	width: 50%;
}

.calculator-container .card .body .row button:last-of-type {
	background: #F3F3F3;
}

.calculator-container .card .body .row button:last-of-type:hover {
	background: rgba(254, 167, 51, 0.1);
}

.calculator-container .card .body .row:last-of-type button:last-of-type {
	background: #FEA733;
	color: white;
}

.calculator-container .card .body .row:last-of-type button:last-of-type:hover {
	background: #feb71a;
}

.color-icon-primary {
	color: #41B8D2;
}

/* ---  Responsive media queries --- */
@media (max-width: 600px) {
	.calculator-container {
		padding: 0;
	}

	.calculator-container .card {
		width: 100%;
		max-width: 100%;
		height: 100%;
		border-radius: 0;
		box-shadow: none !important;
	}
}

/* FIN NUEVO DISEÑO DE CALCULADORA */

/* CSS NOTIFICATIONS */
/* Notifications */
#notification-container {
	display: block;
	position: fixed;
	bottom: 3%;
	right: 26%;
	width: 35%;
	z-index: 9999999;
}

.notification {
	display: block;
	position: relative;
	padding: 15px 15px 15px 60px;
	overflow: hidden;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 12px #999;
	color: #fff;
	-webkit-animation: show-notification 3s ease-out;
	animation: show-notification 3s ease-out;
}

.notification-close {
	padding: 0;
	cursor: pointer;
	background: none;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	text-shadow: 0 1px 0 #ddd;
}

.notification-close::before {
	font-family: 'Material Icons';
	font-size: 12px;
	font-weight: normal;
	content: 'close';
}

.notification-close:hover {
	color: #666;
}

.notification-title {
	font-size: 1.1em;
	font-weight: bold;
}

.notification-success::before,
.notification-error::before,
.notification-info::before,
.notification-warning::before {
	font-family: 'Material Icons';
	font-size: 35px;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.notification-success {
	background-color: #90b900;
}

.notification-success::before {
	content: 'check_circle';
}

.notification-error {
	background-color: #e85656;
}

.notification-error::before {
	content: 'error';
}

.notification-info {
	background-color: #2dacd1;
}

.notification-info::before {
	content: 'info';
}

.notification-warning {
	background-color: #dfb81c;
}

.notification-warning::before {
	content: 'warning';
}



@-webkit-keyframes show-notification {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
	}

	10% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	90% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, -100%);
	}
}

@keyframes show-notification {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	10% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	90% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, .64);
	transition: all 600ms;
}

/* ESTILO PARA SPINNER INITIAL */
.h-100 {
	height: 100%;
}

.container-spinner-initial {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.style-spinner-initial {
	width: 20% !important;
	display: block;
}


/* ESTILOS PERSONALIZADO PARA TOOLTIP */
a:hover {
	text-decoration: none;
}

/* Add this attribute to the element that needs a tooltip */
.tooltip {
	position: relative;
	/* z-index: 0; */
	cursor: pointer;
}

/* Hide the tooltip content by default */
.tooltip:before,
.tooltip:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
.tooltip:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(title);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
.tooltip:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
.tooltip:hover:before,
.tooltip:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}


.firstInstallmentDateDiv .ui-datepicker {
	position: relative !important;
}


/* CODIGO CSS SALES COMPONENT */
input:disabled,
select:disabled {
	color: grey;
	cursor: not-allowed;
}

.table-tag {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	display: inline-block;
	height: 22px;
	margin-right: 8px;
	padding: 0 7px;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.table-tag-green {
	color: #52c41a;
	background: #f6ffed;
	border-color: #b7eb8f;
}
.table-tag-blue {
	color: #2f54eb;
	background: #f0f5ff;
	border-color: #adc6ff;
}
.table-tag-red {
	color: #fa541c;
	background: #fff2e8;
	border-color: #ffbb96;
}

.table-tag-orange {
	color: #FFC107;
	background: #fff2e8;
	border-color: #ffbb96;
}
