﻿body {
  
}

/* Set padding to keep content from hitting the edges */
.body-content {
    position:relative;
    
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.SelectAst {
    color:red; 
    font-size:xx-large;
}

.fontTicket {
    color:black;
    white-space:pre-line;
}

.tableTicket {
    
}

.bd {
	margin-top: 1em;
}

.wrapper {
    min-height: 100%;
    position: relative;
    height:100%;
    min-height:100%;
}

.tituloo{
	margin-top: 8px;
   background-color:rgb(1, 62, 127)!important;
   text-align: center;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ;
   font-size:22.5px;
              
}

.welcome-img-left {
     background: url(images/welcome-left.png) no-repeat;
 background-size: 100% 100%;
}

.welcome-img-Right {
     background: url(images/welcome-right.png) no-repeat;
 background-size: 100% 100%; 
 max-width: 100%;
  height: auto;
}



.v {
   background: url(images/welcome-right.png) no-repeat;
    background-size: 100% 100%;
}

.titulo{
    font-family:Arial;
    color:white;
    position:center;
    text-align:center;
    font-size:24px;
}

.encabezado{
    height:50px;
}

.margen {
padding:15px;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*fin navegador*/

.exitLabel {
	color: #013E7F;
	font-size: 15px;
}
.menu-nav {
	text-align: center;
	margin-right: 3em;
	line-height: 18px;
	margin-bottom: 0.7em;
	cursor:pointer;
}

.background-color-rt {
	background-color: #013E7F;
	color:white;
}