html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px;
	font-size: 12px !important;
}

.vertical-align-row {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: row;
}

.row-home{
	margin-top: 100px;
}

.navbar-meyss {
	margin-bottom: 0px;
  	min-height: 65px;
}
.navbar-meyss > .navbar-header {
	margin-right: 0px;
}
.navbar-brand-meyss > img {
	margin-left: -16px;
	margin-top: -15px;	
}
.navbar-meyss-app {
	margin-left: 0px;
	margin-top: 21px;
	margin-bottom: 22px;
}
.navbar-meyss-usuario {
	margin: 0px 5px 10px 0px; 
}
.navbar-meyss-botonera {
	margin-right: 5px;
}	

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.footer p {
	margin: 23px 0;
	font-size: 10px;
}
.footer p  > span {
	padding-top: 4px;
	padding-bottom: 2px;
}
.footer .col-left {
	border-radius: 5px 0px 0px 5px;
}
.footer .col-right {
	border-radius: 0px 5px 5px 0px;
}

.cover {
	position: absolute; 
	top: 45%; 
	left:55%; 
	transform: translate(-50%,-50%); 
	width: 40%;
}
.cover p {
	font-size: 14px;
}

.coverAcceso {
	position: absolute; 
	top: 30%; 
	left:50%; 
	transform: translate(-50%,-50%); 
	width: 20%;
}
.coverAcceso p {
	font-size: 14px;
}

.nav-meyss {
	border: 1px solid #337ab7; 
	border-radius: 5px;
	margin-top: 0px; 
	padding-top: 0px;
	width: 280px;
	float: left;
}
.dropdown-menu-meyss {
	font-size: 12px;
}

.dropdown-auditoria-meyss {
	font-size: 12px;
	list-style: disc;
	border:none;
	box-shadow:none;
	background-color:transparent;
	padding-left:40px;
}

.panel-heading a {
	text-decoration: none;
	color: inherit;
}
.panel-heading a:after {
	font-family:'Glyphicons Halflings';
	content:"\e114";
	float: left;
    padding-right: 10px;
}
.panel-heading a.collapsed:after {
	content:"\e080";
}

.table-meyss > thead > tr > th {
	text-align: center; 
	vertical-align: middle;
}
.table-meyss > tbody > tr > td {
	vertical-align: middle;
	
}
/*
.table-meyss > tbody > tr:nth-of-type(odd) {
      background-color: #fff;
}
.table-meyss > tbody > tr:nth-of-type(even) {
      background-color: #eee;
}
*/

.row-heading-meyss {
	margin: 0px 0px 10px 0px;
}

.form-control-static-meyss {
	border: 1px solid #ddd;
}
.form-control-meyss {
	cursor: auto !important; 
}

/* Para centrar en la pantalla los dialogos */
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.pagination-meyss-text {
	cursor: auto !important; 
	border: none !important; 
	margin-left: 0px !important;
}
.arbol-scroll {
	overflow-y: auto;
	height: 250px
}

.list-group-meyss{
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	cursor: pointer;
}

.list-group-meyss .list-group-item {
  overflow: hidden;
  display: table;
  width: 100%;
}

.list-group-meyss .list-group-item > div {
  display: table-cell; 
  vertical-align: middle; 
  float:none;
}

.span-green {
	color:#00CC00;
}

.text-primary hr {
	border-color:#337ab7;
	margin-top:5px;
	margin-bottom:5px;
}

.p-margin-left {
	margin-left:10px;
}

.div-margin-top {
	margin-top:5px;
}

.div-margin-bottom {
	margin-bottom:10px;
}

.label-bottom-20{
	position: relative;
  	bottom: 20px;
}

.panel-auditoria{
	height:100px;
	overflow-y: auto;
}

.col-articulos{
	height:100px;
	overflow-y: auto;
}

.col-auditoria-items{
	max-height:450px;
	overflow-y: auto;
}

.sistemas-plus{
	cursor:pointer;
}

.no-padding-right{
	padding-right:0px !important;
}

.no-padding{
	padding:0px !important;
}

.border-radius-right-bottom{
	border-radius:  0 4px 4px 4px;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > a > .fa-home {
	font-size: 14px;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > a {
	color: #4B6B89;
	background-color: #e5e7e9;
	border-radius: 4px 0 0 4px;
	border: 0px !important;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li.active > a {
	background-color: #d9edf7;
	color: #333;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > a:hover {
	color: #ffffff;
	background-color: #2E3E8A;
}
.navbar-meyss-sistemas > .navbar-inner > .nav > li > a:hover >button{
	color: #FFF2B5;
}
.navbar-meyss-sistemas > .navbar-inner > .nav > li > a:hover >button:hover{
	color: #ffffff;
}

.navbar-meyss-sistemas > .navbar-inner > .tabs-left {
    border-bottom: none;
     padding-top: 0px !important; 
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div  {
	background-color: #d9edf7;
	color: #31708f;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div > a > .fa-home {
	font-size: 14px;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div >  a {
	color: #4B6B89;
	background-color: #e5e7e9;
	border-radius: 4px 0 0 4px;
	border: 0px !important;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li.active > div > a {
	background-color: #d9edf7;
	color: #333;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div > a:hover {
	color: #ffffff;
	background-color: #4B6B89;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div  {
	color: #4B6B89;
	background-color: #e5e7e9;
	border-radius: 4px 0 0 4px;
	border: 0px !important;
	margin-right : 2px;
	line-height : 1.4285;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
	font-size: 14px;	
	margin-right: 0px;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li.active > div  {
	background-color: #d9edf7;
	 color: #333;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div:hover {
	color: #ffffff;
	background-color: #2E3E8A;
}

.navbar-meyss-sistemas > .navbar-inner > .nav > li > div:hover > button{
	color: #FFF2B5;
}
.navbar-meyss-sistemas > .navbar-inner > .nav > li > div:hover > button:hover{
	color: #ffffff;
}

.btn-info-auditoria {
    color: #2E3E8A;
    background-color: #D9EDF7;
    border-color: #2E3E8A;
}
.btn-info-auditoria:hover {
    color: #fff;
    background-color: #2E3E8A;
    border-color: #fff;
}

.a-info-auditoria{
	color: #2E3E8A;
}

.button-respuesta{
	border-color: transparent;
}

.btn-oculto{	
    visibility: hidden;
    display: none;
}
.btn-info-msaa-articulado{
	margin-top: 10px;
	text-align: left;
	width:105%;
}
.btn-info-copia-respuesta{
	margin-top: 10px;
	margin-bottom:10px;
	text-align: left;
	width:105%;
}

.badge-primary{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(51, 122, 183, 1);
    border-radius: 10px;
}

.padding-top-10px{
    padding-top: 10px;
}

.matriz{
	overflow-x: auto;
    white-space: nowrap;	
    max-height:300px;
	overflow-y: auto;
}

.font-size-15{
	font-size: 15px !important;
}

.motivo > li{
	list-style-type: square;
}
.motivo > ul > li {
	list-style-type: disc;
}
.motivo > ul> li> ul>li{
	list-style-type: circle;
}

.breakLine{
	word-break: break-all !important;
}

fieldset.scheduler-border {
    border: 1px solid #bce8f1 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
   
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    padding:5px;
    border:none;
    width:auto;
    color:#31708f;
    
}

.disabledTab {
	color: #000000 !important;
	background-color: #e5e7e9 !important;
	border-radius: 4px 0 0 4px !important;
	border: 0px !important;
}

.navbar-meyss-auditor > .navbar-inner > .tabs-left {
    border-bottom: none;
     padding-top: 0px !important; 
}

.navbar-meyss-auditor > .navbar-inner > .nav > li > div  {
	color: #4B6B89;
	background-color: #e5e7e9;
	border-radius: 4px 0 0 4px;
	border: 0px !important;
	margin-right : 2px;
	line-height : 1.4285;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
	font-size: 14px;	
	margin-right: 0px;
}
.navbar-meyss-auditor > .navbar-inner > .nav > li > div > button  {
	color: #4B6B89;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li.active > div  {
	background-color: #2E3E8A;
	color: #ffffff;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li.active > div > button {
	color: #FFF2B5;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li > div:hover {
	color: #333;
	background-color: #E8A447;
}
.navbar-meyss-auditor > .navbar-inner > .nav > li > div:hover > button {
	color: #2E3E8A;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li > a > .fa-home {
	font-size: 14px;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li > a {
	color: #4B6B89;
	background-color: #e5e7e9;
	border-radius: 4px 0 0 4px;
	border: 0px !important;
}
.navbar-meyss-auditor > .navbar-inner > .nav > li > a > button  {
	color: #4B6B89;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li.active > a {
	background-color: #2E3E8A;
	color: #ffffff;
}
.navbar-meyss-auditor > .navbar-inner > .nav > li.active > a > button{
	color: #FFF2B5;
}

.navbar-meyss-auditor > .navbar-inner > .nav > li > a:hover {
	color: #333;
	background-color: #E8A447;
}
.navbar-meyss-auditor > .navbar-inner > .nav > li > a:hover > button {
	color: #2E3E8A;
}
.navbar-meyss-auditor > .navbar-inner > .nav > li > a:hover > button:hover {
	color: #FFF2B5;
}

.bg-info > div> .table-meyss > thead > tr > th {
	background-color: #2E3E8A;
	color: #ffffff;
}
.bg-info > div> .table-meyss > thead > tr > th {
	background-color: #2E3E8A;
	color: #ffffff;
}

.bg-info > .tab-content> div> div> .table-meyss > thead > tr > th {
	background-color: #2E3E8A;
	color: #ffffff;
}

.bg-info {
	color: #333;
}

.bg-auditor{
	background-color: #2E3E8A;
	color: #ffffff;
}

.a-auditor {
	color: #FFF2B5;
	text-decoration: none;
}
.a-auditor:hover {
	color: #FFF2B5;
}

.btn-info-auditor {
    color: #FFF2B5;
    background-color: transparent;
    border-color: transparent;
}
.table-meyss-auditor > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	background-color: #FFF2B5;
	color: #333;
	border-color: #333;
}
.table-meyss-auditor > tbody > tr > td{
	color: #333;
	text-align: center;
	vertical-align: middle;
}

.btn-search-auditor{
	color: #2E3E8A;
    background-color: #D9EDF7;
    border-color: #2E3E8A;
	
}
.btn-info-auditor:hover,  .navbar-meyss-auditor > .navbar-inner > .nav > li > div:hover > button:hover{
    color: #FFF2B5;
    background-color: #2E3E8A;
    border-color: #FFF2B5;
}

.button-info-sistemas{
	border-color: transparent;
	background-color: transparent;
}

.scrol-250{
	max-height:250px;
	overflow-y: auto;
}

.no-margin-bottom{
	margin-bottom:0px !important;
}

.modal-info-msaa{
	width:1200px;
}

.no-border{
	border:0px !important;
}

.no-background-color{
	background-color:transparent !important;
}

.columna_pregunta{
	overflow-x: auto;
    white-space: nowrap;	
    max-height:75px;
    max-width:650px;
	overflow-y: auto;
}

.font-pre{
	font-size:12px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.limit-text {
     display: block;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}