/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:wght@200..700&display=swap');

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body {
    /*font-family: "Open Sans", serif;*/
}

textarea {
    resize: none;
}

.bold {
    font-weight: bold;
}

.nav-link {
    margin: 4px 10px;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 18px;
}
.nav-link:hover {
    background-color: transparent;
}

form {
    margin: 0px;
}

/*input {*/
/*    border: none;*/
/*    padding: 6px;*/
/*    font-size: 18px;*/
/*    border-radius: 5px;*/
/*}*/

/*input:focus, input:active {*/
/*    border: none !important;*/
/*}*/

/*input[type=text] {*/
/*    height: 40px;*/
/*}*/

/*::placeholder {*/
/*    color: rgba(0, 0, 0, 0.4);*/
/*}*/

input[type=checkbox] {
    /*margin: 10px;*/
}

.select2-container {
    font-size: 14px;
    font-family: inherit;
    /*width: 200px !important;*/
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: inherit;
    font-size: 14px;
    width: 120px;
}

.select2-results__option, .select2-results__group {
    font-family: inherit;
}

a:hover {
    background-color: inherit; /* Inherits color property from its parent */
}

td, th {
    text-align: left;
}

.ui-dialog {
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 12px rgba(87, 92, 136, 0.826);
    padding: 15px;
    animation: fadeIn 0.7s;
}

.ui-dialog-titlebar {
    background-color: inherit;
    border: none;
}
.ui-dialog-titlebar-close {
    background-color: inherit;
    color: rgba(251, 0, 32, 0.64);
    border: none;
    font-family: Quicksand;
}
.ui-dialog-titlebar-close:hover {
    color: rgba(184, 0, 22, 0.64);
}

.ui-dialog-title {
    font-size: 24px;
    font-family: Quicksand;
}

.ui-dialog-text {
    /*font-family: Quicksand;*/
    font-size: 16px;
    margin: 4px;
}

.bold-dialog {
    font-weight: bold;
    /*font-size: 20px;*/
}

.flex-start-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-space-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-even-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.seq-core-page {
    min-height: 1000px;
    margin: 20px;
    padding: 20px;
    font-family: Quicksand;
    font-size: 16px;
    background-image: linear-gradient(to bottom right, white, white, whitesmoke, rgba(149, 178, 203, 0.14));
}

.seq-core-dashboard {
    margin: 40px 0px;
}

.dashboard-tasks {
    min-height: 300px;
    width: 100%;
    /*background: rgba(250, 250, 250);*/
    padding: 0 !important;
}

.add-todo-btn {
    float: right;
    background-color: inherit;
    color: #58c9ab;
    border-radius: 5px;
    border: none;
}

.add-todo-btn {
    background-color: inherit;
}

.add-todo-btn:hover {
    background-color: white;
}

.dashboard-todo {
    /*box-shadow: 2px 2px 8px rgba(120, 123, 156, 0.13);*/
    padding: 20px;
    min-height: 400px;
    min-width: 500px;
    transition: 0.7s;
    border: 1px solid rgba(128, 128, 128, 0.15);
    margin-right: 10px;
}

.dashboard-todo:hover {
    background-color: #eef0f6;
}

.core-todo {
    margin: 6px;
    padding: 8px;
}

.todo-detail {
    margin: 0 10px;
    font-size: 20px;
    color: #4c5865;
}

.todo-delete, .todo-submit {
    border: none;
    background-color: inherit;
    margin: 0 0 0 10px;
    padding: 0 4px;
}
.todo-submit {
    color: #31671b;
}
.todo-delete {
    color: #d26225;
}
.todo-label {
    color: #96aec6;
}

input[type=checkbox] {
    margin: 8px;
}

.ngs-todo {
    box-shadow: 4px 4px 18px rgba(54, 141, 108, 0.14);

}
.ce-todo {
    box-shadow: 4px 4px 18px rgba(20, 97, 183, 0.14);

}
.misc-todo {
    box-shadow: 4px 4px 18px rgba(113, 34, 178, 0.14);

}

.core-tab {
    padding: 2px 6px;
    color: #285691;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(120, 123, 156, 0.13);
    /*background-color: rgb(222, 222, 222);*/
    transition: 0.2s;
}
.core-tab:hover {
    cursor: pointer;
}

.core-tab:hover {
    cursor: pointer;
    background-color: rgba(39, 85, 124, 0.7);
    color: white;
}

.core-order-queue {
    width: 100%;
    font-family: Quicksand;
}

th {
    font-size: 14px;
}

.order-in-queue {
    min-width: 600px;
    /*box-shadow: 2px 2px 8px rgba(120, 123, 156, 0.13);*/
}

td {
    padding: 12px 4px;
}

.todo-btn {
    margin-left: 10px;
}

.sanger-order {
    background-color: rgba(209, 242, 235, 0.8);
}

.fa-order {
    background-color: rgba(214, 234, 248, 0.8);
}

.qc-ce-exo-order {
    background-color: rgba(250, 229, 206, 0.8);
}

.urgent-order {
    border-left: 8px solid rgba(255, 60, 0, 0.77);
}

.high-conc {
    color: #ff4400;
}

.queue-button {
    margin-left: 10px;
    background-color: inherit;
    border-radius: 5px;
    border: none;
    padding: 6px;
}

.queue-button:hover, .todo-submit:hover, .todo-delete:hover  {
    background-color: white;
}

.ready {
    background-color: #48C9B0;
    color: white;
}

.fa-trash-o, .fa-check, .fa-download {
    font-size: 20px;
}

.fa-trash-o {
    color: #DF6F6F;
}

.fa-check {
    color: green;
}

.fa-info-circle {
    color: #03A9F4
}

.seq-core-ready-queue {
    padding: 0 20px;
    min-width: 300px;
}

.ready-order {
    color: #428bca;
    margin: 12px 0;
}

.add-order-to-plate {
    background-color: #48C9B0;
    border-radius: 25px;
    border: none;
    box-shadow: 2px 2px 8px rgba(120, 123, 156, 0.13);
    margin-left: 8px;
    width: 26px;
}

.seq-core-plate-builder {
    margin-top: 50px;
    width: 100%;
}

.plate-display-well {
    background-color: #D4E6F1;
    color: grey;
    margin: 4px;
    padding: 4px;
    border-radius: 25px;
    width: 50px;
    text-align: center;
}

.plate-display-well:hover {
    cursor: pointer;
}

.inactive-well {
    background-color: grey;
}

.occupied-well {
    background-color: #48C9B0;
}


#swap-wells-button:hover {
    background-color: rgba(240, 127, 78, 0.75);
}

.swapping {
    background-color: rgb(240, 127, 78);
    color: white;
}

#plate-action-buttons {
    margin-top: 20px;
}

.submit-button {
    background-color: rgba(209, 223, 242, 0.8);
    padding: 12px;
    margin-right: 10px;
    color: #285691;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(120, 123, 156, 0.13);
    border: none;
    transition: 0.2s;
}

.submit-button:hover {
    background-color: rgba(142, 151, 162, 0.8);
    color: white;
}

#swap-wells-message {
    max-width: 200px;
}

#ready-to-run {
    margin-left: 40px;
}

.plate-in-process {
    margin-left: 20px;
}

#seq-core-plates-in-process, #search-records, #seq-core-completed-plates #seq-core-completed-orders {
    margin-top: 60px;
}