/* Layout */

/*html,*/
/*body {*/
/*margin: 0;*/
/*padding: 0;*/
/*height: 100%;*/
/*overflow-x: hidden;*/
/*}*/

/*#container {*/
/*height: 100%;*/
/*min-height: 100%;*/
/*position: relative;*/
/*}*/

/*#body {*/
/*margin: 20px;*/
/*min-height: 100%;*/
/*}*/

/*#footer {*/
/*bottom: 0;*/
/*width: 100%;*/
/*height: 50px; !* Height of the footer *!*/
/*text-align: center;*/
/*}*/

/*!* Forms *!*/

/*.form-user {*/
/*width: 33% !important;*/
/*margin: 0 auto !important;*/
/*margin-top: 10% !important;*/
/*}*/

/*.form-error {*/
/*color: #E50000 !important;*/
/*}*/

/* Flask flashes */

.flash {
    margin-right: 20px !important;
}

/* Errors */

.error-box {
    margin-top: 8%;
}

/* ScatterPlot Dependency Vs Y */

.centeredTitle {
    text-align: center;
}

#depExpression {
    text-align: center;
}

#cyCorrelation {
    width: 100%;
    /*height: 400px;*/
    height: 514px; /* Max height for 10 entries in the table of gene's correlation */
    border-style: dashed;
}

.rowResultsCorrelations {
    /*height: 400px;*/
}

.columnCytoscape {
    height: 100%;
}

/*New css*/
.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

/*Dep-dep class*/
.dep_dep_scatterplot {
    width: 50% !important;
}

/* Depmap specific */
.btn-custom {
    background-color: #5F259E !important;
    border-color: #5F259E !important;
    color: white !important;
}

/* .btn-custom:active, 
.btn-custom:focus,
*/

.btn-custom:hover,
.btn-custom.active {
    background-color: #6F4C9B !important;
    border-color: #6F4C9B !important;
/*    background-color: #890b62 !important; */
/*    border-color: #720951 !important; */
    color: white !important;
}

.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #5F259E !important;
    border-color: #5F259E !important;
    color: white !important;
}

.depmap_logo{
    height: 60px;
}

.side_projects {
    width: 77%;
}
