﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
 

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}



.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input  {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.loadingControl {
    background-image: url('img/loadingControl.gif');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 25px;
}

.archivosSeleccionados {
    max-height: 250px;
    overflow: auto;
}

.archivoIndividual {
    cursor: pointer;
}

    .archivoIndividual:hover {
        background-color: #C8C8C8
    }

#dvFiles {
    max-height:300px;
    overflow: auto;
}
.videodp-dimensions {
    width: auto !important;
}


.corparagrap :hover {
    background-color : #84cfe3
}



.navbar-dark {
    background: #d06666!important;
}

.bg-secondary {
    background: #d06666!important;
}
.btn-primary {
    color: #fff;
    border-color: white !important;
    background-color: #d06666 !important;
}
    .btn-primary:hover {
        color: #fff !important;
        border-color: #64819b !important;
        background-color: #d06666 !important;
    }