.column {
	width: 150px;
}

.panel {
	background-color: transparent !important;
	width: 300px;
	height: 100%;
	border-width: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

.ui-panel .ui-panel-titlebar {
	padding: 4px;
	height: 36px;
}

#cas {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	transition: background 1s linear;
}

/* header */
#cas #header {
	padding-top: 0px;
	border: 0px;
	border-radius: 5px;
	height: 107px;
    background: transparent !important;
}

#cas #header #company-name {
	padding: 0px;
	display: block;
	width: 92px;
	height: 34px;
	background-image:
		url(../../xisCloud-Web/resources/images/xisconnect.png);
	background-size: contain;
	margin: 5px
}

#cas .flc-screenNavigator-view-container #header, #cas .flc-screenNavigator-view-container #content
	{
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#cas .flc-screenNavigator-view-container #content {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: none !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: contain;
	padding: 0;
	height: calc(100vh - 160px);
}

#header {
	height: 107px;
}

#footer {
	height: 53px;	
}

body {
	/*font-size: 12px !important;*/
	font-family: 'Montserrat Light' !important;
	line-height: 1.4em;
}

#copyright {
	z-index: -1;
}

#btn_action:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

#btn_action:hover+#btn_drop {
	background-color: rgba(0, 0, 0, 0.9);
}

#copyright {
	font-size: 8px;
	font-family: 'Montserrat Light';
	color: #FFFFFF;
	margin-right: 5px;
	/* height: 20px; */
	bottom: 0;
    position: absolute;
    right: 0;
}

#topPublicIcon {
	background-image:
		url(../../xisCloud-Web/resources/images/features/public.png );
	background-repeat: no-repeat;
	float: right;
	max-width: 30px;
	background-size: contain;
	height: 30px;
	width: auto;
	margin-right: 10px;
}

#cas #app-name {
	color: white;
	padding: 1.4em 1.4em;
	font-size: 2em;
	font-weight: normal;
}

#header {
	border-radius: 5px;
}

#content {
	height: 100%;
	/* margin-bottom: -20px; */
}

div#login {
	position: relative;
	width: 480px;
	height: 605px;
	margin: auto;
	border-radius: 6px !important;
	overflow: hidden;
	padding: 0px;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.btn {
	padding: 7px 12px;
}

#cas #content #login #fm1 {
	position: relative;
	width: 480px;
	height: 554px;
	margin: auto;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 6px !important;
	overflow: hidden;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	margin-top: 49px;
}

#form-inner:before {
	content: '';
	margin: -35px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-filter: blur(8px);
	filter: blur(8px);
	z-index: -1;
}

#btn_action {
	width: 90%;
	border: 0px solid transparent !important;
	height: 45px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px !important;
	background-color: #343434;
	border-radius: 6px 0px 0px 6px !important;
	padding-left: 39px;
	font-family: 'Montserrat Light';
	border-radius: 6px 0px 0px 6px !important;
}

.btn-group #btn_action {
	border: 0px solid transparent;
}

.alert {
	
}

.dropdown-menu {
	vertical-align: middle;
	padding-top: 12px;
}

#btn_drop {
	border: 0px;
}

#cas #content #msg {
	line-height: 1.5em !important;
	min-height: 60px;
}

#fm1 #msg {
	position: fixed;
	bottom: 40px;
	right: 0px;
	background: url(../images/error32x32.png) no-repeat;
	font-family: 'Montserrat Light';
	max-width: 300px;
	min-width: 250px;
	color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px rgba(255, 255, 255, 0.6);
	text-align: left;
	margin: 20px;
	background-size: 30px 30px;
	background-position: 7px 11px;
	padding-left: 50px !important;
	padding-top: 10px !important;
	background-color: rgba(0, 175, 206, 0.7);
	border: 1px rgba(0, 175, 206, 0.7);
	font-family: 'Montserrat Light';
	font-size: 10px;
	color: rgba(255, 255, 255, 1);
	border-radius: 3px;
}

#fm1 #msg2 {
	position: fixed;
	bottom: 110px;
	right: 0px;
	background: url(../images/error32x32.png) no-repeat;
	font-family: 'Montserrat Light';
	max-width: 300px;
	min-width: 250px;
	color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px rgba(255, 255, 255, 0.6);
	text-align: left;
	margin: 20px;
	background-size: 30px 30px;
	background-position: 7px 11px;
	padding-left: 50px !important;
	padding-top: 10px !important;
	background-color: rgba(0, 175, 206, 0.7);
	border: 1px rgba(0, 175, 206, 0.7);
	font-family: 'Montserrat Light';
	font-size: 10px;
	color: rgba(255, 255, 255, 1);
	border-radius: 3px;
}

.ui-growl-message p {
	font-weight: normal;
}

.ui-growl-title {
	font-weight: bold !important;
	padding: 0 0 7px 0;
	display: block;
}

#flags {
	color: #FFFFFF;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	z-index: 1;
	position: relative;
	bottom: 0;
	/* margin-left: 50%; */
	text-align: center;
	width: 100%;
	/* height: 28px; */
	/* left: -130px; */
}

#copyright #text {
	/* position: absolute;
	bottom: 0px;
	right: 0; */
	width: 100%;
    text-align: right;
}

#flags a {
	color: #FFFFFF;
	font-family: 'Montserrat Light';
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

#divider {
	padding-right: 7px;
	padding-left: 7px;
	font-size: 14px;
}

#flags img {
	height: 20px;
}

#d_flag_pt, #d_flag_es, #d_flag_gb {
	float: left;
}

#cas #content #msg {
	line-height: 1.5em !important;
}

.menu-item:hover {
	background: #212121;
}

.menu-item {
	height: 45px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn:active:focus, .btn:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

#flags img {
	padding-right: 10px;
	cursor: pointer;
	opacity: 0.7;
}

#btn_drop {
	width: 32px;
	height: 45px;
	background-color: #343434;
	margin-left: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 0px 6px 6px 0px;
	margin-left: -1px;
}

#public {
	padding-left: 0px;
}

#public-checkbox {
	color: rgba(0, 0, 0, 0.7);
	font-size: 12px !important;
	font-family: 'Montserrat Light' !important;
	text-transform: uppercase;
	float: left;
}

#public_label {
	padding-left: 0px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label span {
	display: inline-block;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, 0.4) !important;
	background: rgba(0, 0, 0, 0.0) !important;
	border-radius: 4px !important;
	margin-right: 1px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin-right: 0px;
}

input[type="checkbox"]:checked+label span {
	border: 1px solid rgba(0, 0, 0, 0.4) !important;
	background: rgba(0, 0, 0, 0.2) !important;
	background-image:
		url(../../xisCloud-Web/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-omega)
		!important;
	background-position: -64px -144px !important;
	border-radius: 4px !important;
	margin-right: 3px;
	border-radius: 4px !important;
}

.dropdown-menu {
	width: 100%;
	border: 0px !important;
	/* height: 45px; */
	color: #FFFFFF !important;
	text-transform: uppercase;
	font-size: 16px !important;
	background-color: #343434;
	font-family: 'Montserrat Light';
	text-align: center;
	margin-top: -1px;
	border-radius: 6px !important;
}

.dropdown-menu>li>a {
	display: block;
	padding: 0px 0px;
	clear: both;
	font-weight: normal;
	color: #FFFFFF;
	border-radius: 6px 6px 6px 6px !important;
	line-height: 3em;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
}

.ui-button {
	height: 100%;
	width: 100%;
}

#password {
	margin-top: 10px;
}

#form-inner {
	padding: 142px 77px 77px 77px;
}

#fm1 .fl-label {
	display: none !important;
}

#content {
	height: 100%;
}

#cas #footer {
	color: #999;
	margin: 0px;
	width: 100%;
}

div#footer.bottom {
	font-size: 10px;
	padding: 2px;
	/* height: 20px; */
	position: relative;
	bottom: 0;
	/* bottom: -3px;
	left: 0;
	right: 0; */
}

table.topTable {
	width: 100%;
	border-radius: 5px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-size: contain;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#username #password {
	width: 250px;
}

#content {
	width: 100%;
}

#fm1 input[type=text], #fm1 input[type=password]
	{
	width: 326px !important;
	font-size: 14px !important;
	color: rgba(0, 0, 0, 1) !important;
	border-bottom: 1px solid rgb(0, 0, 0) !important;
	font-family: 'Montserrat Light' !important;
	font-size: 14px !important;
	opacity: 0.7 !important;
	max-width: 318px !important;
	min-width: 318px !important;
	border-radius: 0px !important;
	border: 1px solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 221, 0) !important;
	padding: 6px;
	margin-bottom: 10px;
}

.ui-xis-portal-logo {
	color: rgba(255, 255, 255, 1);
	fill: rgba(255, 255, 255, 1);
	width: 195px;
	height: auto;
}

.ui-xis-portal-logo svg{
	width: 195px;
	height: auto;
	margin-top: 36px;
	margin-left: 36px;
}

.ui-xis-portal-public-logo {
    width: 195px;
    height: auto;
    margin-left: 36px;
    margin-top: 36px;
    margin-right: 36px;
    position: fixed;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
   .ui-xis-portal-logo svg {
	margin-top: 0px;
}
}
@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
.ui-xis-portal-logo svg{
	margin-top: 0px;
}
}

.btn-group {
	margin-top: 83px;
	margin-bottom: 10px;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.fl-controls-left {
	padding-left: 0px;
}

.first {
	width: 100px;
}

.third {
	text-align: right;
	padding-right: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #555;
	text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #555;
	text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #555;
	text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
	color: #555;
	text-transform: uppercase;
}

#a_forgot_code {
	position: absolute;
	margin: 36px 36px 26px 36px;
	bottom: 0;
	left: 0;
	color: rgba(0, 0, 0, 0.7) !important;
	font-size: 10px !important;
	font-family: 'Montserrat Light' !important;
	font-weight: normal !important;
	text-transform: uppercase;
	text-decoration: underline;
}

#a_no_account {
	position: absolute;
	margin: 36px 36px 26px 36px;
	bottom: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.7) !important;
	font-size: 10px !important;
	font-family: 'Montserrat Light' !important;
	font-weight: normal !important;
	text-transform: uppercase;
	text-decoration: underline;
}

#btn_enter, #btn_xis {
	width: auto !important;
	height: 35px !important;
	margin: 36px 37px 17px 0px !important; nt;
	padding-left: 25px !important;
	padding-right: 25px !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
	border-radius: 6px !important;
	background: rgba(255, 255, 255, 0.15) !important;
	font-size: 14px !important;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

#btn_enter {
	margin-right: 72px !important;
}

a:visited {
	color: #333333;
}

div.row.fl-controls-left {
	
}

.btn-primary {
	width: 250px;
	margin: 0px auto 0px auto;
}

.btn-default {
	width: 250px;
	margin: 0px auto 0px auto;
}

.btn-warning {
	width: 250px;
	margin: 0px auto 0px auto;
}

.btn-success {
	width: 250px;
	margin: 0px auto 0px auto;
}

.ui-xiscloud-button-recoverpassword {
	width: 250px;
	height: 34px;
	margin: 0px auto 0px auto;
	background-image:
		url(../../xisCloud-Web/resources/images/features/recoverpassword.png)
		!important;
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 4px center;
}

.ui-xiscloud-button-user {
	width: 250px;
	height: 34px;
	margin: 0px auto 0px auto;
	background-image:
		url(../../xisCloud-Web/resources/images/features/user.png) !important;
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 4px center;
}

.ui-xiscloud-button-login {
	width: 250px;
	height: 34px;
	margin: 0px auto 0px auto;
	background-image:
		url(../../xisCloud-Web/resources/images/features/login.png) !important;
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 4px center;
}

.ui-xiscloud-button-cc {
	width: 250px;
	height: 34px;
	margin: 0px auto 0px auto;
	border-color: #2E6DA4 !important;
	background: #548ABC
		url("../../xisCloud-Web/resources/images/features/cc.png") no-repeat
		scroll center center !important;
	background-size: auto 100% !important;
	background-repeat: no-repeat;
	background-position: 4px center;
}

.ui-xiscloud-button-cc:hover {
	width: 250px;
	height: 34px;
	margin: 0px auto 0px auto;
	border-color: #2E6DA4 !important;
	background: #204D74
		url("../../xisCloud-Web/resources/images/features/cc.png") no-repeat
		scroll center center !important;
	background-size: auto 100% !important;
	background-repeat: no-repeat;
	background-position: 4px center;
}

@font-face {
	font-family: 'xis-icons';
	src: url('../../xisCloud-Web/resources/fonts/xis-icons.eot?m94fjj');
	src:
		url('../../xisCloud-Web/resources/fonts/xis-icons.eot?m94fjj#iefix')
		format('embedded-opentype'),
		url('../../xisCloud-Web/resources/fonts/xis-icons.ttf?m94fjj')
		format('truetype'),
		url('../../xisCloud-Web/resources/fonts/xis-icons.woff?m94fjj')
		format('woff'),
		url('../../xisCloud-Web/resources/fonts/xis-icons.svg?m94fjj#xis-icons')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@media all and (max-height: 434px) {
 #form-inner {
    padding: 22px 77px 77px 77px !important;
} 

.btn-group {
	margin-top: 20px;	
}

#cas #content #login {
   margin-top: 0px;
   height: 270px;
}
}

@media all and (min-height: 435px) and (max-height: 514px) {
 #form-inner {
    padding: 22px 77px 77px 77px !important;
} 

.btn-group {
	margin-top: 15px;	
}

#cas #content #login {
   margin-top: 0;
   height: 270px;
}

}

@media all and (min-height: 515px) and (max-height: 574px) {
 #form-inner {
    padding: 22px 77px 77px 77px !important;
} 

.btn-group {
	margin-top: 20px;	
}

#cas #content #login {
   margin-top: calc(50vh - 135px - 107px);
   height: 270px;
}

}

@media all and (min-height: 575px) and (max-height: 665px) {
 #form-inner {
    padding: 42px 77px 77px 77px !important;
} 

.btn-group {
	margin-top: 20px;	
}

#cas #content #login {
   margin-top: calc(50vh - 155px - 107px);
   height: 310px;
}

}

@media all and (min-height: 664px) and (max-height: 729px) {
 #form-inner {
    padding: 82px 77px 77px 77px !important;
} 

#cas #content #login .btn-group {
	margin-top: 38px;	
}

#cas #content #login {
   margin-top:  calc(50vh - 207px - 107px);
   height: 415px;
}

}

@media all and (min-height: 730px) and (max-height: 770px) {
 #form-inner {
    padding: 112px 77px 77px 77px !important;
} 

#cas #content #login {
   margin-top: calc(50vh - 240px - 107px);
   height: 480px;
}

#cas #content #login .btn-group {
    margin-top: 38px;
    margin-bottom: 10px;
}

}

@media all and (min-height: 771px) and (max-height: 840px) {
#cas #content #login {
  margin-top: calc(50vh - 277px - 107px);
}

}

#cas #content {
	min-height: 293px;
} 

#login {
	margin-left: calc(50% - 240px) !important;
}