﻿body {
    font-family: 'Poppins';
    /*color: #595959;*/
    margin: 0;
    background-color: #ffffff;
}

.ddl_BranchList {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #4d4d4d;
}

/*FOR MENU BAR*/
#img_nfcLogo {
    height: 70px;
    width: 170px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 30px;
}

.topnav {
    overflow: hidden;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    /*background: linear-gradient(to bottom left, #006600 27%, #339933 51%);*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .topnav a {
        font-weight: 600;
        float: right;
        display: block;
        color: #666666;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        font-family: 'Poppins';
        /*font-weight: 700;*/
        padding: 10px;
        margin-top: 23px;
        margin-right: 30px;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        border-right: initial;
        border-width:thin;
    }

        .topnav a:hover {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            background-color: #004d00;
            color: #ffffff;
            /*opacity: 0.70;*/
            border-radius: 5px;
            height: 40px;
            transition: 0.4s;
        }

.topnav .icon {
    display: none;
}


@media screen and (max-width: 600px) 
{
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    #img_nfcLogo {
        margin-top: 20px;
        height: 50px;
        width: auto;
    }
}

@media screen and (max-width: 600px) 
{
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            margin-left: 20px;
        }

    #img_nfcLogo {
        margin-top:20px;
        height: 50px;
        width: auto;
    }
}

/*FOR START PAGE USER LOGIN, ADMIN LOGIN*/
@media screen and (max-width: 600px)
{
    .content_user {
        width: auto;
        overflow: auto;
        font-size: 12px;
        margin-bottom:20px;
        margin-left:20px;
        margin-right:20px;
    }

    .ddl_Branch {
        width:auto;
    }

    .td_header {
        width:auto;
    }

    .td_option {
        width:auto;
    }

    .tb_option {
        width:auto;
    }

    .div_validator {
        width:auto;
        font-size:12px;
        margin-bottom:30px;
    }
}

.content_user {
    margin-top: 50px;
}

.td_header {
    padding: 15px;
}

.td_option {
    padding: 15px;
}

.ddl_Branch {
    font-family: 'Poppins';
    font-size: 14px;
    height: 30px;
    width: 237px;
    margin-left: 15px;
    border-top-style: hidden;
    border-bottom-style: solid;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-width: thin;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.tb_option {
    font-family: 'Poppins';
    font-size: 13px;
    height: 30px;
    width: 235px;
    margin-left: 10px;
    border-top-style: hidden;
    border-bottom-style: solid;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-width: thin;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 5px;
    margin-bottom:20px;
}

/*.rb_login {
    width:100px;
    height:50px;
    margin-top:30px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    font-family: 'Poppins';
    font-size: 12px;
    background: linear-gradient(to bottom left, #006600 27%, #339933 51%);
    font-weight:500;
}
    .rb_login:hover {
        background-color: white;
        color: #004d00;
        border: 2px solid #004d00;
    }*/

.btn_Login {
    text-align: center;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    background: linear-gradient(to bottom left, #006600 27%, #339933 51%);
    letter-spacing: 1.5px;
    font-family: 'Poppins';
    font-size: 13px;
    transition: transform .2s;
}

    .btn_Login:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
    }

.div_validator {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 13px;
}

.ddl_Branch {

}


/*FOR REGISTRATION FORM*/
@media screen and (max-width: 600px) {
    .content_regis {
        width: auto;
        overflow: auto;
        font-size: 12px;
        margin-left:20px;
        margin-right:20px;
    }

    .ddl_Company {
        width: auto;
    }

    .td_header {
        width: auto;
    }

    .td_option {
        width: auto;
    }

    .tb_option {
        width: auto;
    }

    .div_validator {
        width: auto;
        font-size: 12px;
    }

    #div_temp {
        margin-left:0;
        margin-bottom:30px;
    }
}

.content_regis {
    margin-top: 30px;
}

.td_header {
    padding: 5px 5px 5px 50px;
}

.td_option {
    padding: 5px 5px 5px 5px;
}

.lbl_Name {
    font-family: 'Poppins';
    color: #2d862d;
    font-size: 14px;
    font-weight: 500;
}

.ddl_Company {
    font-family: 'Poppins';
    color: #737373;
    font-size: 14px;
    height: 30px;
    width: 235px;
    margin-left: 20px;
    border-top-style: hidden;
    border-bottom-style: solid;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-width: thin;
    letter-spacing: 1px;
}

.tb_option {
    font-family: 'Poppins';
    color: #737373;
    font-size: 13px;
    height: 30px;
    width: 230px;
    margin-left: 20px;
    border-top-style: hidden;
    border-bottom-style: solid;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-width: thin;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 5px;
}

.txtHome_Address {
    font-family: 'Poppins';
    color: #737373;
    font-size: 13px;
    height: 30px;
    width: 230px;
    margin-left: 20px;
    border-top-style: hidden;
    border-bottom-style: solid;
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-width: thin;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 5px;
}

.btn_memberno {
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    min-width: 50px;
    height: 30px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    background: linear-gradient(to bottom left, #006600 27%, #339933 51%);
    letter-spacing: 1.5px;
    font-family: 'Poppins';
    font-size: 12px;
    transition: transform .2s;
}

    .btn_memberno:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
    }

.btn_Register {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    background: linear-gradient(to bottom left, #006600 27%, #339933 51%);
    letter-spacing: 1.5px;
    font-family: 'Poppins';
    font-size: 13px;
    transition: transform .2s;
}

    .btn_Register:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
    }

.btn_Cancel {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    background: linear-gradient(to bottom, #d98c8c 12%, #bf4040 66%);
    letter-spacing: 1.5px;
    font-family: 'Poppins';
    font-size: 13px;
    transition: transform .2s;
}

    .btn_Cancel:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
    }




/*FOR FOOTER*/
@media screen and (max-width: 600px) {
    .footer_Label {
        font-size:12px;
    }

    .div_icons {
        float:left;
        margin-left:10px;
        margin-top:50px;
        margin-bottom:50px;
    }
}


.footer_Label {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    opacity: 0.5;
    letter-spacing: 1px;
}

.footer {
    overflow: hidden;
    /*background-color: #333;*/
    background-color: #e6ffe6;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer_Icons {
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 7px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 20px;
    box-shadow: 1px 1px 2px 2px #f2f2f2;
    transition: transform .2s;
}

    .footer_Icons:hover {
        /*opacity: 0.60;*/
        border-radius: 5px;
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
    }

                