body {                
    background-color : #F4F8E7;
}
span.required {
    font-size: 10px;
    font-weight: bold;
    color: red;
}
input[type="text"] {
    /*height:25px;*/
    /*font-size: 15px;*/
    border-radius: .3em;
    border: 1px solid silver;
    /*height: 30px;*/
    text-indent: 5px;
}

.headlabel {
    font-size: 14pt !important;
}

table
{
    font-size:13px;
}

.hasErr
{
    box-shadow: 0px 0px 3px #ff0000;
}

#GP11B0B95272B9AEFBE1E9B882DB9F0E1E {
    position: relative;
}
.backbtn
{
    float: left;
    background: #aa4935;
    font: bold 18px arial;
    color: #fff;
    text-decoration: none;
    padding: 10px;

    margin-top: -50px;
}

.td_spacer
{
    width: 30px;
}


.reg_wrapper {
    width: 1024px;height: auto;

    margin: 80px auto;
}
.reg_wrapper * {
    font: normal 14px 'Roboto', sans-serif;
    box-sizing: border-box;
}
.regform {
    width: 100%; height: auto;
    background: #fff;
    padding: 10px;
    position: relative;
}
.regform:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 5px;
    background: green;

}
._remwrapper {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
}
._rem {
    position: relative;
}
._rem * {
    color: #666;
}
._comreg {
    align-self: flex-start;

    width: 40%
}
._imp {
    width: 472px;
    position: absolute;
    right: 10px;

    display: flex;
    flex-wrap: nowrap;
}
._rem header {
    font-weight: bold;
}
._imp * {
    font-size: 11px;
    text-align: right;
}
._error {
    color: red;
}
.mainform,
._left,
.txtbxcon,
.txtbxcon_lg {
    display: flex;
    flex-wrap: wrap;
}
._left {
    width: 60%; height: 340px;
}
.txtbxcon,
.txtbxcon_lg {
    position: relative;
    margin-bottom: 49px;
}
.txtbxcon {
    width: 49%;
}
.txtbxcon:nth-child(even) {
    margin-left: 12px;
}
.txtbxcon_lg {
    width: 100%;
}
.txtbxcon input,
.txtbxcon_lg input {
    position: relative;
    width: 100%;
    padding: 10px;
    background: transparent;
    z-index: 2;
}
.txtbxcon label,
.txtbxcon_lg label {
    position: absolute;
    align-self: center;
    left: 10px;
    opacity: 0.5;
    z-index: 1;
}
.txtbxcon label,
.txtbxcon_lg label {
    transition: all 0.3s;
}
.txtbxcon .setlabel,
.txtbxcon_lg .setlabel {
    transform: translate(-7px,30px);
    opacity: 0.8;
}
._right {
    width: 40%;
    padding: 0 0 0 10px;
}    
._right header {
    padding: 0 0 5px 5px;
    font-weight: 600;
}

.lstprog * {
    user-select: none;
    -webkit-user-select: none;
}
.lstprog div:hover {

}
.lstprog article {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.lstprog div {
    position: relative;
    width: 180px; height: 145px;
    margin: 0 0 17px 0; padding: 10px;
    box-shadow: 0 0 1px rgba(0,0,0,0.7);

    display: flex;
    flex-direction: column;
    z-index: 2;
}
.lstprog div img {
    width: 100%; height: 85%;
    object-fit: contain;
}
.lstprog span {
    text-align: center;
}
i.fa-check-circle-o {
    opacity: 0;
    position: absolute;
    align-self: center;

    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    font-size: 101px;
    color: #055600;
    z-index: 1;
    transition: all 0.3s;
}
.formfooter {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.formfooter * {
    text-align: center;
    margin: 0 auto;
}
.formfooter p {
    margin: 10px auto;
}
.formfooter p a {
    color: green;
    text-decoration: none;
}
.formfooter p a:hover {
    color: blue;;
    text-decoration: underline;
}
.eulad_wrapper {
    width: 100%; height: 100%;
    position: fixed;
    top: 0; left: 0;
    background: rgba(0,0,0,0.5);

    display: flex;
    justify-content: center;

    z-index: 1002;
    transition: all 0.3s;
}
.eulad {
    width: calc(100% - 30%); height: calc(100% - 30%);
    align-self: center;

    background: red;
    position: relative;
}
.eulad header {
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
}
.eulad textarea {
    width: 100%; height: calc(100% - 40px);
    padding: 10px 20px;
    font-family: 'Courier New',Tahoma, sans-serif;
    font-size: 16px;
    text-align: justify;
}
.eulad i.fa {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -12px; right: -20px;
    padding: 18px;
    font-size: 18px;
    color: #fff;
    background: red;
    border-radius: 50%;
}
.regbtn {
    font-size: 18px;
    padding: 10px 20px;
    background: #627d4d;
    color: #fff;
    border: none;
}
.regbtn:hover {
    background: #639041;
}

.regbtn,
.formfooter p a,
.eulad i.fa,
.lstprog div,
.numemp label {
    cursor: pointer;
}
.notsoghosty {
    opacity: 0.5 !important;
}
.notsoghost {
    opacity: 0.35 !important;
}
.unghost {
    opacity: 1 !important;
}
._hidden {
    display: none !important;
}
._fixed {
    overflow: hidden;
}