@charset "UTF-8";
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a {
  color: #fff; }

.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777; }

.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #fff;
  background-color: #036;
  border-color: #036;
  padding: 0.47rem 1rem; }

.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  background-color: #036; }

html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-title ul.nav.nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #dee2e6;
  width: 90%;
  margin: 0 auto;
  background-color: #0052a1; }

html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-title ul.nav.nav-tabs li.nav-item a.nav-link.active.show {
  color: #fff;
  background-color: #003366;
  border-color: #036;
  border-bottom: none; }

html body section.container.carga-info.info-PLM div.row div.col-12 article h4 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 1.5rem 2rem;
  color: #4d4d4d; }

html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-body {
  margin: 0 auto;
  width: 90%;
  padding: 1rem; }

html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-body div.tab-content div#tabNV.tab-pane.fade.active.show ul {
  list-style: none; }

html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-body div.tab-content div#tabNV.tab-pane.fade.active.show ul li:before {
  content: '✓';
  padding-right: 0.7rem; }

/* ===  ===  ===  ===  ===  ===  ===  ===  === 
                    RESPONSIVE
===  ===  ===  ===  ===  ===  ===  ===  === */
@media (max-width: 767px) and (min-width: 300px) {
  html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-title ul.nav.nav-tabs {
    width: 100%; }

  html body section.container.carga-info.info-PLM div.row div.col-12 div.panel.with-nav-tabs.panel-default div.panel-body {
    width: 100%;
    /*padding:0.5rem;*/ }

  html body section.container.carga-info.info-PLM div.row div.col-12 article h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem; } }

/*# sourceMappingURL=panel-tabs.css.map */
