﻿.container {
    width: 800px;
    margin: 0 auto;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 5px 7px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
    border-bottom: solid 1px rgb(219, 218, 218);
    font-size: 13px;
}

.autocomplete-selected {
    background: #DAD9D9;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}


.myButtonis {
    -moz-box-shadow: 0px 16px 7px -8px #caefab;
    -webkit-box-shadow: 0px 16px 7px -8px #caefab;
    box-shadow: 0px 13px 7px -8px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    background-color: #77d42a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    /*text-shadow:0px 1px 0px #aade7c;*/
    text-shadow: 1px -1px 0px #969695;
    border: 0px;
}

    .myButtonis:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
        background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
        background-color: #5cb811;
    }

    .myButtonis:active {
        position: relative;
        top: 0px;
    }

/*********************************************************************************************************************************************************/
/******************************************************* Documents Issue list 31-03-2015 *********************************************************************/



.issue_list {
    /*float: left;
    margin-bottom: 25px;
    background-color: rgb(243, 243, 243);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.48);
    border-radius: 2px; */
    width: 99%;
    /*padding: 5px;*/
    float: left;
    margin-bottom: 15px;
    box-shadow: 3px 3px 3px 0px #D7D4D4;
    border-radius: 0px;
    border-top-style: solid;
    border-top-color: rgb(215, 212, 212);
    border-top-width: 1.5px;
    border-left-style: solid;
    border-left-color: rgb(186, 184, 184);
    border-left-width: 1.5px;
}

    .issue_list:hover {
        background-color: rgb(245, 247, 253);
    }

.issue_list_left {
    float: left;
    width: 79%;
}

.issue_list_right {
    float: left;
    width: 20%;
}

.issue_list_one {
    float: left;
    width: 800px;
}

.issue_list_one_left {
    float: left;
    padding: 15px 15px 0;
}

.issue_list_one_left_img {
    text-align: center;
}

.issue_list_one_right {
    float: left;
    width: 630px;
    margin: 16px 0 0 0px;
}

    .issue_list_one_right .fa {
        color: #ffae00;
        font-size: 18px;
    }

.issue_list_one_right_sname {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.issue_list_two_attach {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 10px;
}

    .issue_list_two_attach h6 {
        color: rgb(41, 123, 211);
        font-size: 17px;
        font-family: calibri;
        float: left;
        width: 50%;
    }

    .issue_list_two_attach ul li {
        display: block;
        width: 100%;
        float: left;
        border-bottom: 1px solid #E0E0E0;
        padding: 5px 5px 5px 0;
    }

        .issue_list_two_attach ul li:hover {
            box-shadow: cornflowerblue 0px 0px 5px;
            background-color: rgb(234,244,252);
        }

        .issue_list_two_attach ul li a {
            float: left;
            cursor: pointer;
        }

.issue_list_one_right_cname {
    float: left;
    width: 70.5%;
    margin-bottom: 10px;
}

.issue_list_one_right_camount {
    float: left;
    width: 29.5%;
    margin-bottom: 10px;
}

.issue_list_one_right_source {
    float: left;
    width: 110px;
}

.issue_list_one_right_detail {
    float: left;
    width: 100px;
}

.issue_list_one_right_camount h6 {
    text-align: right;
}

.issue_list_one_right_camount h4 {
    text-align: right;
    font-size: 26px !important;
    font-weight: 500;
}

.issue_list_one_right_cname h4 {
    font-size: 23px !important;
    font-weight: 500;
}

.issue_list_one_right_sname h6, .issue_list_one_right_cname h6, .issue_list_one_right_uby h6, .issue_list_one_right_source h6, .issue_list_one_right_fname h6, .issue_list_one_right_uon h6, .issue_list_one_right_detail h6, .issue_list_one_right_camount h6 {
    font-size: 16px;
    font-family: calibri;
    color: rgb(85, 179, 35);
}

.issue_list_one_right_sname h4, .issue_list_one_right_cname h4, .issue_list_one_right_camount h4 {
    font-family: calibri;
    font-size: 22px;
    color: #4293E4;
}

.issue_list_one_right_uby h5, .issue_list_one_right_fname h5, .issue_list_one_right_uon h5, .issue_list_one_right_detail h5, .issue_list_one_right_source h5 {
    font-size: 15px;
    font-family: verdana;
    color: #4293E4;
}

.issue_list_one_right_uby {
    float: left;
    width: 280px;
}

.issue_list_one_right_fname {
    float: left;
    width: 350px;
    padding-top: 10px;
}

.issue_list_one_right_uon {
    float: left;
    width: 140px;
}


.issue_list_two {
    float: left;
    width: 625px;
    margin-top: 0;
}

.iltLeft {
    float: left;
    width: 70%;
}

.iltRight {
    float: left;
    width: 30%;
}

.issue_list_two_hby {
    float: left;
    width: 100%;
    margin-left: 0;
}

    .issue_list_two_hby h6, .issue_list_two_hby_dnt h6 {
        float: left;
        width: 110px;
        color: rgb(41, 123, 211);
        font-size: 16px;
        font-family: calibri;
        margin: 0 0 5px 0;
    }

    .issue_list_two_hby h5, .issue_list_two_hby_dnt h5 {
        float: left;
        width: 100%;
        font-size: 20px;
        font-family: calibri;
        color: rgb(85, 179, 35);
        margin-top: -4px;
    }

.issue_list_two_hby_dnt {
    float: left;
    width: 370px;
}

    .issue_list_two_hby_dnt h6 {
        float: left;
        width: 100px;
    }

    .issue_list_two_hby_dnt h5 {
        float: left;
        width: 270px;
    }

.issue_list_two_history {
    float: left;
    width: 100%;
    padding: 5px 0 10px 0;
}

    .issue_list_two_history h6 {
        float: left;
        width: 100%;
        color: rgb(41, 123, 211);
        font-size: 18px;
        font-family: calibri;
    }

    .issue_list_two_history ul {
        float: left;
        width: 90%;
        margin-left: 10px;
    }

        .issue_list_two_history ul li {
            display: block;
            width: 100%;
            float: left;
            /*border-bottom: 1px solid #E0E0E0;*/
            padding: 5px 5px 5px 0;
        }

            .issue_list_two_history ul li a {
                float: left;
                cursor: pointer;
            }

            .issue_list_two_history ul li:hover {
                box-shadow: cornflowerblue 0px 0px 5px;
                background-color: rgb(234,244,252);
            }

    .issue_list_two_history p {
        float: left;
        width: 90%;
        text-align: justify;
        color: #828282;
        margin-left: 10px;
        line-height: 16px;
        font-weight: 400;
    }

        .issue_list_two_history ul li i, .issue_list_two_history p i {
            font-size: 8px;
            vertical-align: middle;
        }


.issue_list_three {
    float: left;
    width: 200px;
}

.issue_list_three_btn {
    margin-top: 0px;
}

.issue_list_three_icon {
    float: left;
    margin-left: 15px;
}

.issue_list_three_btn ul {
    text-align: center;
    margin-top: 5px;
    margin-left: 15px;
}

    .issue_list_three_btn ul li {
        /*height: 40px;*/
        width: 100%;
        padding: 0 0 5px 0;
        float: left;
    }

        .issue_list_three_btn ul li a {
            background-color: rgb(120, 207, 0);
            text-decoration: none;
            padding: 8px 8px;
            border-radius: 3px;
            border: 3px solid rgb(202, 202, 201);
            border-top: 1px solid rgb(202, 202, 201);
            width: 140px;
            float: left;
        }

            .issue_list_three_btn ul li a:hover {
                background-color: rgb(120, 207, 0);
                text-decoration: none;
                padding: 8px 8px 7px 8px;
                border-radius: 3px;
                border: 3px solid rgb(202, 202, 201);
                border-top: 2px solid rgb(202, 202, 201);
            }

.twopxstroke {
    background: url(../images/1px-stroke.png) left top no-repeat;
    float: left;
    width: 100%;
    height: 13px;
    margin-top: 5px;
}

.twopxstroke1 {
    background: url(../images/1px-stroke1.png) left top no-repeat;
    float: left;
    width: 100%;
    height: 13px;
    margin-top: 5px;
}

.clsstaxamount {
    background: #F2F2F2 !important;
}

.clsstaxamount_editable {
    background: white !important;
}

.approvaldiv /*by Nishit to solve problem insxclient/issuelist.aspx*/ {
    position: absolute;
    background: #FFFFFF; /*color change by designer*/
    width: 141px;
    cursor: context-menu;
    text-align: center;
    /*color: #fff;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: 54px;
    right: -10px;
    display: none;
    z-index: 6;
}

.griddataBlock th {
    color: rgb(85, 179, 35);
    text-align: left;
}

.griddataBlock td {
    font-size: 19px;
    font-family: calibri;
    padding: 0px 5px 5px 5px;
    color: #4293E4;
}
