.LoginContainer  .x-panel-body {
	background-color: 	rgb(81, 90, 99) !important;
	color: #626262;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    /*line-height: 1.42857;*/
	
}

@-webkit-keyframes customspin {
	from { -moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
       to { -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -webkit-transform:rotate(360deg); transform:rotate(360deg)}
}

@-moz-keyframes customspin {
	from {-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	to {-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes customspin {
	from {-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	to {-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.animate {
	display: inline-block; /* table-cell|block */
}
.animate-spin {
	display: inline-block;
	/*transition: property duration timing-function delay|initial|inherit; */
	animation-name: customspin;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-delay: 0.2s; /* time|initial|inherit; */
	animation-direction: reverse; /* normal|reverse|alternate|alternate-reverse|initial|inherit; */
	animation-timing-function: linear; /*  linear|ease|ease-in|ease-out|ease-in-out|step-start|step-end|steps(int,start|end)|cubic-bezier(n,n,n,n)|cubic-bezier(0, 1, 0.5, 1)|initial|inherit; */
    animation-play-state: running; /* running|paused|initial|inherit */
}
	
.LoginInputContainer{

}

.loginInputRow{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 5px 0px;
	font-size: 18px; 
	line-height: 30px;
}
.loginInputText{

}
.loginInputTitle{
	font-size : 33px;
	color: whitesmoke;
	height: 150px;
	text-align:center;
}

.loginInputImage{
	width: 50;
	color: #ccc;
	font-size: 24px; 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none; 
	line-height: 1;
	padding: 10px 12px;
	text-align:center	
}

/*
,.loginInputButton .x-btn-default-small 
*/
.loginInputButton {
	background-image: none !important;
	background-color: #81ca80 !important;
	border: 1px solid rgb(73, 172, 72) !important;
	color: white !important;
	padding: 0px 16px;
	opacity: 1;
	left: 0px !important;
}
.loginInputButton:hover{
	color: white !important;
}

.loginInputButton.x-btn-over{
	background-color: rgb(93, 187, 92) !important;
	opacity: 1;
}

.loginInputButton .x-btn-inner-default-small{
	font-size: 18px !important;
	font-weight: 300;
	line-height: 35px;
}

.loginInputButton .x-btn-button .x-btn-inner {
	line-height: 35px;
}

.cntOptions{
	cursor: pointer;
	display:block;
	margin-top:10px;
	font-size:14px;
	color: #fafafa;
	
}

#fsLoginOptions legend{
	margin-left: 80% !important; 
	color: #fafafa;
}

#fsLoginOptions legend .x-fieldset-header-text,
#fsLoginOptions label {
	color: whitesmoke;
}


#LoginHiddenOptions input,
#LoginHiddenOptions select {
	background-color: transparent!important;
	border:  0px solid grey;
	color: white;
}
#LoginHiddenOptions label {
	color: white !important;
	opacity: 0.6  !important;
	font-size:18px!important;
	font-weight: 300;
	
}

.ulLoginPage {
	/* background-color: rgb(81, 90, 99) !important; Ez az alap háttérszín */ 
	background-color: rgb(101, 110, 119) !important;
	color:#fafafa !important;
	padding: 0px; 
	
	border: 1px solid #fafafa !important;
	
}
.ulLoginPage ul {
	 border: 0px solid yellow !important;
}
.ulLoginPage li {
	padding: 5px; 
	/*border: 0px solid blue !important;*/
}

.ulLoginPage .x-boundlist-item-over {
	background-color: rgb(93, 187, 92) !important; 
	color: #333;
}

.ulLoginPage .x-boundlist-selected { /* dropDown selected*/
	/* background-color: #81ca80 !important;   halványzöld volt*/
	
	background-color: rgb(121, 130, 139)  !important;  
	color: #333;
}

.cntOptions {
	color:#fafafa;
	font-size:18px;
	text-align:right; 
}

.loginInputCheckbox{
	background-image: none !important;
}

.loginInputCombobox {
	background-image: none !important;
}

.loginInputField input{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  border-radius: 0;
  color: #fafafa;
  font-weight: 300;
  height:46px;
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
}
.loginInputField{
	height: auto;
}
.loginInputField .x-form-item-body div{
	border:0px;
}




.labelDown  label{
	padding-top: 6px !important; 
}
.labelDown input{
	background-color: rgb(101, 110, 119) !important;
	
}
.labelDown .x-form-trigger-wrap-focus{
	border: 1px solid #fafafa !important;
}

.LoginInputContainer .ax-form-readonly:not([class*="form-type-checkbox "]) .x-form-item-body:not([class*="form-display-field-body "]) * {
    background: #252830 none repeat scroll 0 0 !important;
	color : #fafafa !important;
}



/* Download.css*/

#AIFView_Fit {
    height: 100%;
    position: relative;
    width: 100%;
	color: #626262;
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    /*line-height: 1.42857;*/
	
}

.text-center {
    text-align: center;
}

#AIFView_Fit .err-container {
    padding: 0px 0 0;
}

#AIFView_Fit .err {
    color: #fafafa;
}
#AIFView_Fit .err-body {
    padding: 20px 10px;
}

#AIFView_Fit .err h1 ,
#AIFView_Fit h1 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 180px;
    font-weight: 300;
    margin-bottom: 35px;
    /*margin-top: -35px; */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
}


#AIFView_Fit h2,
#AIFView_Fit .err h2 {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 36px !important;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}

#AIFView_Fit .btn-goback {
    background-color: transparent;
    border-width: 1px;
    border-radius: 1px;
	border-color: rgba(255, 255, 255, 0.8) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.err-body .btn {
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 18px;
    
	line-height: 1.42857;
    line-height: 1.33;
    padding: 10px 16px;
	color: #626262 !important;
}

.space {
    display: inline;
    padding: 5px;
}

/*.loginInputField input{
	margin-top: 10px;
	border-left:0px;
	border-right: 0px;
	border-top:0px;
	border-bottom: 0px;
	
}
*/
/*
 {   xtype: "container", layout: "vbox", cls:"LoginInputContainer", height: 300, width: 400,
			items:[
					{xtype: "container", layout: "hbox", width: "100%", cls:"loginInputRow", style:" ",
						items:[
							{xtype: "container", html:'<span class="ti-user">&nbsp;</span>', cls: "loginInputImage", width: 50, style:" color: #ccc;font-size: 24px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: 0 none; line-height: 1;padding: 6px 12px;text-align:center"},
							{xtype: 'textfield', name:"username", itemId: 'LoginUsername', cls: "loginInputField",  width: fieldWidth, style:"border-left:0px;border-right:0px;" }, 		
						]
					},
					{xtype: "container", layout: "hbox", width: "100%", cls:"loginInputRow", style:" border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding: 6px 0;",
						items:[
							{xtype: "container", html:'<span class="ti-user">&nbsp;</span>', cls: "loginInputImage",  width: 50, style:" "},
							{xtype: 'textfield', name:"password", itemId: 'LoginPassword', cls: "loginInputField",  width: fieldWidth}, 		
						]
					},
					{xtype: "container", layout: "hbox", width: "100%", cls:"loginInputRow", style:" border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding: 6px 0;",
						items:[
							{xtype: "container", html:'<span class="ti-user">&nbsp;</span>', cls: "loginInputImage",  width: 50, style:" color: #ccc;font-size: 24px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: 0 none; line-height: 1;padding: 6px 12px;text-align:center"},
							{xtype: 'textfield', name:"otp", itemId: 'LoginOTP', cls: "loginInputField",  width: fieldWidth, style:"margin-top:10px;"}, 		
						]
					},
					{xtype: "container", layout: "hbox", width: "100%", cls:"loginInputRow", style:" border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding: 6px 0;",
						items:[
							{xtype: "container", html:'<span class="ti-user">&nbsp;</span>', cls: "loginInputImage",  width: 50, style:" color: #ccc;font-size: 24px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0);border: 0 none; line-height: 1;padding: 6px 12px;text-align:center"},
							{xtype: 'textfield', name:"account", itemId: 'LoginAccount', cls: "loginInputField",  width: fieldWidth}, 		
						]
					},
					{xtype: 'button',text: 'OK', width: "100%", style: "background-image: transparent; background-color: #5dbb5c;   border-color: #49ac48;   color: #fff; display: block;  border-radius: 3px; font-size: 18px;   line-height: 1.33; padding: 10px 16px;"}
			]
		}

function loadcssfile(filename){
     var fileref=document.createElement("link");
     fileref.setAttribute("rel", "stylesheet");
     fileref.setAttribute("type", "text/css");
     fileref.setAttribute("href", filename + "?_dc="+ Math.round(Math.random() * 99999));
}


			*/

			
			
/*
háttérszín : szürkéskék  #252830

nyomógomb háttérszíne :  #00c0ff;
világoskék-sötét : #009acc


nyomógomb betűtípusa: Roboto
Egyéb standard szöveg : Hindi




http://fonts.googleapis.com/css?family=Roboto:500,100,300


@import url(http://fonts.googleapis.com/css?family=Roboto:500,100,300);
@import url(http://fonts.googleapis.com/css?family=Hind:600,300);


*/

/* Sztandard szöveg */
h2 {
    color: #fff;
	font-size: 44px;
    margin: 0 0 30px;
	color: #222;
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 1.2;
	box-sizing: border-box;
}




.LoginContainer .x-panel-body	{
		background-color:#252830  !important;
}



/*
,.loginInputButton .x-btn-default-small 
*/
.loginInputButton {
	background-color: #00c0ff !important;
	border: 1px solid #00c0ff !important;
	/*
	font-family: "Roboto",sans-serif;
    font-weight: 100;
	letter-spacing: 0.5px;
    line-height: 1.2;
	box-sizing: border-box;
	*/
}
.loginInputButton:hover,
.loginInputButton.x-btn-over{
	background-color: #009acc !important;
}
.loginInputButton  .ti-reload {
	color: white !important;
}
	

.loginInputButton .x-btn-inner-default-small{
	
}

/* Elválasztó vonal */
.loginInputRow{
	border-bottom: 1px solid #6a6a6a !important;
	/*
	padding: 10px 0px;
	font-size: 18px; 
	*/
}

/* combobox háttér */
.ulLoginPage .x-boundlist-item-over {
	/* background-color: #009acc !important;  */
	background-color: #00c0ff !important; 
	color: #fff;
}

.ulLoginPage .x-boundlist-selected { /* dropDown selected*/
	
	/*background-color: rgb(121, 130, 139)  !important;  
	color: #333;
	*/
}

.LoginContainer .ax-switch  i {
	/*  2016.03.07
	box-shadow: 0 0 1px  #00c0ff inset, 0 0 40px #00c0ff inset !important; 
	rgba(0, 0, 0, 0.5)
	*/
}

#LoginHiddenOptions span.ax-switch {
	left : -25px !important;
}

#LoginHiddenOptions .ax-switch i {
    box-shadow: 0 0 1px #ffffff inset, 0 0 40px #ffffff inset;
}
#LoginHiddenOptions .x-form-cb-checked  .ax-switch i {
    box-shadow: 0 0 1px #00c0ff  inset, 0 0 40px #00c0ff inset !important;
}

.ulLoginPage {
	color:#fafafa !important;
	border: 1px solid #6a6a6a !important;
}
.ulLoginPage ul {
	 border: 0px solid #6a6a6a !important;
}
.ulLoginPage li {
	padding: 5px; 
	/*border: 0px solid blue !important;*/
}

/* combobox input field-je */
.LoginContainer .labelDown .x-form-trigger-wrap-focus {
	border: 1px solid #6a6a6a !important;
}
.LoginContainer .labelDown .x-form-trigger-wrap {
	border: 1px solid #6a6a6a !important;
}
/* combobox listája */
.LoginContainer .x-boundlist-item	{
	border: 0px solid #6a6a6a !important;
	background-color: #252830 !important;
}



#coreLoginFormPanel {
/* 	border: 1px solid red !important; */
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {-ms-transform: rotate(0deg);-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {-ms-transform: rotate(360deg);-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from { -ms-transform: rotate(0deg);-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 2s linear infinite;
  -webkit-animation: rotating 2s linear infinite;  -moz-animation: rotating 2s linear infinite;   -ms-animation: rotating 2s linear infinite;   -o-animation: rotating 2s linear infinite;
}


#loginInputButton .ti-reload.rotating{
	margin-top: 1px;
	font-size: 16px;
	margin-left: 50px;
}


.dont-break-out {
  /* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */ 
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.filenameRow {
	display:table-row;
	width: 100%;
}
.filenameRow  .spacer {
	width: auto;
	/*flex: 1;*/
}
.filenameRow >div {
	display: table-cell;
	vertical-align : middle;
}

.filenameRow span.loginInputField {
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	min-width: 300px;
	max-height: 200px;
	color: rgb(250,250,250);
	text-align:left;
}

#theDownloadButtonId-btnInnerEl { color: white; }

a.downloadLinkToDocubank {
	/*color: rgb(250,250,250);*/
	transition: color .35s linear 0s;
}

a.downloadLinkToDocubank:hover{
	color: rgb(250,250,250) !important;
}

.loginGoogleContainer{
	padding-top: 2px;
}
.loginGoogle{
	width: 100%;
	height: 100%;
}

.loginGoogle > div {
	width: 100% !important;
	height: 46px !important;
	overflow: hidden !important;
}
.loginGoogle > div > div{
	width: 100% !important;
	padding-top:4px !important;
	height: 100% !important;
}