.calculator_container a {
    color: #50A5F3;
}

.calculator_container .text_align_center {
    text-align: center;
}

.calculator_container .text_align_right {
    text-align: right;
}

.calculator_container .float_right {
    float: right;
}

.calculator_container .display_none {
    display: none !important;
}

.calculator_container .display_none_gently {
    display: none;
}

.calculator_container .red {
    color: red;
}

.calculator_container .form-check-input {
    margin-top: 7px !important;
}

.calculator_container #needed_coverage_holder,
.calculator_container #reference_genome_holder {
    display: none;
}

.calculator_container #estimate {
    color: #000;
    margin-top: 24px;
    border-bottom-color: rgb(0, 0, 0) !important;
    border-collapse: collapse !important;
    border-left-color: rgb(0, 0, 0) !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-top-color: rgb(0, 0, 0) !important;
}

.calculator_container #estimate thead {
    border-bottom-color: rgb(0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;
    border-collapse: collapse !important;
    border-left-color: rgb(0, 0, 0) !important;
}

.calculator_container #estimate th {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom-color: rgb(0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;
    border-collapse: collapse !important;
    border-left-color: rgb(0, 0, 0) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(0, 0, 0) !important;
    border-top-style: solid !important;
    border-top-width: 0px !important;
}

.calculator_container #estimate tr {
    border-bottom-color: rgb(0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-collapse: collapse !important;
    border-left-color: rgb(0, 0, 0) !important;
    border-left-style: solid !important;
    border-left-width: 0px !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 0px !important;
    border-top-color: rgb(0, 0, 0) !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
}

.calculator_container #estimate tbody {
    border-bottom-color: rgb(0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;
    border-collapse: collapse !important;
    border-left-color: rgb(0, 0, 0) !important;
    border-left-style: solid !important;
    border-left-width: 0px !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 0px !important;
    border-top-color: rgb(0, 0, 0) !important;
    border-top-style: solid !important;
    border-top-width: 0px !important;
}

.calculator_container #estimate td {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom-color: rgb(0, 0, 0) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 0px !important;
    border-collapse: collapse !important;
    border-left-color: rgb(0, 0, 0) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(0, 0, 0) !important;
    border-top-style: solid !important;
    border-top-width: 0px !important;
}

.calculator_container .no_border {
    border: none !important;
}

.calculator_container #disclaimer td {
    text-align: center;
    padding-top: 30px;
}

.calculator_container .not_available {
    font-weight: bold;
    padding-left: 24px;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}

.calculator_container .custom_hr_margin {
    margin-top: 40px !important;
}

.calculator_container .swpg_info_circle {
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    background-color: #0d6efd;
    border-radius: 23px;
    padding: 0px 5px 1px 5px;
    vertical-align: bottom;
}

.calculator_container .swpg_info_circle:hover {
    cursor: pointer;
}

.calculator_container td {
    font-style: italic;
}

.calculator_container td.grand_total_label {
    font-style: normal;
}

.calculator_container td.hideme {
    border: none;
    box-shadow: none  !important;
}

.calculator_container tr.grand_total_row {
    border-bottom: none;
}

.calculator_container .grand_total_label {
    font-weight: bold;
    color: rgb(60, 66, 79) !important;
}

.calculator_container .grand_total_label,
.calculator_container .grand_total {
    border-bottom: 1px solid rgb(107, 124, 147) !important;
}

.calculator_container input[type=radio]:focus {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.calculator_container .prep_quantity,
.calculator_container .kit_qty,
.calculator_container .qc_quantity,
.calculator_container .qc_unit,
.calculator_container .kit_unit,
.calculator_container .prep_unit,
.calculator_container .prep_description,
.calculator_container .kit_name,
.calculator_container .qc_name,
.calculator_container th {
    text-align: center !important;
}

.calculator_container .prep_unit_price,
.calculator_container .kit_unit_price,
.calculator_container .qc_unit_price,
.calculator_container .prep_total_price,
.calculator_container .kit_total_price,
.calculator_container .qc_total_price,
.calculator_container .grand_total {
    text-align: right;
}

.calculator_container #tooltip_box {
    display: none;
    position: fixed;
    top: 18px;
    left: 30%;
    width: 40%;
    background-color: #fff;
    padding: 26px;
    border-radius: 10px;
    border: 1px solid #000;
    z-index: 100000;
    color: #000;
}

.calculator_container #tooltip_box ul {
    margin-bottom: 0px;
}

/*  SWPG Modal  */
.calculator_container .swpg_modal_h1 {
    padding: 4px 0px;
    font-weight: 500;
}

.calculator_container .swpg_modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.calculator_container .swpg_modal_contents {
    text-align: center;
    width: 24%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 24px;
    max-width: 95vw;
}

.calculator_container .swpg_modal_contents_large {
    max-height: 92%;
    overflow: scroll;
    position: relative;
    top:10%;
    width:90%;
    padding: 24px;
    margin:auto;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    background: rgb(237,237,237);
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
}

.calculator_container .swpg_modal_h1 {
    color: #000 !important;
}

.calculator_container .swpg_modal_contents_large h1 i {
    font-size: 26px;
}

/*  SWPG Spinner  */
.calculator_container .spinner_holder {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
}

.calculator_container .btn-primary {
    border: 1px solid #50A5F3;
    background-color: #50A5F3;
}
.calculator_container .btn-primary:hover {
    background-color: #114374;
    border-color: #114374;
}

.calculator_container .spinner {
    position: absolute;
    left: 49%;
    top: 47%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(187,31,63,.15);
    border-right:6px solid rgba(187,31,63,.15);
    border-bottom:6px solid rgba(187,31,63,.15);
    border-top:6px solid rgba(187,31,63,.8);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

/*  Misc (not related to calculator itself)  */

.calculator_container .header-top {
    z-index: 1;
}

/*  End Misc  */