div.service {
    height: 255px;
}

.upload-button-disabled {
    display: inline-flex;
    vertical-align: middle;
    padding: 3px 20px;
    /*margin: 0 0.3em 0.3em 0;*/
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #ededed;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    text-align: center;
    position: relative;
    border: 1px solid black;
    color: #999999;
}


.upload-button-disabled i {
    font-size: 15px;
}

.upload-button {
    display: inline-flex;
    vertical-align: middle;
    padding: 6px 10px;
    /*margin: 0 0.3em 0.3em 0;*/
    border-radius: 0.2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #ededed;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
    text-align: center;
    position: relative;
    border: 1px solid black;
}

.upload-button:hover {
    background-color: #dddddd;
}

.upload-button:active {
    box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
}

.upload-button i {
    font-size: 15px;
}

.fileinput-button {
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

#fileinput-status {
    background-color: #fff;
    width: 250px;
    height: 27px;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid black;
}

#fileinput-status .fileinput-text {
    padding: 3px;
}

#progress-bar {
    height: 100%;
    background: green;
    background-image: linear-gradient(
            to bottom,
            rgb(45, 111, 61) 37%,
            rgb(56, 137, 77) 69%
    );
}

tr.custom-filter td:first-child{
    min-width: 120px;
}

.custom-filter i {
    font-size: 20px;
}

div.filter1, div.filter12{
    position: relative;
}

div.filter1 table, div.filter12 table{
    margin-top: 10px;
}

div.filter12 table{
    width: 75px;
    margin-top: 2px;
}

div.filter1{
    width: 312px;
}

div.filter12{
    width: 75px;
    float: left;
    font-size: 11px;
    text-align: center;
}

div.service table tr td {
    height: 24px;
}

span.mulitvariate-cb-placeholder {
    heigth: 22px;
}

#surv_time_type {
    display: none;
}

#annotation_box {
    position: relative;
}

#upload-helper {
    position: absolute;
    right: 20px;
    width: 320px;
    top: 55px;
    font-size: 12px;
    padding: 5px;
    background-image: none;
    text-align: center;
}

#upload-helper .input-table {
    font-weight: bold;
}

#survival_event select {
    margin-right: 3px;
}

#survival_time select {
    margin-right: 3px;
}

.fileinput-button-spacer{
    width: 60px;
    height: 10px;
    display: inline-block;
}

.custom_plot_input_summary {
    border-collapse: collapse;
}

.custom_plot_input_summary td {
    border: 1px solid black;
}