/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}*/
.marcos{
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #bebebe;

    -webkit-box-shadow: 0px 3px 16px 0px rgba(179,179,179,1);
-moz-box-shadow: 0px 3px 16px 0px rgba(179,179,179,1);
box-shadow: 0px 3px 16px 0px rgba(179,179,179,1);
}

.redondeadoTit{
    width: 98%;
    padding: 5px 5px;
    margin: 0px 0px 20px 0px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.redondeadoEnc{
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.redondeado{
    margin: 0px auto;
    padding: 2px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.sombra{
    -webkit-box-shadow: -2px 10px 36px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 10px 36px 3px rgba(0,0,0,0.75);
    box-shadow: -2px 10px 36px 3px rgba(0,0,0,0.75);
}

.redondeadoArriba{
	border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border: 0px solid #000000;
}

.redondeadoAbajo{
	border-radius: 0px 0px 34px 34px;
	-moz-border-radius: 0px 0px 34px 34px;
	-webkit-border-radius: 0px 0px 34px 34px;
	border: 0px solid #000000;
}

.ssaImp{
    display: none;
 }
 #firmaImp{
     display: none;
 }

#divAreaImp{
    display: none;
}

.efSel {
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 25px;
    height: 50px;
    padding: 5px;
    text-align: right;
    color:#13322B;
    /*width: 250px;*/
 }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
	#headerPrint{
		display: none;
	}
	#footerPrint{
		display: none;
	}
}

input:focus {
    background-color: #e6fff5;
}

/* The Modal (background) */
.modall {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalFijo {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.verticalAlig{
    margin:0; 
    position:absolute; 
    top:50%; 
    transform: translateY(-50%);
}

.sombraSel{
    -webkit-box-shadow: 10px 10px 16px 5px rgba(181,170,181,1);
    -moz-box-shadow: 10px 10px 16px 5px rgba(181,170,181,1);
    box-shadow: 10px 10px 16px 5px rgba(181,170,181,1);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}

.postFront{
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.text {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;     /* Sólo WebKit -NO DOCUMENTADO */

    -ms-hyphens: auto;          /* Guiones para separar en sílabas */
    -moz-hyphens: auto;         /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

.letraMin{
    font-size: 12px;
}

.alignVert {
    display: flex;
    align-items: center;
 }


.modal-contentt {
    top:18%;
    position: fixed;
    background-color: #fefefe;
   /* margin: 5% 25%; 15% from the top and centered */
    /*padding: 20px; */
    /*border: 1px solid #888;*/
    max-height: 500px;
    overflow: auto;
    /*width: 50%;  Could be more or less, depending on screen size */
    border-radius: 20px !important;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}


.modal-contentDetail {
    position: fixed;
    top:30%;
    left:40%;
    background-color: #13322B;
    color:#FFF;
    margin: 0% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 37%; /* Could be more or less, depending on screen size */
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.modal-contentDetailRem {
    position: fixed;
    top:10%;
    left:10%;
   /* background-color: #13322B; */
    color:#FFF;
    margin: 0% auto; /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888; */
    width: 80%; /* Could be more or less, depending on screen size */
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.modal-contentFijo {
    background-color: #13322B;
    margin: 8% 25%; /* 15% from the top and centered */
    z-index: 100000000; /* Sit on top */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    position: fixed;
    display: block;
}

/* The Modal (background) */
.modalMed {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 50%; /* Full width */
    height: 50%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-contentMed {
    position: fixed; /* Stay in place */
    /*background-color: #fefefe; */
    left: 22%;
    top: 18%;
   /* margin: 8% auto;  15% from the top and centered */
    z-index: 1005; /* Sit on top */
    /*border: 1px solid #888; */
    width: 60%; /* Could be more or less, depending on screen size */
    /*z-index: ;*/
    border-radius: 20px;
}

.edicion:hover{
    font-size: 18px;
    background-color: lightslategrey;
}



/* The Close Button */
/*
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
*/
.zoom {
    padding: 5px;
    /*background-color: green;*/
    transition: transform .2s; /* Animation */
    /*width: 200px;
    height: 200px;*/
    margin: 0 auto;
}

.nozoom {
    padding: 5px;
    /*background-color: green;*/
    transition: transform .2s; /* Animation */
    /*width: 200px;
    height: 200px;*/
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.content{
	background-color: #66CC00;
	height: 1.5em;
	width: 100%;
	position: absolute;
	/*top: 10px;*/
	color: #000;
	text-align: center;
	/*padding-top: 0.2em;*/
	margin:0 auto;
	filter:alpha(opacity=70);
	-moz-opacity:.70;opacity:.70;
	border:double;
	border-color:#009900;
}

.err{
	background-color: #FF0000;
	height: 1.5em;
	width: 100%;
	position: absolute;
	/*top: 10px;*/
	color: #FFF;
	text-align: center;
	/*padding-top: 0.2em;*/
	margin:0 auto;
	filter:alpha(opacity=70);
	-moz-opacity:.70;opacity:.70;
	border:double;
	border-color:#FF0000;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 0rem;
}

.imgLog {
    max-width: 100%;
    width: 500px; 
    object-fit: cover;
    object-position: bottom;
}

.log{
    -webkit-box-shadow: 9px 12px 26px 7px rgba(0,0,0,0.51);
    -moz-box-shadow: 9px 12px 26px 7px rgba(0,0,0,0.51);
    box-shadow: 9px 12px 26px 7px rgba(0,0,0,0.51);
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
	font-size:16px; 
	font-weight:normal;
	font-family: 'Lato';
}

.eliminar{
	text-decoration: none;
	color:#000000;
	font-size:18px;
}

.eliminar:hover{
	color:#FF0000;
	font-size:20px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .5;
}

@media only screen and (max-width: 480px) {
    .imgLog {
      width: 50%;
    }
  }

  .modal-cancel{
	background-color:#FFF;
	color:#000;
	width:45%;
	padding: 2px 2px;
	/*margin: 0% auto;/*10% 17%;*/
	position: fixed;
	top:15%;
	left:28%;
	z-index:10000;
	overflow:auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	max-height:710px;
}