#tblHeader {
    display: none;
}

table {
    width: 100%;
}

.inputfortitle {
    /*width: 164px;*/
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    float: left;
}

    .inputfortitle input {
        background: none;
        border: medium none;
        color: #000000;
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        font-weight: 400;
        height: 38px;
        padding: 0 19px;
        width: 90%;
        outline: none;
    }


#newAccount_tool_background {
    z-index: 9999;
}

#newAccount_tool_content {
    position: fixed;
    width: auto;
}

.mass_updates_outer {
    float: left;
    margin-top: 32px;
}

.goal_popup_outer {
    float: left;
    width: 650px;
    padding: 42px 25px;
}

.goal_heading {
    float: left;
    width: 100%;
    color: #424242;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 30px;
    font-family: "Open Sans",sans-serif;
}

.goal_main_outer {
    float: left;
    width: 100%;
}

.titlediv {
    width: auto;
    font-size: 17px;
    float: left;
    padding-right: 10px;
}

.inputfortitle input {
    background: none;
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 38px;
    padding: 0 10px;
    width: 90%;
    outline: none;
    border-radius: 4px;
    margin: 5px;
    border: 1px solid #CCC !important;
}

.inputfortitle {
    border-radius: 0 !important;
    margin: 10px 0;
    border: none !important;
    float: none !important;
}

.createButton_button {    
    padding: 7px 22px;
    background-color: #90a621;
    border: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 17.86px;
    color: #fff;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    background: url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/main_bg_img.jpg) center top no-repeat;
    background-size: cover;
}

.auto_bar_637k {
    width: 961px;
    margin: auto;
}

.main_top_outer {
    width: 100%;
    float: left;
    /* background:url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/main_bg_img.jpg) center top no-repeat;
	background-size:cover; */
}

.main_outer {
    width: 100%;
    float: left;
    background: url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/img_bg.png) center 110px no-repeat;
}

.logo {
    width: 100%;
    text-align: center;
    float: left;
    padding: 48px 0 30px 0;
}

.fr {
    float: right;
}



.username_field_outer {
    width: 322px;
    float: left;
    margin: 0 0 15px 0;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.username_field_inner {
    width: 314px;
    float: left;
    margin: 3px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.username_field {
    margin: 0 0 0 10px;
    height: 30px;
    width: 290px;
    float: left;
    background: none;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14.55px;
}

.username_submit_outer {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}

.username_button {
    height: 37px;
    padding: 0 20px;
    background-color: #eaa625;
    border: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 17.86px;
    color: #fff;
    cursor: pointer;
}

.username_forget {
    float: right;
    font-size: 14.58px;
    line-height: 40px;
    color: #7f7f7f;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

    .username_forget a {
        color: #7f7f7f;
        text-decoration: none;
    }

    .username_forget:hover {
        text-decoration: underline;
    }

.copy_right_outer {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12.55px;
    color: #303030;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 80px 0;
}

.account-button {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
    height: 50px;
    margin-bottom: 8px;
    margin-left: 0%;
    margin-right: 35%;
    text-align: left;
    width: 62%;
}

.account-popoup {
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 3px;
    width: 100%;
    z-index: 11000;
}

.account-label {
    display: block;
    margin-left: 50px;
    margin-top: 5px;
}

.select-account {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 21%;
    width: 30%;
}

.account-image {
    float: left;
    padding-right: 5px;
}

.main-div {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10999;
}

.no-accounts {
    color: #000000;
    display: table-cell;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.enter-password-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11001;
}

.enter-password-outer {
    background-color: #fff;
    border-radius: 5px;
    display: none;
    float: left;
    left: 18%;
    position: relative;
    width: 350px;
    z-index: 11002;
}

    .enter-password-overlay.active, .enter-password-outer.active {
        display: block;
    }

.span-password {
    background-color: #90a621;
    color: #fff;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 23.58px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: 6px;
    padding: 1px 0 1px 5px;
    width: 70%;
}

.div-password {
    float: left;
    width: 80%;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.login-button {
    background: #2991c8 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "OpenSansRegular";
    font-size: 12px;
    margin-right: 8px;
    padding: 15px 30px;
    text-transform: uppercase;
    height: 12px;
    margin-left: 20%;
}

.cancel-button {
    background: #a6a6a6 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "OpenSansRegular";
    font-size: 12px;
    height: 12px;
    margin-bottom: 15px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-left: 5px;
}

.password-field {
    margin: 0 0 0 10px;
    height: 30px;
    width: 290px;
    float: left;
    background: none;
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14.55px;
}

.close-button {
    position: absolute;
    right: 10px;
    text-align: left;
    top: 5px;
}

.enter-password-outer > a {
    float: right;
}

.change-email-wait {
    display: none;
    font-weight: bold;
    padding-top: 15px;
}





.inner_left_637k {
    width: 482px;
    float: left;
    margin: 0 0 0 8px;
    padding: 0 0 23px 0;
}

.inner_outer_637k {
    width: 945px;
    float: left;
    background: url(https://calvarychristian.empowerlearning.net/images/EmpowerLogin/white_img.png) repeat;
    border: 8px solid rgba(0,0,0,0.1);
    padding: 24px 0px 50px 0px;
    -webkit-box-shadow: 0px 0px 25px 6px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0px 0px 25px 6px rgba(50, 50, 50, 0.14);
    box-shadow: 0px 0px 25px 6px rgba(50, 50, 50, 0.14);
    position: relative;
}

.inner_left_637k a img {
    float: right;
}

.inner_left_637k span img {
    position: absolute;
    bottom: 0;
    margin: 0 0 0 11px;
}

.inner_right_637k {
    float: right;
    margin: 25px 0 0;
    width: 387px;
}

.create_your_free_outer_637k {
    position: absolute;
    right: -20px;
    top: -19px;
}

.right_top_green_637k {
    width: 350px;
    float: left;
    margin: 0 0 0 9px;
}

.right_form_outer_637k {
    width: 326px;
    float: left;
    margin: 20px 0 0 38px;
}

.right_top_green_inner_637k {
    width: 90%;
    background-color: #90a621;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20.58px;
    color: #fff;
    padding: 10px 0 10px 10%;
}

.create_your_free_outer_637k img {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    width: 140px;
}

.create_your_free_outer_637k:hover {
    cursor: pointer;
}

.create_your_free_outer_637k::before {
    border-radius: 9px;
    box-shadow: -2px 0 7px #000;
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 93%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.create_your_free_outer_637k:hover::before {
    opacity: 1;
    visibility: visible;
}

.create_your_free_outer_637k:hover img {
    width: 148px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.create_your_free_outer_637k::after {
    border-radius: 9px;
    box-shadow: -2px 0 8px #000;
    content: "";
    display: inline-block;
    height: 93%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 4px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    visibility: hidden;
    width: 4px;
    z-index: -1;
}

.create_your_free_outer_637k:hover::after {
    opacity: 1;
    visibility: visible;
}

.ScoringSpreadsheet_loading_popup {
    width: 300px;
    height: 300px;
    position: fixed;
    z-index: 9999999;
    background: rgba( 255,255,255,0.7);
    border: 5px solid #CCC;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -150px;
}

    .ScoringSpreadsheet_loading_popup img {
        margin: 50px 0 0 0;
    }

    .ScoringSpreadsheet_loading_popup span {
        width: 100%;
        float: left;
        font-size: 14px;
        margin: 30px 0 0 0;
    }


.scoring_div_overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    font-size: 15px;
    font-weight: bold;
}

.goal_main_outer td.inputfortitle {
    width: 53%;
}
.goal_main_outer select {
    width: 97%;
    padding: 12px 7px;
    border-radius: 4px;
    margin: 0 0% 0 1%;
    border: 1px solid #ccc;
}
.goal_main_outer tr td span {
    margin: 0 0 0 3%;
}
.span_confirm_password {
    margin-top: -7px !important;
}

@media (max-width: 767px) {
    .right_form_outer {
        width: calc(100% - 35px);
    }

    .username_field_outer {
        width: 100%;
    }

    .username_field_inner {
        width: 100%;
    }

    .username_field {
        width: calc(100% - 30px);
    }
}