/*button*/
.bttn {
    font-size: 14px; }
.bttn.round {
    border-radius: 50px; }

.bttn-sm {
    font-size: 0.875rem; }

.bttn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }

.send-message-bttn {
    padding: 0 0.2rem; }

.bttn-default {
    background-color: #fff;
    border: 1px solid #f2f4f6;
    color: #595959; }
.bttn-default:hover {
    background-color: #E6E6E6;
    border-color: #E6E6E6; }

.bttn-primary {
    border-color: #6690F4;
    background-color: #6690F4; }
.bttn-primary:hover, .bttn-primary:focus, .bttn-primary:active {
    background-color: #4076f2;
    border-color: #4076f2;
    color: #fff; }

.bttn-success {
    background: #0abb87;
    border-color: #0abb87; }
.bttn-success:hover, .bttn-success:active, .bttn-success:focus {
    background: #08976d;
    border-color: #08976d;
    color: #fff; }

.bttn-info {
    background: #38a4f8;
    border: 1px solid #38a4f8; }
.bttn-info:hover, .bttn-info:active, .bttn-info:focus {
    background: #098DF4;
    border-color: #098DF4;
    color: #fff; }

.bttn-warning {
    color: #111;
    background: #ffb822;
    border-color: #ffb822; }
.bttn-warning:hover, .bttn-warning:active, .bttn-warning:focus {
    color: #212529;
    background: #fbaa00;
    border-color: #eea200; }

.bttn-danger {
    background: #fd397a;
    border-color: #fd397a; }
.bttn-danger:hover, .bttn-danger:active, .bttn-danger:focus {
    background: #fd1361;
    border-color: #fc0758;
    color: #fff !important; }

.bttn.active {
    box-shadow: none;
    background: #f1f1f5;
    cursor: default;
    outline: none; }
.bttn.active:focus {
    box-shadow: none;
    background: #f1f1f5;
    cursor: default;
    outline: none; }


.Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative;


}
.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Neon-input-dragDrop {
    display: block;
    width: 343px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
}
.Neon-input-text span {
    font-size: 12px;
}
.Neon-input-choose-btn.blue {
    color: #008BFF;
    border: 1px solid #008BFF;
}
.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}