﻿

.amino-modal .modal-body {
    overflow: auto;
    word-wrap: break-word;
    margin: 2%;
}

.amino-modal {
    margin: 10px;
}

span:hover {
    cursor: pointer;
}
.dlab-date-picker{
    width: 44% !important;
    border-color: #00877c;
    box-shadow: 0 0 1px;
    font-weight: bold;
}
.amino-panels {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.6);
}

.expand-glow {
    /*border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(100,100,100,.6);*/
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.button {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #37424A;
        -webkit-box-shadow: 0 0 15px #015952;
    }

    50% {
        background-color: #37424A;
        -webkit-box-shadow: 0 0 60px #015952;
    }

    100% {
        background-color: #37424A;
        -webkit-box-shadow: 0 0 7px #015952;
    }
}

.button {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.magic-icon {
    cursor: pointer;
    vertical-align: bottom;
    margin-left: 20px;
    margin-bottom: 5px;
    width: 24px;
}

.virus-input{
    border: 1px solid #00877c;
    width: 100% !important;
    color: black !important;
    box-shadow: 0 0 1px;
    font-weight: bold;
}

.virus-panel{
    border: 1px solid #BCBDBC;
}
.vaccineTable{
    width: 100%;
}

.invalidEntry{
    border: 1px red solid;
}

.amino-acid-label {
    margin-right: 20px;
}
/*.action-btn-container > button:first-of-type {
    margin-left: 20px;
}*/


.action-btn-container > button:not(first-of-type) {
    vertical-align: middle;
    margin-bottom: 5px;
}


.dlabDataTable, .dlabPathHomTable, .dlabSequences td {
    padding: 5px;
    width: 50%;
}

    .dlabPathHomTable tbody tr td {
        width: 50%;
        font-weight: bold;
    }

.pathogenTable tbody tr th:first-child {
    width: 80px !important;
}

.pathogenTable {
    width: 100%;
}

.animal-age {
    width: 50px !important;
    border-color: #00877c;
    box-shadow: 0 0 1px;
}

.homologyTable tbody td {
    /*border: 1px solid black;*/
    cursor: pointer;
}


.age-controls input {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
}

#age-days {
    margin-left: 0;
}

.age-controls label {
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

    .age-controls label input {
        vertical-align: bottom;
        position: relative;
        top: -5px;
        float: left;
        margin-left: -20px;
        margin-top: 0px;
    }
/*border: 1px solid black;*/
.age-div {
    display: inline;
}

.age-labels {
    width: 50px;
}

.addNewButton {
    height: 25px !important;
    line-height: 10px !important;
    padding: 5px !important;
    margin: 2px;
    background-color: #d47b22 !important;
    color: white !important;
}

.dlab-seq-loading {
    margin-top: 55px;
}

.dlab-file-loading {
     margin-top: 25%;
    margin-right: 18%;
}

.age-controls #age-unknown-label {
    text-indent: 0px;
    float: left;
    margin-left: 40px;
    margin-top: 12px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chosen-container-active {
    box-shadow: 0 0 5px #66afe9;
    /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
    border: 1px solid #66afe9;
}

.edit-farm{

}

.seq-loading-mask {
    position: absolute;
    width: 100%;
    height: 230px;
    background: rgba(238, 238, 238, 0.57);
    z-index: 100;
    text-align: center;
    font-size: 85px;
    color: #00877c;
}

.dlab-loading-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(238, 238, 238, 0.57);
    z-index: 100;
    text-align: center;
    font-size: 85px;
    color: #00877c;
}

.virus-loading-mask {
    position: absolute;
    width: 100%;
    height: 100px;
    background: rgba(238, 238, 238, 0.57);
    z-index: 100;
    text-align: center;
    font-size: 50px;
    color: #00877c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently */
}

.keySite_Seq-label{
    width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    color:white;
}

#autocompleteDlab
{
    border-radius: 5px !important;
    margin-top: 15px;
    padding-top: 10px !important;
}

.has-errors {
    outline: none;
    border-color: red !important;
}