﻿
.infoWindowContent {
    font-size: 14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#contenedorPrincipal {
    margin-left: 2%;
    width: 96%;
    background-color: #bebebe;
    height: 100%;
}

.barraCabecera {
    width: 100%;
    background-color: #E6550A;
    color: #FFF;
    font-size: 20px;
    padding: 0.5%;
}

.enviosEstado {
    background-color: #DDD;
    border: 1px solid #000E16;
    padding: 5%;
    border-radius: 5%;
}

.cabeceraTabla {
    background-color: #000E16;
    color: #FFF;
}

    .cabeceraTabla div {
        padding: 0.5%;
        font-size: 13px;
        height: 45px;
        border: 1px solid #FFF;
    }

.registroTabla {
    background-color: #FFF;
    color: #000;
}

    .registroTabla div {
        padding: 0.2%;
        font-size: 12px;
        color: #000;
    }

.regClaro {
    border-bottom: 1px solid #000E16;
    padding: 3px;
    text-align: center;
    border-bottom: #eee solid 1px;
    cursor: pointer;
}

.regOscuro {
    border-bottom: 1px solid #000E16;
    background-color: #e2e2e2;
    padding: 3px;
    text-align: center;
    border-bottom: #eee solid 1px;
    cursor: pointer;
}

    .regClaro :hover, .regOscuro :hover {
        background-color: #FAFAFA;
    }

.paginadorTabla {
    width: 100%;
    padding-top: 5px;
    height: 35px;
    background: #000E16;
    color: #fff;
    text-align: center;
}

    .paginadorTabla li {
        width: 30px;
        cursor: pointer;
    }

        .paginadorTabla li:hover {
            color: #E6550A;
        }

    .paginadorTabla button {
        border-radius: 5px;
        background-color: #E6550A;
    }

        .paginadorTabla button:disabled {
            background: #ffb793;
        }

    .paginadorTabla .PaginaActual {
        color: #E6550A;
    }

@media (max-width: 500px) {
    .paginadorTabla li {
        font-size: 12px;
        width: 20px;
    }

    .paginadorTabla button {
        font-size: 12px;
        padding: 0;
        width: 20px;
    }
}

@media (max-width: 400px) {
    .paginadorTabla li {
        font-size: 10px;
        width: 15px;
    }

    .paginadorTabla button {
        font-size: 8px;
        padding: 0;
        width: 15px;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 12px;
    }
}

h2 {
    font-size: 36px;
    margin: 0 0 10px 0;
}

p {
    margin: 0 0 10px 0;
}

table.width200, table.rwd_auto {
    border: 1px solid #CCC;
    width: 100%;
    margin: 0 0 50px 0;
}

.width200 th, .rwd_auto th {
    background: #000E16;
    color: #FFF;
    padding: 5px;
    text-align: center;
}

.width200 td, .rwd_auto td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

.width200 tr:last-child td, .rwd_auto tr:last-child td {
    border: 0;
}

.rwd {
    width: 100%;
    overflow: auto;
}

    .rwd table.rwd_auto {
        width: auto;
        min-width: 100%;
    }

.rwd_auto th, .rwd_auto td {
    white-space: nowrap;
}

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 990px) {
    .regOscuro {
        background: #fff;
    }

    table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr {
        display: block;
    }

        .width200 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .width200 tr {
        border: 1px solid #ccc;
    }

    .width200 td {
        background: #DDDDDD;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

        .width200 td:before {
            background: #000E16;
            color: #fff;
            position: absolute;
            top: 0px;
            left: 2px;
            width: 45%;
            padding-bottom: 8px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: right;
        }

        .width200 td:nth-of-type(1):before {
            content: "Guía";
        }

        .width200 td:nth-of-type(2):before {
            content: "Usuario";
        }

        .width200 td:nth-of-type(3):before {
            content: "Destino";
        }

        .width200 td:nth-of-type(4):before {
            content: "# Planilla";
        }

        .width200 td:nth-of-type(5):before {
            content: "Destinatario";
        }

        .width200 td:nth-of-type(6):before {
            content: "Peso";
        }

        .width200 td:nth-of-type(7):before {
            content: "Tipo envío";
        }

        .width200 td:nth-of-type(8):before {
            content: "Contenido";
        }

        .width200 td:nth-of-type(9):before {
            content: "Ingresado";
        }

    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .descarto {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px;
    }
}

.circulo {
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    background-color: #000E16;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 20px;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    cursor: pointer;
}

fieldset.scheduler-border {
    border: 1px groove #1891D2;
    margin: 1em 0 1.5em 0 !important;
    padding: 1.6em;
}


legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}



.cabeceraPaquete {
    background-color: #061018;
    color: #FFF;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #D6D6D6;
}

.lateralPaquete {
    border: 1px solid #CCC;
    border-bottom-color: transparent;
    border-top-color: transparent;
    padding: 4px;
}


.round-button {
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #061018;
    box-shadow: 0 0 3px gray;
    font-size:36px;
    font-weight:bold;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 2);
}
.round-button:hover {
    background: #262626;
}


.round-buttondelete {
    display:block;
    width:36px;
    height:36px;
    line-height:50px;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #eb0000;
    box-shadow: 0 0 4px gray;
    font-size:30px;
    font-weight:bold;
    vertical-align: text-top;
}

@-webkit-keyframes movimiento-diagonal {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

#anim {
    -webkit-animation-name: movimiento-diagonal;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: initial; /*para que vuelva a su posicion inicial */
    width: 200px;
    background-color: #000E16;
    color: #fff;
    position: relative;
    padding: 2px;
    position: absolute;
    z-index: 999;
}

@media (max-width: 480px) {
    .divAddress {
        top: 50%; /* IMPORTANT */
        left: 50%; /* IMPORTANT */
        display: block;
        position: absolute;
        width: 750px;
        height: 417px;
        display: none;
        margin: 5%;
        background-image: url(http://localhost/CO.Servidor.ControllerWeb/Comun/Styles/Imagenes/prospero_fondo.png);
        border: 1px solid #000E16;
        margin-top: -208.5px; /* HALF OF THE HEIGHT */
        margin-left: -375px; /* HALF OF THE WIDTH */
    }

    .full {
        display: block;
        width: 100%;
    }
}
