
html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
th {
    font-weight: 400;
}
.breadcrumb {
    background-color: none !important;
}
.tab-pane {
    margin-top:20px;
    border:1px solid #ccc;
    border-radius: 6px;
}
.message-box {
    border: 1px solid #ccc;
    border-radius : 6px;
    padding: 20px;
}
.d-block {
}
#customFile {

 }
.formFile {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    width: 500px;
    height: 200px;
    border: 4px dashed #fff;
}
/*
.formFile p{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 170px;
    color: #ffffff;
    font-family: Arial;
}
#customFile {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    outline: none !important;
    border: 4px dashed #fff;
    opacity: 0;
}*/


.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 74%;
    max-width: 100%;
    padding: 25px;
    margin-left: 26%;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: 0.2s;
}
.file-drop-area.is-active {
     background-color: rgba(255, 255, 255, 0.05);
 }

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: large;
    font-weight: 300;
    line-height: 1.4;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
     outline: none;
 }