body {
    background-color: transparent;
}

input[type=text], input[type=password], input[type=email] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

input#rememberme {
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Current Amount */
.activeBtn {
    background-color: #adebad;
}
.surplus {
    color: #33cc33;
}
.deficit {
    color: #cc3333;
}
/* End Current Amount */

button {
    background-color: #31b0d5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
	font-size: 15px;
}

.disabledButton {
    opacity: 0.4;
}

.loading {    
    background-color: #ffffff;
    background-image: url("../../images/3.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

p.error {
    color: red;
    margin-top: 0px;
	font-weight: bold;
}

p.resultMessagge {
    text-align: center;
    font-weight: bold;
    /*color: #31b0d5;*/
}

label#loginErrorMessage {
    color: red;
    font-size: 15px;
    font-weight: bold;
}
label#loginErrorMessagePasswordChange {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

form {
    max-width: 500px;
    margin: 0 auto;
}

form#accountForm {
    max-width: 800px;
	padding-bottom: 10px;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #31b0d5;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img#backBut {
    width: 25px;
}

img#cloaseBut {
    width: 30px;
}

img.avatar {
    max-width: 400px;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  img.avatar {
			max-width: 320px;
		}
	  
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  img.avatar {
			max-width: 320px;
		}
	  
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	
	img.avatar {
			max-width: 375px;
		}
	
}

/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {  
	
	img.avatar {
			max-width: 375px;
		}
	
}

button#submitButton {
    width: 49%;
}

button#submitButtonCreate {
    width: 49%;
}

.container {
	text-align: center;
	margin: 10px;
	width: auto; /* to overwrite bootstrap settings */
	width: unset; /* to overwrite bootstrap settings */
}

span.psw {
    float: right;
    padding-top: 16px;
} 

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}

.purchaseiframe {
	border: 0;
	width: 100%;
}

@media screen and (max-width: 414px) {
	.purchaseiframe {
		width: 95%;
	}
}

#modalCloseButton, #modalClose, #modalOk {
	width: unset;
}

#subscriptionUser th {
	text-align: center;
}

input[type="email"]:read-only{
	border: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width:100%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
}
