body {
    color: #241c15;
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 1.5;
}
.full_page {
	color: red;
    width: 100%;

}
.login_box {
    width: 800px;
    margin: 120px 0px 0px 1px;
    float: left;
    font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    color: #474e4a;

}
.input_login {
    border: 1px solid rgba(36, 28, 21, 0.3);
    border-radius: 4px;
    width: 100%;
    margin-top: 5px;
    min-height: 52px;
    font-size: 1.7rem;
}
.login_row {
    width: 60%;
    margin: 20px 30% 20px 10%;
}
.mail_note {
    float: left;
    margin: 20px 10px 20px 10px;
    width: 20%;
    color: red;
}
.login_row-40p {
    width: 40%;
}
.button-login {
    width: 100%;
    color: #ffffff;
    background-color: #007c89;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    font-size: 1.6rem;
    height: 48px;
    line-height: 48px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.menu {
    float: left;
    width: 200px;
    height: 800px;
    background-color: #006666;
    color: #ffffff;
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    font-size: 2.0rem;
}
.menu_link {
    color: #ffffff;
    line-height: 2;
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    font-size: 1.6rem;
}
.action {
    float: left;
    padding-left: 60px;
}
.title {
    justify-content: center;
    align-items: center;
    display: flex;
}

.center {
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    margin-bottom: 6px;
    /*text-transform: capitalize;  was # in front*/
    /*word-spacing: -0.2rem;  was # in front*/
    line-height: 1.1;
    display: flex;
}
.input_list_name {
    border: solid;
    border-width: 1px;
    border-color: grey;
    cursor: hand;
    font-size: 1.5rem;
    margin: 20px 0;
    padding: 10px;
}
h1 {
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    font-size: 2.0rem;
    margin-bottom: 6px;
    text-transform: capitalize;
    word-spacing: -0.2rem;
    line-height: 1.1;
    color: #474e4a;
}
h2 {
    color: #474e4a;
    line-height: 1.25;
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    outline: 0;
    font-size: 1.5rem;
}
h3 {
    color: #241c15;
    font-size: 1.2rem;
    font-weight: 100;
}
.font_small {
    font-size: small;
}
a {
    color: #007c89;
    cursor: pointer;
    text-decoration: none;
}
.recips_label {
    margin-top: 30px;
}
.recips_label_1 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.recips_label_2 {
    font-size: 1.0rem;
    margin-bottom: 5px;
    margin-top: 5px;
}
.list_example {
    font-style: italic;
}
.butt_submit {
    min-width: 580px;
    display: block;
}
.button_save {
    width: 100px;
    height: 48px;
    background-color: #007c89;
    color: #ffffff;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    font-size: 1.6rem;
    line-height: 48px;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-top: 6px;
    float: right;
    cursor:pointer;
}
.lists_links {
    width: 600px;
    /*color: #00ff00;*/
    font-size: 1.6em;
    /*margin-bottom: 10px;*/
    line-height: 50px;

}
.border_top {
    border-top: solid 1px #dedddc;
    /*border-bottom: solid 1px #dedddc;*/
}
.lists {
    margin-top: 60px;
    /*border-bottom: solid 1px #dedddc;*/

    /*animation-name: appear;*/
    /*animation-duration: 3s;*/
    /*animation-fill-mode: both;*/
}
.list_cont {
    width: 80%;
    float: left;
    display: contents;
}
@keyframes appear {
    from {width: 20%;}
    to {width: 100%;}
}
.input_list {
    padding: 10px;
    white-space: pre-wrap;
}
.header_main {
    border-bottom: 1px solid #dedddc;
    height: 60px;
}
.header_right {
    height: 100%;
    background-color: #dedddc;
    color: white;
    width: 200px;
    float: right;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}
.select_lists {
    background-color: #efefef;
}
.select_list {
    height: 50px;
}
.check_list {
    float: left;
    margin: 15px 10px 15px 10px;
}
.disp_list {
    float: left;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}
.select_title {
    line-height: 50px;
    font-size: 1.5em;
    margin-top: 30px;
}
.run_camp {
    float: right;
    cursor: pointer;
}
.run_image {
    width: 40px;
    vertical-align: middle;
    margin-top: 4px;
    max-height: 40px;
}
.alert-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 400px;
    height: 100px;
    background-color: #dabfc8;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 90px
}
.sub-title {
    font-size: 1.5rem;
}
.job_date {
    width: 100%;
    height: 20px;
    color: #959595;
    font-size: 1.2rem;
    /*font-family: "Times New Roman", Times, serif;*/
    word-spacing: 1px;
}
.job_camp {
    /*float: left;*/
    width: 400px;
    height: 50px;
}
.job_recips {
    float: left;
    width: 100px;
    text-align: center;
}
.job_stat_note {
    font-size: 1rem;
    color: #959595;
    line-height: 20px;
}
.date_block {
    margin-bottom: 20px;
    display: block;
    /*height: 120px;*/
}
.job_id {
    font-size: 0.5rem;
    color: #959595;
    height: 20px;
}
.camp_det {
    float: left;
}
.list_jobs {
    max-width: 800px;
    font-size: 1.6em;
    line-height: 50px;
    height: 90px;
}
.recip {
    float: left;
    width: 360px;
    height: 30px;
}
.recip_act {
    float: left;
    height: 30px;
    width: 180px;
    word-spacing: 0.5px;
}
.expand_aarow {
    float: left;
    cursor: pointer;
}
.img_exp_arr {
    vertical-align: top;
}
.hide_res {
    display: block;
    line-height:0;
    height: 0;
    overflow: hidden;
}
.stat_box {
    float: left;
    background: #d8eacc;
    /*border-radius: 25px;*/
    padding: 10px;
    border-color: azure;
    border-style: solid;
    text-align: center;
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    font-size: 1.6rem;
    width: 200px;
    margin-right: 10px;
}
.box_title {
    color: #007c89;
}
.user_menu {
    display: none;
}
.user_name {
    cursor: pointer;
}
.head_item {
    background-color: #dedddc;
    cursor: pointer;
    border: 1px solid #006666;
}
.left_menu {
	list-style: none;
}
/*.stats {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}*/
.recip_name {
    float: left;
    width: 30%;
    padding: 10px;
}
.recip_email {
    float: left;
    width: 30%;
    padding: 10px;
    word-spacing: 1px;
}
.title_users {
    margin: 10px;
    color: #444242;
}
.stats {
    display: flex;
}
.risk_users {
    margin-top: 20px;
    color: #474e4a;
}
.recip_row {
    height: 36px;
}
.keep_me {
    color: #241c15;
    font-weight: 500;
    display: block;
    max-width: 635px;
    padding-bottom: 12px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
.login_bold {
    font-weight: 600;
}
.login-center {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.header_left {
    float: left;
}
.err_field {
    width: 60%;
    margin: 20px 30% 20px 10%;
    font-size: 14px;
    color: red;
    font-weight: bold;
}
.activated {
    position: fixed;
    bottom: 50%;
    right: 50%;
    width: 200px;
    border: 3px solid #88c188;
    border-radius: 25px;
    background: #88c188;
    padding: 0 30;
    font-size: x-large;
    text-align: center;
}
.center-text {
    text-align: center;
}
.pass_help {
    float: left;
    margin-top: 40px;
}
.ch_pass_row {
    width: 40%;
    margin: 20px 10% 20px 10%;
    float: left;
}
.div_pass_len {
    color: red;
}
.butt_dis {
    background-color: #eceff1;
}
.passw {
    float: left;
    margin: 20px 10px 20px 10%;
}
.logo-name {
    float: left;
    color: #393939;
    font-size: 30px;
    vertical-align: bottom;
    padding-bottom: 12px;
}
.paytable {
    margin-bottom: 20px;
}
.span_yellow_bcg {
    background-color: yellow;
}
.outstand {
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    color: #959595;
    font-size: 1.2rem;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.pp-button {
    order-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #006666;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-width: 1px;
    font-family: "Helvetica Neue",Georgia,Times,"Times New Roman",serif;
    color: #959595;
    font-size: 1.2rem;
    padding: 20px 0 20px 0;
    width: 300px;
    border-color: green;
    justify-content: center;
    align-items: center;
    display: flex;
}
.activ_warning {
    margin: 20px 30% 20px 10%;
    color: red;
    align-items: center;
}
.login_pic {
    /*width: 500px;*/
    padding: 0 5%;
    float: left;
    margin-top: 120px;
}
.order_pic {
    width: 500px;
    float: left;
    margin-top: 20px;
}
.image_box {
    width: 500px;
    /*height: 640px;*/
    
}
.image_txt_box {
    color: #007c89;
    text-align: center;
}
.login_img {
    border-radius: 5px;
}

.submit_pay {
    background-color: #006666;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 20px;
    cursor: pointer;
}

.submit_pay:hover {
    background-color: #007c89;
}
.order_box {
    width: 500px;
    margin: 0 30%;
    text-align: center;
}
.title_right {
    /* float: right; */
    /* margin-left: 30%; */
    margin-top: 20px;
    color: #007c89;
    position: absolute;
    top: 80px;
    right: 20;
}
.pop_err {
   
}
.resend_butt {
    background-color: #007c89;
    border: none;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    margin: 4px 20px;
    cursor: pointer;
    /*font-size: 1.2rem;*/
}