body {
    font-family: 'Sarabun', 'Roboto', "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

.btn,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sarabun', 'Roboto', "Helvetica Neue", Arial, sans-serif !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.file-input:hover::before {
    border-color: black;
}

.file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
    width: 100%;
}

.file input {
    min-width: 14rem;
    margin: 0;
    opacity: 0;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, .05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file-custom:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}

.file-custom:after {
    content: attr(data-content);
    white-space: nowrap;
    margin-right: 80px;
    overflow: hidden;
    display: block;
}

.block-title {
    letter-spacing: normal;
    font-weight: 500;
}

.help-block {
    font-size: 11px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.block-content-list .list-group-item:first-child {
    /*border-top: none;*/
}

.block-content-list .list-group-item {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ebebeb;
}

.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ebebeb;
    font-weight: 400;
    color: #058;
}

.header-lined .breadcrumb {
    margin-top: -15px;
    padding-left: 0;
    background: 0 0;
    font-size: .8em;
    border-radius: 0 0 4px 4px;
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.header-lined .breadcrumb li a {
    color: #888;

}

.header-lined .breadcrumb li.active {
    color: #3178bd;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.has-error .help-block-error,
.has-error label {
    color: #f41800;
}

.has-error .form-control {
    border-color: #f41800;
    background-color: #fffaf3;
}

.has-error .note-editor {
    border-color: #f41800 !important;
}

.has-error .file-custom:before,
.has-error .file-custom {
    border: .075rem solid #f41800 !important;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

hr {
    border-top: 1px solid #f1f1f1;
}


.c-dropzone {
    min-height: 200px;
    background-color: #f9f9f9;
    border: 0.125rem dashed #e1e1e1;
    border-radius: 0.3rem;
}

.c-dropzone .dz-message {
    margin: 4rem 0;
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    color: #575757;
}

.c-dropzone:hover {
    background-color: #fff;
    border-color: #5c80d1;
}

.c-dropzone:hover .dz-message {
    color: #5c80d1;
}

.file-icon-list {
    font-size: 22px;
}

.pagination li a,
.pagination li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px !important;
    line-height: 1.25;
    color: #5c80d1 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.pagination li.active span,
.pagination li.active a {
    z-index: 1;
    color: #fff !important;
    background-color: #5c80d1 !important;
    border-color: #5c80d1 !important;
}