﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* 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;
}

#dpMedio {
    color: blue;
}




.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.notifyjs-GuardaOk-base {
    width: 250px;
    background: #c5ffc1;
    padding: 5px;
    border-radius: 10px;
}

    .notifyjs-GuardaOk-base .title {
        width: 100%;
        float: left;
        margin: 10px 0 0 10px;
    }

    .notifyjs-GuardaOk-base .buttons {
        width: 70px;
        float: right;
        font-size: 9px;
        padding: 5px;
        margin: 2px;
    }

    .notifyjs-GuardaOk-base button {
        font-size: 9px;
        padding: 5px;
        margin: 2px;
        width: 60px;
    }


.itemplay {
    font-size: 12px;
    color: black;
    width: 100%;
    height: 25px;
    padding: 2px;
}

.itemplay span{
    color: black;
    float: right;
}

.itemplay:hover {
    background-color: gray;
    color: white;
}




/*autocomplete*/

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

#tblPaginasSeleccionadas {
    min-height: 300px;
}

#dvpaginasselect:hover {
    border: 2px dashed #000;
}


#dvpaginasselect .quitartestigo {
    display: block!important;
    float: left;
}
#dvpaginasselect .btndownload {
    display: block !important;
    float: left;
    margin-left: 3px;
}



#dvpaginasselect .archivoIndividual {
    max-height: 200px !important;
}


.IncludedFile {
    background-color: #b0f1a0;
}



/**********************************/

/*********************dropzone*/
.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

.dz-default.dz-message {
    margin: 10px;
    font-weight: 600;
}

#demo-upload {
    border: 2px dashed white;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 200px;
    margin: 5px;
}

.dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dz-details > div {
    margin: 5px;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 20px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    border: 1px solid #aaa;
    overflow: hidden;
}

    .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        height: 14px;
        border-radius: 7px;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
        background-color: #f2b01e;
        transition: 0.1s linear;
        transition-property: width, background-color;
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    }


.dropzone .dz-complete .dz-progress .dz-upload {
    background-color: #90d21e;
}

#speed-form {
    margin: 10px;
}

.dz-success-mark {
    height: 10px;
    display: none !important;
}

.dz-error-mark {
    height: 10px;
    display: none !important;
}

.dz-message {
    color: #95b75d;
    box-shadow: 0 4px 18px rgb(0 0 0 / 1%);
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis
}