﻿
/*Cotejo*/
.cotejoweekday {
    float: left;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    align-items: center;
}

.cotejoweekimage {
    height: 100%;
    width: 100%;
}

.cotejoweekimagediv {
    height: 200px;
    width: 130px;
    border:solid 1px #AAA;
    box-shadow: #000 1px 1px 1px;
    margin-bottom: 10px;
}

.cotejoweekdate {
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}

.CotejoToday {
    text-align: center;
    align-content: center;
}

.cotejoImg {
    height: 160px;
    width: 80% !important;
    box-shadow: #000 1px 1px 3px;
}

.cotejoimageprev {
    height: 100%;
    width: 100%;
}

.cotejoimageprevdiv {
    min-height: 600px;
    min-width:390px;
}


.cotejoweek {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

    .cotejoweek .cotejoweekimg {
        height: 150px !important;
        width: 13%;
        float: left;
        margin-right: 10px;
        cursor: pointer;
        vertical-align: bottom;
    }

        .cotejoweek .cotejoweekimg img {
            box-shadow: 1px 1px 2px #000;
            margin-bottom: 10px;
            width: 90%;
            height: 80%;
        }

.cotejosearch {
    text-align: center;
    min-height: 800px;
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
    border-top:double #555 5px;
}

.cotejosearch .cotejosearchtool {
    width: 100%;
    text-align: left;
    margin: 20px auto;
}


.cotejosearch .cotejodetails {
    width: 100%;
} 

.cotejosearch .cotejodetails .cotejodate {
    display: block;
    padding: 5px;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    background-color:cadetblue;
}

.cotejosearch .cotejodetails .cotejoimg {
    display: block;
    width: 70%;
    height: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .cotejoImg {
        height: 200px;
        width: 50% !important;
    }
}