﻿/*----------------------------------------------------------
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
{
    font-size: 10px;
    margin: 0 auto;
    font-family: helvetica, Arial;
}
form
{
    padding: 0;
    margin: 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}


/* 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. */
.Hidden
{
    display: none;
}
.page
{
    width: 80%;
    margin: 0 auto;
    border: solid 1px #c5c5c5;
    font-family: Arial;
    font-size: 16px;
    color: #878787;
}

#header
{
    position: relative;
    margin: 0px;
    color: #000;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 0;
}

#main
{
    padding: 7px 2px;
    text-align: justify;
    margin: 4px 2px 0px 2px;
    border: solid 1px #c5c5c5;
}

DIV#footer
{
    border: solid 1px #c5c5c5;
    background: #dbdbdb;
    bottom: 0px;
    text-align: center;
    padding: 10px 0px;
    font-size: 11px;
    color: #333;
    margin: 1.5px 2px 2px 2px;
}


/* MENU   
----------------------------------------------------------*/
ul#Menu {
    width: 958px;
    padding: 0px;
    margin: 0px 2px 2px 1px;
    text-align: left;
    background-image: url('Images/button_bar.jpg');
    height: 34px;
}

ul#Menu Li
{
    margin: auto;
    float: left;
    display: table-cell;
    list-style: none;
}


    ul#Menu Li a:hover {

        background-image: url('Images/button_bar_rev.jpg');
     
        text-decoration: none;
    }


ul#Menu Li a
{
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 10px 20px;
    line-height: 2.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}


input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
#printf
{
    width: 100%;
    margin: 0;
    border: 0;
    z-index: 200;
}

#printframedialog
{
    padding: 0;
    display: none;
}
.ui-dialog-titlebar
{
    background-image: none;
    background-color: transparent;
    border: 0;
}
.ui-dialog-titlebar-close
{
    visibility: visible;
    z-index: 100;
}
.clear
{
    clear: both;
}

.error
{
    color: Red;
}



div.cells
{
    color: #444444;
    height: 163px;
    margin-left: 1px;
}


DIV.boxInner
{
    padding: 12px;
    font-size: 12px;
}

DIV.boxInner INPUT#logout
{
    width: 60px;
    height: 20px;
    border: solid 1px silver;
    font-size: 12px;
    background-color: transparent;
    cursor: pointer;
}


DIV.boxInner INPUT#loginButton
{
    width: 50px;
    height: 20px;
    border: solid 1px silver;
    font-size: 12px;
    background-color: transparent;
    cursor: pointer;
}

DIV.boxInner DIV.inputFields
{
    padding-bottom: 2px;
    text-align: left;
}

DIV.inputFields INPUT
{
    width: 208px;
    font-size: 12px;
    border: solid 1px silver;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    display: none;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}


.validation-summary-errors
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ff0000;
}

div.validation-summary-errors ul
{
    padding: 0 0 0 10px;
    margin: 5px;
}
.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}



.tri-state
{
    width: 6em;
}



/* BOOK
----------------------------------------------------------*/

p.InputTextSearch
{
    margin: 0;
    position: relative;
    border: solid 1px #c5c5c5;
}
    p.InputTextSearch span {
        position: absolute;
        display: block;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 16px;
        height: 16px;
        background-image: url('Images/Search.png');
      
        cursor: pointer;
    }
p.InputTextSearch input[type="text"]
{
    border: 0;
    margin-right: 16px;
}
.BookBannerRaw-A:link
{
    color: Blue;
}

.BookBannerRaw-A:hover
{
    color: Highlight;
}

.BookDemensional
{
    font-size: 10px;
    width: 22px;
}

.InsertSenderCustumAddress, .InsertReceiverCustumAddress, .editSenderCustumAddress, .editReceiverCustumAddress
{
    background-color: #ededed;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #6b6b6b;
    display: inline-block;
    color: #3d3d3d;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
}


.InsertSenderCustumAddress:Hover, .InsertReceiverCustumAddress:Hover, .editSenderCustumAddress:Hover, .editReceiverCustumAddress:Hover
{
    background-color: #dfdfdf;
}
.CustumAddressErrors
{
    margin-left: 14px;
    color: #ff0000;
}

.ui-dialog-buttonpane
{
    position: relative;
    height: 30px;
}
.ui-dialog-buttonset
{
    position: absolute;
}

.BookAdd, .BookSave,.BookCopy
{
    background-color: #89c403;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #74b807;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
}
.BookAdd:hover, .BookSave:hover,.BookCopy:hover
{
    background-color: #77a809;
}
.BookAdd:active, .BookSave:active, .BookCopy:active
{
    position: relative;
    top: 1px;
}

.BookEdit
{
    background-color: #ffc477;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
}
.BookEdit:hover
{
    background-color: #fb9e25;
}
.BookEdit:active
{
    position: relative;
    top: 1px;
}

.BookSend:disabled
{
    display: none;
}

.BookMasterMain
{
    font-weight: bold;
    margin-right: 26px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    display: inline-block;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 7px 10px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.BookSend
{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 26px;
    background-color: #89c403;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #000;
    display: inline-block;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 7px 10px;
    text-decoration: none;
}
.BookSend:hover
{
    background-color: #77a809;
}
.BookSend:active
{
    position: relative;
    top: 1px;
}

.BookCancel
{
    background-color: #fe1a00;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #d83526;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
}
.BookCancel:hover
{
    background-color: #ce0100;
}
.BookCancel:active
{
    position: relative;
    top: 1px;
}



p.input-validation-error
{
    border: 1px solid #ff0000;
}

div#ReceiverRefDialog input, div#SenderRefDialog input
{
    width: 600px;
    margin: 5px auto;
    font-size: 12px;
}

div#ReceiverRefDialog select, div#SenderRefDialog select
{
    width: 600px;
    margin: 5px auto;
    font-size: 12px;
}

#VolumeDialog
{
    margin: 0px;
    padding: 0;
}
.VolumeDialogRows td Input[type="text"]
{
    font-size: 10px;
    width: 60px;
    padding: 0 4px;
}

#VolumeDialog table th
{
    text-align: left;
}

table.BookTable
{
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

table.BookTable td
{
    padding: 0px 2px;
    border: 0;
    text-align: left;
    height: 20px;
}
table
{
    font-size: 12px !important;
}

table.BookTable th
{
    padding: 2px 5px 0px 0px;
    text-align: left;
    font-weight: normal;
}
table.BookTable .Deletetd
{
    text-align: right;
}
#DeleteAll, #DeleteAllOrders
{
    width: 125px;
    vertical-align: middle;
    color: Blue;
}


#DeleteAll:hover, .DeleteBook:hover, #DeleteAllOrders:hover
{
    cursor: pointer;
    text-decoration: underline;
    color: Highlight;
}
div#CustumReceiverAddressDialog
{
    font-size: 12px;
}
div.CustumAdressButton
{
    padding: 5px 0px;
    padding-right: 5px;
    font-size: 11px;
    text-decoration: underline;
}

p#vtip
{
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    width: 15%;
    font-size: 1.2em;
    background-color: white;
    border: 1px solid #a6c9e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
}

p#vtip #vtipArrow
{
    position: absolute;
    top: -10px;
    left: 5px;
}

div.CustumAdress
{
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

/* Orders
----------------------------------------------------------*/
.DeleteOrder:hover, #DeleteAllOrder:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.OrderTable
{
    font-size: 12px;
    width: 98%;
}

.PrintAll
{
    text-align: center;
    position: absolute;
    right: -10px;
}
.PrintAll a:hover
{
    text-decoration: underline;
}
.PrintAll a
{
    color: Blue;
    text-decoration: none;
    vertical-align: middle;
}
.PrintAll a img
{
    vertical-align: middle;
}
/* PrintPreView
----------------------------------------------------------*/
.PrintviewTable th
{
    background-color: Silver;
    color: #fff;
    border-width: 0;
    text-align: left;
}
.PrintviewTable td
{
    border-width: 0;
}
/* Trace
----------------------------------------------------------*/
.DeliveryAddrInput:disabled, .PickupAddrInput:disabled
{
    background-color: Silver;
}

ul#tabSummary {
    padding: 0px;
    margin: 0px 2px 2px 1px;
    text-align: left;
    background-image: url('Images/button_bar.jpg');
   
    height: 34px;
}

ul#tabSummary li a.selected, ul#tabSummary li a.selected:hover
{
    background-color: Silver;
}

ul#tabSummary Li
{
    margin: auto;
    float: left;
    display: table-cell;
    list-style: none;
}


    ul#tabSummary Li a:hover {
        background-image: url('Images/button_bar_rev.jpg');
       
        text-decoration: none;
    }


ul#tabSummary Li a
{
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 10px 20px;
    line-height: 2.8em;
}

.RMasterHeader:hover, .BMasterHeader:hover
{
    background-color: #D8DFE5;
    cursor: pointer;
}

.BUi_hidden, .RUi_hidden
{
    display: none;
}

.TrackTable, .TrackTable td
{
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}
.Export:hover
{
    color: Highlight;
}
/* Master
----------------------------------------------------------*/


.MasterMainPanelDiv
{
    width: 100%;
}

.MasterMainPanelHalf
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.MasterMainPanelLeft
{
    margin-right: 3%;
}

.MasterSearchPanel
{
    min-height: 80px;
    border-radius: 7px;
    box-shadow: inset -5px -5px 15px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 -5px 15px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -5px 15px rgba(0,0,0,.2);
    margin: 4% auto;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    border: 2px groove threedface;
    font-size: 14px;
}
.MasterUserList
{
    padding: 0;
    margin: 0;
}

.MasterSearchPanelUL
{
    padding: 0;
    margin: 0;
}


.MasterSearchPanelLI
{
    display: inline-block;
    list-style: none;
    padding: 15px 0;
    vertical-align: middle;
    text-align: left;
    border-radius: 5px;
    font-size: 10px;
}


.MasterUserList
{
    margin: 2% 7px;
    display: inline-block;
}

.MasterUserList input
{
    display: none;
}

.MasterUserList input:checked + label
{
    box-shadow: 0 0 10px #26A0DA, inset 0 -5px 5px rgba(0,0,0,.2);
    border: 1px solid #26A0DA;
}

.MasterUserList Label .DirectionID
{
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 5px;
    text-align: left;
}
.MasterUserList Label Img
{
    max-width: 134px;
    max-height: 34px;
    min-height: 34px;
}


.MasterUserList Label
{
    background-color: Window;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
    border: 1px solid #000;
    margin: auto;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    min-width: 80px;
    text-align: center;
}

.MasterMainSearch
{
    font-weight: bold;
    margin-right: 26px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px groove #000;
    display: inline-block;
    color: #000;
    margin-top: 10px;
    cursor: pointer;
    padding: 7px 10px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.MasterMainConsCreate
{
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px groove #000;
    display: inline-block;
    color: #000;
    cursor: pointer;
    padding: 7px 10px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.MasterMainConsCreate:hover
{
    box-shadow: 0 0 5px #26A0DA;
    border: 1px solid #26A0DA;
}


.MasterMainSearch:hover
{
    box-shadow: 0 0 5px #26A0DA;
    border: 1px solid #26A0DA;
}


.MasterMainFieldset
{
    min-height: 80px;
    border-radius: 7px;
    background: #eee;
    margin: 4% auto;
    margin-bottom: 5%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    border: 2px groove threedface;
}


.MasterMainPrint a img,
.MasterMainPrint img
{
    border-radius: 5px;
    height: 30px;
    margin: 4px;
    border: 1px solid #000;
}

.MasterMainPrint img:hover,
.MasterMainPrint a img:hover
{
    box-shadow: 0 0 5px #26A0DA;
    border: 1px solid #26A0DA;
}

.MasterMainFieldset legend
{
    position: absolute;
    top: -2px;
    background: #fff;
    padding: 10px 20px;
    border: 2px groove threedface;
    border-top: none;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.MasterMainFieldset Span
{
    display: block;
    margin: -19px;
    background: #fff;
    padding: 0px 20px;
}
.MasterUserInfo
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: Black;
}
ul.MasterUserUL
{
    width: 98%;
    padding: 0px;
    margin: 2.5% auto;
}

ul.MasterUserUL Li
{
    float: left;
    list-style: none;
    margin: 2%;
    background-color: White;
    border: 1px solid black;
    box-shadow: inset 0 -5px 15px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -5px 15px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -5px 15px rgba(0,0,0,.2);
    vertical-align: middle;
    text-align: center;
    border-radius: 5px;
}


ul.MasterUserUL Li:hover
{
    box-shadow: inset 0 -5px 15px rgba(0,0,0,.2),0 0 5px #26A0DA;
    border-color: #26A0DA;
}


ul.MasterUserUL Li a
{
    text-decoration: none;
}

ul.MasterUserUL Li a.MasterUserlink
{
    text-decoration: none;
    line-height: 3.4em;
    font-size: 18px;
    font-weight: bold;
    color: Black;
}


ul.MasterUserUL Li a Img
{
    padding: 12px;
    max-width: 134px;
    max-height: 34px;
    min-height: 34px;
}

.MasterDirection
{
    width: 8em;
    height: 23px;
    overflow: hidden;
    -webkit-appearance: none;
}


.MasterMainSearchTable
{
    border-radius: 0 0 7px 7px;
    background-image: linear-gradient(bottom, rgb(255,255,255) 27%, rgb(210,210,210) 89%);
    background-image: -o-linear-gradient(bottom, rgb(255,255,255) 27%, rgb(210,210,210) 89%);
    background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 27%, rgb(210,210,210) 89%);
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 27%, rgb(210,210,210) 89%);
    background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 27%, rgb(210,210,210) 89%);
    box-shadow: 0 0 5px black;
    width: 100%;
    margin: 0;
    font-size: 1.2em;
    max-height: 200px;
}

.MasterMainSearchTable td
{
    width: 10%;
}

.MasterMainSearchTable th
{
    width: 10%;
    text-align: left;
}
.MasterMainSearchTable thead
{
    background: #eee;
    box-shadow: inset 0px -5px 3px rgba(0,0,0,.2);
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
    font-weight: bold;
    line-height: 2em;
    font-size: 1.2em;
}

.MasterMainSearchTable thead tr
{
    position: relative;
    display: block;
}

.MasterMainSearchTable .DetailsTD
{
    width: 5%;
}

.MasterMainSearchTable tbody
{
    width: 100%;
    display: block;
    max-height: 600px;
    overflow: auto;
}




.MasterMainSearchTable caption
{
    font-weight: bold;
    line-height: 3em;
    font-size: 2em;
}

.MasterUserdialog Fieldset
{
    margin-top: 5%;
    padding-left: 0;
    border: 0;
}

.MasterUserdialog Fieldset .AddressInfo
{
    margin-top: 20px;
}

.MasterUserdialog Fieldset .Initials
{
    width: 100%;
}

.MasterUserdialogInitialsLabel span
{
    display: none;
}

.MasterUserdialogInitialsLabel span.error
{
    display: inherit;
    position: absolute;
    left: 0px;
    margin-left: 10px;
    padding-top: 20px;
}



.DetailsTD input[type='checkbox']
{
    display: none;
}

.DetailsTD input:checked + label div {

    background-image: url('Images/Collaps.png');
}

.DetailsTD label div:hover
{
    cursor: pointer;
    box-shadow: inset 0 -5px 15px rgba(0,0,0,.2),0 0 5px #26A0DA;
    border-color: #26A0DA;
}

.DetailsTD label div {
    background-image: url('Images/Expand.png');

    background-repeat: no-repeat;
    margin-left: 5px;
    border: 1px solid #000;
    height: 24px;
    width: 24px;
    border-radius: 5px;
}

.MasterConsCreatedialog Fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

.MasterConsCreatedialogLabel span
{
    display: none;
}

.MasterConsCreatedialogLabel span.error
{
    display: inherit;
    position: absolute;
    left: 0px;
    margin-left: 10px;
    padding-top: 20px;
}

.MasterConsCreatedialog Fieldset input
{
    width: 98%;
}
.NotValid
{
    display: none;
}



.MasterMainDetailOrderHeader
{
    margin: 0;
    margin-left: 2.5%;
    padding: 4px;
    border: 2px solid #000;
    width: 200px;
    border-radius: 5px;
}

.MasterMainDetailText
{
    font-size: 12px;
    font-weight: bold;
    height: 3.3em;
    margin: auto 10px;
}
.MasterMainDetailText span
{
    font-size: 12px;
    font-weight: normal;
    float: right;
    width: 100%;
    line-height: 1.2em;
    height: 1em;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 2px;
}

.MasterMainDetailTable
{
    margin: 2% auto;
    width:96%;
    border-right: 1px solid #000;
}

.MasterMainDetailTable thead
{
    background: silver;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
    font-weight: bold;
    line-height: 2em;
    font-size: 1em;
    display: table-header-group;
}



.MasterMainDetailTable thead tr
{
    display: table-row;
}

.MasterMainDetailTable tbody
{
    display: table-row-group;
   
}



.MasterMainDetailTable th
{
    text-align: left;
    padding-left: 4px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    display: table-cell;
}


.MasterMainDetailTable td
{
    padding-top: 4px;
    padding-left: 4px;
    vertical-align: top;
    font-size: 10px;
    
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    display: table-cell;
}

