/* Bootstrap 3.3.7 */
@import url('bootstrap.min.css');
/* SweetAlert2 */
@import url('sweetalert2.css');
/* Font Awesome 4.7.0 */
@import url('font-awesome.min.css');
/* AdminLTE */
@import url('AdminLTE.css');


html, body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	position: relative;
	background-color: #F5F5F5;
}
.MsjAjaxForm{
	display: none;
}
/*=== Login ===*/
.MainLogin{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 300px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	border-top: 7px solid #2196F3;
	background-color: #fff;
	color: #777777;
}
.MainLogin button{
	background-color: #2196F3;
}
.MainLogin input{
	border-radius: 0;
}
/*=== Barra navegacion ===*/
.navbar{
	background-color: #1B1B1B;
	height: 52px;
}
.main-sidebar{
	min-height: 682px;
  }

  /****************************************************/


.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;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.bdelete:hover {
    background-position: -20px -60px;
}
.uploadifive-queue-item .close {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 10px;
}
a.bdelete {
    background: url("/images/misc/custom-form-sprites.png") no-repeat scroll -20px -40px transparent;
        background-position-x: -20px;
        background-position-y: -40px;
    display: inline-block;
    height: 20px;
    right: 0;
    width: 20px;
}

.imagen {
    max-width: 80px;
  }

  .hero-image {
    background-image: url("/img/inicio.jpg");
    background-color: #cccccc;
    height: 565px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
