﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/*Design Package Search*/

.backgrnd {
    background: #95B4D0;
    -webkit-background: #95B4D0;
    -moz-background: #95B4D0;
}


.searchpage {
    background: linear-gradient(to bottom,#005799 0,#0076d1);
    /*background-image: url('../img/background.jpg');*/
    /* background-color: #2d9494;*/
}

.search-wrap {
    /*-webkit-box-shadow: 0 0 58px -2px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 58px -2px rgba(0,0,0,.75);
    box-shadow: 0 0 58px -2px rgba(0,0,0,.75);*/
    box-shadow: 0 12px 45px -8px rgba(0,120,215,.35);
    position: relative;
}

.search-btn {
    height: 50px;
    line-height: 40px;
    border: none;
    position: absolute;
    /*width: 20%;*/
    background-color: #290F73;
    /*right: 0;
    top: 0;
    font-family: 'Ubuntu',serif;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;*/
}

.lbl {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-bottom: 40%;*/
}

.notpack {
    color: #fff;
    margin-bottom: 4rem !important;
    font-size: 36px;
    font-weight: 700 !important;
    font-family: 'Muli', sans-serif;
}

.dvpack {
    background-color: #290F73; 
    padding: 15px; 
    display: none;
}

.tabla {
    display: table;
    border: 2px #fff solid;
}

.fila {
    border: 2px #fff solid;
    display: table-row;
    width: 200px;
}

.columna {
    border: 2px #fff solid;
    display: table-cell;
    width: 200px;
}

.search-header__input-icon {
    background-image: url(../img/search.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: 0.4rem;
    content: " ";
    top: 15px;
    left: 2%;
}

/*Clase nueva del PTY*/
.pty {
    position: absolute;
    margin-left: 5.0rem;
    top: 15px;
    left: 2%;
    font-weight: 700;
}

.lbel {
    position: absolute;
    margin-left: 3.2rem;
    top: 15px;
    left: 13%;
    font-weight: 700;
    color: #555555;
}

.txtsearch {
    font-size: 16px;
    font-family: arial,sans-serif;
    padding: 0 20px;
    padding-left: 7rem;
    height: 50px;
    width: 80%;
    text-align: center;
    box-shadow: 0 1px 6px 0 rgba(255,255,255);
    -webkit-box-shadow: 0 1px 6px 0 rgba(255,255,255);
    /*margin-left: 14%;*/
}

.txtsearch:focus {
    border-left: 3px solid #4D148C;
    border-color: #4D148C;
}

/*Design Table Package*/

.table {
    width: 70%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.table-condensed tr th {
    border: 0px solid #6e7bd9;
    color: white;
    background-color: #5826e8;
    text-align: center;
}

.table-condensed, .table-condensed tr td {
    border: 0px solid #000;
}

tr:nth-child(even) {
    background: #f8f7ff
}

tr:nth-child(odd) {
    background: #fff;
}

.table caption {
    text-align: center;
    padding: 2px;
    background-color: #4118b7;
    font-size: x-large;
    font-weight: 600;
    color: white;
}
