﻿
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #f1f1f1;
    line-height: 14px;
    font-size: 14px;
    color:#444444;
}

a {
    color: #333;
    text-decoration: none
}

    a:active, a:hover {
        outline: 0
    }

    a:hover {
        color: #777
    }

    a cite {
        font-style: normal;
        *cursor: pointer
    }

img {
    border: none
}

table {
    border-spacing: 0
}


button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}
button {
    cursor:pointer;
}

.ComboBox {
    height: 20px;
    outline: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    border-color: #e6e6e6;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    padding-left: 2px
}

.Form_table {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.Form_table td{
    padding-bottom:10px;
    padding-left:10px;
}
.Form_table input[type=text], input[type=date], input[type=number], textarea {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0 2px 2px 0;
    height: 24px;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    border-color: #e6e6e6
}
        .Form_table input[readonly=readonly], textarea [readonly=readonly] {
            background-color: whitesmoke;
        }

.Form_table select {
    height: 22px;
    border-width: 1px;
    border-style: solid;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
    border-color: #e6e6e6
}

    .Form_table textarea {
        resize: none;
    }

.Form_table input[type=text]:hover, input[type=number]:hover, textarea:hover, select:hover {
    border-color: #D2D2D2 !important
}

.Form_table input[type=text]:focus, input[type=number]:focus, textarea:focus, select:focus {
    border-color: #189f92 !important;
}


.Form_Title {
    font-size:20px;
    font-weight:bold;
    height:60px;
    width:100%;
    text-align:center;
}

.FileList_AddressBox {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: white;
    border: 5px groove;
    padding: 0px;
}
.FileList_AddressBtn {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    font-size:13px;
}







.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: none
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none
    }
.text-nowrap {
    white-space: nowrap !important
}




.btn {
    height: 28px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    border-radius: 2px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin-right:20px;
}
.btn-pink{
    background-color: #d6487e!important;
    border-color: #d6487e;

}
.btn-primary{
    background-color: #2fb9d4!important;
    border-color: #2fb9d4;
}
.btn-success{
    background-color: #87b87f!important;
    border-color: #87b87f;
}
.btn-info{
    background-color: #6fb3e0!important;
    border-color: #6fb3e0;
}

