@charset "UTF-8";
/*-------------------------------------------------------------------
 * Creado el 2014/07/01 10:21:53
 * Estilos de Logistica
 * Esta hoja de estilos contiene los estilos generales de la aplicacion
 *-------------------------------------------------------------------*/

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;
    text-align: center;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 3px #B3B3B3;
    border-radius: 3px;
}

#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: 6px;
}

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

#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 .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;
}

#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;
}

.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;
}

.goods-status {
}

.color-select {
    display: none;
    position: absolute;
    width: 140px;
    height: 200px;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.color-select li {
    cursor: pointer;
    width: 100%;
    height: 18px;
    list-style: none;
}

.color-select-expand {
    padding: 5px;
    cursor: pointer;
}

#logistica-goods tbody td {
    padding: 1px 3px;
}

.new_element {
    padding: 8px;
    margin: -34px 0px;
    float: right;
    display: block;
    width: 130px;
    height: 14px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: -moz-linear-gradient(50% 0.78% -90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 0.78%, 50% 98.89%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0', GradientType=0);
}

.new_element a {
    text-decoration: none;
    color: #fff;
}

#logistica-admin-nav ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

#logistica-admin-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    background: -moz-linear-gradient(50% 0.78% -90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -webkit-gradient(linear, 50% 0.78%, 50% 98.89%, color-stop(0.0049, rgba(0, 157, 221, 1)), color-stop(1, rgba(0, 85, 160, 1)));
    background: -o-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(0, 157, 221, 1) 0.49%, rgba(0, 85, 160, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009DDD', endColorstr='#0055A0', GradientType=0);
}

#logistica-admin-nav ul li a {
    text-decoration: none;
    color: #fff;
}

ul.user_id, ul.client_id {
    padding: 0;
    position: absolute;
    width: 120px;
    margin: 0px 0px;
    max-height: 160px;
    background: #ccc;
    overflow: visible;
    overflow-x: hidden;
    top: -4px;
}

ul.user_id li, ul.client_id li {
    list-style: none;
    background: #FCFCFC;
    padding: 5px;
    cursor: pointer;
    border: thin solid #F5F5F5;
}

.errn {
    background: #fff;
    color: #DD2D3A;
    width: 50%;
    margin: auto;
    padding: 13px;
    font-size: 12px;
    margin-top: 18px;
}
.msj{
    padding: 8px;
    display: block;
}
#c_client, #c_user{
    position: absolute;
    margin-top: 4px;
}