/* reg, log, res tabs (not logged on) */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff !important;
    color: #006f01 !important;
    border-bottom: solid 4px #006f01 !important;
    border-radius: 0 !important;
}

.nav-pills a {
    background-color: #fff !important;
    color: #006f01 !important;
    border-bottom: solid 4px #f7f7f7 !important;
    border-radius: 0 !important;
}

.nav-pills a:hover {
    background-color: #fff !important;
    color: #a9a9a9 !important;
    border-bottom: solid 4px #a9a9a9 !important;
    border-radius: 0 !important;
}

.form_section_title {
    line-height: 1.45;
    padding: 6px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #006f01;
}

#pub_scroll_buttons_ats, #pub_scroll_buttons_ptl, #pub_scroll_buttons_ete {
    margin: 0px 0px 10px 0px;
}

#pub_posted_at {
    margin: 26px 4px 28px 14px;
    padding: 15px 14px 14px 14px;
    border: 2px solid #e6dcdc;
    border-radius: 12px;
    background-color: #ffffff6b;
    font-size: 0.9em;
    width: 70%;
}

.pub_synop_container {
    margin: 20px 4px 20px 4px;
    padding: 14px 14px 14px 14px;
    border: 2px solid #e6dcdc;
    border-radius: 12px;
    background-color: #f7ebcc6b;
}

/* same as .astd */
.pub_synop_container a {
    color: #006f01 !important;
    border-bottom: 1px dotted #006f01;
    text-decoration: none;
    cursor: pointer;
}

/* same as .astd */
.pub_synop_container a:hover {
    border-bottom: 1px solid #006f01;
    text-decoration: none;
}

.pub_scroll_header {
    color: #006f01;
    font-weight: 400;
    margin: 16px 0px 2px 0px;
}

.pub_scroll_body {
    margin: 0px 0px 26px 0px;
}

#select_menu_opt {
    margin: 0px 0px 8px 0px;
}

.form_section_descrip {
    padding: 6px 0px;
    line-height: 1.45;
    font-size: 15px;
    color: #006f01;
}

.reg-nav-o {
    width: 160px;   /* break-point: 170 */
}

.reg-nav {
    width:auto;
}

.progress {
	width: 330px; /* 330px */
}

.reg-icont {
	max-width: 380px; /* 350px */
}

.reg-button {
	width: 320px !important;
	margin: 0 auto;
	position: relative;
}

.half-icont {
	max-width: 190px; /* 175px */
}

.password-showhide {
    /* line height 2.4 needed to stabilize the height when clicked */
    /* line-height: 2.4; */
    line-height: 1.2;
	padding: 3px 0px !important;
	font-size: 12px !important;
	color: #006f01;
}

.arrow-msg {
	padding: 3px 0px;
	color: #006f01;
	width: 380px; /* 330px + extra */
}

div.progress.custom-class {
  height: 2px;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

div.progress.custom-class > .progress-bar {
  line-height: 2px;
  font-size: 2px;
}

span.password-verdict {
  font-size: 12px;
  color: #8e8e8e;
  padding: 0px;
  margin: 0px;
}

/* .progress => https://github.com/ablanco/jquery.pwstrength.bootstrap */

.progress-bar {
    color: #6b6b6b !important;
    background-color: #006f01 !important;
}

.form-group {
    margin-bottom: 12px !important;
}

.form-group-small {
    margin-bottom: 6px !important;
}

.form-control {
    padding: 3px 12px !important;
}

.form-control-feedback {
    left: 300px;
    top: -25px;
    margin: 0px;
    padding: 0px;
    height: 0px; /* critical */
}

fieldset.fs_register {
    margin-top: 5px;
    margin-right: 20px;
}

fieldset.fs_profile {
    margin-top: 15px;
}

.input-field {
    position: relative;
}

.input-field > label {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -30px;
}

/* https://stackoverflow.com/questions/10118767/how-to-show-multiple-font-colors-inside-the-text-field */
/* this will act as an alternate placeholder so that the word "Email" cannot be read as a placeholder value by browsers */
/* however, browers use other techniques besides this, so the placeholder is but one problem */
/* this works well, so retain it */

.el-show {
    font-size: 16px;
    color: #999999;
    /* font-weight: 400; */
}

@media only screen and (max-width: 991.98px) { /* bs4: breakpoint: medium */
    .form-control-feedback {
        left: 240px;
    }
    .arrow-msg {
        width: 320px;    /* 270px; + extra */
    }
    .reg-nav-o {
        width: 120px; /* break-point: 130 */
    }
    .progress {
        width: 270px;    /* 270px; */
    }
    .reg-icont {
        max-width: 320px;
    }
    .reg-button {
        width: 100% !important;
    	max-width: 320px !important;
    }
    .half-icont {
        max-width: 160px;
    }
    fieldset.fs_register {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) { /* bs4: breakpoint: small */
    .reg-nav-o {
        width: 100px; /* break-point: ? */
    }
    .progress {
        width: 80% !important;
        width: 270px;    /* 270px; */
    }
    .reg-icont {
        width: 100% !important;
        max-width: 320px; /* 200 bp */
    }
    .reg-button {
        width: 100% !important;
    	max-width: 320px !important;
    }
    .half-icont {
        width: 48% !important;
        max-width: 160px;
    }
    .form-control-feedback {
        left: 280px;
    }
    fieldset.fs_register {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 575.98px) {  /* bs4: breakpoint: extra-small */
    .reg-nav-o, .reg-nav {
        width: 100%;
        display: block;
    }
    .progress {
        min-width: 80%;
        display: block;
    }
    .reg-icont {
        min-width: 100%;
        display: block;
    }
    .reg-button {
        width: 100%;
        max-width: 300px;
        display: block;
    }
    .half-icont {
        min-width: 80%;
        display: block;
    }
    fieldset.fs_register {
        margin-right: 0px;
    }
}