#headerInicio .carousel-item {
    min-height: 100px;
}

#headerInicio {
    background: linear-gradient(rgba(219, 219, 219, .8), rgba(157, 157, 157, .8)), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    background-position: center;
}

.container {
    padding-top: 10px;
}

.container .wc-portal-title {
    text-align: center;
}

.container .wc-portal-title h1 {
    color: #808080;
    font-size: 32px;
    font-weight: 600;
    border-bottom: solid 1px #808080;
}

#menuPortal {
    min-height: 300px;
    height: 100%;
}

#menuPortal ul {
    height: 100%;
    overflow: auto;
}

#menuPortal li {
    margin: 10px;
    border-radius: 15px;
    height: 90px;
    padding: 20px 0;
}

.wc-menu-option h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
}

#menuOptionDocumento {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-documentos.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionDocumento:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-documentos.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionReportes {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-reportes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionReportes:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-reportes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionUsuarios {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-nosotros.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionUsuarios:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-nosotros.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionPerfiles {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-credito-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionPerfiles:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-credito-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionListados {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-listados.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionListados:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-listados.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionInventario {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionInventario:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionInventario.active {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionCatalogo {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-autos-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionCatalogo:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-autos-agencia.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#menuOptionClientes {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-vende-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#menuOptionClientes:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-vende-auto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#menuOptionBlog {
    background: linear-gradient(#3F51B5, #3f51b5a6), url("../img/wc-blog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#menuOptionBlog:hover {
    background: linear-gradient(#28a745, #28a74596), url("../img/wc-blog.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: initial;
}

#containerPortal .wc-img-fondo {
    opacity: 0.2;
}

.copyright_section .copyright_text {
    border-top: solid 1px #808080;
    color: #808080;
}

.copyright_section .copyright_text a {
    color: #808080;
}

.copyright_section .copyright_text a:hover {
    color: #5eb800;
}

.modal {
    background-color: rgba(0,0,0,0.4);
}

.modal .modal-header {
    padding: 10px 1rem;
}

.modal h2 {
    padding: 0;
}

.modal .modal-footer {
    padding: 5px 0.75rem;
}

#modalDetalle .modal-dialog {
    max-width: 1320px !important;
}

#modalDetalle .modal-body {
    max-height: 70vh;
    overflow: auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
}


.header-top-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: 30px;
    padding: 5px;
    background-color: rgba(0, 0, 0, .15);

    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.top-bar-block {
    width: 33.33%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-end;
    align-content: center;

}

.top-bar-block.left {
    justify-content: flex-start;
}

.top-bar-block.center {}

.top-bar-block.right {}

.top-bar-logo {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.profile-icon {
    border-radius: 50%;
    height: 30px;
}

.profile-icon-block {
    float: right;
    text-align: right;
}

.home-icon {
    width: 25px;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.search-form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}

#search-form {
    display: inline-block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

#search-input {
    background-color: rgba(255, 255, 255, .5);
    float: left;
    border: 0px;
    border-radius: 5px 0px 0px 5px;
}

#search-submit {
    background-color: rgba(255, 255, 255, .5);
    background-image: url("/images/search-2-64.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 15px 15px;
    width: 30px;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
}

.wc-inventario .card {
    border-radius: 20px;
    margin-bottom: 10px;
}

.wc-inventario .card .col-sm-6,
.wc-inventario .card .col-sm-12 {
    padding: 0;
}

.wc-inventario .card img {
    margin-top: 0;
    height: 150px;
    border-radius: 20px 20px 0 0;
}

.wc-inventario .card .card-body {
    background-color: #808080;
    padding: 0.5em;
    border-radius: 20px 20px 20px 20px;
}

.wc-inventario .card-body .wc-modelo {
    color: #fff;
    margin: 0 5px 0 5px;
    padding: 0 0 0 0;
    border-bottom: solid 2px #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.wc-inventario .card-body .row {
    color: #fff;
    font-size: 14px;
    margin: 0 5px 0 5px;
}

.wc-inventario .card-body .row p {
    margin: 0;
    font-size: 13px;
}

.wc-inventario .card-body h4 {
    margin: 0 0 0 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.wc-inventario .wc-details-btn {
    padding: 0px 10px;
}

/**********************************************************
  Body Section Styles
  ***********************************************************/
.jobs-list-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
    overflow-x: auto;
}

.jobs-list {
    width: 300px;
    margin: 0 10px 0 0;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    background-color: #e2e4e6;
    border-radius: 5px;
}

h2.jobs-list-heading {
    min-width: 200px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    background-color: black;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}

h2.jobs-list-heading.wc-cuadro-azul {
    background-color: #3c3bc9;
    color: #fff;
}

h2.jobs-list-heading.wc-cuadro-verde {
    background-color: #5eb800;
    color: #fff;
}

h2.jobs-list-heading.wc-cuadro-gris {
    background-color: #808080;
    color: #fff;
}

h2.jobs-list-heading.wc-cuadro-rojo {
    background-color: #e51d1d;
    color: #fff;
}

h2.jobs-list-heading.wc-cuadro-naranja {
    background-color: #f17f49;
    color: #fff;
}

.jobs-list-body {
    height: 550px;
    overflow: auto;
    margin: 10px;
}

.jobs-list-body::-webkit-scrollbar {
    width: 0.4em;
}

.jobs-list-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.jobs-list-body::-webkit-scrollbar-track {
    background-color: #e2e4e6;
}

.jobs-list-footer {
    height: 50px;
}

.job-block {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    max-width: 300px;
    min-height: 20px;
    position: relative;
    text-decoration: none;
    z-index: 0;
}

.job-name {
    font-family: "Lato";
    width: 100%;
}

.job-info-block {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.job-name-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}

.job-date {
    font-size: 10px;
    padding: 2px 8px 3px 8px;
    background-color: #61bd4f;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.edit-job-icon {
    width: 10px;
    height: 10px;
}

.edit-job-icon:hover {
    opacity: 0.3;
}

.user-email {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
}

.wc-archivo-cliente {
    text-align: center;
    border: solid 1px #000;
    border-radius: 10px;
    margin: 10px;
}

.wc-archivo-cliente img {
    height: 200px;
}