﻿.account-form-wrapper {
    margin-left: 10px;
    padding: 10px;
    line-height: 25px;
    border-top: solid 2px #999;
}

h2 {
    padding: 10px;
    font-weight: bold;
    font-size: 20pt;
    color: #333;
    
}

.login-button-wrapper {
    margin-left: 10px;
}

.login-button {
    display: inline-block;
    padding: 10px 15px;
    border: solid 1px #e8e8e8;    
    border-bottom: 0;
    text-decoration: none;
    color: #333;
}

.login-button.active {
    background: #999;
    border: solid 1px #999;    
    color: white;
}

.login-button:not(.active) {
    cursor: pointer;
}

.editor-label {
    width: 120px;
    margin: 10px 10px 0 0;
    font-size: 10pt;    
    text-align: right;
    float: left;
}

.editor-field input, .editor-field textarea {
    width: 200px;
    margin: 10px 10px 0 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 #ececec inset;
    font-size: 12px;
    padding: 4px 6px;
}

.editor-field .big-textarea {
    height: 60px;
}

.editor-field select {
    width: 212px;
}

.editor-checkbox input {
    margin-top: 10px;
}

.editor-field a {
    text-decoration: none;
}

.editor-field img {
    vertical-align: middle;
}

.editor-field input::-webkit-input-placeholder {color:#aaaaaa;font-style: italic;}
.editor-field input::-moz-placeholder          {color:#aaaaaa;font-style: italic;}/* Firefox 19+ */
.editor-field input:-moz-placeholder           {color:#aaaaaa;font-style: italic;}/* Firefox 18- */
.editor-field input:-ms-input-placeholder      {color:#aaaaaa;font-style: italic;}

.editor-field input:focus {    
    border: solid 1px #1dafec;
}

.enter-button {
    width: 215px;
    margin: 10px 0;
}

.login-wrapper {
    margin: 20px 0 10px 0;
    align-content: center;
}

.login-wrapper input {
    width: 210px;
    height: 20px;
}

#password-recovery-form {
    display: none;
}

.blue-reference {
    color: #06c;
    text-decoration: none;
    cursor: pointer; 
}

#email-input {
    margin: 20px 0;
    width: 230px;
    padding: 2px;
}

.akciya-besplatnaya-dostavka {
    padding: 10px;
    vertical-align: top;
}

.big-orrage-button {
    margin: 10px;
    display: inline-block;
    width: 50%;
    height: 100px;    
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    padding: 60px 0  10px;
    font-size: 24px;
    font-weight: bold;  
    color: #ff9917; 
    /*padding: 8px 25px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;   
    text-align: center;
    vertical-align: middle; 
    background-color: #ff9917;
    background-image: linear-gradient(to bottom, #ffab02, #ff8a28);
    background-repeat: repeat-x;
    border: 1px solid #e87b0e;   
    text-decoration: none;
    color: #fff;*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                            supported by Chrome and Opera */       
}

.big-orrage-button:hover {

    background-color: #f8af23;
    background-image: linear-gradient(to bottom, #ffbc35, #f2a210);
    background-repeat: repeat-x;
    color: #fff;
}