
.fa-shape-1 {
    color: darkgreen;
}

.fa-shape-2 {
    color: lightgreen;
}

.fa-shape-3 {
    color: orange;
}

.fa-shape-4 {
    color: red;
}
.fa-shape-5 {
    color: black;
}

.fa-shape-6 {
    color: blue;
}



/* bulma tab */
#tabs-with-content .tabs:not(:last-child) {
    margin-bottom: 0;
}

#tabs-with-content .tab-content {
    padding: 1rem;
    display: none;
}

#tabs-with-content .tab-content.is-active {
    display: block;
}


.input-center {
    margin : 0 auto;
    text-align : center;
}


.has-display-none {
    display: none;
    visibility: hidden;
}




/* table scroll */
table.scroll {
    border-spacing: 0;
}

table.scroll tbody,
table.scroll thead tr { display: block; }

table.scroll tbody {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scroll tbody td,
table.scroll thead th {
    width: 15%;
}


/* table pointer */

table th {
    cursor: pointer;
}


/* upload file */

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 290px;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
}

#drag_upload_file #selectfile {
    display: none;
}


.available {
    text-decoration: line-through;
}

html {
    overflow-x:scroll !important;
}