/*==============================================================
File upload
 ============================================================== */
.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px; }

.fileinput .input-group-addon {
    border: none;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    background: transparent;
    margin-bottom: 1px;
    color: #747d8a; }

.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text; }

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center; }

.fileinput .thumbnail > img {
    max-height: 100%; }

.fileinput .btn {
    vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none; }

.fileinput-inline .fileinput-controls {
    display: inline; }

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden; }

.form-control .fileinput-filename {
    vertical-align: bottom; }

.fileinput.input-group > * {
    position: relative;
    z-index: 2; }

.fileinput.input-group > .btn-file {
    z-index: 1; }


.mbrSearchListZone {
    position : fixed;
    height: 390px;
    width: 700px;
    /*border: 1px solid #000000;*/
    top: 0;
    left: 0;
    background-color: #ffffff;
    display: none;
    box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
    z-index:1001;
}
@media (min-width: 700px) {
    .mbrSearchListZone {
        position : fixed;
        height: 390px;
        width: 700px;
        /*border: 1px solid #000000;*/
        top: 50%;
        left: 50%;
        background-color: #ffffff;
        margin: -170px 0 0 -350px;
        display: none;
        box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
        z-index:1001;
    }
}

.addrLayer {
    position : fixed;
    height: 100%;
    width: 100%;
    border: 1px solid #000000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    display: none;
    box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
    z-index:1001;
}
@media (min-width: 768px) {
    .addrLayer {
        position : fixed;
        height: 600px;
        width: 460px;
        border: 1px solid #000000;
        top: 50%;
        left: 50%;
        background-color: #ffffff;
        margin: -300px 0 0 -230px;
        display: none;
        box-shadow: 5px 5px 12px -2px rgba(0,0,0,0.36);
        z-index:1001;
    }
}

.addrHeader {
    height: 60px;
    line-height: 60px;
    background-color: rgb(51, 122, 183);
    color: #ffffff;
    text-align: center;
    font-size: 15pt;
}

.addrSearch {
    margin: 30px 50px;
}

.addrList {
    margin: 20px;
}

.addrResult {
    height: 290px;
    overflow-y: auto;
}

.addrPage {
    margin-top: 5px;
    text-align: center;
}

.addrPage a {
    padding-left: 3px;
    padding-right: 3px;
}

.TableC {
    text-align: left;
    font-size: 13px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
}

.TableC tr {
    border-bottom: 1px solid #e4e4e4;
}

.TableC th {
    background: #f6f6f6;
    padding: 13px 0;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    font-weight: 500;
}

.TableC td {
    text-align: left;
    padding-left: 12px;
}


.title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding-left: 12px;
    position: relative;
    margin: 0 0 5px 5px;
}


.title::before {
    content: "";
    width: 5px;
    height: 17px;
    background: #f716b0;
    position: absolute;
    left: 0px;
    top: 6px;
    display: block;
}

.notice2 {
    background: #f6f6f6;
    border: 1px solid #d3d3d3;
    padding: 10px 20px;
    margin: 12px 0;
    border-radius: 10px;
}

