.edit_btn {
    border: 1px solid #fff;
    border-radius: 25px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 18px;
    width: 100%;
    height: 60px;
    background-color: #f6d749;
    }
    .form-control{
        padding: 5px;
        text-align: center;
        height:50px;
        font-size:18px;
        font-weight:normal;
    }
    .btn-warning{
        background-color: #DD5511;
    }
    .btn-warning:hover{
        background-color: #DD5511;
    }
    .error { border: 1px solid #b94a48!important; background-color: #fee!important; }
    #selCounty option{
        padding: 5px 0px;
        text-align: center;
    }
    .left-inner-addon {
        position: relative;
    }
    .left-inner-addon input {
        padding-left: 20px;    
    }
    .left-inner-addon span {
        position: absolute;
        padding: 15px 12px;
        pointer-events: none;
        font-size: 14px;
    }
    #overlay{
        display:none;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:1000;
        background-color:#bbb;
        opacity:.80;
    }

    #popup{
       color: #333;
        display: none;
        padding: 1em;
        border: 0px solid #333;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
        font-size:16px;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 300px;
        height: 240px;
        border-radius: 2px;
        overflow-y: hidden !important;
    }
    #close_popup{
      border: 2px solid #000;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px;
        padding: 3px 7px;
        float: right;
    }
    .password{
        margin-top:7px;
        font-size: 18px;
        font-weight: bold;
    }