.dropdown, .dropup {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    outline: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-backdrop.fade {
    background: #cacecf;
    opacity: 0.8;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
    margin: auto;
    top: 30%;
}
.modal-footer button.btn {
    width: 31%;
}
div.modal.fade.show {
    z-index: 99999;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.show {
    opacity: 1;
}
.modal {
    z-index: 1072;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    border: 7px solid #d0d6d8;
    border: 7px solid #d0d6d8;
    background-image: linear-gradient(#fff, #ebebeb);
}


.modal-footer {
    margin-top: 0px;
    padding: 19px 20px 20px;
    text-align: center;
    border-top: none;
}

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

.modal-footer .btn {
    margin-left: 5px;
    margin-bottom: 0;
    font-size: 17px;
    width: 32%;
}

.text-green {
    color: #24b04f;
}

div#root-equiz {
    max-width: 750px;
    margin: auto;
}

main#main {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eaeff1 35%, #dbe9ec 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#eaeff1 35%,#dbe9ec 100%);
    background: linear-gradient(to bottom, #fff 0%,#eaeff1 35%,#dbe9ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 );
}

div#root-equiz h2{

}

div#root-equiz h2.head-back {
    color: #253d41;
}
div#root-equiz h2.head-gray {
    color: #859094;
}
div#root-equiz h2.head-blue {
    color: #4ea3c2;
}

.panel {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 11px;
    border: 1px solid #cccccc;
    font-size: 22px;
}
.panel.panel-one {
    background-color: #f8fcfd;
    border: 1px solid #e6e8e885;
    box-shadow: 1px 1px 1px #cccccc61;
}

.panel-body .field {
   
	display:block;
	color:#515155;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:0;
	text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
    margin-bottom: 10px;
}

.field .col-2 {
    display: inline-block;
    width: 20%;
}
.field .col-6 {
    display: inline-block;
    width: 60%;
}

.field .col-4 {
    display: inline-block;
    width: 40%;
}

.field .input-bg,.dropdown-bg ,#root-equiz .form-control{
    position: relative;
    width: 98%;
    background: none;
    border: 0;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0px 4px;
    -webkit-border-radius: 3px;
    border-radius: 1px;
    text-overflow: clip;
    background: #d7dfe0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 3px;

}

.field .input-bg .form-control,.dropdown-bg button{
    display: block;
    width: 100%;
    background: none;
    z-index: 2;
    color: #515155;
    font-style: italic;
    font-size: 1em;
    font-weight: normal;
    position: relative;
}

.field label {
    display: block;
    padding: 15px;
    margin: 0px 15px;
    font-size: 22px;
    font-family: "DB Helvethaica X_1", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.dropdown-bg button {
    background: none;
    border: none;
    color: #111;
    width: 100%;
    font-size: 15px;
    height: 34px;
}

.dropdown-bg button:hover,.dropdown-bg button:active,.dropdown-bg button:focus ,.show>.btn-secondary.dropdown-toggle,.btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background: none;
    border: none;
    color: #111;
    
}
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu.show {
    display: block;
    width: 97%;
    margin-top: -1px;
    background: #d7dfdf;
    border-top: none;
    border-radius: 0;
    font-size: 1.4em;
    font-style: italic;
}

.col-option {
    position: relative;
}
img.icon-arrow {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
    z-index: 1;
    height: 25px;
}
.col-option {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);   
}

.btn-group {
    padding: 16px 17px;
    text-align: center;
}
.btn-group .btn {
    width: 45%;
    padding: 3px;
    font-style: italic;
}

.name_company {
    z-index: 5;
    left: 0;
    right: 0;
    padding: 15px;
    padding-left: 32px;
    display: none;
    
}
.name_company input{
    text-align: center;
}

.panel.panel-two {
    background-color: #d9dbda;
    border-radius: 6px;
    border: 2px solid #537e901c;
}

.panel.panel-contact {
    margin-top: 34px;
    background-color: #e7eff1;
    border-radius: 5px;
    border: 3px solid #e0e0e0;
}

.control {
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 9px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 21px;
    background: #7e9aa8;
    border: 1px inset #62777c;
    border-radius: 50%;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #97acb7;
}

.control input:checked ~ .control_indicator {
    background: #7e9aa8;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #1d1414;
    opacity: 6;
    pointer-events: none;
    border-radius: 50%;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 5px;
    top: 5px;
    width: 3px;
    height: 3px;
    border: solid #ffffff;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px #4e6169;
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #eee4e8;
}

#root-equiz input.form-control {
    padding: 1px 5%;
    display: block;
    font-size: 15px;
    width: 95%;
    margin-bottom: 12px;
    color: #111;
    max-width: 91%;
}
button.dropdown-toggle:hover {
    opacity: 0.8;
    cursor: pointer;
}
.btn-group button.btn:hover {
    opacity: 0.8;
}
button#submitData:hover {
    opacity: 0.8;
}

button#submitData img {
    padding: 6px;
}
#root-equiz input#refer_text {
    display: inline-block;
    width: 70%;
}
button.btn {
    font-family: "DB Helvethaica X_1", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 24px;
}
@media only screen and (max-width: 600px) {
    .panel.panel-contact .panel-body {
        padding: 8px;
        margin: 0;
    }
    .panel{
        padding: 10px;
    }
    h2 img {
        margin-right: 0px;
    }
    h2.head-gray, h2.head-blue, h2.head-back {
        margin-left: 35px;
        margin-left: 5px;
        margin-top: 20px;
    }
    .modal-footer .btn {
        margin-left: 5px;
        margin-bottom: 0;
        font-size: 17px;
        width: 70%;
    }
    .bg-optiond {
        margin-bottom: 12px;
    }
    .field label {
        margin: 3px;
        font-size: 1.6em;
        padding: 6px;
        padding-left: 21px;
        padding: 7px 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        line-height: 25px;
    }
    img.icon-arrow {
        top: 4px;
        right: 5px;
    }
    .field > .row > div {
        padding: 0px 6px;
    }
    main#main {
        padding: 1em;
    }

    .field .form-control {
        width: 75%;
    }

    button#submitData{
        float: unset;
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 11px;
    }

    .btn-group {
        padding: 10px 0px;
        text-align: center;
        padding-left: 0;
    }
    .bg-option:after,.bg-option{
        background: none;
    }
  }

  .col-option {
    position: relative;
}

.modal-backdrop.fade.show {
    opacity: 0.7;
}
.msg2 {
    color: #8595ae;
}
.msg.error {
    font-size: 20px;
    font-family: "DB Helvethaica X_1", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    color: #F44336;
    display: block;
    padding: 1px 12px;
    line-height: 22px;
    border-radius: 6px;
    text-align: center;
    display: none;
}
.msg.show {
    display: block;
}

#main .panel-contact .panel-header h2 {
    margin: 0;
    padding: 0;
    line-height: 49px;
    font-size: 28px;
    font-weight: normal;
    color: #464444;
}

#main .panel-contact .panel-header h2 img {
    margin: 0;
    padding: 0;
    display: initial;
    margin-top: 9px;
    margin-right: 20px;
}

h2 img {
    margin-right: 20px;
}
h2.head-gray,h2.head-blue,h2.head-back {
    margin-left: 35px;
}
a.btn-close {
    /* float: right; */
    display: block;
    position: absolute;
    right: 0;

    z-index: 1
}
a.btn-close:hover {
    opacity: 0.7;
}

.modal-loading.fade.show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #ccc;
    opacity: 0.5;
    text-align: right;
    color: #000;
    cursor: progress;
}
.panel.panel-contact button#age {
    text-align: left;
}