@charset "UTF-8";
/*-------------------------------------------------------------------
 * Creado el 2014/07/01 10:21:53
 * Estilos de Logistica
 *-------------------------------------------------------------------*/

body {
    font: normal 12px Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background: #0068B6;
}

#logistica-app {
    background: #FFF;
    max-width: 1024px;
    padding: 10px;
    margin: auto;
    border: thin solid #F0F0F0;
    margin-top: 18px;
    margin-bottom: 18px;
    box-shadow: 0px 0px 4px #999;
    border-radius: 10px;
}

#logistica-header {
    background: #FFF;
    border-bottom: thin solid #F1F1F1;
    padding: 2px;
    margin: 0px;
}

#logistica-header h2 {
    padding: 0px;
    margin: 12px;
}

#logistica-login, #logistica-login-client {
    margin: auto;
    display: block;
    width: 190px;
    background: #FCFCFC;
    text-align: center;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: thin solid #F0F0F0;
}

#logistica-login input[type="text"], #logistica-login input[type="password"], #logistica-login-client input[type="text"], #logistica-login-client input[type="password"] {
    display: block;
    margin: 5px;
    border: thin solid #ccc;
    padding: 3px;
    font: normal 12px Arial, sans-serif;
}

#logistica-login input, #logistica-login-client input {
    display: block;
    margin: 5px;
}

#login_output, #login_output_client {
    margin: 12px;
    display: block;
}

#logistica-goods {
    width: 100%;
    background: #FFF;
    border: thin solid #EBEBEB;
    border-collapse: collapse;
    padding: 5px;
    font: normal 11px Arial, sans-serif;
}

#logistica-goods thead {
    font-weight: bold;
    background: #FAFAFA;
}

#logistica-goods td {
    border: thin solid #EBEBEB;
    padding: 3px;
}

#logistica-goods input, #logistica-goods select, #logistica-goods textarea {
    border: thin solid #ccc;
    padding: 2px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #666;
    max-width: 170px;
}

#logistica-app #logistica-goods img {
    cursor: pointer;
    margin: auto;
    display: block;
}

#logistica-goods .save {
    background: url('../images/icons.png') 60%;
    width: 20px;
    height: 20px;
    border: 0px none;
    text-indent: -99999px;
    margin: 10px;
    cursor: pointer;
}

#logistica-goods .save:focus {
    outline: none;
}

#logistica-goods .delete {
    background: url('../images/icons.png') 109%;
    width: 15px;
    height: 15px;
    border: 0px none;
    text-indent: -99999px;
    margin: 0px 14px;
    margin-top: 10px;
    cursor: pointer;
}

#logistica-goods .delete:focus {
    outline: none;
}

#logistica-goods .attach {
    background: url('../images/icon.png');
    background-position: 12.6% 67.3%;
    background-size: 600px;
    width: 25px;
    height: 25px;
    border: 0px none;
    text-indent: -99999px;
    margin: 10px;
    cursor: pointer;
}

#logistica-goods .download {
    background: url('../images/icon.png');
    background-position: 41.5%% 44%;
    background-size: 600px;
    width: 25px;
    height: 25px;
    border: 0px none;
    text-indent: -99999px;
    margin: 8px;
    cursor: pointer;
}

.add {
    display: block;
    float: right;
    margin-top: -33px;
    margin-right: 34px;
    cursor: pointer;
    background: url('../images/icons.png') 100%;
    width: 15px;
    height: 15px;
}

span.logout input {
    background: url('../images/icon.png');
    background-position: 58.3% 23%;
    background-size: 600px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 0px none;
    text-indent: -99999px;
    float: right;
    display: block;
    margin-top: -31px;
    margin-right: 34px;

}

.back {
    display: block;
    float: right;
    margin-top: -31px;
    margin-right: 60px;
    cursor: pointer;
    background: url('../images/icon.png');
    background-position: 21% 66%;
    background-size: 600px;
    width: 25px;
    height: 25px;
}

span.count_sends {
    display: block;
    margin: 10px;
}

#logistica-history-info {
    padding: 10px;
    margin: 10px 0px;
    border-top: thin solid #ECECEC;
}

#logistica-history-info .guide {
    display: block;
    margin: 6px;
}

#logistica-history-info .name, #logistica-history-info .status {
    margin: 8px 6px;
    display: block;
}

#logistica-history-info .status small {
    padding: 2px;
    font-size: 12px;
}

#logistica-history-info .comment {
    margin: 14px 6px;
    color: #777;
    padding-top: 6px;
}

#logistica-history-info .destination img, #logistica-history-info .current img {
    vertical-align: middle;
    margin: 0px 6px;
}

#logistica-history-info .trackers {
    margin: 0px 8px;
    margin-top: 16px;
    display: block;
}

.info-tracking {
    background: #FFF6B8;
    padding: 10px;
    display: block;
}

.info-tracking span {
    background: url('../images/icons.png') 83%;
    display: inline-block;
    width: 18px;
    height: 10px;
}

#logistica-goods .history {
    width: 18px;
    height: 18px;
    background: url('../images/icons.png') 20%;
    display: block;
    margin: auto;
}

#logistica-goods .edit {
    width: 18px;
    height: 18px;
    background: url('../images/icons.png') 10%;
    display: block;
    margin: auto;
}

#logistica-history-info .transport {
    background: url('../images/icons.png') 71%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

#logistica-history-info .route {
    background: url('../images/icons.png') 51%;
    width: 15px;
    height: 15px;
    display: inline-block;
}

#logistica-history-info .map {
    background: url('../images/icons.png') 42%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

#logistica-goods .cancel {
    background: url('../images/icons.png');
    width: 20px;
    height: 20px;
    display: block;
    margin: 0px 15px;
}

.nguide {
    background: #FFF;
    border: thin solid #C9C9C9;
    margin: 10px 0px;
    text-indent: 5px;
    padding: 4px;
}

.notfound {
    margin: 10px;
    color: #292929;
}

span.transport {
    background: url('../images/icon.png');
    background-position: 37.2% 70%;
    background-size: 600px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin: 4px 8px;
}

a.sends {
    color: #2C2C2C;
    text-decoration: none;
    background: #FCFCFC;
    padding: 3px;
    margin: 2px;
}

div.current {
    margin: 0px 9px;
}
div#client-history {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    padding: 8px 14px 0px 0px;
    border: thin solid #EBEBEB;
    vertical-align: top;
    background: #FCFCFC;
}

.sends-number {
    font-size: 12px;
    text-transform: uppercase;
}

.errn {
    background: #fff;
    color: #DD2D3A;
    width: 50%;
    margin: auto;
    padding: 13px;
    font-size: 12px;
    margin-top: 18px;
}
.download{
    color: #fff;
    background: #0068B6;
    border: 0px none;
    padding: 2px 6px 2px 6px;
    cursor: hand;
    outline: 0px none;
}