/*Estilos*/

#main-body {
    /*background-color: -webkit-linear-gradient(left, #04163f, #04163f);	*/
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(left, #095d25, #095d25);
}

html, body {
    overscroll-behavior-y: contain;
}

.container {
    display: flexbox;
    width: 80% !important;
}

.white-card {
    background-color: #FFF;
    color: #000;
    border-radius: 8px;
    margin-top: 1%;
    padding: 10px;
}

.input-dave {
    background: transparent;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 2px 5px;
    width: 100%;
}

.input-dave:focus {
    outline: none !important;
    border: 1px solid black;
    box-shadow: 0 0 10px #bfbfbf;
}

#ejemplodave {
    margin-top: 1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: contain;
}

@media screen and (max-width: 1055px) {
    #ejemplodave {
        max-width: 100%;
        overflow: clip;
        overflow-clip-margin: content-box;
    }
}

.block {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #FFF;
    color: #095d25;
    padding: 14px 28px;
    margin-top: 1%;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.block:hover {
    background-color: #095d25;
    color: #FFF;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.rounded-button {
    width: 30px;
    height: 30px;
    background: #0a6629;
    color: #fff;
    display: inline-flex;
    float: right;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    transition: background 0.2s;
}

.rounded-button:hover {
    background: #10a241;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

.btn-secondary {
    margin: 0px 5px;
    border-radius: 5px;
    background-color: #118a39 !important;
    border-color: #118a39 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:checked,
.show>.btn-secondary.dropdown-toggle {
    background-color: #0b5122 !important;
}

.btn-secondary:hover,
.btn-secondary:checked {
    color: #fff;
    background-color: #0b5122 !important;
    border-color: #0b5122 !important;
}


/*Fin estilos*/

.table-condensed {
    font-size: 11px;
}

.panel-heading .dropdown .dropdown-toggle {
    color: #fff;
}

.main-section {
    margin: 0 auto;
    padding: 20px;
    margin-top: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #c1c1c1;
}

.filelabelcolor {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #cc3636, #71dc6f);
}

.filelabelbn {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #0e0e0e, #f9f9f9);
}

.register {
    width: 100%;
    max-width: 100%;
    padding: 3%;
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}

.register-right {
    background: #fff;
    opacity: 0.9;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}

.register-left .logocamara {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.register .register-form {
    padding: 10%;
    margin-top: 10%;
}

.btnRegister {
    float: right;
    border: none;
    border-radius: 1.5rem;
    background: #02b380;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.register .nav-tabs {
    border: none;
    background: #007bff;
    border-radius: 1.5rem;
    margin: 10px;
}

.register .nav-tabs .nav-link {
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none;
}

.register .nav-tabs .nav-link.active {
    width: 100%;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: #fff;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

select.error {
    border: 1px dotted red;
}

input.error {
    border: 1px dotted red;
}

label.error {
    color: red;
}