a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}
legend{display:none}:focus{outline:0}
table{border-collapse:collapse;border-spacing:0}
a img,iframe, button{border:none;outline: none;}
ul, li{list-style:none}
button,input,select,textarea{font-size:100%;font-family:inherit}
input,select{vertical-align:middle}
button{border:0;padding:0;background:0 0;cursor:pointer}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{height:1%}.clearfix{display:block}
*, *:after, *:before {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
    width: 100%;
    height: 100%;
  box-sizing: border-box;
}
body{
    width: 100%;
    min-width: 900px;
    position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
}
a, a:active{text-decoration: none !important;outline: none !important;}
label{position: relative;}
small{
	display: block;
}

.form-group.date{
  position: relative;
}
.form-group.date:after{
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 21px;
  right: 12px;
  font-size: 16px;
  color: #a1a1a1;
  z-index: 9;
}
/**************************/

.btn-menu .dropdown-toggle::after, td>.dropdown-toggle::after{
	content: "";
	display: none;
}
.btn-menu .dropdown-menu{
	text-align: center;
	margin-left: -20px;
}




/*Cart button

-------------------------------- */
.cd-cart {
  position: relative;
  
}
.cd-cart i{
  position: relative;
}
  .cd-cart span {
       position: absolute;
    top: -3px;
    right: -3px;
    height: 20px;
    width: 20px;
    line-height: 1.4;
    background-color: #d42b41;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
  }
.cd-cart.items-added span {
  /* counter visible when a product is added to the cart */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



 .cd-customization .add-to-cart {
  position: relative;
  overflow: hidden;
  display: list-item;
  width: calc(50% - 23px);

}

.cd-customization .add-to-cart {
  
  min-width: 150px;
    width: 100%;
}

.add-to-cart::marker,  ::marker, marker{
  color: #263576;
}
.no-touch .cd-customization .add-to-cart:hover {
  background-color: #55bca8;
}
.cd-customization .add-to-cart em {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-customization .add-to-cart svg {
  /* this is the check icon */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  background: green;
  /* move the icon on the right - outside the button */
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-customization .add-to-cart.is-added em {
  /* product added to the cart - hide text message on the left with no transition*/
  color: transparent;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  transition: transform 0s;
}
.cd-customization .add-to-cart.is-added svg {
  /* product added to the cart - move the svg back inside the button */
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  transition: transform 0s;
}
/**************************/

.center-block{
    display: block;
    width: 100%;
    margin: 1em 0;
}

.content{
	padding-top: 10px;
  padding-bottom: 1em;
  min-width: 900px;
}

.inner{
  padding: 2em;
}
.content:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 682px;
  bottom: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: .35;
}
@media screen and (min-width: 1281px){
    .content:after {
        background-image: url('images/bg-content-lg.png');
    }
}
@media screen and (max-width: 1280px){
    .content:after {
        background-image: url('images/bg-content-md.png');
    }
}
@media screen and (max-width: 1024px){
    .content:after {
        background-image: url('images//bg-content-sm.png');
    }
}


.name-system{
  display: inline-block;
  position: relative;
  color: #fff;
  top: .3em;
}
.name-system span{
  font-size: 34px;
}
.name-system span small{
  font-size: 17px;
  line-height: 1;
  position: relative;
  top: 5px;
  display: inline-block;
  padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #9399b1;
}

.bg-dark .dropdown-toggle::after{
  position: absolute;
  right: -15px;
  top: 20px;
  display: inline-block;
  margin-left: auto;
  vertical-align: middle;
}

 /*************************************/
.nav-link.dropdown-toggle label{
    display: block;
    text-transform: none;
    line-height: 1;
    margin-bottom: 0;

}
.nav-link.active, .link-active{
    color: #a8afba !important;
}
.navbar-brand img{
    width: 130px;
    height: 70px;
}
.no-padding{
    padding: 0 !important;
}
.navbar.navbar-dark.bg-primary{
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.form-help {
    font-size: .85em;
    display: table;
    width: 100%;
    line-height: 1.3;
    color: #8597a0;
}
.footer{
      width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}
.footer .container{
    padding: 1em;
}
.footer img{
  margin: auto;
}
.footer p{
    text-align: center;
    display: block;
    font-size: 13px;
    color: #7F7E7E;
    margin-bottom: 5px;
}
h1.hero-header{
  margin-top: 1em;
    font-size: 28px;
}
h4.text-muted{
        font-size: 18px;
        color: #697176;
    line-height: 1.6;
}

.img-responsive{width:100%;}
.img-rounded{border-radius:6px}
.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.img-circle{border-radius:50%}hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #cccccc}

.btn .fa{
  margin-right: 7px;
}

.form-date{
  width: 110px !important;
  display: inline-block !important;
  margin-right: 10px;
}

.form-group .form-date:last-child{
  margin-right: 0 !important;
}


@media screen\0 {
	/*Estilos para Explorer*/
}

/****************************/
.box{
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: auto;
  position: relative;

  webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);

}


/****************************/

.subtitle{
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
}
.subtitle span{
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background: #fff;
    color: #263576;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 2;
}
.subtitle h2{
    position: relative;
    text-align: center;
    margin: 0;
}
.subtitle h2:before{
    content: "";
    display: block;
    border-top: solid 1px #cccccc;
    width: 100%;
    position: absolute;
    top: 25px;
    z-index: 1;
}
/*****************/
.subtitle-slim{
    text-align: center;
    margin: 5px 0 16px;
    font-size: 16px;
}
.subtitle-slim span {
    font-size: 13px;
    text-align: center;
    background: #fff;
    color: #a1a1a1;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }
.subtitle-slim h2{
	line-height: 16px;
	font-size: 16px;
    position: relative;
    text-align: center;
    margin: 0;
}
.subtitle-slim h2:before{
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 100%;
    position: absolute;
    top: 10px;
    z-index: 1;
}


/**************************/
.box-login{
  max-width: 350px;
  top: 5em;
}

.box-login:after, .box-login:before{
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  border-radius: 90px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.box-login:after{
  background-color: #fff;
  text-align: center;
  z-index: 9;
}
.box-login:before{
  background-image: url('images/user-lock-solid.png');
  background-repeat: no-repeat;
  z-index: 10;
}

.box-login .subtitle{
  margin-top: 1.5em;
}

.box-login .inner{
  padding: 1em 3em 0;
}
.box-login p{
  text-align: center;
  color: #666;
  margin-bottom: 0;
}

.form-help{
  display: none;
}

.form-group label{
  font-size: 14px;
  margin-bottom: 0;
  display: block;
}
.filter .form-group label{
	color: #666;
	font-size: 11px;
}

/************************************/
.box-menu{
  max-width: 600px;
  top: 5em;
}

.box-menu .inner{
  padding: 1em;
}

.btn-menu{
  text-align: center;
  display: block;
  widows: 100%;
  min-width: 150px;
  height: auto;
  box-sizing: 
}
.btn-menu>.btn-menu img:hover{
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
}
.btn-menu img{
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 90px;
  overflow: hidden;
  border: 1px solid #dee2e6;
}
.btn-menu a{
  display: block;
  color: #333;
}
.btn-menu h2{
  font-size: 14px;
  display: block;
  width: 100%;
  margin-top: 16px;
}
/*************************************/
.header-box{
  display: block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.title{
  display: inline-block;
  font-size: 16px;
  line-height:  31px;
}
.title a, .title button{
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  outline: none;
}



/**-------**/

.wizard_horizontal{
  margin: auto;
  display: table;
}
.wizard_horizontal ul.wizard_steps {
  display: table;
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

.wizard_horizontal ul.wizard_steps li {
  display: table-cell;
  text-align: center;
  width: 105px;
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity: 100);
  opacity: 1;
  color: #ADB2B5;
  line-height: 1;
}

.wizard_horizontal ul.wizard_steps li a:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ccc;
  top: 20px;
  width: 100%;
  z-index: 4;
  left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
  background: #ccc;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
  background: #263576;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
  background: #5cb85c;
  color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
  left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
  right: 50%;
  width: 50%;
  left: auto;
}
/**-------**/

.wizard_verticle .stepContainer {
  width: 80%;
  float: left;
  padding: 0 10px;
}

.form_wizard .stepContainer div.content {
  display: block;
  position: absolute;
  float: left;
  margin: 0;
  padding: 5px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #5A5655;
  height: 300px !important;
  text-align: left;
  overflow: auto;
  z-index: 88;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  clear: both;
}

.actionBar {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 5px;
  text-align: right;
  margin-top: 10px;
}

.actionBar .buttonDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.actionBar a {
  margin: 0 3px;
}
/**-------**/

.wizard_verticle .wizard_content {
  width: 80%;
  float: left;
  padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
  display: table;
  list-style: none;
  position: relative;
  width: 20%;
  float: left;
  margin: 0 0 20px;
}

.wizard_verticle ul.wizard_steps li {
  display: list-item;
  text-align: center;
}

.wizard_verticle ul.wizard_steps li a {
  height: 80px;
}

.wizard_verticle ul.wizard_steps li a:first-child {
  margin-top: 20px;
}

.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity: 100);
  opacity: 1;
  color: #666;
}

.wizard_verticle ul.wizard_steps li a:before {
  content: "";
  position: absolute;
  height: 100%;
  background: #ccc;
  top: 20px;
  width: 4px;
  z-index: 4;
  left: 49%;
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
  background: #ccc;
}

.wizard_verticle ul.wizard_steps li a .step_no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
  background: #263576;
  color: #fff;
}

.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
  background: #1ABB9C;
  color: #fff;
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
  left: 49%;
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
  left: 49%;
  left: auto;
  width: 0;
}


/*.bs-vertical-wizard {
    border-right: 1px solid #eaecf1;
    padding-bottom: 50px;
}*/

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #6c757d;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

    .bs-vertical-wizard ul > li > a .ico.ico-red {
        color: #df4759;
    }

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

/*.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

/******************************************/
.table-last-four tr>th:nth-child(1n+6), .table-last-four tr>td:nth-child(1n+6){
    width: 40px;
    text-align: center;
}
.table-last-one tr>th:nth-child(1n+9), .table-last-one tr>td:nth-child(1n+9){
    width: 40px;
    text-align: center;
}
.table-dec tr>td:nth-child(1n+7){
    text-align: right;
}
.table-configurar tr>th:nth-child(1n+7), .table-configurar tr>td:nth-child(1n+7){
    width: 40px;
    text-align: center;
}
/********************************/
.navbar .navbar-collapse .navbar-nav .dropdown-toggle::before{
	content: "\f007";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: -24px;
	font-size: 24px;
	color: #fff;
}

.dropdown-item.disabled:after{
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 5px;
  color: #071689;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}


@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}