﻿.txtReference {
    width: 100%;
    border: none;
    border-bottom: 1px solid #808080;
    font-size: 24px;
    height: 28px !important
}

    .txtReference:focus {
        outline: 0;
        border-bottom: 2px solid #007bff;
      
    }


.buttonMain {
    border: 1px solid #ccc;
    border-radius: 21px;
    margin: 2px;
    color: #808080;
}

.Error {
    background: #fbd9df;
}

.text-center {
    vertical-align: middle !important;
    white-space: nowrap;
}

.divInCenter {
    position: relative;
    height: 600px;
    top: 40%;
    margin-top: -300px;
}

.padding4Percent {
    padding-right: 4%;
}

.radio {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 2.0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #f8204f;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.radio input:checked ~ .checkround {
    background-color: #fff;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkround:after {
    display: block;
}

.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f8204f;
}
