
body {
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	box-sizing: border-box;
	background-size: cover;
	background: lightblue url(../imagenes/demo1.jpg) no-repeat center center fixed !important;
	height: auto;
	margin: 0px;
	padding: 0;
	width: 100%;
	height: 100%;
}

.developBg {
	background: url(../imagenes/developBg.png),url(../imagenes/demo1.jpg) !important;
	background-size: auto,cover !important;
	background-repeat: repeat,no-repeat;
}

.widget-content {
	position: relative;
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff,endColorstr=#26ffffff);
	zoom: 1;
	background-color: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(254, 182, 203, 0.5);
	padding: 20px 15px 15px;
	box-shadow: inset 0 2px 0 rgba(0,0,0,0.05);
	/*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
}

.btn-primary{
	background-color: #649ABE;
	background-color: rgba(51, 51, 51, 0.25);
	border-radius:5px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	display:inline-block;
	float:right;
	height:35px;
	margin-right: 10px;
	width:90px;
}

.input-group-addon{
	border: 1px solid;
	width:20px;
	height:20px;
}

.form-actions {
	background-color: rgba(51, 51, 51, 0.25);
	margin-top: 20px;
	padding: 20px 20px 20px;
}

.login-logo {
	margin: 60px auto 0;
	/*padding: 15px;*/
	text-align: center;
	/*width: 247px;*/
}

.tema-logo {
	text-align: center;
	/*width: 247px;*/
}

.login-content {
	margin: auto;
	width: 350px;
	/*color: #fff;*/
}

.form-title {
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
	margin-left: 0;
	text-align: center;
}

.form-actions {
	background-color: #437187;
	background-color: rgba(0, 0, 0, 0.25);
	clear: both;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 30px;
}

.form-group{
	color:white;
	text-align: center;
}

label{
	float:left!important;
	margin-left: 20px;
}

textarea, input[type="text"]{
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 5px;
	-webkit-box-sizing:border-box;
	background-color:  rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 10px;
	outline: none;
	padding: 10px 25px 10px 40px;
	resize: none;
	width: 90%;
	/*transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
}

input[type="password"] {
	-moz-border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 5px;
	-webkit-box-sizing:border-box;
	background-color:  rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin: 10px;
	outline: none;
	padding: 10px 25px 10px 40px;
	resize: none;
	width: 90%;
}

select[type="empresas"]{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #649ABE;
	background-color:  rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	margin: 10px;
	color: #fff;
	padding: 10px 0px 10px 40px;
	width: 286px;
}

option {
	background-color: white;
	color: #708090;
}

.user {
	background: url(../imagenes/user2.png) no-repeat;
}

.password {
	background: url(../imagenes/contraseña2.png) no-repeat;
}

.home {
	background: url(../imagenes/home2.png) no-repeat;
}

.active {
	background: url(../imagenes/directory.png) no-repeat;
}

.errores{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: red;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: -50px;
    padding: 10px;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

#led{
	display: inline-block;
	float:right;
	width:8px;
	height:8px;
	border-radius:4px;
	margin-left:16px;
}

.off {
	background-color:#333;
}

.on {
	background-color:rgb(255,0,0);
	box-shadow:0 0 3px red;
}

.password{
	margin:0 0 0 1em;
	width:20em;
	height:2.5em;
	padding:0.25em;
	border:1px solid rgb(180,180,180);
	border-radius:8px;
}

.licencia {
    background: rgba(240, 240, 240, 0.26);
    color: #B71C1C;
    width: inherit;
    padding: 5px;
    text-align: center;
}

.required{
	border : solid 1px #F00!important;
}

.ocultar{
	visibility:hidden;
}

.ver {
	visibility:visible;
}

input[disabled] {pointer-events:none}

.hidden {
	display : none;
}

.alert-body {
	font-size: 1.17em;
	font-weight: bold;
	padding: 0 1em;
}

.k-window{
	font-size: 13px;
}

.alert-content {
	min-height: 75px;
	text-transform: justify;
}

.alert-content h3 {
	text-align: center;
}

.alert-content
.alert-content label{
	padding-left: .2em;
}

.alert-content textarea:focus{
    outline-color: transparent;
}

.alert-option{
    padding-bottom: 1em;
    width: 100%;
    text-align: center;
}

.alert-option .k-button {
	margin-right: .7em;
}

.caduca {
	color: red;
}

.option-profile:hover {
	cursor: pointer;
}

input[disabled] {
	cursor: not-allowed !important;
}

.adorno {
	width: 30%;
	height: 100px;
    display: inline-block;
}

.titulo-tema {
    position: relative;
    display: inline-block;
}

.diabled
{
	background-color: black;
	color: gray;
}

@media screen and (min-width: 800px) {
	.tema {
		height: 753px;
	}

    .titulo-tema {
        width: 20%;
    	height: 100px;
    }
}


@media screen and (min-width: 1000px) {
	.bandera {
		top: 500px;
		left: 571px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
	.bandera {
		top: 500px;
		left: 277px;
	}
}

@media screen and (min-width: 800px) and (max-width: 900px) {
	.bandera {
		top: 500px;
		left: 223px;
	}
}

@media screen and (min-width: 501px) and (max-width: 800px) {
	.tema {
		height: 753px;
	}

    .titulo-tema {
        width: 34%;
    	height: 100px;
    }

    .bandera {
		top: 500px;
		left: 124px;
	}
}

@media screen and (min-width: 401px) and (max-width: 500px) {
	.tema {
		height: 753px;
	}

    .titulo-tema {
        width: 37%;
    	height: 100px;
    }

    .bandera {
		top: 502px;
		left: 75px;
	}
}

@media screen and (max-width: 400px) {
	.tema {
		height: 753px;
	}

    .titulo-tema {
        width: 37%;
    	height: 90px;
    }

	.bandera {
		top: 502px;
		left: 75px;
	}
}

/*Navidad*/
#app-abr{
	position: relative;
	width: 100%;
	background: #111;
	overflow: hidden;
}
.snow{
	position: absolute;
	background: white;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 0px;
	left: 0;
	animation: nieve linear infinite;
}

@keyframes nieve{
	0%{
		opacity: 0;
	}

	20%{
		opacity: 1;
	}

	100%{
		top: 100%;
		opacity: 0;
	}
}
/*Navidad*/

/*Dia de Muertos*/
.ghost {
    position: absolute;
    width: 150px;
    height: 145px;
    z-index: 10001;
    display: block;
    opacity: 0.8;
    background: transparent url('../imagenes/fantasma.png') no-repeat;
}

.ghost.moving-left {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/
}
/*Dia de Muertos*/

/*Independencia de Mexico*/
.bandera {
    position: absolute;
    width: 150px;
    height: 145px;
    z-index: -10001;
    display: block;
    background: transparent url('../imagenes/ondeador.gif') no-repeat;
}

/*Año nuevo*/
canvas {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
}

p {
	text-transform: uppercase;
	display: inline-block;
	border: 4px double rgba(255, 255, 255, 0.25);
	border-width: 4px 0;
	padding: 1.5em 0em;
	position: absolute;
	top: 18%;
	left: 50%;
	width: 40em;
	margin: 0 0 0 -20em;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes aitf {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}
/*Año nuevo*/