﻿/* Goods Order Inventory Css Document */
body {
    background: #989898;
}

.header {
    background-color: #000;
    border-bottom: 1px solid #444;
}
/****************** Header *****************/

#txtAdvanceSearch {
     Width: 200px !important;
}
#divError {
    color: red;
    font-weight: bold;
}

.logo {
    padding: 8px 0px;
    min-width: 50px !important;
    margin-right: 10px;
    float: left;
}

    .logo a {
        background: url("../Images/Header/goods-order-logo.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: block;
        cursor: pointer;
        display: block;
        height: 40px !important;
        width: 40px !important;
        float: right;
    }

.logo-text {
    width: 310px;
    float: left;
    margin-right: 10px;
}

    .logo-text h1 {
        margin: 20px 0px 0px !important;
        color: #F3CC41;
        font-size: 22px !important;
    }

.login-info {
    float: right;
    text-align: right;
    color: #666;
    margin: 5px 0px;
    font-weight: bold;
    width: 300px;
    margin-right: 10px;
}

    .login-info a,
    .login-info a:visited {
        color: #666;
        text-decoration: none;
    }

        .login-info a:hover {
            color: #F3CC41;
            text-decoration: underline dotted;
        }

    .login-info p {
        text-align: right !important;
        margin-bottom: 5px !important;
    }

    .login-info .last-login {
        font-size: 11px;
    }

.menu-wrapper {
    background: #282828;
}
/****************** Header *****************/

/***************** top-nav  **************/
/***************** top-nav  **************/

/***************** site-nav  **************/
.sitemap-wrapper {
    padding: 6px;
    font-size: 11px;
    background: #f7f7f7;
    border-bottom: 1px dotted #d0d0d0;
}


/***************** End site-nav  **************/

/***************** main-content  **************/
.main-content {
    background: #f7f7f7;
    min-height: 500px;
}

    .main-content .page-title {
        background: #f0f0f0;
    }

        .main-content .page-title .container {
            padding: 10px 0px;
        }

        .main-content .page-title h2 {
            margin-bottom: 0px;
            color: #fff;
        }

    .main-content .container {
        padding: 10px; /*20px 10px;  */
    }

/************* End main-content  **************/


/************* Footer *********************/

.footer {
    background: #989898;
    color: #ffffff;
}

    .footer .container {
        border-bottom: 1px solid #b0b0b0;
    }

        .footer .container .container-inner {
            border-bottom: 1px solid #777;
            overflow: hidden;
        }

    .footer .copyright {
        float: left;
        margin: 0px 10px;
        width: 300px;
    }

    .footer .more-links {
        color: #fff;
        text-align: right;
        width: 400px;
        float: right;
        margin-right: 10px;
    }

        .footer .more-links a,
        .footer .more-links a:visited {
            color: #fff;
            padding: 0px 4px;
            text-decoration: none;
        }

            .footer .more-links a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

/*******************Footer ****************/

.container p {
    text-align: justify;
}

/* **************** Show Fullscreen Loading Popup****************** */
.pleaseWaitOuterBG {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100001 !important;
}

.pleaseWaitPnl {
    border: 5px solid #d0d0d0;
    position: absolute;
    min-height: 55px;
    min-width: 250px;
    z-index: 10000001 !important;
}

    .pleaseWaitPnl #upPleaseWait {
        border: 1px solid #d0d0d0;
        background-color: #fff;
        padding: 5px;
    }

    .pleaseWaitPnl span {
        color: #222;
        font-weight: bold;
    }


/* **************** Filter Section****************** */

.filter {
}

    .filter .col {
        font-weight: bold;
    }

    .filter .val {
        font-weight: normal;
    }

    .filter a,
    .filter a:visited {
        font-weight: normal;
        color: #222;
    }

/* **************** Site Notification ****************** */

.siteNotification {
    color: #BA0000;
    font-family: Calibri, sans-serif;
    font-size: 14px;
    background-color: #FFF7F8;
    /*padding: 0.1em;*/
    border-bottom: 1px dotted #ddd; /*1px dotted #ccc;*/
    display: block;
    height: 22px;
}

    .siteNotification table,
    .siteNotification th,
    .siteNotification td,
    .siteNotificationcaption {
        padding: 0px;
    }

/*DisplaySettingControl*/

.displaySettingTable {
    width: 100%;
    border: 1px solid #AFAFAF;
}

    .displaySettingTable tr {
        line-height: 25px;
    }

        .displaySettingTable tr:hover {
            background-color: #f7f7f7 !important;
            color:#000;
        }

    .displaySettingTable .removeGridHeader {
        line-height: 15px !important;
    }

        .displaySettingTable .removeGridHeader th, .displaySettingTable .removeGridHeader a {
            text-align: center !important;
        }

        .displaySettingTable .removeGridHeader td {
            text-align: center !important;
        }

    .displaySettingTable th, .displaySettingTable td {
        padding: 0px;
        text-align: center;
    }

.displaySettingCategory {
    line-height: 25px !important;
}

tr.displaySettingCategory td {
    padding-top: 20px;
    /*background-color: #fff !important;*/
    border: none;
    border-top: 1px solid #AFAFAF;
    border-collapse: collapse;
    margin-top: 20px !important;
}

.displaySettingCategoryColumn {
    padding-top: 10px !important;
    vertical-align: top !important;
    /*background-color: #fff !important;*/
    text-align: left !important;
    padding-left: 5px !important;
}

    .displaySettingCategoryColumn span {
        vertical-align: top !important;
        text-decoration: underline;
        color:#222;
    }

.tableDisplaySettingHeader {
    margin: 0px;
}

    .tableDisplaySettingHeader th {
        border-right: 1px solid #AFAFAF;
        border-bottom: none;
    }

    .tableDisplaySettingHeader th, .tableDisplaySettingHeader td {
        text-align: center;
    }

    .tableDisplaySettingHeader img {
        margin-bottom: -3px;
    }

.leftAlign {
    text-align: left !important;
}

.screenAndCategoryHeader {
    border-right: none !important;
    /* border-bottom: 1px solid #43851D !important;*/
}

.genericDisplaySetting {
    border: 1px solid #d0d0d0 !important;
    border-collapse: collapse !important;
}

    .genericDisplaySetting td {
        text-align: center !important;
    }

/*Page List Filtered View */
.filteredViewText, .filteredViewText a {
    font-size: 12px;
    font-style: italic;
    color: #f00;
    font-weight: bold;
}

.pageHeader {
    min-width: 200px;
}

.btnReset {
    font-size: 11px;
    color: #ff9900;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 10px;
}


/********************Alert Box************************/

.alert-box {
    color:#555;
    border-radius:4px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px 0px;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.alert_error {
    background:#ffecec url('../Images/Pages/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.alert_success {
    background:#e9ffd9 url('../Images/Pages/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.alert_warning {
    background:#fff8c4 url('../Images/Pages/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.alert_info {
    background:#e3f7fc url('../Images/Pages/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}


/********************Alert Box - END************************/

.backBtnWrap {
    margin-top: -5px;
    padding-bottom: 5px;
    text-align: left;
}
/*******for giving space between currency and unit**********/


.styleCurrency{padding-right:0px 4px !important;font-weight:bold !important;}
.styleUnit{margin:0px 0px 0px 2px !important; padding:0px;}