﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body
{
    background-color: #ffffff;
    font-size: 11px;
    font-family: verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 2px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    /*width: 90%;*/
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#rightNavigation
{
    background-color: #f6891f;
    padding: 10px 10px 10px 10px;
    top: 0px;
    width: 20%;
    height: 100%;
    float: right;
    line-height: 25px;
}
#rightNavigation a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

.van, .van ul
{
    list-style: none;
    margin: 0;
    color: #ffffff;
}

.van
{
    z-index: 100;
    position: relative;
}
.van li
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.van li a, .van li a:link, .van li a:active, .van li a:visited
{
    font-weight: bold;
    display: block;
    padding: 0 11px 0 11px;
    text-decoration: none;
}

.van li a:hover
{
    color: #000;
}
#van-one li ul a, #van-one li ul a
{
    background: #f6891f;
    color: #000;
}
#van-one li:hover, #van-one li.sfHover
{
    color: #000000;
}
#van-one li:hover ul a:hover, #van-one li.sfHover ul a:hover
{
    background: #f8f8f8;
    color: #000;
}

#van-one li:hover ul a:hover, #van-one li.sfHover ul a:hover
{
    background: #f8f8f8;
    color: #000;
}

.van ul
{
    background: #f6891f;
    border-bottom: 1px solid #fefefe;
    list-style: none;
    margin: 0;
    width: 86px;
    position: absolute;
    top: -999em;
    left: -1px;
    font-weight: normal;
}
.van li:hover ul, .van li.sfHover ul
{
    top: 18px;
}
.van ul li
{
    border: 0;
    float: none;
}
.van ul a
{
    border: 1px solid #f8f8f8;
    border-bottom: 0;
    width: 86px;
    white-space: nowrap;
}
.van ul a:hover
{
    background: #f6891f;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #92c846;
}

.tdSinborde
{
    padding: 5px;
    border: none;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #92c846;
    border: solid 1px #92c846;
    color: #ffffff;
}

.footer1
{
    font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 60px;
}

div#title
{
    margin-top: 20px;
    color: #cccccc;
    display: block;
    float: left;
    text-align: left;
}

div#title img
{
    float: left;
}

#welcomediv
{
    margin-top: 40px;
    float : left;
    width:555px;
    font-weight:bold;
    text-align:right;
    color: Black;
}

#welcomediv a
{
margin-left : 10px;
}



#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/*clase para el boton details en la tabla de master*/
.btnAirwalBills
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
}
.btnWarehousereceipts
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
}


/* CrBox  
----------------------------------------------------------*/
.crboxmenu
{
    /*background: url(../../Content/Images/barra_menu.png) no-repeat;*/
    background-color: #F6891F;
    border-radius: 25px;
    height: 34px;
    width: 790px;
    margin: 10px 0;
}
.crboxmenu ul
{
    text-align: center;
    padding: 5px 0 0;
}
.crboxmenu li a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    padding: 0 28px;
    border-right: 1px solid;
}
.crboxmenu li
{
    display: inline;
}

#stepContainer
{
    width: 660px;
    overflow: auto;
}

#registerLeftColumn
{
    float: left;
    width: 310px;
    height: auto;
    margin: 10px 5px 5px 10px;
}

#registerRightColumn
{
    float: left;
    width: 310px;
    margin: 10px 5px 5px 10px;
}

#promos
{
    margin: 10px auto 30px auto;
    width: 200px;
    height: 226px;
}

#promos #promo-one
{
    background-image: url(../../Content/Images/promo-one.png);
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
    width: 174px;
    height: 114px;
}

#promos #promo-two
{
    background-image: url(../../Content/Images/promo-two.png);
    background-repeat: no-repeat;
    margin: 10px auto 10px auto;
    width: 174px;
    height: 114px;
}

#promos #promo-one a
{
    line-height: 180px;
    margin-left: 90px;
    font-family: Arial;
    color: White;
    font-weight: bold;
}

#promos #promo-two a
{
    line-height: 180px;
    margin-left: 90px;
    font-family: Arial;
    color: #333333;
    font-weight: bold;
}

/*
	ESTILOS PARA ETIQUETAS DE EMBARQUE
*/

.tablaEtiqueta
{
    vertical-align: text-top;
    width: 476px;
    height: 634px;
    font-size: 17px;
    color: Black;
}

.toptextalignment
{
    vertical-align: text-top;
    color: Black;
}

.paddingTopMinus20
{
    height: 360px;
    vertical-align: top;
    color: Black;
}

.paddingleft20
{
    padding-left: 24px;
    color: Black;
}

.freighforwadername
{
    font-size: 28px;
    color: Black;
}

.freighforwaderinformation
{
    font-size: 13px;
    color: Black;
}

.carriername
{
    font-size: 28px;
    color: Black;
}

.consigneename
{
    font-size: 29px;
    color: Black;
    text-transform: lowercase;
}

.guianumberetiquetas
{
    font-size: 50px;
    color: Black;
}

.numerosetiquetas
{
    font-size: 30px;
    color: Black;
}

.dimensiones
{
    font-weight: bold;
    color: Black;
}

/*body clases*/
.nosotrosBdC .contents
{
    margin: 0 0 18px;
}
.serviciosBdC .contents
{
    margin: 0 0 32px;
}
.tarifasAereoBdC .contents
{
    margin: 0 0 35px;
}
.teloCompramosBdC .contents
{
    margin: 0 0 36px;
}
.tarifasCalculadoraBdC .contents
{
    margin: 0 0 19px;
}
.recomendadosBdC .contents
{
    width: 702px;
}
.contactenosBdC .contents
{
    margin: 0 0 64px;
}
.guiaExoneracionBdC .contents
{
    margin: 0 0 30px;
}
.contactosAereosBdC .contents
{
    margin: 0 0 42px;
}

.registrate .contents
{
    margin: 0 0 16px;
}



.container
{
    width: 722px;
    margin: auto;
    background: #FFFFFF none repeat scroll 0 0;
    padding: 12px 30px;
    height: 123%;
}

.vert a
{
    display: block;
    height: 100%;
    text-decoration: none;
}
/* idioma */
/*.idioma {margin: 6px 0px 0px 0px}
.idioma li {font-size:11px;  position:relative; left:598px; font-weight:bold; display:inline;}
.idioma .espanol{border-right:solid 1px; border-color:#cc5b28;margin-right:10px;padding:0px 3px;}
.idioma li a {color:#cc5b28;  text-decoration:none}*/

/* header*/
.banner
{
    background: url(Images/logo.png) no-repeat;
    height: 57px;
    margin: 0px 10px 0;
    width: 163px;
}
.banner a
{
    padding: 39px 81px;
}
.menu
{
    background: url(Images/barra_menu.png) no-repeat;
    height: 34px;
    width: 722px;
    margin: 10px 0;
}
.menu ul
{
    text-align: center;
    padding: 5px 0 0;
}
.menu li a
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    padding: 0 38px;
    border-right: 1px solid;
}
.menu li
{
    display: inline;
}
.menu .contacto a
{
    border-right: none;
}



/*  New Ones */

#dashboard p
{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

#dashboard b
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

#dashboard table
{
    font-size: 11px;
    color: #666666;
    font-weight: normal;
}

#dashboard td
{
    padding: 5px;
}

#dashboard th
{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding: 5px;
}

#dashboard h1
{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

.chunk
{
    background: url(../../Content/Images/barra_menu.png) no-repeat;
    height: 34px;
    width: 722px;
    margin: 10px 0;
}

/* tables */
#sortablelist 
{
    font-family: arial;
    background-color: #92c846;
    margin: 10px 0pt 15px 4px;
    font-size: 8pt;
    text-align: left;
}
#sortablelist thead tr th, table.tablesorter
{
    background-color: #92c846;
    border: 1px solid #FFF;
    font-size: 7pt;
    padding: 4px;
}

#sortablelist tfoot tr
{
    border: 1px solid #FFF;
    font-size: 9pt;
    padding: 4px;
    color: White;
}

#sortablelist thead tr .header
{
    background-image: url(../../Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
/*#sortablelist thead tr .tablesorter-header
{
    background-image: url(../../Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}*/
#sortablelist tbody td
{
    color: #666666;
    padding: 4px 4px 0 4px;
    background-color: #FFF;
    vertical-align: top;
}
#sortablelist tbody tr.odd td
{
    background-color: #92c846;
}
#sortablelist thead tr .headerSortUp
{
    background-image: url(../../Content/Images/asc.gif);
}
#sortablelist thead tr .tablesorter-headerAsc
{
    background-image: url(../../Content/Images/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#sortablelist thead tr .headerSortDown
{
    background-image: url(../../Content/Images/desc.gif);
}
#sortablelist thead tr .tablesorter-headerDesc
{
    background-image: url(../../Content/Images/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

/*New Table */
#table_new_articles 
{
    font-family: arial;
    background-color: #92c846;
    margin: 10px 0pt 15px 4px;
    font-size: 8pt;
    text-align: left;
}
#table_new_articles thead tr th, table.tablesorter
{
    background-color: #92c846;
    border: 1px solid #FFF;
    font-size: 7pt;
    padding: 4px;
}

#table_new_articles tfoot tr
{
    border: 1px solid #FFF;
    font-size: 9pt;
    padding: 4px;
    color: White;
}

#table_new_articles thead tr .header
{
    background-image: url(../../Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
/*
#table_new_articles thead tr .tablesorter-header
{
    background-image: url(../../Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
*/
#table_new_articles tbody td
{
    color: #666666;
    padding: 4px 4px 0 4px;
    background-color: #FFF;
    vertical-align: top;
}
#table_new_articles tbody tr.odd td
{
    background-color: #92c846;
}
#table_new_articles thead tr .headerSortUp
{
    background-image: url(../../Content/Images/asc.gif) ;
}
#table_new_articles thead tr .tablesorter-headerAsc
{
    background-image: url(../../Content/Images/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#table_new_articles thead tr .headerSortDown
{
    background-image: url(../../Content/Images/desc.gif) ;
}
#table_new_articles thead tr .tablesorter-headerDesc
{
    background-image: url(../../Content/Images/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
/**/
.crbox-table
{
    font-family: arial;
    background-color: #92c846;
    margin: 10px 0pt 15px 4px;
    font-size: 8pt;
    text-align: left;
}
.crbox-table thead tr th, table.tablesorter
{
    background-color: #92c846;
    border: 1px solid #FFF;
    font-size: 7pt;
    padding: 4px;
}

.crbox-table tfoot tr
{
    border: 1px solid #FFF;
    font-size: 9pt;
    padding: 4px;
    color: White;
}

.crbox-table thead tr .header
{
    background-image: url(../../Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.crbox-table tbody td
{
    color: #666666;
    padding: 4px 4px 0 4px;
    background-color: #FFF;
    vertical-align: top;
}
.crbox-table tbody tr.odd td
{
    background-color: #92c846;
}
.crbox-table thead tr .headerSortUp
{
    background-image: url(../../Content/Images/asc.gif);
}
.crbox-table thead tr .headerSortDown
{
    background-image: url(../../Content/Images/desc.gif);
}
/**/

/* tables */
#sortablelist2
{
    font-family: arial;
    background-color: #92c846;
    margin: 10px 0pt 15px 4px;
    font-size: 8pt;
    text-align: left;
}
#sortablelist2 thead tr th, table.tablesorter
{
    background-color: #92c846;
    border: 1px solid #FFF;
    font-size: 7pt;
    padding: 4px;
}

#sortablelist2 tfoot tr
{
    border: 1px solid #FFF;
    font-size: 9pt;
    padding: 4px;
    color: White;
}

#sortablelist2 thead tr .header
{
    background-image: url(../../Content/Images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#sortablelist2 tbody td
{
    color: #666666;
    padding: 4px 4px 0 4px;
    background-color: #FFF;
    vertical-align: top;
}
#sortablelist2 tbody tr.odd td
{
    background-color: #92c846;
}
#sortablelist2 thead tr .headerSortUp
{
    background-image: url(../../Content/Images/asc.gif);
}
#sortablelist2 thead tr .headerSortDown
{
    background-image: url(../../Content/Images/desc.gif);
}




div.tableContainer
{
    width: 90%; /* table width will be 99% of this*/
    height: 320px; /* must be greater than tbody*/
    overflow: auto;
    margin: 0 auto;
}

#sortablelistWithScrollbar table
{
    width: 97%; /*100% of container produces horiz. scroll in Mozilla*/
    border: none;
    border-spacing: 0px;
    background-color: transparent;
}

#sortablelistWithScrollbar tbody
{
    overflow: auto;
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sortablelistWithScrollbar thead tr
{
    position: relative;
    top: 0px; /*expression(offsetParent.scrollTop); IE5+ only*/
}

#sortablelistWithScrollbar tbody tr
{
    height: auto;
}

/* Estilos para la validación del form */
#form1
{
    width: 675px;
}
#form1 label
{
    width: 200px;
}
#chargeform
{
    width: 275px;
}
#chargeform label
{
    width: 200px;
}
#packageform
{
    width: 435px;
}
#packageform label
{
    width: 200px;
}
#consigneeform
{
    width: 600px;
}
#consigneeform label
{
    width: 200px;
}
#shipperform
{
    width: 360px;
}
#shipperform label
{
    width: 200px;
}
#supplierform
{
    width: 360px;
}
#supplierform label
{
    width: 200px;
}
#carrierform
{
    width: 360px;
}
#carrierform label
{
    width: 200px;
}
#airlineform
{
    width: 360px;
}
#airlineform label
{
    width: 200px;
}
#packageboxingform
{
    width: 505px;
}
#packageboxingform label
{
    width: 200px;
}
/* #form1 label.error, #form1 input.submit { margin-left: 253px; }*/

.tableheaderlinks
{
    cursor: pointer;
}


#GeneralList
{
    width: 100%; /*background-color: #eeeeee;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    color: #666666;
    margin-top: 15px;
}

#GeneralList table.lista
{
    font-family: arial;
    background-color: #92c846;
    margin: 10px 0pt 5px 4px;
    font-size: 8pt;
    text-align: left;
}


#GeneralList table.lista tbody tr.odd td
{
    background-color: #92c846;
}



#GeneralList table.lista thead tr th, table.tablesorter
{
    background-color: #92c846;
    border: 1px solid #FFF;
    background-image: url("../Content/Images/sort_bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 7pt;
    padding: 4px;
}

#GeneralList table.lista tbody td
{
    color: #666666;
    padding: 3px 4px 3px 4px;
    background-color: #FFF;
    vertical-align: top;
}

#GeneralList table.lista thead tr .headerSortUp
{
    background-image: url(../../Content/Images/asc.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
#GeneralList table.lista thead tr .headerSortDown
{
    background-image: url(../../Content/Images/desc.gif);
    background-position: right center;
    background-repeat: no-repeat;
}



#pager.pager div
{
    text-align: center;
    background-color: #92c846;
    vertical-align: top;
    padding: 2px 0 2px 0;
    margin-left: 4px;
}

.mensajeError
{
    font-weight: bold;
    color: Red;
}

div .row {margin: 5px 0 5px 0;}

.Tab
{
    overflow: auto !important; /* add this */
    border: solid 1px #faa62a !important;
    border-bottom: none !important;
    padding: 7px 10px !important;
    background: -moz-linear-gradient(center top , #FAD59F, #FA9907) repeat scroll 0 0 transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fad59f), to(#fa9907)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fad59f, endColorstr=#fa9907) !important; /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fad59f, endColorstr=#fa9907)" !important;
}

.InvisibleFont
{
    color: White;
    font-size:1px;
    }

table#sortablelist input[type="text"] {
	 width: auto;
}