﻿
/*==================New diffrent pages css======================*/

.remarks-text {
    height: 80px !important;
}

.remarks-area {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 10px 5px;
    margin-top: 10px;
}

.width-none {
    width: auto;
}

/*Grand-table*/

.grand-table {
    background-color: #f5f5f5;
    border-radius: 4px;
    width: 250px;
}

    .grand-table tr td {
        vertical-align: middle !important;
        text-align: right;
        padding: 5px 5px !important;
    }

        .grand-table tr td:nth-child(2) {
            width: 100px;
        }



        .grand-table tr td .form-control {
            vertical-align: middle !important;
            padding: 2px 5px !important;
            height: 24px;
        }




/*total-table*/

.total-table {
    background-color: #f5f5f5;
    border-radius: 4px;
    width: 500px;
}

table.total-table tr td {
    border:0;   
}

    .total-table tr td {
        vertical-align: middle !important;
        text-align: right;
        padding: 5px 5px !important;
    }

        .total-table tr td:nth-child(2) {
            width: 110px;
        }

        .total-table tr td:nth-child(3) {
            width: 110px;
        }

        .total-table tr td .form-control {
            vertical-align: middle !important;
            padding: 2px 5px !important;
            height: 24px;
        }

        .total-table tr td label {
            font-weight: normal;
            font-style: normal;
            font-size: 12px;
            display: inherit;
            text-align: right;
        }


/*gpo-table*/

.gpo-table {
    width: 500px;
    margin-bottom: 0;   
}

table.gpo-table tr td {
    border:0;   
}

    .gpo-table tr td:nth-child(1) {
        vertical-align: middle !important;
        min-width: 160px;
    }

    .gpo-table tr td:nth-child(2) {
        vertical-align: middle !important;
        min-width: 80px;
    }

    .gpo-table tr td:nth-child(3) {
        vertical-align: middle !important;
        width: 10px;
        padding: 2px 0px;
        text-align: right;
    }

    .gpo-table tr td:nth-child(4) {
        vertical-align: middle !important;
        min-width: 80px;
    }

    .gpo-table tr td:nth-child(5) {
        vertical-align: middle !important;
        min-width: 80px;
    }

    .gpo-table tr td .form-control {
        padding: 2px 5px;
        height: 24px;
        text-align: right;
    }




/*discount-table*/

.discount-table {
    margin-bottom: 0;
    width: auto;
}

    .discount-table tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 150px;
    }

    .discount-table tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 80px;
    }

    .discount-table tr td:nth-child(3) {
        vertical-align: middle !important;
        width: 10px;
        padding: 2px 0px;
        text-align: left;
    }

    .discount-table tr td .form-control {
        padding: 2px 5px;
        height: 24px;
        text-align: right;
    }


/*Quote Details Table*/

.quote-table {
    margin-bottom: 0;
    width: auto;
    text-align: right;
}

    .quote-table tr td:nth-child(1) {
        vertical-align: middle !important;
        width: 150px;
    }

    .quote-table tr td:nth-child(2) {
        vertical-align: middle !important;
        width: 120px;
    }

    .quote-table tr td:nth-child(3) {
        vertical-align: middle !important;
        width: 120px;
    }

    .quote-table tr td .form-control {
        padding: 2px 5px;
        height: 24px;
        text-align: right;
    }


/*===============Purchase Order Details=================*/

.multicheck-overflow {
    border: 1px solid #ddd;
    padding: 5px;
    height: 250px;
    width: 100%;
    overflow-x: hidden;
    border-radius: 4px;
}

    .multicheck-overflow .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }

        .multicheck-overflow .checkbox:last-child label {
            margin-bottom: 0;
        }



/*place-order-table*/


.place-order-table tr td label {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}


.place-order-table tr td:last-child {
    color:#dc6a1f;
}

.place-order-table tr td {
  padding:0 10px;
}


/*User Master access control Popup*/

.userm-hd {
    float:left;
    width:100%;
    background-color:#ddd;
    font-size:12px;
    padding:8px 10px;
    color:#045690;
    border-radius:4px;
    margin-bottom:10px;
}

.userm-assign-arrow {
    display:inline-block;
    width:100%;
    text-align:center;
}

.userm-assign-arrow a {
    display:inline-block;
    width:100%;
    text-align:center;
    margin-top:15px;
    max-width:60px;
}

.userm-multiselect {
    float:left;
    width:100%;
    margin-bottom:10px;
}

/*Letter Generation Page*/

.lg-list-heading {
background-color:#f5f5f5;
border-radius:4px;
border:1px solid #ddd;
padding:8px;
color:#dc6a1f;
}

.lg-list-box {
margin:10px 0;
}

.txt-editor {
min-height:509px;
}


/*Employee Master Page*/

.employee-pic-area {
float:left;
width:100%;
background-color:#f5f5f5;
border-radius:4px;
padding:10px;
margin-bottom:10px;
}

.employee-pic-area img {
border-radius:50%;
border:1px solid #ddd;
max-height:100%;
max-width:100%;
}

.employee-pic {
width:100px;
height:100px;
margin:0 auto;
}

.employee-details {
float:left;
width:100%;
border:1px solid #ddd;
border-radius:4px;
padding:20px;
}

.emp-mas-name {
    color:#dc6a1f;
}


/*Ateeq (textarea margin in jqgrid)*/

.ui-jqgrid tr.jqgrow td textarea {
    margin: 3px;
}

.ui-jqgrid tr.jqgrow td input {
    margin: 3px;
}


/*==Label section (Vender Payment Detail)==*/

.label-orange {
    color: #d35400;
}
.label-blue {
    color: #336699;
}

.labels-section-area {
    float:left;
    width:100%;
    background-color:#f5f5f5;
    border:1px solid #ddd;
    padding:20px 20px 10px 20px;
}

/*Vendor Invoice Entry dashboard*/
/*.dash-box {border:1px solid #dc6a1f; border-radius:5px; padding:10px; text-align:center;}
.dash-box h1 {font-size:14px; margin:0; padding:0; font-weight:500; text-transform:uppercase; font-family: 'OpenSans-Bold';color: #4b4e9d;}
.dash-count {background-color: #0690cf;border-radius: 4px; padding: 2px; font-size: 14px; display: block; color: #ffffff; font-family: 'OpenSans-Bold'; margin: 5px 0;}
.dash-amount {font-size: 14px; color: #dc6a1f; font-family: 'OpenSans-Bold';}*/

.page-header-invoice {background-color:#045690; color:#ffffff; text-align:left; padding:10px; border-radius:4px;font-size: 13px; font-family: 'OpenSans-Semibold'; margin-bottom: 10px;}
.header-form {float:right;margin-top: -4px;}
.header-form label {font-family: 'OpenSans-Regular';font-weight: normal; font-size: 12px; padding:0 10px;}
.header-form input {border:1px solid #fff; border-radius:4px;    padding: 3px 8px; color:#000; font-size:12px; width: 100px;}
.header-form a {background-color: #034370;
    border-radius: 4px;
    padding: 4px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;font-family: 'OpenSans-Semibold'; margin-left:10px;}

.dash-box {border: 1px solid #0690cf; border-radius:5px; padding:5px 10px; text-align:left; margin-top:10px;}
.dash-box div {
        font-size: 11.5px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-family: 'OpenSans-Regular';
    color: #4b4e9d;
    /* min-height: 40px;*/
}
.pad-top {padding-top:10px;}
.dash-count {background-color: #045690;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 11px;
    display: block;
    color: #ffffff;
    font-family: 'OpenSans-Bold';
    margin: 5px 0;
    position: absolute;
    right: 9px;
    top: 26px;
    width: 50px;
    line-height: 19px;
    text-align: center;}
.dash-amount {font-size: 14px; color: #dc6a1f; font-family: 'OpenSans-Bold';}