/**
 * Css for saas solution free signup form.
 */
ul#menu-header li {
    display: inline-block;
}


.ee-saas-signup-form-container {
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 55%;
    background-color: #ebebeb;
    border: solid #cacaca 3px;
    padding-top: 30px;
}

.ee-saas-signup-sidebar .error, .ee-saas-signup-sidebar .success{
    font-size: .8em;
    text-align: left;
    color: #ff0000;
    padding: 10px 14px;
    margin: 10px;
    background-color: #FFE0E0;
    border-color: #FF0000;
    border-width: 1px;
    border-style: solid;
}

.ee-saas-signup-sidebar .success {
    background-color: #f3faeb;
    border-color: #cce59b;
    color: #35893f
}

.ee-saas-signup-form-container input[type=text] {
    width: 28%;
    padding: 6px;
    line-height: 20px;
}

.ee-saas-signup-form-container .ee-saas-site-name-suffix {
    margin-left: 6px;
}

.ee-saas-signup-form-container input[type=submit] {
    padding: 10px;
    font-size: .7em;
    margin-left: 5px;
    background-color: #13afdf;
}

.ee-saas-signup-form-container input[type=submit].disabled {
    display: none;
}

.ee-saas-notices .espresso-notices {
    border: none;
    display: inline-block;
    background-color: transparent;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    text-align: left;
    z-index: 0;
    font-size: 12px;
}

.ee-saas-signup-sidebar {
    position:fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2000;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.6);
}

.ee-saas-signup-sidebar .top-content p {
    text-align:left;
    padding:6px;
    padding-left:15px;
}


.ee-saas-signup-sidebar .ee-saas-toggle-signup-sidebar{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.ee-saas-signup-sidebar h2 {
    text-align: center;
}

.ee-saas-signup-sidebar .ee-saas-signup-form-container .main-section {
    margin:auto;
    width: 90%;
}

.ee-saas-signup-sidebar .ee-saas-signup-form-container .bottom-section {
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: -10px;
    padding-right: 20px;
    padding-left: 15px;
    display: block;
    float: none;
    width: 100%;
    height: 100%;
}

.ee-saas-signup-sidebar input[type=text] {
    display: block;
    width: 50%;
    margin-bottom: 5px;
}

.ee-saas-signup-sidebar .site-signup-name-container {
    float: left;
    width: 100%;
    text-align: left;
}

.ee-saas-signup-sidebar input.ee-saas-signup-site-name {
    display:inline-block;
    text-align: left;
    margin-left: 0;
}

.ee-saas-signup-sidebar {
    color: #000;
}

.ee-saas-signup-sidebar .ee-saas-signup-form-container input[type=submit] {
    display: block;
    margin: auto;
    font-size: 1.1em;
    padding: 15px;
}

.ee-saas-signup-sidebar .ee-saas-signup-form-container input[type=submit].disabled {
    display:none;
}

.ee-saas-signup-sidebar .ee-saas-ajax-spinner  {
    float: right;
}

.ee-saas-signup-sidebar .ee-saas-notices .espresso-notices {
    display: block;
    border: none;
    background-color: transparent;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ee-saas-signup-sidebar #espresso-notices {
    position: static;
    margin: 0;
    width: 100%;
}

.ee-saas-signup-sidebar .ee-saas-notices {
    display: block;
    margin-top: 15px;
}

.ee-saas-signup-extra-content {
    text-align: left;
    margin-top: 30px;
    color: #000
}

.ee-saas-signup-sidebar hr {
    margin-top: 30px;
}

.ee-saas-signup-sidebar .saas-account-details-button {
    width: 90%;
    margin: auto auto 20px auto;
    text-align: center;
}

.ee-saas-signup-sidebar {
    text-align: center;
}

/**
 * placeholder fixes
 */
/* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }
input::-webkit-input-placeholder { color: #bbb;}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }
input:-moz-placeholder { color:#bbb; }

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }
input::-moz-placeholder { color:#bbb; }

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }
input:-ms-input-placeholder { color:#bbb; }


/**font stuff for spinner**/
@font-face {
    font-family: 'eespinner';
    src: url('fonts/fontello.eot?60741375');
    src: url('fonts/fontello.eot?60741375#iefix') format('embedded-opentype'),
    url('fonts/fontello.woff?60741375') format('woff'),
    url('fonts/fontello.ttf?60741375') format('truetype'),
    url('fonts/fontello.svg?60741375#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?60741375#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*="ee-saas-ajax-spinner icon-"]:before {
    font-family: "eespinner";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-spin4:before { content: '\e800'; }


/**
 * mobile
 */
@media only screen and (max-width: 767px) {
    .ee-saas-signup-form-container {
        margin-top: 5px;
        width: 100%;
    }

    .ee-saas-signup-sidebar {
        padding: 0;
        overflow: scroll;
        /* Keep modal on top of all because the `position: fixed;` on the body messes things up a bit */
        z-index: 100000;
        top: 0;
    }

    .ee-saas-signup-sidebar.isiOs {
        position:static;
        width: 100%;
    }

    .ee-saas-signup-form-container input[type=submit] {
        white-space: normal;
    }

    .ee-saas-signup-form-container input[type=text] {
        width: 60%;
    }

    .ee-saas-signup-form-container input[type=text].ee-saas-signup-site-name {
        width: 51%;
    }
}

@media only screen and (max-width: 600px) and (min-width: 481px) {
    .ee-saas-signup-form-container input[type=text] {
        width: 70%;
    }
}

@media only screen and (max-width: 540px) and (min-width: 480px) {
    .ee-saas-signup-form-container input[type=text] {
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .ee-saas-signup-form-container input[type=text] {
        width: 85%;
    }
}

/*
   Animation example, for spinners
*/
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}