﻿body {
    margin: 0;
    /*background-color: lightblue;*/
    font-family: Calibri;
    background-color: none;
}

/*Common Controls start*/
.pageheaderTitle {
    FONT-SIZE: 25px;
    FONT-VARIANT: normal;
    /*FLOAT: left;*/
    FONT-WEIGHT: bold;
    COLOR: black;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
}
.pagecontentTitle {
    FONT-SIZE: 10px;
    /*FLOAT: left;*/
    background-color:#efefef;
    COLOR: black;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 3px;
    PADDING-LEFT: 1px;
    PADDING-RIGHT: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
}

.tbl-control {
    width: 100%;
    height: 100%;
    min-width: 1024px;
    /*min-width: 100%;*/
}

.tbl-Maincontrol {
    width: 100%;
    height: 100%;
    min-width: 1024px;
    border-radius:10px;
    border: 2px solid #83878d;
    align-content: center;
    /*min-width: 100%;*/
}

.tbx-control {
    color: #340034;
    font-family: Calibri;
    display: block;
    width: 200px;
    height: 20px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    /*color: #3C91C2;*/
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .tbx-control:focus {
        border-color: #66afe9 !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    }

    .tbx-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .tbx-control:-ms-input-placeholder {
        color: #777;
    }

    .tbx-control::-webkit-input-placeholder {
        color: #777;
    }

    .tbx-control[disabled],
    .tbx-control[readonly],
    .taa-control {
        color: #340034;
        font-family: Calibri;
        display: block;
        width: 200px;
        height: 20px;
        padding: 4px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        /*color: #3C91C2;*/
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

        .taa-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }


.btn-control {
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 30px;
    /*color: #340034;*/
    font-family: Calibri;
    color: #FFFFFF;
    background-color: #3C91C2;
    border-color: #357ebd;
}

    .btn-control:hover,
    .btn-control:focus,
    .btn-control:active,
    .btn-control.active,
    .open .dropdown-toggle.btn-control {
        color: #ffffff;
        background-color: #09667a;
        border-color: #285e8e;
    }

    .btn-control:active,
    .btn-control.active,
    .open .dropdown-toggle.btn-control {
        background-image: none;
    }

.lbl-control {
    text-align: right;
    font-weight: normal;
    /*font-size: 13px;*/
    font-size: 16px !important;
    color: #3C91C2; 
    font-family: Keysight Sans,Arial,sans-serif;
    float: right;
}

.lbl-controlDock {
    text-align: right;
    font-weight: normal;
    font-size: 19px;
    color:black; /*#3C91C2*/
    font-family: Calibri;
    float: right;

}

.lbl-controlDockhidden {
    text-align: right;
    font-weight: normal;
    font-size: 16px;
    color: black;
    font-family: Calibri;
    float: right;
    height: 2px !important;
}

lbl-controlDR {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #3C91C2;
    font-family: Calibri;
    float: right;
    height: 2px !important;
}

a:link {
    color: #3C91C2;
    background-color: transparent;
    text-decoration: dashed;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #3C91C2;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #3C91C2;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}
/*Common Controls end*/

/*Start Login Page CSS*/


@media screen and (max-width: 880px) {
    #login {
        /*margin: 50px auto;*/
        width: 320px;
    }

        #login h2 {
            background-color: #3C91C2;
            -webkit-border-radius: 20px 20px 0 0;
            -moz-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
            color: #FFFFFF;
            font-size: 20px;
            padding: 10px 26px;
            margin-bottom: -1px;
            text-align: center;
        }

            #login h2 span[class*="fontawesome-"] {
                margin-right: 14px;
            }

        #login fieldset {
            background-color: #fff;
            -webkit-border-radius: 0 0 20px 20px;
            -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
            border: 1px solid #3C91C2;
            padding: 8px 26px;
        }

            #login fieldset p {
                color: #777;
                margin-bottom: 14px;
            }

            #login fieldset input {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                #login fieldset input[type="submit"] {
                    background-color: #3C91C2;
                    color: #FFFFFF;
                    display: block;
                    margin: 0 auto;
                    padding: 4px 0;
                    width: 100px;
                }

    .loginuser {
        background: url("../Images/user-xl2.png") no-repeat 4px 10px !important;
        padding: 4px 4px 4px 22px !important;
        border: 1px solid #3C91C2 !important;
        width: 205px !important;
        height: 29px !important;
        /*border-radius: 25px !important;*/
    }

    .loginpassword {
        background: url("../Images/key-xl2.png") no-repeat 4px 10px !important;
        padding: 4px 4px 4px 22px !important;
        border: 1px solid #3C91C2 !important;
        width: 205px !important;
        height: 29px !important;
        /*border-radius: 25px;*/
    }

    .keysightlabel {
        font-size: 12px !important;
        color: #FFF !important;
    }
}

@media screen and (min-width: 880px) {
    #login {
        margin: 0px auto;
        width: 400px;
    }

        #login h2 {
            background-color: #3C91C2;
            -webkit-border-radius: 20px 20px 0 0;
            -moz-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
            color: #FFFFFF;
            font-size: 20px;
            padding: 10px 26px;
            margin-bottom: -1px;
            text-align: center;
        }

            #login h2 span[class*="fontawesome-"] {
                margin-right: 14px;
            }

        #login fieldset {
            background-color: #fff;
            -webkit-border-radius: 0 0 20px 20px;
            -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
            border: 1px solid #3C91C2;
            padding: 8px 26px;
        }

            #login fieldset p {
                color: #777;
                margin-bottom: 14px;
            }

            #login fieldset input {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                #login fieldset input[type="submit"] {
                    background-color: #3C91C2;
                    color: #FFFFFF;
                    display: block;
                    margin: 0 auto;
                    padding: 4px 0;
                    width: 100px;
                }


    .loginuser {
        background: url("../Images/user-xl2.png") no-repeat 4px 10px !important;
        padding: 4px 4px 4px 22px !important;
        border: 1px solid #3C91C2 !important;
        width: 275px !important;
        height: 34px !important;
        /*border-radius: 25px !important;*/
    }

    .loginpassword {
        background: url("../Images/key-xl2.png") no-repeat 4px 10px !important;
        padding: 4px 4px 4px 22px !important;
        border: 1px solid #3C91C2 !important;
        width: 275px !important;
        height: 34px !important;
        /*border-radius: 25px;*/
    }
}




/*END Login Page CSS*/





@media screen and (max-width: 880px) {
    #forgetpassword {
        /*margin: 50px auto;*/
        width: 320px;
    }

        #forgetpassword h2 {
            background-color: #3C91C2;
            -webkit-border-radius: 20px 20px 0 0;
            -moz-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
            color: #FFFFFF;
            font-size: 20px;
            padding: 10px 26px;
            margin-bottom: -1px;
            text-align: center;
        }

            #forgetpassword h2 span[class*="fontawesome-"] {
                margin-right: 14px;
            }

        #forgetpassword fieldset {
            background-color: #fff;
            -webkit-border-radius: 0 0 20px 20px;
            -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
            border: 1px solid #3C91C2;
            padding: 8px 26px;
        }

            #forgetpassword fieldset p {
                color: #777;
                margin-bottom: 14px;
            }

            #forgetpassword fieldset input {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                #forgetpassword fieldset input[type="submit"] {
                    background-color: #3C91C2;
                    color: #FFFFFF;
                    display: block;
                    margin: 0 auto;
                    padding: 4px 0;
                    width: 100px;
                }
                 #forgetpassword fieldset input[type="button"] {
                    background-color: #3C91C2;
                    color: #FFFFFF;
                    display: block;
                    margin: 0 auto;
                    padding: 4px 0;
                    width: 100px;
                }
    

    .keysightlabel {
        font-size: 12px !important;
        color: #FFF !important;
    }
}

@media screen and (min-width: 880px) {
    #forgetpassword {
        margin: 0px auto;
        width: 400px;
    }

        #forgetpassword h2 {
            background-color: #3C91C2;
            -webkit-border-radius: 20px 20px 0 0;
            -moz-border-radius: 20px 20px 0 0;
            border-radius: 20px 20px 0 0;
            color: #FFFFFF;
            font-size: 20px;
            padding: 10px 26px;
            margin-bottom: -1px;
            text-align: center;
        }

            #forgetpassword h2 span[class*="fontawesome-"] {
                margin-right: 14px;
            }

        #forgetpassword fieldset {
            background-color: #fff;
            -webkit-border-radius: 0 0 20px 20px;
            -moz-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px;
            border: 1px solid #3C91C2;
            padding: 8px 26px;
        }

            #forgetpassword fieldset p {
                color: #777;
                margin-bottom: 14px;
            }

            #forgetpassword fieldset input {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                #forgetpassword fieldset input[type="submit"] {
                    background-color: #3C91C2;
                    color: #FFFFFF;
                    display: block;
                    margin: 0 auto;
                    padding: 4px 0;
                    width: 100px;
                }

                 #forgetpassword fieldset input[type="button"] {
                    background-color: #3C91C2;
                    color: #FFFFFF;
                    display: block;
                    margin: 0 auto;
                    padding: 4px 0;
                    width: 100px;
                }


   
}






/*Start Register page*/
#Reg {
    margin: 50px auto;
    width: 1000px;
}

    #Reg h2 {
        background-color: #3C91C2;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        color: #FFFFFF;
        font-size: 28px;
        padding: 20px 26px;
        margin-bottom: -1px;
        height: 20px;
        text-align: center;
    }

    #Reg fieldset {
        background-color: #fff;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        border: 1px solid #CCCCCC;
        padding: 20px 26px;
    }
/*end Register page*/

.Welcomemsg {
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    vertical-align: central;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    text-align: left;
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #3C91C2;
            color: #FFFFFF;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
/*       Login page bg color*/
.login-bg {
    background-color: #dadada;
    background-image: -webkit-linear-gradient(top, #ffffff 80%, #35a7c1 130%);
    background-image: -moz-linear-gradient(top, #ffffff 80%, #35a7c1 130%);
    background-image: -ms-linear-gradient(top, #ffffff 80%, #35a7c1 130%);
    background-image: -o-linear-gradient(top, #ffffff 80%, #35a7c1 130%);
    background-image: linear-gradient(top, #ffffff 80%, #35a7c1 130%);
    /*min-height: 600px;*/
}

.selectStyle {
    border: 1px solid #93A9C8;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 210px;
    background-color: #fff;
    /*border-color: #66afe9;*/
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
}

.ddl-control {
    color: #340034;
    font-family: Calibri;
    display: block;
    font-size: 14px;
    width: 225px;
    height: 29px;
    padding: 2px;
    font-size: 14px;
    line-height: 1.428571429;
    /*color: #3C91C2;*/
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    /*border-color: #66afe9;*/
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
}

    .ddl-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

/*Page header Bg color*/
.headerbg {
    background-image: -webkit-linear-gradient(top, #94daf6 60%, #e7f5f3 90%);
    background-image: -moz-linear-gradient(top, #94daf6 60%, #e7f5f3 90%);
    background-image: -ms-linear-gradient(top, #94daf6 60%, #e7f5f3 90%);
    background-image: -o-linear-gradient(top, #94daf6 60%, #e7f5f3 90%);
    background-image: linear-gradient(top, #94daf6 60%, #e7f5f3 90%);
    height: 30px;
    color: #3C91C2;
}
/*For Manifest*/

.Nodata {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #2b547e;
}

.btn-control-mnfst {
    color: #2b547e;
    background-color: #f0f0f0;
    border-color: #2b547e;
}

.lbl-control-mnfst {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #2b547e;
    font-family: Calibri;
}

.tbl-col {
    background-color: #c6deff;
    text-align: center;
}

.tbl-hd {
    /*border-bottom: ridge;*/
    border-top: ridge;
    border-right: ridge;
    border-left: none;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
    text-align: center;
    height: 30px;
    background-color: #f1f1f1;
    font-size: 12px;
    font-family: Calibri;
    font-weight: bold;
    color: #463E41;
}

.tbl-hd-rl {
    border-bottom: ridge;
    border-top: ridge;
    border-right: ridge;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
    text-align: center;
    height: 30px;
    background-color: #f1f1f1;
    font-size: 12px;
    font-family: Calibri;
    font-weight: bold;
    color: #463E41;
}

.tbl-hd-r {
    border-bottom: ridge;
    border-top: ridge;
    border-right: ridge;
    border-left: none;
    border-width: 2px;
    border-color: #f0f0f0;
    text-align: center;
    height: 30px;
    background-color: #f1f1f1;
    font-size: 12px;
    font-family: Calibri;
    font-weight: bold;
    color: #463E41;
}

.tbl-row {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
}

.tbl-td {
    border-bottom: ridge;
    border-right: ridge;
    border-color: #959595;
    border-width: 3px;
    /*background-color:#dddddd;*/
}

.barcode1 {
    font-family: 3 of 9 Barcode;
    font-size: 15px;
    border-bottom: ridge;
    border-right: ridge;
    border-color: #959595;
    border-width: 3px;
}

.barcodechrome {
    font-family: '3 of 9 Barcode';
}

.barcodealone {
    font-family: 3 of 9 Barcode;
    font-size: 15px;
    /*border-bottom: ridge; border-right: ridge; border-color: #FFFFFF; border-left: ridge; border-color: #FFFFFF; border-width: thin;*/
}

.barcodecenter {
    font-family: '3 of 9 Barcode';
    font-size: 30px;
    /*border-bottom: ridge;*/
    /*border-right: ridge;*/
    /*border-color: #959595;*/
    /*border-left: ridge;*/
    /*border-color: white;
    border-width: 2px;*/
}

.barcode {
    font-family: 3 of 9 Barcode;
    font-size: 15px;
    border-bottom: ridge;
    border-right: ridge;
    border-color: #959595;
    border-left: ridge;
    /*border-color: #959595;*/
    border-width: 2px;
}

.tbl-td-left {
    border-bottom: ridge;
    border-right: ridge;
    border-color: #959595;
    border-left: ridge;
    border-color: #959595;
    border-width: 2px;
}

.td-border {
    border: thin;
    border-width: 5px;
}

/*For Manifest*/
/* Change password*/

#changePsw {
    margin: 50px auto;
    width: 550px;
}

    #changePsw fieldset {
        background-color: #fff;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 20px 20px 20px 20px;
        border: 2px solid #3C91C2;
        padding: 20px 26px;
    }

        #changePsw fieldset input {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

/* End Change Password*/
/* Start Alert Tile*/
.ui-dialog-title {
    font-size: 70%;
    color: white;
}
/*End */
/* for Processing Image start*/
.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}
/* for Processing Image end*/
.tbl-row1 {
    border-bottom: ridge;
    border-right: ridge;
    border-color: #959595;
    border-width: thin;
    /*background-color:#dddddd;*/
    /*align-content:center;*/
}

.tdwidth {
    width: 10px;
}

.CustomButtonClass {
    background-color: #3C91C2 !important;
    color: #FFFFFF !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 4px 0 !important;
    width: 100px !important;
}

.LogioLabel {
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    color: #CCCCCC;
    font-family: Calibri;
    /*float: right;*/
}

label {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    font-family: Calibri;
    float: left;
}

/*Added by Priya*/
.labelhdr {
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: bold;
    color: #463E41;
    text-align: center;
}

.labelsmall {
    font-size: 15px;
    font-weight: normal;
    color: black;
    text-align: left;
}

.simpledivborder {
    border: 1px solid black;
    border-collapse: collapse;
}

.tableborder {
    width: 100%;
    height: 100%;
    border: 1px solid #c6c6c6;
}

.borderline1 {
    float: left;
    width: 100%;
    BORDER-top: #e90029 4px solid;
}

/*Dock lable styles starts*/
.printStyle {
}



.barcode {
    font-family: '3 of 9 Barcode';
    font-size: 20.0pt;
    border: none;
    text-align: left;
}

.Keysightstyle {
    font-family: Calibri;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: right;
}

.lablestyle {
    font-family: Calibri;
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: left;
}

.Tablestyle {
    width: 450px;
    height: 100px;
    text-align: left;
    border: 1px solid #cccccc;
}
/*Dock lable styles ends*/
/*Routing Ticket styles starts*/

.BorderBottom {
    border-bottom: 1px solid #cccccc;
    height: 30px;
}

.BorderLeft {
    border-left: 1px solid #cccccc;
    height: 30px;
}

.BorderBottomAndLeft {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.BorderBottomAndLeftBarcode {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    text-align: center;
    padding: 3px;
    font-family: 3 of 9 Barcode;
    font-size: 15px;
}

.BarCode {
    text-align: center;
    font-weight: bold;
    padding: 3px;
    font-family: "Bar-Code 39";
    font-size: 15px;
}

.BorderTop {
    border-top: 1px solid #cccccc;
}

.printStyle {
    font-family: Calibri;
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-align: left;
}

.page-break {
    display: block;
    page-break-after: always;
}

.tbl-col2 {
    background-color: #e3e3e3;
    text-align: center;
}
/*Routing Ticket styles ends*/
.Htitle {
    font-weight: bold;
    font-size: 16px;
    font-family: Calibri;
}


.content {
    font-size: 16px;
    font-family: Calibri;
}


/*Manifest*/
.lbl-control-mnfst {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: Calibri;
}

.lblcarrirval {
    font-size: 14px;
    font-family: Calibri;
}

.lblDate {
    font-size: 14px;
    font-family: Calibri;
}

.lblDateval {
    font-size: 14px;
    font-family: Calibri;
}

.lblcarrir {
    font-size: 14px;
    font-family: Calibri;
}

.tbl-trhd-trck {
    text-align: center;
    font-size: 14px;
    font-family: Calibri;
    /*border-bottom: ridge;*/
    border-top: ridge;
    border-right: none;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-trckval {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    border-bottom: ridge;
    border-top: none;
    border-right: none;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-trckvaltop {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    border-bottom: ridge;
    border-top: ridge;
    border-right: none;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-hawbval {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    /*border-bottom: ridge;*/
    border-top: none;
    border-right: ridge;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-hawbvaltop {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    border-bottom: ridge;
    border-top: ridge;
    border-right: ridge;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-trckvalmrntop {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    border-bottom: ridge;
    border-top: ridge;
    border-right: ridge;
    border-left: none;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-hawb {
    text-align: center;
    font-size: 14px;
    font-family: Calibri;
    border-bottom: ridge;
    border-top: ridge;
    border-right: ridge;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd {
    text-align: center;
    font-size: 14px;
    font-family: Calibri;
    /*border-bottom: ridge;*/
    border-top: ridge;
    border-right: none;
    border-left: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-trckvalmrn {
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    border-bottom: ridge;
    border-top: none;
    border-right: ridge;
    border-left: none;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-trhd-mrn {
    text-align: center;
    display: none;
    font-size: 14px;
    font-family: Calibri;
    /*border-bottom: ridge;*/
    border-top: ridge;
    border-right: ridge;
    border-left: none;
    border-width: 2px;
    border-color: #f0f0f0;
    border-right-width: 2px;
}

.tbl-tr-trckbar {
    text-align: left;
    font-size: 14px;
    font-family: Calibri;
    border-right: none;
    border-left: ridge;
    border-top: none;
    /*border-bottom: ridge;*/
    border-width: 2px;
    border-color: #f0f0f0;
}

.tbl-tr-boxbar {
    text-align: left;
    font-size: 14px;
    font-family: Calibri;
    border-right: ridge;
    border-left: none;
    border-top: none;
    /*border-bottom: ridge;*/
    border-width: 2px;
    border-color: #f0f0f0;
}

.tbl-btm {
    border-bottom: ridge;
    border-width: 2px;
    border-color: #f0f0f0;
}

/*Manifest*/




.labelhdr {
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: bold;
    color: #463E41;
    text-align: center;
}

.labelsmall {
    font-size: 12px;
    font-weight: normal;
    color: black;
    text-align: left;
}

.divborder {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-collapse: collapse;
    font-family: Calibri;
}

.tableborder {
    width: 100%;
    height: 100%;
    border: 1px solid #c6c6c6;
}


.BOX {
    BORDER-BOTTOM: gainsboro 1px solid;
    BORDER-LEFT: gainsboro 1px solid;
    BORDER-TOP: gainsboro 1px solid;
    BORDER-RIGHT: gainsboro 1px solid;
}



.tbl-col2 {
    background-color: #e3e3e3;
    text-align: center;
}


/*Outbound Manifest - ISD*/
.barcode3 {
    font-family: '3 of 9 Barcode';
    font-size: 25.0pt;
    mso-bidi-font-family: 'Berlin Sans FB';
    border: none;
}
/*Manifest-Line Level*/
.tbl-tr-brdr-left {
    border-bottom: none;
    border-top: ridge;
    border-left: none;
    border-right: ridge;
    border-width: 1px;
}

.tbl-tr-brdr-right {
    border-bottom: none;
    border-top: ridge;
    border-left: none;
    border-right: none;
    border-width: 1px;
}
/*Manifest-Line Level*/

/*Routing Ticket - ISD*/
.heading {
    float: inherit;
    font-size: xx-large;
    font-weight: bold;
    color: #463E41;
}

.heading2 {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom: 1px solid black;
    background-color: #cccccc;
    color: red;
    font-weight: bold;
}

.labelanddata {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size: 16px;
    margin: 0px;
}

/*only for 24BR*/
.biglabelanddata {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size: 30px;
    margin: 0px;
}

.verybiglabelanddata {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size: 40px;
    margin: 0px;
}



/*Routing Ticket - ISD*/

/*Shelflife Audit Trail*/
.logoXLSX {
    background: no-repeat url('../Content/Images/xlsx.png') 0 0;
    height: 30px;
    width: 30px;
    overflow: hidden;
    float: left;
    border: none;
    display: inline;
    cursor: pointer;
}
/*Shelflife Audit Trail*/

/*--------------start Region Grid style-------*/
.jqx-grid-content {
    font-size: 11px !important;
}

.jqx-grid-column-header {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.jqx-grid-cell-pinned {
    text-align: center !important;
}
/*----------------end-------------------------*/


/*shelflife*/
.big-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #999;
    background: #fff;
    padding: 3px;
}

.small-image {
    border: 1px solid #ccc;
    background: #fff;
    padding: 3px;
}

.content-container {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.important-text {
    font-size: 13px;
    color: #000;
}

.more-text {
    color: #444;
    font-size: 11px;
    font-style: italic;
}

input[type='text'] {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #004a73;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

    input[type='text'].x {
        background-position: right 5px center;
    }

    input[type='text'].onX {
        cursor: pointer;
    }

    input[type='text']::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }


/*Holtineinstruction*/
.tr-hd {
    border-bottom: ridge;
    border-top: ridge;
    border-left: none;
    border-right: ridge;
    border-width: 1px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 14px;
    font-family: Calibri;
    font-weight: bold;
    color: #463E41;
}

.tr-hdtrck {
    border-bottom: ridge;
    border-top: ridge;
    border-left: ridge;
    border-right: ridge;
    border-width: 1px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 14px;
    font-family: Calibri;
    font-weight: bold;
    color: #463E41;
}


.tr-hd-main {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #2b547e;
    font-family: Calibri;
}

.tr-value {
    border-bottom: ridge;
    border-top: none;
    border-left: none;
    border-right: ridge;
    border-width: 1px;
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    color: #463E41;
}

.tr-valetrck {
    border-bottom: ridge;
    border-top: none;
    border-left: ridge;
    border-right: ridge;
    border-width: 1px;
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    color: #463E41;
}

.borderlogo {
    float: left;
    width: 100%;
    BORDER-top: #e90029 4px solid;
}

.divTable {
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    margin: 2px;
    border: none;
    position: relative;
    z-index: 100;
}

.divRow {
    width: 99%;
    display: block;
    padding-bottom: 5px;
}

.divColumn {
    float: left;
    width: 24%;
    display: block;
}

.package {
    box-sizing: border-box;
    /*width: 701px; height: 150px;*/
    border: 2px solid #808080;
    border-radius: 7px;
    display: inline-block;
    padding: 8px;
    text-align: left;
    float: left;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    margin-right: 11px;
}

.brilliant {
    border-color: #676767;
}
    /* Triangle */
    .brilliant::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 18px 0 0;
        border-color: #808080 transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
    }

    .brilliant::after {
        font-family: "FontAwesome";
        content: "\f00c";
        color: white;
        position: absolute;
        left: 9px;
        top: 6px;
        text-shadow: 0 0 2px #37c5b6;
        font-size: 1.4rem;
    }

.advtable {
    table-layout: fixed;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 100%;
}

    .advtable th {
        padding: 3px 4px 3px 4px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

    .advtable tr {
        text-align: center;
        padding-left: 20px;
    }

    .advtable td {
        padding: 4px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
        white-space: pre-wrap;
    }

    .advtable tr.even td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

.trial {
    /*font-size: .9rem;*/
    font-weight: 600;
    padding: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #808080;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    /*bottom: -20px;*/
}

.clsfieldset {
    border: 2px solid #676767;
    background: #ffffff;
    border-radius: 10px;
    padding: 2px 15px;
}

    .clsfieldset legend {
        background: #3C91C2;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 5px;
        box-shadow: 0 0 0 5px #ddd;
        /*margin-left: 15px 18px;*/
    }

   .clsfieldsetlabel {
        background: #3C91C2;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px;
        box-shadow: 0 0 0 5px #ddd;
        /*margin-left: 15px 18px;*/
    }
.logoXLSX {
    background: no-repeat url('../../Content/Images/xlsx.png') 0 0;
    height: 30px;
    width: 30px;
    overflow: hidden;
    float: left;
    border: none;
    display: inline;
    cursor: pointer;
}

.information {
    overflow: auto;
    height: 400px;
    width: 1600px;
}

/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a.control:link {
    color: red;
}

/* visited link */
a.control:visited {
    color: red;
}

/* mouse over link */
a.control:hover {
    color: red;
}

/* selected link */
a.control:active {
    color: red;
}

#printMergeDB table {
    border-collapse: collapse;
    border: 1px solid #aaa;
}

    #printMergeDB table td {
        border: 1px solid #aaa;
        font-size: 11px;
    }

    #printMergeDB table th {
        border: 1px solid #aaa;
        font-size: 11px;
        height: 25px;
    }

.cellBorder {
    border: 1px solid #aaa;
    font-size: 11px;
}

.cellHeaderBorder {
    border: 1px solid #aaa;
    font-size: 11px;
}

.tableBorder {
    border-collapse: collapse;
    border: 1px solid #aaa;
}


.cellHeader {
    background-color: #3C91C2;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #3C91C2;
    font-size: 14px;
}

.cellBorder {
    border: 1px solid #3C91C2;
    margin: 2px;
}

/**Oracle Interface- Receiver Notes*/
.oracletable {
    border-collapse: collapse;
}

.headerRow {
    border: 1px solid #fff;
    background-color: #D9D3D3;
}

.oracletable td {
    border: 2px solid #fff;
}

input.jqx-timepicker-hour.jqx-input.jqx-rc-all.x{
padding-right:13px;
min-width: 35px;
}

input.jqx-timepicker-minute.jqx-input.jqx-rc-all.x{
padding-right:13px;
min-width: 35px;
}

/* Email Config */
@media screen and (min-width: 1000px) {
    #tdtms {
        margin: 0 auto;
        width: auto;
    }

    #tdtms h2 {
        background-color: #3C91C2;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        color: #FFFFFF;
        font-size: 20px;
        padding: 30px 40px;
        margin-bottom: -1px;
        text-align: center;
        padding-left: 45%;
        padding-top: 10px;
        /*//position: relative;*/
    }


    #tdtms fieldset {
        background-color: #fff;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        border: 1px solid #3C91C2;
        padding: 8px 26px;
        /*width:520px;*/
        /*margin:auto;*/
    }
}


@media screen and (min-width: 50px) {
    #tdwms {
        margin: 0px auto;
        width: auto;
    }


    #tdwms h2 {
        background-color: #3C91C2;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        color: #FFFFFF;
        font-size: 21px;
        padding: 30px 50px;
        margin-bottom: -1px;
        text-align: center;
        padding-left: 45%;
        padding-top: 10px;
    }

    #tdwms fieldset {
        background-color: #fff;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        border: 1px solid #3C91C2;
        padding: 20px 50px;
        /*width:520px;*/
    }
}

/*EmailConfig  end*/