#modalPDFViewer {
	width: 900px; /* SET THE WIDTH OF THE MODAL */
	margin: -250px 0 0 -450px; /* CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}
.navbar {
	border-radius: 0px;
}
.form-control[disabled] {
	background-color: #fff;
}

/* Sticky footer */
html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -180px;
}
#footer {
	border-top: 1px solid #e7e7e7;
}
#footer img {
	padding:20px;
	max-width:15%;
	
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
      
/* End Sticky footer */

div.separador10{
	height: 10px;
}

div.separador25{
	height: 25px;
}

div.separador35{
	height: 35px;
}

div.separador50{
	height: 50px;
}

.scrolleable { 
	height:250px; 
	overflow-y: scroll;
}

.scrolleable600 { 
	height:600px; 
	overflow-y: scroll;
}

.scrolleable500 { 
	height:500px; 
	overflow-y: scroll;
}

.scrolleable400 { 
	height:400px; 
	overflow-y: scroll;
}

.scrolleable350 { 
	height:350px; 
	overflow-y: scroll;
}

.scrolleable250 { 
	height:250px; 
	overflow-y: scroll;
}

.scrolleable200 { 
	height:200px; 
	overflow-y: scroll;
}

.scrolleable150{ 
	height:150px; 
	overflow-y: scroll;
}

.scrolleableX{ 
	width:95%;
	overflow-x: scroll;
}

.scrolleableX98{ 
	width:98%;
	overflow-x: scroll;
}

.scrolleableX98AndY400{ 
	width:98%;
	overflow-x: scroll;
	height:400px; 
	overflow-y: scroll;
}

.padding15{
	padding: 15px;
}

.mayuscula{
	text-transform: uppercase;
}

.outer{
    overflow-y: auto;
    height:450px;
    }

.outer table{
    width: 100%;
    overflow-x: auto;
    table-layout: fixed; 
    border-spacing: 1px;
}

.outer table th {
        text-align: left;
        top:0;
        position: sticky;
        background-color: white; 
        width: 200px; 
}

.chosen-container, .chosen-choices {
	width: 100%;
	min-height: 30px;
}

#modalProcesar {
	display: inline;
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	opacity: 0.8;
	z-index: 5000 !important;
}

/*
	Style SubMenu
*/

.dropdown-submenu {
	position: relative;			
}
				
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
				
.dropdown-submenu:hover>.dropdown-menu {
	  display: block;
}
				
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
				
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
				
.dropdown-submenu.pull-left {
	float: none;
}
				
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.panel10 {
	margin-bottom: 10px;
  	background-color: #fff;
  	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  	border-radius: 4px;
  	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}