@viewport {
	width: device-width;
	zoom: 1.0;
	min-zoom: 1.0;
}

@font-face {
	font-family: 'Fajardo';
	font-style: normal;
	font-weight: 700;
	src: url('../../public/fonts/James_Fajardo.ttf') format('truetype'),
		url('../../public/fonts/James_Fajardo.eot');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('../../public/fonts/Open-Sans-regular.eot');
  src: url('../../public/fonts/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Open Sans'),
       local('Open-Sans-regular'),
       url('../../public/fonts/Open-Sans-regular.woff2') format('woff2'),
       url('../../public/fonts/Open-Sans-regular.woff') format('woff'),
       url('../../public/fonts/Open-Sans-regular.ttf') format('truetype'),
       url('../../public/fonts/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('../../public/fonts/Open-Sans-700.eot');
  src: url('../../public/fonts/Open-Sans-700.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Bold'),
       local('Open-Sans-700'),
       url('../../public/fonts/Open-Sans-700.woff2') format('woff2'),
       url('../../public/fonts/Open-Sans-700.woff') format('woff'),
       url('../../public/fonts/Open-Sans-700.ttf') format('truetype'),
       url('../../public/fonts/Open-Sans-700.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: italic;
  src: url('../../public/fonts/Open-Sans-italic.eot');
  src: url('../../public/fonts/Open-Sans-italic.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Italic'),
       local('Open-Sans-italic'),
       url('../../public/fonts/Open-Sans-italic.woff2') format('woff2'),
       url('../../public/fonts/Open-Sans-italic.woff') format('woff'),
       url('../../public/fonts/Open-Sans-italic.ttf') format('truetype'),
       url('../../public/fonts/Open-Sans-italic.svg#OpenSans') format('svg');
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #2d6fda;
	background: linear-gradient(rgb(0, 104, 169) calc(3em + 40px), #0081c2
		calc(8em + 75px), rgb(51, 180, 245));
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	overflow-x: hidden;
}

a, a:visited, a:hover, a:focus {
	color: inherit;
	text-decoration: inherit;
}

.btn, .btn:active, .btn:focus, .btn:hover, a.btn, a.btn:focus, a.btn:hover
	{
	color: #fff;
}

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.outer .middle {
	display: table-cell;
	vertical-align: middle;
}

.clearfix {
	clear: both;
}

.login-container {
	height: 100%;
}

.center {
	text-align: center;
}

#login-left {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#login-right {
	height: 100%;
}

#logo-container {
	padding: 8px 5px 5px 15px;
	float: left;
}

#title-container {
	padding: 8px 5px 0 0;
	float: left;
}

#logo {
	padding: 4px;
	width: 6em;
	height: 4.5em;
}

#title {
	font: 400 4.8em/1em 'Fajardo', Helvetica, sans-serif;
	display: block;
	margin-top: -6px;
}

#subtitle {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: -1.1em;
}

#clock .ui-widget-header {
	background: transparent;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0;
}

#clock {
	text-align: center;
	margin-top: 30px;
}

#clock #time {
	font-size: 3.5em;
	height: 1.4em;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	font-weight: bold;
	display: block;
}

#clock #date {
	font-size: 3.4em;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	font-weight: normal;
	display: block;
}


/*Clock login: */

#div-reloj {
	background: url(../images/backgroung-clock.png);
	background-repeat: no-repeat;
    background-size: contain;
	will-change: contents;
	width: 23vw; 
	height: 23vw;
	min-width: 0;
	min-height: 0;
	margin: 6em 6em;
}

#ul-reloj{
	list-style: none;
}

#min { /*Minutes*/
	content: ""; 
	position: absolute; 
	width: 3%; height: 50%; 
	top: 10%; left: 48%; 
	border-radius: 5px; 
	background: white;
	transform-origin: center 80%; 
}

#hour { /*Hours*/
	content: ""; 
	position: absolute; 
	width: 4%; height: 40%; 
	top: 20%; left: 47%; 
	border-radius: 5px;  
	background: white;
	transform-origin: center 75%; 
}

#sec { /*Secs*/
	content: ""; 
	position: absolute; 
	width: 1%; height: 60%; 
	top: 5%; left: 49%; 
	border-radius: 5px;  
	background: grey;
	transform-origin: center 75%; 
}


@media only screen and (min-width :992px) {
	#login-left {
		height: 100%;
	}
}

#socialbtn-panel {
	float: right;
	margin-right: 35px;
	width: 60%;
	min-width: 350px;
	color: #fff;
}

#socialbtn-panel .btn-social {
	line-height: 2;
	padding-left: calc(1.6em + 20px);
	text-transform: none;
}

#socialbtn-panel .btn-social .fa {
	width: calc(1em + 10px);
	line-height: 1.8;
}

#loginFormUserPass {
	margin-top: 5px;
}

legend {
	color: inherit;
}

.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.btn-social>:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-facebook {
	color: #fff;
	background-color: #3a5996;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active,
	.btn-facebook.active {
	color: #fff;
	background-color: #2d4073;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus {
	color: #fff;
	background-color: #dc4b38;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active,
	.btn-google-plus.active {
	color: #fff;
	background-color: #c13320;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-ldap {
	color: #fff;
	background-color: #2271eb;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-ldap:hover, .btn-ldap:focus, .btn-ldap:active, .btn-ldap.active {
	color: #fff;
	background-color: #105aca;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-cert {
	color: #fff;
	background-color: #5ab85a;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-cert:hover, .btn-cert:focus, .btn-cert:active, .btn-cert.active {
	color: #fff;
	background-color: #419641;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-cloud {
	color: #fff;
	background-color: #11d3ee;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-cloud:hover, .btn-cloud:focus, .btn-cloud:active, .btn-cloud.active {
	color: #fff;
	background-color: #01afe4;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-ssoauth {
	color: #fff;
	background-color: #bf3f3f;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-userpass {
	color: #fff;
	background-color: #e7921d;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-userpass:hover, .btn-userpass:focus, .btn-userpass:active,
	.btn-userpass.active, .open>.dropdown-toggle.btn-userpass {
	color: #fff;
	background-color: #d87907;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter {
	color: #fff;
	background-color: #44abdd;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active,
	.btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
	color: #fff;
	background-color: #2794e7;
	border-color: rgba(0, 0, 0, 0.2)
}

.btn-modify{
    background-color: #1863FB;
    border-color: #1863FB;
    color: #fff;
}
.btn-modify:hover, .btn-modify:focus, .btn-modify:active {
	background-color: #2580FB;
    border-color: #2580FB;
}

.btn-social:active, .btn-social.active, .open>.dropdown-toggle.btn-social
	{
	background-image: none
}

#login-box {
	width: 24em;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif !important;
	background-color: #fff;
	background-image: none;
	color: #333;
	font-size: 1.2em;
}

#login-box legend {
	font-size: 1.8em;
	text-align: center;
	font-weight: 300;
}

#login-box label {
	font-weight: 300;
	font-size: 1.35em;
	display: block;
}

#login-box input {
	width: 100%;
}

#login-box .loginButton {
	text-align: center;
}
/* Efectos al mostrar/ocultar */
.show-effect {
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	visibility: hidden;
	opacity: 0;
}

.show-effect-visible {
	visibility: visible !important;
	opacity: 1 !important;
	transition-delay: 0s !important;
}

#cookieNotification .text, #cookieNotification .btn {
	font-size: 1.3em;
}

#cookieReqAlert {
	text-align: right;
}

#cookieReqAlert .text, #cookieReqAlert .btn {
	font-size: 1.1em;
}

#cookieReqAlert .text.title {
	font-size: 1.2em;
	font-weight: bold;
}

#cookieReqAlert .text.url {
	text-decoration: underline;
	font-weight: bold;
}

.panel-version{
	margin: 0;
	position: fixed;
	left: 0.8em;
	bottom: 0;
	padding: 1rem;
}

.default-dialog{
	min-width: 60%;
}
.default-dialog-wide{
	min-width: 80%;
}
.default-dialog.default-dialog-table:not(.ui-dialog-maximized){
	width: 60%!important;
	left: 20%!important;
}
.default-dialog-wide.default-dialog-table:not(.ui-dialog-maximized){
	width: 80%!important;
	left: 10%!important;
}

@media only screen and (min-width :992px) {
	#login-left {
		height: 100%;
	}
	.default-dialog-min.default-dialog-table:not(.ui-dialog-maximized){
		width: 30%!important;
	}
}

@media only screen and (max-width:991px) {
	.panel-version #footer-wrapper #footer-message{
		color: black;
	}
	#clock {
		margin-top: 16px;
	}
	#clock #date {
		font-size: 2em;
		margin-top: 16px;
	}
	#login-right {
		height: auto;
		padding: 0;
	}
	#socialbtn-panel {
		float: none;
		margin: 25px auto;
		width: 80%;
		min-width: 150px;
	}
	#login-box {
		margin: 25px auto;
	}
	#div-reloj{
		display: none;
	}
	
	.panel-version{
		padding-top: 50%;	
	}
	.default-dialog-min.default-dialog-table:not(.ui-dialog-maximized){
		width: auto!important;
	}
	
	.logoCertificate{
		display: none!important;
		
	}
	
	.ui-column-title{
		display: none!important;
	}
	
	.textCertificate{
		padding-left: 0px!important;
	}
}