﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
    margin-bottom: 19px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    min-height: 100vh !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 20px;
  /*line-height: 60px;*/ /* Vertically center the text there */
}

.box-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url("../images/bg-login.jpg");
    background-size: cover;
}

.login {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.login img {
    padding: 50px 0;
}
/*.login a {
    color: white

}*/

/*@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

@media only screen and (max-width: 1720px) {
    .container {
        width: 80%;
    }

}
@media only screen and (max-width: 1420px) {
    .container {
        width: 100%;
    }*/
/*}@media (min-width: 1200px) {
    .container {
        width: 60%;
    }
}*/
@media only screen and (max-width: 1400px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 2000px) {
    .container {
        width: 70%;
    }
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*datatable*/
.dataTables_filter input{
    margin-left: 10px;
}

.table{
    margin-bottom: 15px;
}

table .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#tblProyectos.table tbody tr {
    height: 77px !important;
}

table tbody td {
    padding: 5px 8px !important;
}

table .btn {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    border: 1px solid #dddddd;
    background: white;
}

btn-custom {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    border: 1px solid #dddddd;
    background: white;
}

.fileA {
    width: 100%;
    border: 1px dashed #a7b5a7ee;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    margin: 5px;
}

.fileA .name-file {
   padding: 5px;
   font-weight: bold;
}

.fileA .btn-file {
        float: right;
    }

.fileA .btn-file btn {
        float: right;
    }

.sectionContent {
    background-color: ghostwhite;
    border-color: black;
    border-radius: 5px;
    border: 1px dashed #a7b5a7ee;
}

.btnBackView,
.btnBackView:focus,
.btnBackView:hover,
.btnBackView:active {
    width: 56px;
    height: 56px;
    background: black;
    z-index: 9999;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-appearance: none !important;
    overflow: hidden !important;
}

/*img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}*/