/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url("animate.min.css");
@import url("material-design-iconic-font.min.css");

@-webkit-viewport   { zoom: 1.0; width: device-width; }
@-moz-viewport      { zoom: 1.0; width: device-width; }
@-ms-viewport       { zoom: 1.0; width: device-width; }
@-o-viewport        { zoom: 1.0; width: device-width; }
@viewport           { zoom: 1.0; width: device-width; }

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

* :focus {  outline: 0 none; -moz-outline: 0 none; outline: thin transparent; }

a:active, a:focus { 
    border:none;
    outline:none;
}

input::-moz-focus-inner { border: 0; }


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Native scrollbars, Pointer Events, Color Palette
   ========================================================================== */

::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0;
    background: #bacfd6;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #077a9f;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}


/* ==========================================================================
   Icon Font
   ========================================================================== */

/* ==========================================================================
   fotomarca's  custom styles
   ========================================================================== */
.preload *, .preload .animated, .preload .item, .preload:not(.preloader-wrapper),
.preload:not(.preloader-wrapper) div{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
   transition: none !important;
}

html{
  font-size: 62.5%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html, body{
    height: 100%;
}

body{
  background-color: #f1f1f1;
  font-size: 14px;
  color: #212121;
  -moz-osx-font-smoothing: grayscale;
  line-height:100%;
}

.wf-inactive body{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.wf-active body{
    font-family: 'Roboto', sans-serif;
}

body.modal-open{
  overflow: hidden;
}

a, a:link{
    color: #077a9f;
}

.noscriptmsg{
  text-align: center;
  width: 100%; height: 100vh;
  margin: 0; padding: 15%;
}

.noscriptmsg > h1{
  font-weight: 500;
  color: #727272;
}

.noscriptmsg > h2{
  color: red;
  line-height: 48px;
}

.no-js .preloader-wrapper, .no-js .wrapper{
  display: none;
}

.preloader-wrapper{
  position: absolute;
  top: 45%; left: 0; 
  margin: 0 auto; right: 0;
  display: block;
  z-index: 500;
}



.wrapper{
  display:block;
  width:100%;
/*  min-width: 1280px; */
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

 
.loaded .wrapper{
    opacity: 1;
}



.wrapper > header{
   /*  height: 12vh;*/
	z-index:1;
}

.wrapper > section.app-body{
  /*  height: 80vh;*/
    padding-top: 0px; 
	width:99%;
}

.navbar-header{
    float: left; display: block;
    width: 450px; height: auto;
    margin: 0; padding: 0;
}

.navbar-brand{
  float: left; display: inline-block;
  margin: 0; padding: 0 15px;
  font-size: 2.5em;
  line-height: 64px;
}

.navbar-brand a{
  text-decoration: none;
  color: inherit;
}

.navbar-header .system-version{
    font-size: 13px;
}

.navbar{
  margin-bottom: 0;
  background: #fff;
  background: rgb(255,255,255);
  box-shadow: none;
}

.navbar-inverse{
  height: 64px;
  border-radius: 0;
}

.navbar-inverse .container-fluid{
  background-color: rgba(7, 122, 159, 1);
  background-blend-mode: multiply;
}

.navbar-nav>li.active, .navbar-nav>li.open{
  background: rgb(0,0,0);
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
  background-color: rgba(7, 122, 159, 0.52);
  background-blend-mode: multiply; 
}

.navbar .user-data{
    height: 64px;
    padding: 0 15px;
    line-height: 60px;
}

.navbar .user-data .user-avatar{
    display: inline-block;
    margin: 0 0 0 5px;
}

.navbar .user-data .md{
    margin-left: 5px;
    font-size: 24px;
}

.btn-back{
  float: left;
  display: inline-block;
  margin: 0 20px 0 -15px;
  padding: 0;
  width: 68px; height: auto;
  color: rgba(7, 122, 159, 1);
  font-size: 36px;
  line-height: 64px;
  text-align: center;
  background: rgba(255,255,255,0.3);
  background-blend-mode: multiply;
}

.btn-back:hover{
  color: #fff;
}

.btn-back:visited{
  color: rgba(7, 122, 159, 1);
}

.btn-back:active{
  background: rgba(255,255,255,0.75);
}

.main-nav{
  width: 100%; height: 64px;
  margin: 0; padding: 0;
  background: #fff;
  background: rgb(255,255,255);
  border-bottom: 1px solid #ddd;
  position: relative;
}

.main-nav .nav-tabs{
  float: left; display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.nav-tabs>li>a{
  padding: 0 15px;
  font-size: 15px; font-weight: 500;
  line-height: 64px;
  border: 0;
  box-shadow: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
  color: #077a9f;
  -webkit-box-shadow: inset 0 -2px 0 #077a9f;
  box-shadow: inset 0 -2px 0 #077a9f;
}
.wrapper{
  display:block;
  width:100%; 
  /*min-width: 1280px; */
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.container{
	width:100%;
}
/*contenedor pdf*/
.wrap-container-pdf{
	margin:20px 20px 0 20px;
	/*height:1610px;*/
	/*height:1560px;*/
	height:100%;
	padding:20px;
}

.head-view-pdf{
	background:#1e88e5;
	padding:5px 25px;
}


.head-view-pdf .label-first{
	color:#fff;
	display:inline-block;
	margin:10px 0 0 0;
}
.head-view-pdf .label-first-result{
	color:#fff;
	display:inline-block;
	font-size: 1.286em;
	font-weight:600;
	margin:0 0 0 15px;
}


.cont-pdf{
	width:100%;
	height:1450px;
	margin:0px auto 20px auto;
	
}
footer{
	height: 80px;
	padding:20px;
}


/*alerts*/

.bk-alert{
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 501;

}

.alert{
  width: 100%; height: 60px;
  display: table;
}

.alert span, .alert p{
  float: left; display: table-cell;
  height: auto;
  margin: 0; padding: 0;
  line-height: 60px;
  vertical-align: middle;
}

.alert p{
  padding: 0 10px;
  font-size: 20px;
}

.alertDanger{
  background-color: #e33333;
}
.alertInfo{
  background-color: #b7c85a;
}
.alertWarning{
  background-color: #dacf4f;
}


/*fin alerts*/

.cont-titlePage{
	margin:0 20px;
}
h1.pageTitle{
	font-size:2.571em;
	color:#000;
	margin:0px;
}

h2.pageSubtitle{
font-size:1.643em;
color:#137ba0;
margin:10px 0 0 0;
}
.cont-ddl-modal{
	padding:15px;
}

.cont-int-footer{
	float:right;
}


.data-container{
	padding:10px 0;
}


/*Filtro lotes*********************/

#filtro {
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 width: 35%;
	 right: -60em;
	 height: 100%;
	 background:#fff;
	 -webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	z-index:15;
	padding:20px;
	border-left: 5px solid #1e88e5;
	
}
	
#filtro.active {
	-webkit-transform: translate(-60em, 0px);
	-moz-transform: translate(-60em, 0px);
	-o-transform: translate(-60em, 0px);
	-ms-transform: translate(-60em, 0px);
	transform: translate(-60em, 0px);
}

#filtro .title{
	border-bottom:1px solid #dbdbdb;
	padding:0 15px 15px 15px;
	margin:0 0 40px 0;
}

#filtro .title h1{
	font-size:1.786em;
	color:#1e88e5;
	font-weight:600;
	margin-top:0px;
}

#filtro .title  span{
	font-size:0.857em;
	color:#333;
	font-weight:400;
}
#filtro  .badge {
	background:#fff;
	color:#1e88e5;
	}
	
#filtro 	.list-group-item{
	padding:5px 15px;
}



span.link-del{
	color:#fff;
	display: inline-block;
    padding: 5px;
	font-size:0.786em;
}	

a.link-delete i.md{
	color:#fff;
	font-size:1.286em;
	background:rgba(255, 255, 255, 0.19);
	display:inline-block;
	width:25px;
	height:25px;
	border-radius:50%;
	line-height:25px;
	text-align:center;
}
.link-descarte{
	text-align:right;
}

.title-item-group{
	background:#1e88e5;
}
.title-item-group h4.list-group-item-heading{
	color:#fff;
	font-size:1.143em;
}

.wrap-result-ni {
    overflow-x: hidden;
    position: relative;
}
.containerFiltro {
       -webkit-transform: translate(0px, 0px);
       -moz-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
       -ms-transform: translate(0px, 0px);
       transform: translate(0px, 0px);
       -webkit-transition: 0.15s ease;
       -moz-transition: 0.15s ease;
       -o-transition: 0.15s ease;
       transition: 0.15s ease;  
}

.containerFiltro.active {
       -webkit-transform: translate(-60em, 0px);
       -moz-transform: translate(-60em, 0px);
       -o-transform: translate(-60em, 0px);
       -ms-transform: translate(-60em, 0px);
       transform: translate(-60em, 0px);
}

.ni-visto{
	float:right;
}

.sidebar-button {
    height: 47px;
    top: 84px;
}

.sidebar-button {
    background: #1e88e5;
    border: medium none;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    left: -41px;
    line-height: 48px;
    padding: 0 0 0 15px;
    position: absolute!important;
    text-align: left;
    top: 25px;
    width: 40px;
    z-index: 2001;

}

.sidebar-button:hover,.sidebar-button:focus {
	 background: #1e88e5;
	 color:#FFF;
}

.backdrop-sidebar {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    visibility: hidden;
    z-index: 10;
}


.active-bk {
    opacity: 0.5;
    visibility: visible;
}

.menu-link {
      position: absolute;
      top: 15px;
      left: -50px;
}



/*empty state*/

.wrap-empty-state{
	background:#e5e5e5 ;
	text-align:center;
	position:relative;
	height:100%;
	padding:55px;
}

.wrap-empty-state i{
	font-size:4.688em;
	color:#d3d3d3;
	margin:50px 0px;
}
.wrap-empty-state .btn-filter i {
	margin:0px;
}
.wrap-empty-state p{
	font-size:1.250em;
	color:#ccc;
	font-weight:600;
}

.wrap-empty-state span{
	font-size:1.000em;
	color:#999;
	font-weight:400;
}


/* perfect-scrollbar v0.6.2 */
.ps-container {
  overflow: hidden !important; }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block; }
.ps-container.ps-in-scrolling {
    pointer-events: none; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999; }
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute;
/* please don't change 'position' */
background-color: #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
-moz-transition: background-color .2s linear;
-o-transition: background-color .2s linear;
transition: background-color .2s linear;
bottom: 0;
/* there must be 'bottom' for ps-scrollbar-x */
height: 8px; }
.ps-container > .ps-scrollbar-y-rail {
display: none;
position: absolute;
/* please don't change 'position' */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
opacity: 0;
-webkit-transition: background-color .2s linear, opacity .2s linear;
-moz-transition: background-color .2s linear, opacity .2s linear;
-o-transition: background-color .2s linear, opacity .2s linear;
transition: background-color .2s linear, opacity .2s linear;
right: 3px;
/* there must be 'right' for ps-scrollbar-y-rail */
width: 8px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute;
/* please don't change 'position' */
background-color: #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color .2s linear;
-moz-transition: background-color .2s linear;
-o-transition: background-color .2s linear;
transition: background-color .2s linear;
right: 0;
/* there must be 'right' for ps-scrollbar-y */
width: 8px; }
.ps-container:hover.ps-in-scrolling {
pointer-events: none; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: #999; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: #999; }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
opacity: 0.6; }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: #999; }


/****formularios****/
/* Remove default checkbox */
[type="checkbox"].filled-in:not(:checked), [type="checkbox"].filled-in:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"].filled-in {
  /* checkbox aspect */ }
[type="checkbox"].filled-in + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 20px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
	
	
	
 [type="checkbox"].filled-in + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
	
	
	
	
	
 [type="checkbox"].filled-in:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"].filled-in:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
  
  
[type="checkbox"].filled-in:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
/* Indeterminate checkbox */
[type="checkbox"].filled-in:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }
[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1; }
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #0a8ca6;
  background-color: #0a8ca6;
  z-index: 0; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }
  
  

.form-editable .label_title{
}


.label_title_edit{
color:#137CA1;
}
.form_labels{
	font-size:0.929em;
}
label.label_result{
	font-weight:400;
	font-size:0.929em;
	display:inline-block;
}
span.label_result{
	font-weight:600;
	font-size:1.143em;
	display:inline-block;
	color:#137CA1;
}

.label_title{
	font-weight:400;
	font-size:0.929em;
	display:inline-block;
	margin:0 0 8px 0;
}
.label_result-bold-b{
	font-weight:600;
	font-size:1.143em;
	display:block;
	color:#6699aa;
}
.label_result-bold{
	font-weight:600;
	font-size:1.000em;
	display:block;
	color:#333;
}
.label_result-bold-edit{
	 background-color: transparent;
	  border: none;
	  border-bottom: 1px dashed #9e9e9e;
	  outline: none;
	  margin: 0;
	  padding: 4px;
	  transition: all .3s; 
	  display:block;
	  font-size: 1.000em;
	  font-weight: 600;
	display:inline;	
}
.line-bt{
	padding:15px 0;
	border-bottom:1px #dbdbdb solid;
	margin:10px 0 25px 0;
}

.wdt100{
	width:100%;
}
.wdt50{
	width:50%;
}
.wdt30{
	width:30%;
}
.wdt20{
	width:20%;
}
.wdt10{
	width:10%;
}
.wdt5{
	width:5%;
}

.inl{
display:inline;
margin-right:15px;
}

span.txt-dominio{
	font-size:2.500em;
	font-weight:600;
	width:100%;
	display:inline-block;
	border-bottom: 1px dotted #999;
	padding:2px;
}


/*paginador*/

.cont-pager{
	padding:20px;
}

.pag{
	float:right;
    line-height: 1.846;
    margin-left: -1px;
    padding: 6px 16px;
    position: relative;
	display:inline-block;
}
.pag li{
	display:inline;
}



.pag > li > a, .pag > li > span {
    background-color: none!important;
    border:none;
    color: #333;
    float: left;
    line-height: 1.846;
    margin-left: -1px;
    padding: 6px 16px;
    position: relative;
    text-decoration: none;
}

.pag > li > a:hover, .pag > li > span {

    color: #077a9f;
    text-decoration: none;
}

.cant-pager{
float: right; padding: 20px 0 ;
}

.total-cant{
	color:#000;
	font-weight:normal;
	display:inline-block;
	margin:0 0 0 15px;
}

/*Modal*/

.modal-titulo{
	color:#fff;
	font-size:1.786em;
	font-weight:bold;	
	margin-top:0px;
}
.modal-bajada{
	color:#fff;
	font-size:1.000em;
	font-weight:normal;	
	margin:0px;
}
.mod-header{
	background:#1e88e5;
	
}
/* Log -on animation ******************/

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 4vw;
  color: #fff;
  opacity: 0.15;
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  opacity: 0.25;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  font-size: 8vw;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.2;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  opacity: 0.3;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  font-size: 10vw;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.bg-bubbles li img{
	width:100%;
	height:auto;
}


.bg-bubbles li:nth-child(4) img {
width:70%;
height:auto;
}

.bg-bubbles li:nth-child(8) img {
width:90%;
height:auto;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}



/* estilos de input***************************/

  
 input:focus[type=text],  input:active[type=text] {
	  color:#d0e1e7;
}

input[type=text] {
	  background-color: transparent;
	  border: none;
	  outline: none;
	  margin: 0;
	  padding: 9px 3px;
	  transition: all .3s; 
	  display:block;
	  font-size: 1.000em;
	  text-transform:normal;
  }
  
  
/* floating labels */
.fl-form-group {
  position: relative;
  padding:;
}

.fl-form-group input,
.fl-form-group textarea {
  position: relative;
  z-index: 1;
  resize: none;
}
  
.fl-form-group label {
  display: block;
  position: relative;
  top: 2em;
  opacity: 0;
  z-index: 0;
  font-size: 0.938em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  margin: 0;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
          transition: top 0.5s ease, opacity 0.5s ease;
}

.fl-form-group:not(:first-child) {
  border-left: 1px solid #ccc;
  padding-left: 14px;
}

.fl-form-group-wv label {
  top:0;
  opacity: 1;
}

.fl-form-group-wf label {
  color: #077a9f;
}
  

  input:focus[type=text] {
	  color:#000;
	 
  }
  
  .upc{
	text-transform:uppercase;
  }

  
  
  
  
  input:focus[type=text]{
   /*  border-bottom: 2px solid  #137CA1;*/
}

select {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: 98%;
    font-size: 1.000em;
    margin: 6px 0 15px 0;
    padding: 0;
    display: inline; 
	font-size:1.000em;
	padding:3px 0;
	transition: all .3s; 
	-webkit-appearance: none;
	-moz-appearance: none;
		appearance: none;
		}
	
	
	select:focus{
   border:none;
	  }


	  
select.select-dpd-modal {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    width: 98%;
    font-size: 1rem;
    margin: 0 0 15px 0;

    display: inline; 
	font-size:1.000em;
	padding:6px;
	transition: all .3s; 
	font-weight:600;
	border-radius:3px;	}
	
	
	select:focus.select-dpd{
    /* border-bottom: 2px solid  #137CA1;*/
	  }	
	  






/*modal*/

.header-modal{
	border-bottom:1px solid #ccc;
	background:#6699aa;
}
.header-modal h4{
	color:#fff;
}
/* ==========================================================================
   Spinner  
   ========================================================================== */

/* ==========================================================================
   Spinner  
   ========================================================================== */

.preloader-wrapper.small {
    width: 36px;
    height: 36px; 
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px; 
}

.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; 
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); 
    } 
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg); 
    } 
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; 
}

.spinner-blue, .spinner-blue-only {
  border-color: #077a9f; 
}

.active .spinner-layer.spinner-blue-only{
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; 
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }

  25% {
    -webkit-transform: rotate(270deg); }

  37.5% {
    -webkit-transform: rotate(405deg); }

  50% {
    -webkit-transform: rotate(540deg); }

  62.5% {
    -webkit-transform: rotate(675deg); }

  75% {
    -webkit-transform: rotate(810deg); }

  87.5% {
    -webkit-transform: rotate(945deg); }

  to {
    -webkit-transform: rotate(1080deg); } 
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }

  25% {
    transform: rotate(270deg); }

  37.5% {
    transform: rotate(405deg); }

  50% {
    transform: rotate(540deg); }

  62.5% {
    transform: rotate(675deg); }

  75% {
    transform: rotate(810deg); }

  87.5% {
    transform: rotate(945deg); }

  to {
    transform: rotate(1080deg); } 
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }

  25% {
    opacity: 1; }

  26% {
    opacity: 0; }

  89% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } 
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }

  25% {
    opacity: 1; }

  26% {
    opacity: 0; }

  89% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } 
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; 
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }

  50% {
    -webkit-transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }

  50% {
    transform: rotate(-5deg); }

  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }

  50% {
    -webkit-transform: rotate(5deg); }

  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }

  50% {
    transform: rotate(5deg); }

  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

/* -- Ripple effect -------------------------------- */

.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}

.dropdown-toggle .ink,
.nav-tabs a .ink{
  background: #6699aa;
}

.ink.animate {
  -webkit-animation: ripple .3s linear;
  animation: ripple .3s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}




/* Log - on *************/

.wrapper.log-on{
  background: #fff;
  overflow: hidden;
}

.log-on .panel-left, .log-on .panel-right{
  position: absolute;
  display: inline-block;
  background-blend-mode: multiply;
  overflow: hidden;
}

.log-on .panel-left{
  background: rgba(7,122,159,1);
  width: 30vw; height: 0;
  left: 0; bottom: 0;
  animation: slidetotop 0.5s forwards .5s;
  z-index: 1;
}

.log-on .panel-left > h1{
  color: #fff;
  text-align: center;
	margin-top: 40vh;
  animation-delay: .75s;
}

.log-on .panel-left > h2{
  color: #fff;
  text-align: center;
  /*line-height: 90vh;*/
  animation-delay: .75s;
  font-size:1.429em;
}

.log-on .panel-right{
  background: rgba(7,122,159,0.13);
  width: 0vw; height: 100vh;
  left: 0; bottom: 0;
  animation: slidefromleft 0.5s forwards 1s;
  z-index: 0;
}

.preload .log-on .card{
  display: none;
}

.log-on .card{
  display: block;
  width: 400px;
  background: #fff;
  padding: 30px; margin: 30% auto;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
          box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.log-on .card.fadeInUp{
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.log-on .card h1{
  font-size: 22px;
  text-align: center;
  margin: 0 0 30px 0;
}

.log-on .card .user{
  text-transform: capitalize;
}

.btn-signin{
  margin-top: 20px;
}


@keyframes slidetotop {
  0% {height:0vh;}
  100% {height:100vh;}
}

@keyframes slidefromleft {
  0% {left: 0vw; width: 30vw;}
  100% {left:30vw; width: 70vw;}
}

.form-group.has-error{
  margin-bottom: 0; 
}

.has-error .help-block{
  margin-bottom: 0;
}

/* button styles */

.btn{
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  outline: none;
}

.btn-primary{ 
  background-color:#137ba0;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus:hover{
  background-color: #077a9f;
}

.btn-primary:active, .btn-primary:active:hover, .btn-primary:focus{
  background-color: #009688;
  color: #fff;
}

.btn-primary:active, .btn-primary.active{
	background-image: none; 
}

.btn-chk {
	width:25px;
	height:25px;
}

.btn-chk a i{
	padding:5px;
	font-size:0.929em;
	color:#fff;
	background:#1e88e5;
	border-radius:50%;
	margin:25px 0 0 0;
	width:25px;
	height:25px;
}


.btn-chk a:hover i{
	background:#2196f3;
	padding:5px;
	width:25px;
	height:25px;
}

/*botones*/

.btn-filter, a.btn-filter {
    background: #37464d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding: 0;
    position: absolute;
    right: 41px;
    top: 90px;
    width: 55px;
    z-index: 8;
}

.btn-filter, a.btn-filter i {
    font-size:1.429em;
}

.btn-link{
	color:#137ba0;
	text-transform:uppercase;
	border:none;
	font-weight:600;
		-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;
	padding:0px;
	margin:10px;
	outline:none;
	box-shadow:none!important;
}

.btn-link:hover, .btn-link:focus{
	color:#666;
	text-decoration:none;
	outline:none!important;
	border:none;
	box-shadow:none!important;
}


.btn-confirm{
	border:1px solid #dbdbdb;
	font-weight:600;
	text-transform:uppercase;
	box-shadow:none;
	border:none;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.btn-confirm-press{
	background:#137ba0;
}
.btn-naveg-desc, a.btn-naveg-desc{
	border:1px solid #dbdbdb;
	font-weight:600;
	text-transform:uppercase;
	background:#dbdbdb;
	color:#1e88e5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	border:none;
	margin:0 10px 0 0;
}
a.btn-naveg-sig, a.btn-naveg-sig{
	border:1px solid #dbdbdb;
	font-weight:600;
	text-transform:uppercase;
	background:#1e88e5;
	color:#fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	border:none;
}
.btn-naveg-sig:hover, .btn-naveg-sig:focus, .btn-naveg-sig:active:focus,a.btn-naveg-sig:hover, a.btn-naveg-sig:focus, a.btn-naveg-sig:active:focus{
	background:#009688;
	color:#fff;
	box-shadow:none;
	border:none;
}

.footer-pdf-view{
		height:25px;	
		margin:0 auto;
		width:100%;
		
}

.footer-pdf-view a{
		display:inline-block;
		padding:0 15px 0 0;	
}
.footer-pdf-view a i{
	font-size:2.143em;
}

.btn-modal{
	border:1px solid #1e88e5;
	font-weight:600;
	text-transform:uppercase;
	background:#1e88e5;
	color:#fff!important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	border:none;
	margin:0 10px;
	
}

.btn-modal:hover, .btn-modal:focus, .btn-modal:active{
	color:#a3c8e9;
}

.btn-anterior-pdf:hover,.btn-anterior-pdf:active,.btn-anterior-pdf:focus,.btn-siguiente-pdf:hover,.btn-siguiente-pdf:active,.btn-sguiente-pdf:focus{
	color:#ccc;
	
}

a.disabled{
	color:#dbdbdb;
	
}
.btn-probar-pdf{
	color:#ccc;
	
}


.item-visto::after {
    content: "\f299";
    float: right;
	font-family:Material Design Iconic Font;
}
/* floating labels */

.form-group.focused .control-label {
  opacity: 1;
  transform: scale(0.75);
}

.form-control {
  align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
  transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
  transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
   color: #bbb;
}



@keyframes slidetotop {
  0% {height:0vh;}
  100% {height:100vh;}
}

@keyframes slidefromleft {
  0% {left: 0vw; width: 30vw;}
  100% {left:30vw; width: 70vw;}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal-backdrop, .backdrop {
    background: #F7F7F7 none repeat scroll 0% 0%;
}

.backdrop {
    opacity: 0.5;
    display: none;
}

.backdrop.in{
    display: block;
}

/* ==========================================================================
   Media Queries for Responsive Design. Mobile First Method
   ========================================================================== */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.wrap-result-ni {
		max-height: 250px;
	}

}



/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
  /*ul.nav li.user-dropdown:hover > ul.dropdown-menu {
    display: block;
  }*/
	

  .btn-filter{
    right: 85px; bottom: -32px;
    width: 65px; height: 65px;
    line-height: 64px;
  }
  .modal-dialog {
    width: 750px;
    margin: 10% auto;
    }
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){



 
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1448px) {
  .btn-filter{
    bottom: -35px;
    width: 75px; height: 75px;
    line-height: 74px;
  }
  
}

/* Medium Devices, Desktops */
@media only screen and (min-height :1080px){
 .wrap-result-ni {
   max-height:900px;
	}
 
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1680px) {

.
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}