﻿.mixed-bases-dropdown {
    width: 1000px;
    height: 368px;
}
.mixed-bases-half {
    width: 350px !important;
}
@media(max-width:991px) {
    .mixed-bases-dropdown {
        right: 0;
        left: auto;
    }
    .mixed-bases-dropdown {
        width: 565px;
        height: 690px;
    }
    .custom-mixed-bases-panel .well {
        margin-left: 5px;
    }
}

.custom-mixed-bases-panel {
    padding: 1% 2% 1% 0;
}
.standard-mixed-bases-panel {
    padding: 1% 2% 1% 2%;
}
.mixed-bases-dropdown .well {
    height: 330px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.mixed-bases-dropdown h5 {
    text-align: center;
    width: 100%;
}
.mixed-bases-dropdown .separator {
    border-top: 1px solid #ccc;
}


.mixed-bases-dropdown .mixed-bases-title-row {
    height: 20%    
}

.mixed-bases-dropdown .directions-row {
    height: 15%;
    font-size: .8em;
    top: 5%;
}
.mixed-bases-dropdown .mixed-bases-input-row {
    padding: 5% 0 0 0;
    height: 60%
}
.mixed-bases-input-row input {
    padding-right: 0;

}
.mixed-bases-dropdown .button-table-data {
    padding-right: .8em
}
.mixed-bases-dropdown .button-table-data button{
    display: inline-block;
    width: 30px;
}
.mixed-bases-dropdown .mix-text-table-data{
    font-size: .75em;
    padding-right: 1.3em;
}
.custom-mixed-bases-panel .percentage-input-box{
    width: 40px;
}
.custom-mixed-bases-panel .custom-mixed-bases-apply-row{
    float: right;
    margin-top: 1em;
    margin-right: 27%;
    /*margin: .7em 40% 0 40%;
    width: 20%;*/
}
.custom-mixed-bases-panel table {
    margin: auto;
}
.custom-mixed-bases-panel td * {
    margin-left: .5em
}.custom-mixed-bases-panel .first {
    margin-left: 0
}