﻿
.form-control {
    height: 29px;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 0px;
}

    .form-control:focus {
        border-color: #ffffff;
        border-bottom-color: #80bdff;
        box-shadow: 0 0.1rem 0 0rem rgba(0,123,255,.25);
    }


::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #b9b9b9;
}


::-moz-placeholder {
    font-size: 0.71em;
    font-weight: bolder;
    color: #7d7d7d
}

.form-control::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 500;
    color: #b9b7b7;
}


.form-control::-moz-placeholder {
   font-size: 0.71em;
    font-weight: bolder;
    color: #b9b7b7;
}









@font-face {
    font-family: "BCH-MEDIUM";
    src: url(../Style/Fonts/BCH_0515-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "BCH-REGULAR";
    src: url(../Style/Fonts/BCH_0515-Regular.otf) format("truetype");
}

@font-face {
    font-family: "BCH-LIGHT";
    src: url(../Style/Fonts/BCH_0515-Light.otf) format("truetype");
}

@font-face {
    font-family: "BCH-LEGAL";
    src: url(../Style/Fonts/BCH_0515-Legal.otf) format("truetype");
}

@font-face {
    font-family: "BCH-BOLD";
    src: url(../Style/Fonts/BCH_0515-Bold.otf) format("truetype");
}

@font-face {
    font-family: "BCH-BLACK";
    src: url(../Style/Fonts/BCH_0515-Black.otf) format("truetype");
}

body {
    background-color: #ffffff;
}




.contenido {
    padding-left: 30px;
    padding-right: 30px;
}


#suf_num {
    height: 29px;
    background-color: #ffffff;
    border-left: #fff;
    border-top: 1px solid #fff;
   
}



#ddlcod {
    width: 80px;
    border-radius: 0px;
    padding: 3px;
    height: 29px;
    border-top: 1px solid #fff;
}


.btn {
    border-radius: 0;
}

.input-group-text {
    border-radius: 0px;
}


input.error {
    box-shadow: 0 0.1rem 0 0rem rgba(255, 0, 35, 0.62);
}


select.error {
    box-shadow: 0 0.1rem 0 0rem rgba(255, 0, 35, 0.62);
}

label.error {
    color: #f70707;
    font-size: 9px;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 10px;
}



.ui-widget {
    font-size: 0.7em;
}

.col-sm-6 {
    margin-top: 10px;
}

.swal2-popup {
    padding: 0.25em;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.swal2-container {
    padding: 0px;
}

.swal2-popup .swal2-content {
    font-size: 14px;
}

a {
    color: #b9b7be;
}

.modal-dialog {
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
}

.form-group {
    margin-bottom: 0.7rem;
}

.error-margin1 {
    height: 20px;
}

.error-margin2 {
    height: 15px;
}

.step {
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #38638e;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }






.input-group {
    margin-bottom: -7px;
}




/* The container */


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #efebeb;
}



/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #01c853;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.bch_titulo {
    margin-bottom: 15px;
    font-weight: 600;
    color: #383838;
}


.til_datos {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
}



.stepbutton {
    border: none;
    margin-right: 5px;
    width: 85px;
    border-radius: 5px;
    background-color: #002464;
}


    .stepbutton:hover {
        background-color: #3162ba;
    }



#bch_camposob, #p_paso {
    font-size: 9px;
    color: #ccc;
}

#bch_terminos {
    color: #196bc1;
    font-size: 10px;
    margin-left: 10px;
}

span.cir {
    background: #002464;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
