@charset "ISO-8859-1";

html, body {
	font-family: Graphik, sans-serif;
	font-size: 13px;
}

.containerMenu{
    position: absolute;
    right: 0;
    padding-right: 0;
}

#page-container {
    position: relative;
    min-height: 100vh;    
}

#content-wrap {
  padding-bottom: 0.1rem;    /* Footer height */
}

.page-container {
  position: relative;
  min-height: 100vh;
}

#homeContainer #page-container {
  position: relative;
  min-height: 0vh;
}

.content-wrap {
  padding-bottom: 0.1rem;    /* Footer height */
}

/***********************************************************************************************
									LOADING
***********************************************************************************************/

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #e4002b;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    margin-bottom: 20px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#paybacLoadingModal .modal-title {
	margin: auto !important;
}

/***********************************************************************************************
									FIN: LOADING
***********************************************************************************************/

/***********************************************************************************************
									FONT DESIGN
***********************************************************************************************/
@font-face {
    font-family: 'Graphik';
    src: url(/paybac/views/frontend/fonts/Graphik-Regular.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url(/paybac/views/frontend/fonts/Graphik-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "bluecredomatic-iconset";
    src: 
         url(/paybac/views/frontend/icons/icons.woff) format("woff"),
         url(/paybac/views/frontend/icons/fronticon.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "baccredomatic-iconset";
    src: 
         url(/paybac/views/frontend/icons/baccredomatic-iconset.woff) format("woff"),
         url(/paybac/views/frontend/icons/baccredomatic-iconset.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

/***********************************************************************************************
									BUTTON DESIGN
***********************************************************************************************/

.btn-primary-active {
    background: #1075bb;
    color: #fff;
    border: 1px solid #1075bb;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    font-family:  Graphik, sans-serif;
}

.btn-primary-disabled {
    background: #1075bb;
    color: rgba(250,250,250,.5);
    border: 1px solid #1075bb;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}

.btn-primary-active:hover {
	color: white;
	background: #0a609c;
	color: #ffffff;
	border: 1px solid #0a609c;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	cursor: pointer;
}

.base-button-secundary {
	border-color: #1075BB;
	border-radius: 1px;
	color: #1075BB;
	background-color: transparent;
	font-family:  Graphik, sans-serif;
}

.base-button-secundary:hover {
	color: #ffffff;
	border: 1px solid #1075BB;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	color: white;
	background-color: #1075BB;
}

.base-button-terciary-active {
    background-color: transparent;
    color: #1075bb;
    border: 1px solid transparent;
    border-radius: 1px;
    height: 32px;
	width: 190px;
    font-weight: bold;
    font-family:  Graphik, sans-serif;
}

.base-button-terciary-active-nosize {
    background-color: transparent;
    color: #1075bb;
    border: 1px solid transparent;
    border-radius: 1px;
    height: 32px;
    font-weight: bold;
    font-family:  Graphik, sans-serif;
}

.base-button-terciary-active:hover {
	background-color: transparent;
	border-radius: 1px;
    color: #1075bb;
	border: 1px solid #1075bb !important;
}

.base-button-terciary-active-nosize:hover {
	background-color: transparent;
	border-radius: 1px;
    color: #1075bb;
	border: 1px solid #1075bb !important;
}

 .button-primary, .base-button-secundary {
    text-align: center;
    padding: 0 15px;
    height: 32px;
    font-weight: 500;
    transition: .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    width: 143px;
}

.button-sizel {
	width: 143px;
	float: left
}

.button-sizel:disabled {
	width: 143px;
	float: left;
	cursor: no-drop;
}

.button-sizer {
	width: 143px;
	float: right
}

.button-right {
	float:right;
}

/***********************************************************************************************
									FORM DESIGN
***********************************************************************************************/

.form-login {
	padding: 2% 27% 2% 27% !important;
}

.form-recoveryPassword {
	padding: 3% 17% 4% 17% !important;
}

.form-input {
    background: #fff;
    border: 1px solid #bebebe;
    color: #4d4d4f;
    font-size: 14px;
    transition: border-color 500ms;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    font-family:  Graphik, sans-serif; 
}

.form-input-l {
    max-width: 100%;
}

.form-input-edit {
	color: #000;
    background-color: #fff;
}

.form-input-default:focus{
    border-bottom:#4d4d4f 1px solid;
    outline:0
}

.form-input-default::-ms-clear,.form-input::-ms-clear{
    display:none
}

.form-input-filled{
    color:#000;
    background-color:#fff
}

.form-input-error{
    color:#000;
    background-color:#fff;
    border-bottom:1px solid #e4002b
}

.inputText-l {
	max-width: 470px;
}

.input-textarea-l {
    max-width: 470px;
}

.has-error input[type="text"], .has-error input[type="email"], .has-error input[type="password"], .has-error textarea[type="text"]{
    color:#000;
    background-color:#fff;
    border-bottom:1px solid #e4002b
}

.has-error > small {
    color:#e4002b;
}

/***********************************************************************************************
									LABEL DESIGN
***********************************************************************************************/

.h1-typography {
    font-weight: bolder;
    font-family: Graphik, sans-serif;
    color: #000;
    font-size: 26px;
}

.h2-typography {
    font-weight: 500;
    font-family:  Graphik, sans-serif;
    color: #000;
    font-size: 20px;
}

.h3-typography {
    font-weight: bolder;
    font-family:  Graphik, sans-serif;
    color:#000;
    font-size: 16px;
    text-transform: none;
}

.h4-typography {
    font-weight: bolder;
    margin: 0;
    font-family: Graphik, sans-serif;
    color: #000;
    font-size: 14px;
}

.typography-label-error {
    line-height: 1.5;
    font-family: Graphik, sans-serif;
    color: #e4002b;
    font-size: 12px;
    font-weight: 500;
    display: block;
}

.h2-subtitles {
	color: #6B6B6E !important;
	text-align: center;
    font-weight: bolder !important;
}

.h2-paragraph {
	color: #6B6B6E !important;
	font-size: 18px;
}

.h3-paragraph {
    font-weight: 500 !important;
    color:#000;
    font-size: 16px;
}

.h3-subtitles {
    color:#6B6B6E;
}

.h2-bolder {
	font-weight: bolder;
}

.text-color {
	color:#6B6B6E;
}

.links-text {
	color:#1075BB !important;
	font-weight: bold;
    text-decoration: none !important
}

/***********************************************************************************************
									POPOVER DESIGN
***********************************************************************************************/
.popover {
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0
		rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	width: 320px !important;
    max-width: 400px !important;
}

/***********************************************************************************************
									MARGIN, PADDING DESIGN
***********************************************************************************************/

.padding-button-rigth {
	padding: 0 0 0 7px;
}

.padding-button-left {
	padding: 0 7px 0 0;
}

.resetMargin {
	padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.resetMarginLeft {
    padding-left: 0px;
    margin-left: 0px;
}
.resetMarginRight {
    padding-right: 0px;
    margin-right: 0px;
}
.resetMarginImportant {
	padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right !important;
}

.alignCenter {
	text-align: center !important;
}

.sizePadding {
	padding: 0 6%;
}

/***********************************************************************************************
									PASSWORD DESIGN
***********************************************************************************************/
.dynamicPass{
	position: relative
} 

.dynamicPass .lblShow { 
	position: absolute; 
	top: 50%; 
	right: 10px; 
	z-index: 1; 
	margin-top: -10px; 
	cursor: pointer; 
	transition: .3s ease all; 
	font-weight: 700;
    font-family: Graphik,Helvetica,sans-serif;
    color: #4d4d4f;
    font-size: 13px;
} 

.dynamicPass .lblShow:hover{
	color: #333333;
}

/***********************************************************************************************
									LOGO DESIGN
***********************************************************************************************/
.img-logo {
	width: 50%;
	float: right;
}

.list-item img {
    height: 150px !important;
    width: 150px;
}

/***********************************************************************************************
									MODAL DESIGN
***********************************************************************************************/

#paybacModal {
	background-color: rgba(0, 0, 0, 0.7);
}

#paybacModal .modal-dialog {
	min-height: calc(100vh - 60px);
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	overflow: auto;
}

#paybacModal .modal-title {
    font-weight: bold;
    margin: 0;
    font-family: Graphik,Helvetica,sans-serif;
    color: #000;
    font-size: 24px;
}

#paybacModal .modal-body {
    font-weight: 500;
    margin: 0;
    font-family: Graphik,Helvetica,sans-serif;
    color: #4d4d4f;
    font-size: 16px;
    text-transform: none;
}

#paybacModal .modal-header {
	padding: 11px 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #e4002b;
}

#paybacModal .modal-footer {
    border-top: 0px;
    justify-content: center !important;
}

#paybacModal .button-primary, #paybacModal .base-button-secundary {
    width: 30%;
}

#paybacModal .modal-lg .button-primary, #paybacModal .modal-lg .base-button-secundary {
    width: 20%;
}

#paybacModal .modal-lg .modal-header {
	padding: 11px 0px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #e4002b;
    justify-content: left;
}

/***********************************************************************************************
									PAGINATION DESIGN
***********************************************************************************************/

.bel-pagination {
    all: unset;
    cursor: default;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.bel-pagination-list {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    padding: 0;
}

.bel-pagination-item {
    display: inline-block;
    width: auto;
    border-radius: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

.bel-pagination-item a {
    touch-action: manipulation;
    text-decoration: none;
    outline: 0;
    padding: 3px 5px;
    font-family: Graphik, sans-serif;
    font-size: 12px;
    color: #6d6e71;
    -webkit-text-fill-color: #6d6e71;
    display: block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: border 500ms ease;
    -moz-transition: border 500ms ease;
    -o-transition: border 500ms ease;
}

.bel-pagination-item.active a {
    color: #f1f1f2;
    -webkit-text-fill-color: #f1f1f2;
}

.bel-pagination-item.active {
    background: #4d4d4f;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.bel-pagination-item_not-active:hover {
    border: 1px solid #bebebe;
    box-sizing: border-box;
}

.bel-pagination-before.disabled {
    cursor: not-allowed;
}

.bel-pagination-before.disabled .bel-icon::after {
    color: #bebebe;
    -webkit-text-fill-color: #bebebe;
}

.bel-pagination-before:not(.disabled):hover .bel-icon::after {
    color: #1075bb;
    -webkit-text-fill-color: #1075bb;
}

.bel-pagination-after,
.bel-pagination-before {
    padding: 3px;
}

.bel-pagination-after.disabled,
.bel-pagination-before.disabled {
    cursor: not-allowed;
}

.bel-pagination-after.disabled .bel-icon::after,
.bel-pagination-before.disabled .bel-icon::after {
    color: #bebebe;
    -webkit-text-fill-color: #bebebe;
}

.bel-pagination-after:not(.disabled):hover .bel-icon::after,
.bel-pagination-before:not(.disabled):hover .bel-icon::after {
    color: #1075bb;
    -webkit-text-fill-color: #1075bb;
}

.bel-icon-arrow-right-before-xxs:before,
.bel-icon-arrow-right-xxs:after {
    font-size: 10px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 2.5px;
    vertical-align: middle;
    content: "\6e";
}

.bel-icon-back-before-xxs:before,
.bel-icon-back-xxs:after {
    font-size: 10px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 2.5px;
    vertical-align: middle;
    content: "\66";
}

.imageBorders {
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 9px;
}

.alignImageCenter {
	display: flex;
    align-items: inherit;
    justify-content: center;
    margin-left: 0;
}

.bel-pagination-dots > span {
    height: 3px;
    width: 3px;
    background-color: #bebebe;
    border-radius: 50%;
    display: inline-block;
}

.bel-pagination-dots > span:not(:first-child):not(:last-child) {
    margin-left: 5px;
    margin-right: 5px;
}
.imgBackColor {
	fill: #909090;
}

.bel-icon-favorite-before-s:before,
.bel-icon-favorite-s:after {
    font-size: 16px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\7d";
}


/***********************************************************************************************
									ROLE DESIGN
***********************************************************************************************/


.imageSelected {
	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
}
.imageSelected:active {
    border: 1px solid #1075BB;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
.imageSelected.active {
    border: 1px solid #1075BB;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
.sectionRepresentedName {
    width: 148px;
}
.sectionHeader{
	min-height: 160px;
}
.sectionFooter{
	min-height: 280px;
}
.h2-subRole {
	color: #000 !important;
	text-align: center;
    font-weight: bolder !important;
}
.h3-subRole {
    font-weight: 500 !important;
    font-family:  Graphik, sans-serif;
    color:#000;
    font-size: 16px;
    text-transform: none;
}
.h4-subRole {
    font-weight: 500 !important;;
    font-family: Graphik, sans-serif;
    color: #000;
    font-size: 13px;
    text-transform: none;
}
.buttonCenter {
	margin-left: 5px;
}
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
[type=radio]:checked + div {
  border: 1px solid #1075BB;
  border-radius: 4px;
  box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}
/***********************************************************************************************
									SEARCH DESIGN
***********************************************************************************************/
.paybac-input-search {
    background: #ffffff;
    border: 1px solid #f1f1f2;
    color: #4d4d4f;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    transition: border-color 500ms;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    height: 40px;
    width: 85%;
    margin-bottom: 0;
        margin-right: 20px;
    outline: none;
    box-shadow: 0 4px 35px -18px black;
}

.bel-icon-search-xs:after, .bel-icon-search-before-xs:before {
    font-size: 14px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1;
    margin-left: 2.5px;
    vertical-align: middle;
    content: "\51";
    opacity: 0.5;
}

.bel-position-relative {
    position: relative;
    margin-bottom: 10px;
}

.bel-search-icon-position.bel-search_update-position {
    transform: translateY(-50%);
    left: 30px;
    margin: 0;
    height: auto;
    position: relative;
}

.bel-icon-edit-before-xxs:before,
.bel-icon-edit-xxs:after {
    font-size: 10px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 2.5px;
    vertical-align: middle;
    content: "\73";
}

.bel-icon-edit-before-xs:before,
.bel-icon-edit-xs:after {
    font-size: 14px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 2.5px;
    vertical-align: middle;
    content: "\73";
}

.button-center {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 8px 5px 2px;
}
/***********************************************************************************************
									WIZARD
***********************************************************************************************/
.wizard-container {
  height: auto;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
  vertical-align: middle;
  padding: 0;
  list-style: none;
}
.w-steps-1 {
  width: 100%;
}
.w-steps-2 {
  width: calc( 50% - 2px);
}
.w-steps-3 {
  width: calc( 33.3% - 2px);
}
.w-steps-4 {
  width: calc( 25% - 2px);
}
.w-steps-5 {
  width: calc( 20% - 2px);
}
.w-steps-6 {
  width: calc( 16.666666666666667% - 2px);
}
.w-step {
  display: inline-block;
  height: auto;
  text-align: center;
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
}
.w-label {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: initial;
  text-align: center;
  align-content: center;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: Graphik, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}
.w-label-active {
  color: #000000;
  font-weight: 400;
  animation-name: widthAnimation;
  animation-duration: 0.8s;
}
.w-label-inactive {
  color: #bebebe;
  font-weight: 400;
}
.w-label-actual {
  color: #000000;
  font-weight: 500;
  animation-name: colorAnimation;
  animation-duration: 0.8s;
}
.w-step::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 1;
  animation-name: widthAnimation;
  animation-duration: 0.8s;
}
.w-step-active:after {
  background-color: #bebebe;
}
.w-step-inactive:after {
  background-color: #bebebe;
}
.w-step-actual:after {
  background-color: #000000;
}
.w-step-completed::after {
	background-color: rgb(109, 110, 113);
}

/***********************************************************************************************
									ALERTS
***********************************************************************************************/

.grid-row, .bel-grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    height: auto;
}

.bel-alertMessage {
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    animation-name: alertAnimation;
    animation-duration: .8s;
    opacity: 1;
    margin-left: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    height: 100%;
}

.bel-alertMessage:after {
    content: "";
    display: table;
    clear: both;
}


.bel-alertMessage_grayIcon, .bel-alertMessage_grayIcon-ie9, .bel-alertMessage_info-color, 
.bel-alertMessage_success-color, .bel-alertMessage_error-color, .bel-alertMessage_warning-color, 
.bel-alertMessage_info-color-ie9, .bel-alertMessage_success-color-ie9, 
.bel-alertMessage_error-color-ie9, .bel-alertMessage_warning-color-ie9 {
    vertical-align: middle;
    height: 100%;
    min-width: 60px;
    max-width: 60px;
}

.bel-alertMessage_content-full {
    width: 100%;
}
.bel-alertMessage_content, .bel-alertMessage_content-full {
    padding: 10px 15px 10px 70px;
    box-sizing: border-box;
    display: table;
    height: fit-content;
    min-height: 55px;
}
.bel-display-inline {
    display: inline-table;
}

.bel-alertMessage-textCnt {
    vertical-align: middle;
    display: table-cell;
}

.bel-icon-info-l:after, .bel-icon-info-before-l:before {
    font-size: 26px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\61";
}

.bel-icon-success-l:after, .bel-icon-success-before-l:before {
    font-size: 26px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\63";
}

.bel-icon-error-l:after, .bel-icon-error-before-l:before {
    font-size: 26px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\64";
}

.bel-icon-warning-before-l:before, .bel-icon-warning-l:after {
    font-size: 26px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\62";
}

.bel-alertMessage_error-color,
.bel-alertMessage_error-color-ie9,
.bel-alertMessage_grayIcon,
.bel-alertMessage_grayIcon-ie9,
.bel-alertMessage_info-color,
.bel-alertMessage_info-color-ie9,
.bel-alertMessage_success-color,
.bel-alertMessage_success-color-ie9,
.bel-alertMessage_warning-color,
.bel-alertMessage_warning-color-ie9 {
    width: 60px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    left: 0;
    top: 0;
    height: 100%;
}
.bel-alertMessage-icon-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.bel-alertMessage-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bel-alertMessage_button {
    margin: auto;
    height: 42px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 15%;
    text-align: center;
}

.bel-alertMessage_grayIcon, .bel-alertMessage_info-color {
    background: linear-gradient(to left bottom, #36b2c3 50%, #1ba2b4 50%);
}
.bel-alertMessage_success-color {
    background: linear-gradient(to left bottom, #47aa61 50%, #2a9446 50%);
}
.bel-alertMessage_warning-color {
    background: linear-gradient(to left bottom, #ffa148 50%, #f5881f 50%);
}
.bel-alertMessage_error-color {
    background: linear-gradient(to left bottom, #e4002b 50%, #c8102f 50%);
}
.bel-alertMessage_grayIcon-ie9, .bel-alertMessage_info-color-ie9 {
    background: #1ba2b4;
}
.bel-alertMessage_success-color-ie9 {
    background: #2a9446;
}
.bel-alertMessage_warning-color-ie9 {
    background: #f5881f;
}
.bel-alertMessage_error-color-ie9 {
    background: #c8102f;
}
.bel-alertMessage-margin-ie9 {
    margin: 0;
}

/***********************************************************************************************
									CHECKBOX AND DOWLOAD
***********************************************************************************************/
.bel-selection-input {
  position: relative;
  margin-bottom: 10px;
}

.bel-selection-input-text {
  position: relative;
  margin-left: 5px;
  line-height: 1.5;
  font-family: Graphik, Helvetica, sans-serif;
  color: #4d4d4f;
  font-size: 14px;
  margin: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.bel-checkbox-button {
  display: none;
}

.bel-checkbox-button-icon {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  font-family: Graphik, Helvetica, sans-serif;
}

.bel-checkbox-button-text {
  position: relative;
  line-height: 1.5;
  font-family: Graphik, Helvetica, sans-serif;
  color: #4d4d4f;
  font-size: 14px;
  margin: 0;
  line-height: 0;
  /*display: inline-block;*/
  vertical-align: middle;
  cursor: pointer;
}

.bel-checkbox-button-icon::before {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #6d6e71;
  background: #ffffff;
  transition: .5s;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  color: #ffffff;
}

input[type=checkbox].bel-checkbox-button:checked ~ label::before {
  border: 1px solid #1075bb;
  background: #1075bb;
  font-family: bluecredomatic-iconset, Helvetica, sans-serif;
  content: "\63";
  color: #ffffff;
  font-size: 12px;
}

.bel-auxiliary-component-container {
  float: right;
  cursor: pointer;
}

.bel-auxiliary-component {
  all: unset;
  color: #6d6e71;
  font-family: Graphik, Helvetica, sans-serif;
  font-size: 14px;
}

.bel-download-auxiliary-component {
  all: unset;
  color: #6d6e71;
  font-family: Graphik, Helvetica, sans-serif;
  font-size: 14px;
}

.bel-auxiliary-component-disabled {
  all: unset;
  color: #bebebe;
  font-family: Graphik, Helvetica, sans-serif;
  font-size: 14px;
}

.bel-auxiliary-component:hover {
  color: black;
}

.bel-download-auxiliary-component:hover {
  color: blue;
}

.bel-icon-download::before,
.bel-icon-download-after::after {
  font-size: 14px;
  font-family: bluecredomatic-iconset, Helvetica, sans-serif;
  line-height: 1.5;
  margin-left: 2.5px;
  margin-right: 10px;
  vertical-align: middle;
  content: "\30";
}

.iframeBorder{
	border: none !important;
}

/***********************************************************************************************
									MENU
***********************************************************************************************/

.bel-icon-more-bar-xl:after, .bel-icon-more-bar-before-xl:before {
	font-size: 30px;
	font-family: bluecredomatic-iconset, Helvetica, sans-serif;
	line-height: 1.5;
	margin-left: 5px;
	vertical-align: middle;
	content: "\6a";
}

.bel-icon-back-xl:after, .bel-icon-back-before-xl:before {
    font-size: 30px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\66";
}

.bel-icon-arrow-right-xl:after, .bel-icon-arrow-right-before-xl:before {
    font-size: 30px;
    font-family: bluecredomatic-iconset, Helvetica, sans-serif;
    line-height: 1.5;
    margin-left: 5px;
    vertical-align: middle;
    content: "\6e";
}

.svg path {
	fill: #C8102F;
}

.svgHeader path, .svgTutorial path {
	fill: #fff;
}

.menuItem{
	color: #6B6B6E;
}

.btnToggle {
    background: #C8102F;
    border-color: #C8102F;
    color: #fff;
}

.btnToggle:hover, .btnToggle:active, .btnToggle:focus {
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.imgAvatar {
	height: 40px;
    width: 40px;
}

.headerMenu {	
	font-weight: 600;
    font-family: Graphik, sans-serif;
    font-size: 17px;
    cursor: pointer;
	color: #fff !important;
}



/***********************************************************************************************
									PASS RECOVERY
***********************************************************************************************/
.divPasswordRecovery {
	padding: 4% 30%;
}

.titlePassRecovery {
    text-align: center;
}

.divPasswordRecovery #idProcess {
	width: 100%;
}

.divPasswordRecovery .step1 {
	width: 48%;
	margin-right: -1px;
}

.divPasswordRecovery .step2 {
	width: 48%;
	margin-right: -1px;
	margin-left: -1px;
}

.divPasswordRecovery .w-label {
	cursor: pointer;
}

/***********************************************************************************************
									FIN: PASS RECOVERY
***********************************************************************************************/



/***********************************************************************************************
*									MEDIA DESIGN											   *
***********************************************************************************************/
@media ( max-width : 360px) {
	
	.box4 figure img{
		width: 150px;
		height: 150px;
	}

	.info1{
		display: none;
	}

	.list3title2{
		display: none;
	}
	
}

@media ( max-width : 420px) {
	
	#paybacModal .modal-title {
		font-size: 16px !important;
	}
	
	#paybacModal .modal-body {
	    font-size: 12px;
	}
	
	#paybacModal .modal-lg .button-primary, #paybacModal .modal-lg .base-button-secundary {
	    width: 30%;
	}
	
	#loginContainer, #passwordRecoveryContent, #infoEmailRecoveryPass {
		margin-top: 40%;
    	padding: 2% 15% 2% 15% !important;
	}
	
	#loginForm .h1-typography, #passwordRecoveryContent .h1-typography {
	    margin-bottom: 10%;
	}
	
	#loginForm .form-input, #recoveryForm .form-input, #recoveryForm .h2-typography, #infoEmailRecoveryPass .h2-typography {
	    font-size: 12px !important;
	}
	
	.btnLogin {
		margin-top: 20%;
	}
	
	.content-wrap {
		margin-top: 10%;
	}
	
	.box4 figure img{
		width: 150px;
		height: 125px;
	}
	
	.list3title2{
		display: none;
	}

	.list3title1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.imageSelected {
		height: fit-content !important;
	    width: fit-content !important;
	}
	
	.imageSelected img {
	    height: 60px !important;
	    width: 60px;
	}
	
	.h4-subRole {
	    font-size: 11px;
	}
	
	.alignImageCenter {
	    margin-bottom: 13px;
	}
	
	.h3-subRole {
		margin-top: 10px;
		font-size: 12px;
	}
	
	.padding-button-left, .padding-button-rigth {
	    padding: 20px 0 0 0;
	    width: 48%;
	}
	
	.padding-button-left {
		margin-right: 2%;
	}
	
	.buttonCenter {
		padding-bottom: 10px;
	}

	.alignImageCenter {
	    flex-wrap: wrap;
	}
	
	.alignImageCenter .content {
	    text-align: center;
	}	
	
	#selectedAdministrator {
	    margin-right: 10px;
	}
	
	#selectedRole {
	    margin-top: 20px;
	}
	
	.button-sizer, .button-sizel, .button-sizel:disabled {
	    width: 110px !important;
	}
	
	.detailView { 
		font-size: 13px; 
	}
	
	#tblPayment.page-list, #tblPayment.bel-select {
		font-size: 11px;
	}
	
	#tblPayment .bel-select { 
		padding: 5px 25px 0; height: 30px; 
	}
	
	/***********************************************************************************************
									PASS RECOVERY
	***********************************************************************************************/
	.divPasswordRecovery {
		padding: 4% 4%;
	}
	
	/***********************************************************************************************
										FIN: PASS RECOVERY
	***********************************************************************************************/
}

@media (min-width: 420px) and (max-width: 767px) {
	
	.containerMenu {
        padding-left: 0;
        width: 100%;
    }

    .list-item img {
        height: 90px !important;
        width: 90px;
    }
	
	.imageSelected img {
        height: 90px !important;
        width: 90px;
    }
    
    .sectioRepresentedName {
	 height: 90px;
     width: 90px;
	}
    
    .imageBorders {
		border: 1px solid #ddd;
	    border-radius: 4px;
	    padding: 9px;	
	}

	.padding-button-left {
		width: 48%;
	    padding: 10px 0 0 0;
	    margin-right: 2%;
	}
	
	.padding-button-rigth {
		width: 48%;
    	padding: 24px 88px 0 0;
	}
	
	.buttonCenter {
	    padding-bottom: 10px;
	}
	.buttonCenter {
	    margin-left: 5px;
	    display: flex !important;
	}
		
	.button-sizel {
		width: 143px;
		float: none;
	}
	
	.button-sizel:disabled {
		width: 143px;
		float: none;
		cursor: no-drop;
	}
	.button-sizer {
		width: 143px;
		float: right;
		margin-top: 14px;
	}
	
	.btn-smr {
		width: 143px;
		float: none;
	}
	
	.alignImageCenter {
	    margin-bottom: 13px;
	}
	
	.alignImageCenter {
	    flex-wrap: wrap;
	}
	
	.alignImageCenter .content {
	    text-align: center;
	}
	
	#selectedAdministrator {
	    margin-right: 20px;
	}
	
	.pt-sm-3, .py-sm-3 {
	    padding-top: 1rem!important;
	}
	
	.pt-sm-4, .py-sm-4 {
	    padding-top: 1.5rem!important;
	}
	.pb-sm-4, .py-sm-4 {
    	padding-bottom: 1.5rem!important;
	}
	
	.pb-sm-5, .py-sm-5 {
	    padding-bottom: 3rem!important;
	}
	
	.pl-sm-3, .px-sm-3 {
    	padding-left: 1rem!important;
	}
	
	.pr-sm-3, .px-sm-3 {
    	padding-right: 1rem!important;
	}
	
	.inputText-l {
   		max-width: 100%;
	}
	
	.container-fluid .navbar-collapse {
		display: none !important;
	}
	
	.container-fluid .show {
		display: block !important;
	}
	
	.form-login, .form-recoveryPassword {
	    padding: 15% 15% 2% 15% !important;
	}
	
	#btnRefresh {
		margin-top: 0px;
	}
	.btnLogin {
		 margin: 12% 0% 0% 15%;
	}	
	#btnLogin {
		float: left;
    	margin-top: 0px;
	}
	.modal-title {
	    font-size: 18px !important;
	}
	
	.modal-body {
	    font-size: 13px !important;
	}
	
	/***********************************************************************************************
									PASS RECOVERY
	***********************************************************************************************/
	.divPasswordRecovery {
		padding: 4% 10%;
	}
	
	/***********************************************************************************************
										FIN: PASS RECOVERY
	***********************************************************************************************/
	
}

@media (min-width: 767px) and (max-width: 1199px) {
	
	.container-fluid .navbar-collapse {
		display: none !important;
	}	
	
	.container-fluid .show {
		display: block !important;
	}
	
	.d-inline-block {
	    display: inline-block !important;
	}
	
	#code1 {
		margin-bottom: -4rem !important;
	}
	
	.padding-button-left {
		padding: 0 20px 0 0;
	}
	
	.padding-button-rigth {
		padding: 0 0 0 20px;
	}
	
	.list-item img {
		height: 90px !important;
		width: 90px;
	}
	
	#menuPanel {
	    margin-left: 1rem !important;
	}
	
	#menuPanel.active {
	    margin-left: 80px !important;
	}
	
	.modal-title {
	    font-size: 18px !important;
	}
	
	.modal-body {
	    font-size: 13px !important;
	}
	
	.fixed-table-body {
	    position: sticky !important;
	}
	
	.col-md-4 {
	    flex: 0 0 45% !important;
	    max-width: 45% !important;
	}
	
	/***********************************************************************************************
									PASS RECOVERY
	***********************************************************************************************/
	.divPasswordRecovery {
		padding: 4% 20%;
	}
	
	/***********************************************************************************************
										FIN: PASS RECOVERY
	***********************************************************************************************/
	
}

@media (min-width : 992px) and (max-width : 1040px) {
   
    .selectOption {
        width: 120% !important;
    }   
}

@media (min-width: 1200px) {
    .input-textarea-l {
         max-width: 100%;
    }
    .inputText-l{
    	max-width: 100%;
    }
    .list-item img {
		height: 90px !important;
		width: 90px;
	}
}

@media (min-width: 767px) and (max-width: 801px) {
	
	#homeContainer {
	    margin-top: unset !important;
	}
		
}


/***********************************************************************************************
*									END MEDIA DESIGN										   *
***********************************************************************************************/