﻿/* concept 1 colors */
/* 
#2762A6 blue
#ff9e2b orange
#dccca6  tan
#c83200 red
#000000 black
#00a09a blue-grey


/* concept 2a colors
#000000  black rgb 
#b4a47e  green background-color: rgba(180,164,126,1.0);
#ffc028  orange background-color: rgba(255,192,40,1.0);
#8cd296  tan background-color: rgba(140,210,150,1.0);
#286737  brown background-color: rgba(40,103,55,1.0);
#00acd9  blue background-color: rgba(0,172,217,1.0);


*/
body > form {
    margin: 0px auto;
}

body form {
    margin: 0 auto !important;
}

xxhtml {
    background-color: #6c6c6c;
}

xxform > table {
    width: 1250px!important;
}

form > table tr td tr td table {
    /*width:100%;!important;*/
}

/* Article Header *****************************************************************/
#article-header {
    padding: 20px 20px 10px 20px;
}

    #article-header #row1 {
        border-bottom: 1px solid #00acd9;
        height: 35px;
    }

    #article-header #article-title {
        font-size: 16px;
        font-weight: bold;
        float: left;
    }

    #article-header #search {
        float: right;
    }

        #article-header #search input {
            border: 1px solid rgba(0,172,217,1.0);
            color: #00acd9;
            margin: 0px;
            padding: 2px 5px;
            width: 215px;
        }

        #article-header #search textarea {
            float: right;
        }

    #article-header #row2 {
        padding: 20px 0px;
        color: rgba(0,172,217,1.0);
    }

        #article-header #row2 span,
        #article-header #row2 input,
        #article-header #row2 label {
            margin: 0px;
            color: #000;
            xxxcolor: rgba(0,172,217,0.5);
            font-family: Verdana, Geneva, sans-serif;
            font-weight: 100;
            font-size: 10px;
        }

        #article-header #row2 #limit,
        #article-header #row2 #limit span,
        #article-header #row2 #limit #checkboxes,
        #article-header #row2 #limit #checkboxes input,
        #article-header #row2 #limit #checkboxes label,
        #article-header #row2 #view,
        #article-header #row2 #view span,
        #article-header #row2 #view #radiobuttons,
        #article-header #row2 #view #radiobuttons input,
        #article-header #row2 #view #radiobuttons label {
            float: left;
            clear: none;
            display: inline-block;
        }

            #article-header #row2 #limit span {
                margin-right: 20px;
                font-weight: 600;
            }

            #article-header #row2 #limit #checkboxes input {
                margin-right: 5px;
            }

            #article-header #row2 #limit #checkboxes label {
                margin-right: 10px;
            }

        #article-header #row2 #limit {
            margin-right: 20px;
        }

        #article-header #row2 #view span {
            margin-right: 20px;
            font-weight: 600;
        }

        #article-header #row2 #view #radiobuttons input {
            margin-right: 5px;
        }

        #article-header #row2 #view #radiobuttons label {
            margin-right: 10px;
        }
/* page links *****************************************************************/
.pages,
.pages .first-page,
.pages .previous-page,
.pages .page-links,
.pages .next-page,
.pages .last-page {
    float: left;
    clear: none;
    display: inline-block;
}

.pages {
    float: right;
}

    .pages .next-page a, .pages .previous-page a, .pages .next-page a, .pages .previous-page a {
        background-repeat: no-repeat;
        height: 12px;
        padding-right: 15px;
        width: 12px;
    }

.Linkbutton {
    color: #999999 !important;
}

/*.pages .previous-page,  .pages .previous-page {
    background-image: url("/Images/Arrow-Left-Off.png");
}


 .pages .next-page,.pages .next-page {
    background-image: url("/Images/Arrow-Right-Off.png");
}*/

#article-header .pages a,
#article-footer .pages a {
    padding: 0px 5px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 100;
    font-size: 10px;
}

    #article-header .pages a:hover,
    #article-footer .pages a:hover {
        background-color: transparent;
    }

#article-header .pages .next-page a,
#article-header .pages .previous-page a,
#article-footer .pages .next-page a,
#article-footer .pages .previous-page a {
    height: 12px;
    width: 12px;
    padding-right: 15px;
    background-repeat: no-repeat;
}

/*
#article-header .pages .previous-page a,
#article-footer .pages .previous-page a {
	background-image:url(/images/Arrow-Left-Off.png);
	}
#article-header .pages .next-page a,
#article-footer .pages .next-page a {
	background-image:url(/images/Arrow-Right-Off.png);
	}
#article-header .pages .previous-page a:hover,
#article-footer .pages .previous-page a:hover {
	background-image:url(/images/Arrow-Left-On.png);
	background-color:transparent;
	}
#article-header .pages .next-page a:hover,
#article-footer .pages .next-page a:hover {
	background-image:url(/images/Arrow-Right-On.png);
	background-color:transparent;
	}
*/

input.next-page {
    background: url(/images/Arrow-Left-Off.png) no-repeat center top;
    background-color: transparent;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    width: 4px;
    height: 2px;
    vertical-align: bottom;
    border: 0px;
    border-width: 0px;
    display: inline-block; /*firefox*/
    text-decoration: none;
    border-color: #ffffff;
}

    input.next-page:hover {
        background: url(/images/Arrow-Left-On.png) no-repeat center top;
        text-indent: -1000em;
        cursor: pointer; /* hand-shaped cursor */
        cursor: hand; /* for IE 5.x */
    }

input.previous-page {
    /*background-image:url(/images/Arrow-Left-Off.png);*/
    background: url(/images/Arrow-Right-Off.png) no-repeat center top;
    background-color: transparent;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    width: 4px;
    height: 2px;
    vertical-align: bottom;
    border: 0px;
    border-width: 0px;
    display: inline-block; /*firefox*/
    text-decoration: none;
    border-color: #ffffff;
}

    input.previous-page:hover {
        background: url(/images/Arrow-Right-On.png) no-repeat center top;
        background-color: transparent;
        background-color: transparent;
        text-indent: -1000em;
        cursor: pointer; /* hand-shaped cursor */
        cursor: hand; /* for IE 5.x */
    }

#ContentPlaceHolder1_gdv_account_LinkButton2 {
    background: url(/images/Arrow-Left-Off.png) no-repeat center top;
    background-color: transparent;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    width: 8px;
    height: 15px;
    vertical-align: bottom;
    border: 0px;
    border-width: 0px;
    display: inline-block; /*firefox*/
    text-decoration: none;
    border-color: #ffffff;
    margin-top: 2px;
}

    #ContentPlaceHolder1_gdv_account_LinkButton2:hover {
        background: url(/images/Arrow-Left-On.png) no-repeat center top;
        text-indent: -1000em;
        cursor: pointer; /* hand-shaped cursor */
        cursor: hand; /* for IE 5.x */
    }

#ContentPlaceHolder1_gdv_account_LinkButton3 {
    /*background-image:url(/images/Arrow-Left-Off.png);*/
    background: url(/images/Arrow-Right-Off.png) no-repeat center top;
    background-color: transparent;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    width: 8px;
    height: 15px;
    vertical-align: bottom;
    border: 0px;
    border-width: 0px;
    display: inline-block; /*firefox*/
    text-decoration: none;
    border-color: #ffffff;
    margin-top: 2px;
}

    #ContentPlaceHolder1_gdv_account_LinkButton3:hover {
        background: url(/images/Arrow-Right-On.png) no-repeat center top;
        background-color: transparent;
        background-color: transparent;
        text-indent: -1000em;
        cursor: pointer; /* hand-shaped cursor */
        cursor: hand; /* for IE 5.x */
    }


.first-page {
    border-right: 1px solid rgba(153,153,153,1.0)!important;
    color: rgba(153,153,153,1.0)!important;
    margin-right: 10px;
    padding-right: 10px;
    font-weight: 100;
}

    .first-page:hover {
        background-color: transparent;
        color: rgba(72,118,85,1.0);
        text-decoration: none!important;
    }

.last-page {
    border-left: 1px solid rgba(153,153,153,1.0) !important;
    color: rgba(153,153,153,1.0)!important;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: 100;
}

    .last-page:hover {
        background-color: transparent;
        color: rgba(72,118,85,1.0);
        text-decoration: none!important;
    }

.items-per-page {
    padding-right: 15px;
    color: rgba(153,153,153,1.0)!important;
    xxxfont-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
/* Article Footer *****************************************************************/
#article-footer {
    padding: 20px 20px 10px 20px;
}

    #article-footer #row1 {
        border-top: 1px solid #00acd9;
        padding-top: 25px;
    }

    #article-footer #col1,
    #article-footer #col2,
    #article-footer #col2 .dropdown,
    #article-footer #col2 .button-for-dropdown,
    #article-footer #col3,
    #article-footer #col3 .text-for-dropdown,
    #article-footer #col3 .dropdown {
        float: left;
        clear: none;
        display: inline-block;
    }

#col1 {
    width: 150px;
}

#col2 {
    width: 350px;
}
/* style drowdown select boxes */
/* note that jQuery is used to change the appearance (not the validation logic or event handling) 
This is needed for IE10 */
#article-footer ul li { /* site2.css line 442 */
    float: none!important;
}

#col2 .dropdown {
    padding-right: 20px;
}

#article-footer .selectboxit-container {
    margin-top: -7px;
    border: 1px solid rgba(0,172,217,0.5);
}

    #article-footer .selectboxit-container * {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
    }

#article-footer .selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

#article-footer i.selectboxit-option-icon {
    display: none;
}

#article-footer .selectboxit-btn {
    background-color: transparent!important;
    background-image: none!important;
    color: rgba(169,169,169,1.0); /* default color for browser input field text */
}

    #article-footer .selectboxit-btn:hover {
        color: #000;
    }

#article-footer .selectboxit-container span,
#article-footer .selectboxit-container .selectboxit-options a {
    height: 20px;
    line-height: 20px;
}

#article-footer .selectboxit .selectboxit-arrow-container {
    top: 30%;
    width: 24px;
    background: url(/tbdp/DownArrow-Off.png) no-repeat scroll 10px 0px; /* 12 x 12 */
}

#article-footer .selectboxit-btn:hover .selectboxit-arrow-container,
.selectboxit .selectboxit-arrow-container:hover {
    background: url(/tbdp/DownArrow-On.png) no-repeat scroll 10px 0px; /* 12 x 12 */
}

.selectboxit-btn {
    border: none;
}

#article-footer a.selectboxit-option-anchor {
    color: rgba(169,169,169,1.0); /* default color for browser input field text */
    padding: 0px;
    background: none;
}

    #article-footer a.selectboxit-option-anchor:hover {
        background-color: rgba(0,172,217,0.2);
    }

#article-footer .selectboxit-container .selectboxit {
    border-radius: none;
}
/* style col3 dropdown and label/text - Items Per Page  */
#col3 span.text-for-dropdown {
    padding-right: 15px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
/* style the NEW CODE and ASSIGN EXCHANGE buttons */
input[value="New Code"],
input[value="Assign Exchange"] { /* also see site.css line 433 for button specific code */
    background-color: #ffc028;
    color: #FFF;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    /*font-weight: 500;*/
    border-radius: 3px;
    border: none!important;
    margin-top: -12px;
    padding: 5px 10px;
}

    input[value="New Code"]:hover,
    input[value="Assign Exchange"]:hover {
        /* also see site.css line 433 for button specific code */
        /* color: #286737;*/ /* jay ??? */
        margin-top: -12px;
    }

/* Article Section *****************************************************************/
#article-section {
    /*padding: 0px 20px;*/
}
/* DATAGRID TABLE start */
/* column background and padding */
table#ContentPlaceHolder1_dg_BACode_GridView1 {
    border: none!important;
}

    table#ContentPlaceHolder1_dg_BACode_GridView1 tr td:nth-child(odd) {
        background-color: rgba(0,172,217,0.1);
    }

    /* table header (first row) */
    table#ContentPlaceHolder1_dg_BACode_GridView1 tr:first-of-type td {
        background-color: #dccca6!important;
        border-left: thin solid #fff;
    }

        table#ContentPlaceHolder1_dg_BACode_GridView1 tr:first-of-type td:first-of-type {
            border-left: none;
        }

        table#ContentPlaceHolder1_dg_BACode_GridView1 tr:first-of-type td:last-of-type {
            border-right: none;
        }

    table#ContentPlaceHolder1_dg_BACode_GridView1 tr:nth-of-type(1) a {
        color: #000!important;
    }
/* last row is special contians page numbers in column 1 */
xxxtable#ContentPlaceHolder1_dg_BACode_GridView1 tr:last-of-type td {
    background-color: #fff!important;
}
/* column widths */
.tablefixedsize tbody tr td:nth-child(1) {
    min-width: 12px;
    max-width: 12px;
}

.tablefixedsize tbody tr td:nth-child(2) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.tablefixedsize tbody tr td:nth-child(3) {
    min-width: 150px !important;
    max-width: 150px !important;
}

.tablefixedsize tbody tr td:nth-child(4) {
    min-width: 70px !important;
    max-width: 70px !important;
}

.tablefixedsize tbody tr td:nth-child(5) {
    min-width: 30px !important;
    max-width: 30px !important;
}

.tablefixedsize tbody tr td:nth-child(6) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.tablefixedsize tbody tr td:nth-child(7) {
    min-width: 30px !important;
    max-width: 30px !important;
}

.tablefixedsize tbody tr td:nth-child(8) {
    min-width: 70px !important;
    max-width: 70px !important;
}

.tablefixedsize tbody tr td:nth-child(9) {
    min-width: 50px !important;
    max-width: 50px !important;
}

.tablefixedsize tbody tr td {
    max-width: 20px;
    table-layout: fixed;
}

.xrtablefixedsize tbody tr td:nth-child(1) {
    min-width: 10px;
    max-width: 10px;
}

.xrtablefixedsize tbody tr td:nth-child(2) {
    min-width: 180px !important;
    max-width: 180px !important;
}

.xrtablefixedsize tbody tr td:nth-child(3) {
    min-width: 80px !important;
    max-width: 80px !important;
}

.xrtablefixedsize tbody tr td:nth-child(4) {
    min-width: 70px !important;
    max-width: 70px !important;
}

.xrtablefixedsize tbody tr td:nth-child(5) {
    min-width: 105px !important;
    max-width: 105px !important;
}

.xrtablefixedsize tbody tr td:nth-child(6) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.xrtablefixedsize tbody tr td:nth-child(7) {
    min-width: 10px !important;
    max-width: 10px !important;
}

.xrtablefixedsize tbody tr td:nth-child(8) {
    min-width: 30px !important;
    max-width: 30px !important;
}

.xrtablefixedsize tbody tr td:nth-child(9) {
    min-width: 30px !important;
    max-width: 30px !important;
}

.xrtablefixedsize tbody tr td {
    max-width: 15px;
    table-layout: fixed !important;
}


.companytablefixedsize tbody tr td:nth-child(1) {
    min-width: 200px !important;
    max-width: 200px !important;
    width: 15%;
}

.companytablefixedsize tbody tr td:nth-child(2) {
    min-width: 110px !important;
    max-width: 110px !important;
    width: 15%;
}

.companytablefixedsize tbody tr td:nth-child(3) {
    min-width: 80px !important;
    max-width: 80px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td:nth-child(4) {
    min-width: 70px !important;
    max-width: 70px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td:nth-child(5) {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td:nth-child(6) {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td:nth-child(7) {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td:nth-child(8) {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td:nth-child(9) {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 10%;
}

.companytablefixedsize tbody tr td {
    max-width: 15px;
    table-layout: fixed !important;
}

.xr2tablefixedsize tbody tr td:nth-child(1) {
    min-width: 10px;
    max-width: 10px;
}

.xr2tablefixedsize tbody tr td:nth-child(2) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(3) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(4) {
    min-width: 120px !important;
    max-width: 120px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(5) {
    min-width: 90px !important;
    max-width: 90px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(6) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.xrtablefixedsize tbody tr td:nth-child(7) {
    min-width: 100px !important;
    max-width: 100px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(8) {
    min-width: 30px !important;
    max-width: 30px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(9) {
    min-width: 40px !important;
    max-width: 40px !important;
}

.xr2tablefixedsize tbody tr td:nth-child(10) {
    min-width: 60px !important;
    max-width: 60px !important;
}

.xr2tablefixedsize tbody tr td {
    max-width: 20px;
    table-layout: fixed !important;
}

.dataaccesstablefixedsize tbody tr td:nth-child(1) {
    min-width: 15px;
    max-width: 15px;
}

.dataaccesstablefixedsize tbody tr td:nth-child(2) {
    min-width: 70px;
    max-width: 70px;
}

.dataaccesstablefixedsize tbody tr td:nth-child(3) {
    min-width: 155px;
    max-width: 155px;
}

.dataaccesstablefixedsize tbody tr td:nth-child(4) {
    min-width: 70px;
    max-width: 70px;
}

.dataaccesstablefixedsize tbody tr td:nth-child(5) {
    min-width: 150px;
    max-width: 150px;
}

.dataaccesstablefixedsize tbody tr td:nth-child(7) {
    min-width: 140px;
    max-width: 140px;
}

.dataaccesstablefixedsize tbody tr td:nth-child(8) {
    min-width: 40px;
    max-width: 40px;
}


.dataaccesstablefixedsize tbody tr td {
    min-width: 10px;
    max-width: 10px;
    table-layout: fixed;
}

.babrowsetablefixedsize tbody tr td:nth-child(1) {
    min-width: 40px;
    max-width: 40px;
    width: 10%;
}

.babrowsetablefixedsize tbody tr td:nth-child(2) {
    min-width: 60px;
    max-width: 60px;
    width: 30%;
}

.babrowsetablefixedsize tbody tr td:nth-child(3) {
    min-width: 100px;
    max-width: 100px;
    width: 30%;
}

.babrowsetablefixedsize tbody tr td:nth-child(4) {
    min-width: 110px;
    max-width: 110px;
    width: 30%;
}



.babrowsetablefixedsize tbody tr td {
    min-width: 40px;
    max-width: 40px;
    table-layout: fixed;
}

.userbrowsetablefixedsize tbody tr td:nth-child(1) {
    min-width: 80px;
    max-width: 80px;
    width: 20%;
}

.userbrowsetablefixedsize tbody tr td:nth-child(2) {
    min-width: 80px;
    max-width: 80px;
    width: 15%;
}

.userbrowsetablefixedsize tbody tr td:nth-child(3) {
    min-width: 120px;
    max-width: 120px;
    width: 20%;
}

.userbrowsetablefixedsize tbody tr td:nth-child(4) {
    min-width: 100px;
    max-width: 100px;
    width: 20%;
}

.userbrowsetablefixedsize tbody tr td:nth-child(5) {
    min-width: 60px;
    max-width: 60px;
    width: 10%;
}

.userbrowsetablefixedsize tbody tr td:nth-child(6) {
    min-width: 60px;
    max-width: 60px;
    width: 10%;
}

.userbrowsetablefixedsize tbody tr td {
    min-width: 40px;
    max-width: 40px;
    table-layout: fixed;
}



.allocationResulttablefixedsize tr td:nth-child(1) {
    min-width: 20px;
    max-width: 30px;
    width: 2%;
}

.allocationResulttablefixedsize tr td:nth-child(2) {
    min-width: 80px;
    max-width: 80px;
    width: 35%;
}

.allocationResulttablefixedsize tr td:nth-child(3) {
    min-width: 70px;
    max-width: 90px;
    width: 23%;
}

.allocationResulttablefixedsize tr td:nth-child(4) {
    min-width: 90px;
    max-width: 90px;
    width: 20%;
}

.allocationResulttablefixedsize tr td:nth-child(5) {
    min-width: 60px;
    max-width: 60px;
    width: 10%;
}

.allocationResulttablefixedsize tr td:nth-child(6) {
    min-width: 80px;
    max-width: 120px;
    width: 10%;
}




table#ContentPlaceHolder1_dg_BACode_GridView1 {
    /*table-layout: fixed;*/
}
/* column widths for columns 1, 2, 3, etc.*/
#article-section td:nth-of-type(1) {
    /*width:5px!important;*/
}

#article-section td:nth-of-type(2) {
    /*width:8px!important;*/
}

#article-section td:nth-of-type(3) {
    /*width:100%!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(4) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(5) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(6) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(7) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(8) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(9) {
    /*width:14px!important;
	overflow:hidden;*/
}
/* column text padding */
table#ContentPlaceHolder1_dg_BACode_GridView1 tr td {
    padding-left: 10px;
}
/* row border */
/*table#ContentPlaceHolder1_dg_BACode_GridView1 tr td {
    border-bottom: thin solid rgba(0,172,217,0.5); 
}*/

table#ContentPlaceHolder1_dg_BACode_GridView1 tr:last-of-type td {
    border-bottom: none;
}

/* checkboxes via http://www.inserthtml.com/2012/06/custom-form-radio-checkbox/ */
input[type="checkbox"] {
    /*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
    /*border: 1px solid #000;*/
    padding: 5px;
    display: inline-block;
    position: relative;
}

input[type="radio"] {
    /*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
    border: 0px solid #000!important;
}

/*table#ContentPlaceHolder1_dg_BACode_GridView1 input[type="checkbox"]:active,
table#ContentPlaceHolder1_dg_BACode_GridView1 input[type="checkbox"]:checked:active {
    xxxbox-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

table#ContentPlaceHolder1_dg_BACode_GridView1 input[type="checkbox"]:checked {
    border: 1px solid #c83200;
    color: #00acd9;
}

    table#ContentPlaceHolder1_dg_BACode_GridView1 input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        bottom: -1px;
        left: 1px;
        color: #00acd9; 
    }*/











#article-section label {
    display: inline;
    margin: 2px 0px 0px 0px;
}

#article-section .regular-checkbox {
    display: none!important;
}

    #article-section .regular-checkbox + label {
        background-color: transparent;
        border: 1px solid #000;
        box-shadow: none;
        padding: 6px;
        border-radius: 1px;
        display: inline-block;
        position: relative;
    }

        #article-section .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    #article-section .regular-checkbox:checked + label {
        background-color: #fff;
        xxxborder: 1px solid #adb8c0;
        xxxbox-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        xxxcolor: #99a1a7;
    }

        #article-section .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 10px;
            font-weight: bold;
            position: absolute;
            bottom: 0px;
            left: 2px;
            color: #00acd9; /* jay ??? */
        }



.button {
    background-color: rgba(39,98,166,1.0)!important;
    color: #f1f1f1;
    text-transform: uppercase;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    border: none!important;
    margin-top: -12px;
    padding: 5px 10px;
}
    /* disabled css added by - Ashish Khare for TFS-1584 */
    .button:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }





/* DATAGRID TABLE end */

/* SECURITY POLICY PAGE */
/* radio buttons via http://www.inserthtml.com/2012/06/custom-form-radio-checkbox/ */
form[action="SecurityPolicy.aspx"] table:nth-of-type(2) tr td table { /* page 3rd level nav */
    background-color: #ff0000;
}

div#ContentPlaceHolder1_pnlPage2 {
    /*background-color: #ff00ff!important;*/
}

    div#ContentPlaceHolder1_pnlPage2 table {
        /*background-color: #ffff00!important;*/
    }

input#ContentPlaceHolder1_rbUsePortal {
    background-color: #00ff00!important;
    color: #ff0000;
}




/* Begin FOOTER   ******************************************************/
#footer_full {
    background-color: transparent;
    font-weight: bold;
}


/* End   FOOTER   ******************************************************/


html {
    /*background-color:#6c6c6c;
	height: 100%;*/
    /*background: url(/tbdp/Thales_Harvest-Background.jpg) !important;*/
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

    #bg img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
    }

body {
    /*background-color:#6c6c6c;
   background-image: url("/tbdp/Thales_Harvest-Background.jpg") !important;*/
    /*background-image:url(/tbdp/Thales_Harvest-Background.jpg)!important;
	background-size: 100% 100%;*/
    border-top: none;
    height: 100%;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif !important;
}

    body #form1 {
        height: 100%;
        position: relative;
        text-align: left;
        width: 1250px;
        z-index: 9999;
    }

header {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("/Images/MagnifyingGlass.png") !important;
    background-position: 5px center;
    background-repeat: no-repeat;
    float: right;
    font-weight: bold;
    height: 32px;
    margin-right: 48px;
}

#searchBox {
    color: #86777a;
    float: left;
    font-size: 10px;
    height: 12px;
    margin: 8px 9px 0px 11px;
    padding: 2px;
    width: 240px;
}

#ContentPlaceHolder1_txt_search {
    color: #86777a;
    font-size: 10px;
    height: 12px;
    margin: 8px 9px 5px 11px;
    padding: 2px;
    width: 240px;
}

#ContentPlaceHolder1_ucMyAccess_txtSearch {
    color: #86777a;
    font-size: 10px;
    height: 12px;
    margin: 8px 9px 5px 11px;
    padding: 2px;
    width: 170px;
}

#ContentPlaceHolder1_txt_search:focus {
    border: 1px solid #000000 !important;
    outline-color: #000000 !important;
}

#form1 header input#searchBox, #ContentPlaceHolder1_txt_search, #ContentPlaceHolder1_ucMyAccess_txtSearch {
    background-image: url("/Images/MagnifyingGlass.png") !important;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

#helpLink {
    background: url("/Images/helpIcon.png") no-repeat scroll 10px 6px transparent;
    border-left: 1px solid #999999 !important;
    border-right: 1px solid #999999 !important;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 24px !important;
    padding: 8px 15px 0 30px;
}

/*#helpLink {
    border-left: 1px solid #999999 !important;
    border-right: 1px solid #999999 !important;
    height: 24px !important;
}*/

#userDetails {
    background-color: #487655;
    border-right: 1px solid #7F9F88;
    color: #ffffff;
    display: block;
    float: left;
    height: 24px;
    padding: 8px 15px 0 8px!important;
    font-size: 12px;
}

header a {
    background-color: #487655;
    border-right: 1px solid #7F9F88;
    color: #FFFFFF !important;
    float: left;
    font-size: 12px;
    height: 24px;
    padding: 8px 15px 0 8px;
}

#btnLogout {
    border-right: none;
}

nav {
    background-color: #000000;
    color: #ffffff !important;
    float: left;
    width: 142px;
}

ul#menu li {
    text-align: left;
    border-top: 1px solid #999999;
    /*padding-left: 0;*/
    padding: 8px 12px;
}

    ul#menu li.deeper {
        background: url("../Images/nav-arrows.png") no-repeat scroll 123px 10px transparent;
    }

    ul#menu li:hover {
        background-color: #487655;
        text-align: left;
    }

    ul#menu li a {
        color: #ffffff!important;
        padding: 8px 12px;
        width: 117px;
        font-size: 1.0em;
        /*margin-left: -5px;*/
        margin-left: -5px;
    }

    ul#menu li:hover a {
        color: #ffffff;
    }

    ul#menu li ul {
        background-color: #487655;
        border-top: 1px solid #568861;
        margin: 10px 0 0 -12px;
        position: static;
        width: 102px;
    }

        ul#menu li ul li {
            /*padding: 0;*/
            padding: 3px 1px;
            border: none;
            margin-left: -21px;
        }

            ul#menu li ul li a {
                /*margin-left: -27px;
                padding: 1px 0 1px 2px;
                margin-left:-5px;*/
                padding: 1px 0 1px 5px;
                margin-left: -1px;
                width: 164px;
            }

            ul#menu li ul li:hover a {
                background-color: #1a4324;
                color: #a0e6aa;
            }

article {
    background-color: #ffffff;
    /*float: right;*/
    margin: 11px 9px;
    min-height: 500px;
    /*padding: 25px;*/
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 10px;
    width: 1040px!important;
}


footer {
    background-color: transparent;
    width: 1250px;
}

.footer_content {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

/* security page top radio buttons */
#article-section .radiobuttons,
#article-section .radiobuttons input,
#article-section .radiobuttons label {
    float: left;
    clear: none;
    display: inline-block;
}

    #article-section .radiobuttons input {
        padding: 6px 0px 0px 0px;
    }

    #article-section .radiobuttons label {
        padding: 4px 0px 0px 0px;
    }

#xxxarticle-section .thales-radio + label:after {
    content: 'O';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    background: rgba(112,158,154,1.0);
    text-shadow: 0px;
    left: -14px;
    font-size: 32px;
}

.thales-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    background: rgba(112,158,154,1.0);
    text-shadow: 0px;
    left: -14px;
    font-size: 32px;
}


.thales-radio label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    background: rgba(112,158,154,1.0);
    text-shadow: 0px;
    left: -14px;
    font-size: 32px;
}

.radiobuttons label {
    font-family: Arial, Helvetica, sans-serif;
}

#article-section .radiobuttons input {
    margin-right: 5px;
}

#article-section .radiobuttons label {
    margin-right: 20px;
}



#article-header #header-row2 #limit, #article-header #header-row2 #limit span, #article-header #header-row2 #limit #checkboxes, #article-header #header-row2 #limit #checkboxes input, #article-header #header-row2 #limit #checkboxes label, #article-header #header-row2 #view, #article-header #header-row2 #view span, #article-header #header-row2 #view .radiobuttons, #article-header #header-row2 #view .radiobuttons input, #article-header #header-row2 #view .radiobuttons label {
    clear: none;
    display: inline-block;
    float: left;
}

    #article-header #header-row2 #view .radiobuttons label {
        font-family: Arial,Helvetica,sans-serif;
    }



/* DATAGRID TABLE start */
/* column background and padding */
.gridView {
    border: none!important;
}

    .gridView tr td {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        -ms-text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

        .gridView tr td:nth-child(odd) {
            /*background-color: rgba(0,172,217,0.1);*/
        }
    /* table header (first row) */
    /*.gridView tr:first-of-type td{
	background-color:#dccca6!important;
	border-left: thin solid #fff;
	}
.gridView tr:first-of-type td:first-of-type{
	border-left: none;
	}
.gridView tr:first-of-type td:last-of-type{
	border-right: none;
	}*/
    .gridView tr:nth-of-type(1) a {
        color: #000!important;
    }
    /* last row is special contians page numbers in column 1 */
    .gridView tr:last-of-type td {
        background-color: #fff!important;
    }

    .gridview tr td {
        border-bottom: thin solid grey !important;
    }
/* column widths */
.gridView {
    /*table-layout: fixed;*/
}
/* column widths for columns 1, 2, 3, etc.*/
#article-section td:nth-of-type(1) {
    /*width:5px!important;*/
}

#article-section td:nth-of-type(2) {
    /*width:8px!important;*/
}

#article-section td:nth-of-type(3) {
    /*width:100%!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(4) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(5) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(6) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(7) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(8) {
    /*width:14px!important;
	overflow:hidden;*/
}

#article-section td:nth-of-type(9) {
    /*width:14px!important;
	overflow:hidden;*/
}

.newpages td table tbody tr td {
    background-color: white !important;
    padding: 0px !important;
}

.newpages td table tbody tr td {
    max-width: 15px !important;
}

.newpages td table {
    float: right;
}



.dataaccessgridView tr td:nth-child(2n+1) {
    background-color: rgba(230, 230, 230, 0.6);
}

.dataaccessgridView {
    border: none!important;
}



    .dataaccessgridView tr:nth-of-type(1) a {
        color: #000!important;
    }
    /* last row is special contians page numbers in column 1 */
    .dataaccessgridView tr:last-of-type td {
        background-color: #fff!important;
        border: none!important;
    }

    .dataaccessgridView tr td {
        border-bottom: thin solid grey !important;
        padding-left: 10px;
    }




/* column text padding */
.gridView tr td {
    padding-left: 10px;
    padding-right: 5px;
}
/* row border */
.gridView tr td {
    border-bottom: thin solid grey; /* jay??? */
}

.gridView tr:last-of-type td {
    border-bottom: none;
}


.gridView input[type="checkbox"]:active,
.gridView input[type="checkbox"]:checked:active {
    xxxbox-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.gridView input[type="checkbox"]:checked {
    border: 1px solid #c83200;
    color: #00acd9;
}

    .gridView input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        bottom: -1px;
        left: 1px;
        color: #00acd9; /* jay ??? */
    }

.productBrowseGridView tr td:nth-child(2) {
    width: 15%;
}

.productBrowseGridView tr td:nth-child(3) {
    width: 20%;
}

.productBrowseGridView tr td:nth-child(4) {
    width: 20%;
}

.productBrowseGridView tr td:nth-child(5) {
    width: 10%;
}

.productBrowseGridView tr td:nth-child(6) {
    width: 10%;
}

.productBrowseGridView tr td:nth-child(7) {
    width: 10%;
}

.productBrowseGridView tr td:nth-child(8) {
    width: 15%;
}


.productCrossRefGridView tr td:nth-child(2) {
    width: 20%;
}

.productCrossRefGridView tr td:nth-child(3) {
    width: 15%;
}

.productCrossRefGridView tr td:nth-child(4) {
    width: 10%;
}

.productCrossRefGridView tr td:nth-child(5) {
    width: 20%;
}

.productCrossRefGridView tr td:nth-child(6) {
    width: 20%;
}

.productCrossRefGridView tr td:nth-child(7) {
    width: 15%;
}



.productDetailsCrossRefGridView tr td:nth-child(2) {
    width: 15%;
}

.productDetailsCrossRefGridView tr td:nth-child(3) {
    width: 10%;
}

.productDetailsCrossRefGridView tr td:nth-child(4) {
    width: 25%;
}

.productDetailsCrossRefGridView tr td:nth-child(5) {
    width: 20%;
}

.productDetailsCrossRefGridView tr td:nth-child(6) {
    width: 15%;
}

.productDetailsCrossRefGridView tr td:nth-child(7) {
    width: 15%;
}


#article-section .gridView tr:first-of-type td {
    background-color: rgba(204, 153, 102, 0.8) !important;
    border-left: thin solid #FFFFFF;
    padding: 5px 0;
}

#article-section .gridView tr td:nth-child(2n+1) {
    background-color: rgba(230, 230, 230, 0.6);
}

#article-section .gridViewNoHorizontalColor tr td:nth-child(2n+1) {
    background-color: transparent;
    border-right: thin solid white;
    border-left: thin solid white;
}


.pageGridButton a[selected="selected"] {
    background-color: transparent!important;
    color: rgba(72,118,85,1.0)!important;
    text-decoration: none!important;
}

.pageGridButton a {
    background-color: transparent!important;
    color: rgba(153,153,153,1.0)!important;
    text-decoration: none!important;
}

.align-right {
    text-align: right!important;
}

.align-left {
    text-align: left !important;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right;
}

.selectboxit-container {
    margin-top: -7px;
    border: 1px solid rgba(230,230,230,1);
}

.searchinput {
    background-image: url(/images/MagnifyingGlass.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    border: 1px solid rgba(153,153,153,1.0);
    border-top: 2px;
    border-top-style: inset;
    color: rgba(153,153,153,1.0);
    margin: 0px;
    padding: 2px 25px;
    width: 215px;
}

#checkboxes {
    clear: none;
    float: left;
    display: inline-block;
}


#ContentPlaceHolder1_gdv_account tr td:nth-child(2n+1), #ContentPlaceHolder1_gdv_portfolio tr td:nth-child(2n+1) {
    background-color: rgba(230, 230, 230, 0.7) !important;
}

#ContentPlaceHolder1_gdv_account tr td, #ContentPlaceHolder1_gdv_portfolio tr td {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5px !important;*/
    border-bottom: thin solid #B4B4B4;
}

.gridview_trimmer tbody tr td:nth-of-type(1) {
    min-width: 20px;
    max-width: 20px;
}

.gridview_trimmer tbody tr td:nth-of-type(2) {
    min-width: 240px;
    max-width: 240px;
}

.gridview_trimmer tbody tr td:nth-of-type(3) {
    min-width: 75px;
    max-width: 75px;
}

.gridview_trimmer tbody tr td:nth-of-type(4) {
    min-width: 240px;
    max-width: 240px;
}

.gridview_trimmer tbody tr td:nth-of-type(5) {
    min-width: 43px;
    max-width: 43px;
}

.gridview_trimmer tbody tr td:nth-of-type(6) {
    min-width: 35px;
    max-width: 35px;
}

.gridview_trimmer tbody tr td span {
    font-weight: 100 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}


.article-title {
    color: #000;
    font-size: 20px;
}

.lnkNotificationCenter {
    float: right;
    padding-top: 10px;
}

.chkboxdis input[type="checkbox"] {
    display: none!important;
}

.chkboxdis {
    border: 1px solid #999999;
    border-radius: 1px 1px 1px 1px;
    display: inline-block !important;
    padding: 6px;
    position: relative;
}

.chkbox input[type="checkbox"] {
    display: none!important;
}

    .chkbox input[type="checkbox"]:checked + label:before {
        bottom: 0;
        color: #709E9A;
        content: "✔";
        display: inline-block !important;
        font-size: 10px;
        font-weight: bold;
        left: 2px;
        padding: 0;
        position: absolute;
    }

    .chkbox input[type="checkbox"]:checked + label {
        border: 1px solid #709E9A;
        border-radius: 1px 1px 1px 1px;
        display: inline-block !important;
        padding: 6px;
        position: relative;
    }

    .chkbox input[type="checkbox"] + label {
        border: 1px solid #000000;
        border-radius: 1px 1px 1px 1px;
        display: inline-block !important;
        padding: 6px;
        position: relative;
    }

.chkbox input[type="radio"] {
    border: 0px!important;
}

.chkboxborder input[type="checkbox"] {
    display: none!important;
}

    .chkboxborder input[type="checkbox"]:checked + label:before {
        bottom: 0;
        color: #709E9A;
        content: "✔";
        display: inline-block !important;
        font-size: 10px;
        font-weight: bold;
        left: 2px;
        padding: 0;
        position: absolute;
    }

    .chkboxborder input[type="checkbox"]:checked + label {
        border: 1px solid #709E9A;
        border-radius: 1px 1px 1px 1px;
        display: inline-block !important;
        padding: 6px;
        position: relative;
    }

    .chkboxborder input[type="checkbox"] + label {
        border: 1px solid #B4B4B4;
        border-radius: 1px 1px 1px 1px;
        display: inline-block !important;
        padding: 6px;
        position: relative;
    }

.chkboxborder input[type="radio"] {
    border: 0px!important;
}

.checkboxafter label {
    margin-left: 10px !important;
}

.checkboxafter {
    margin-left: 10px !important;
}


.rdio tr td label {
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.rdio tr td input + label {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
}

.rdio tr td input:checked + label {
}

.rdio tr td input {
    border: none;
    margin-right: 10px;
    padding: 0;
}

    .rdio tr td input:checked + label:before {
        background: none repeat scroll 0 0 #709E9A;
        border-radius: 50px 50px 50px 50px;
        content: " ";
        font-size: 32px;
        height: 6px;
        left: -19px;
        position: absolute;
        top: 2px;
        width: 6px;
    }
/*Style for dropdown lists*/
.selectboxit-container {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    min-width: 40px;
    max-width: 500px;
    font-family: arial, Verdana,helvetica, sans-serif;
    font-size: 12px;
    height: 25px;
    background: url("../Images/DownArrow-Off.png") scroll 97% no-repeat;
    border: 1px solid rgba(153,153,153,1);
    color: rgba(72,118,85,1);
    outline: none;
    padding: 2px;
    padding-right: 6px;
}

    .selectboxit-container option {
        -webkit-appearance: none;
        border-radius: 10px;
    }


    .selectboxit-container:hover {
        background: url("../Images/DownArrow-On.png") scroll 97% no-repeat;
        cursor: pointer;
        outline: none;
    }

#login {
    text-align: left !important;
}

.registertable {
    margin-top: 10px !important;
}

.registertablepara {
    font-size: 14px;
    margin-top: 4px !important;
}

.ajax__combobox_buttoncontainer button {
    margin-left: -25px !important;
}

.padright20 {
    padding-right: 20px;
}

.formbox {
    float: left;
    border: 1px inset rgba(230,230,230,1) !important;
}

    .formbox:focus {
        float: left;
        outline: none !important;
        border: 1px solid rgba(0,0,0,1) !important;
    }

#producttab {
    background: none;
}

    #producttab li {
        float: right;
        display: inline;
        list-style: none;
        margin-right: 20px;
    }

.ErrorColor {
    color: red !important;
    font-size: 200%;
    font-family: Arial, Helvetica, sans-serif;
}
.SuccessColor {
    color: #00529B !important;
    font-size: 200%;
    font-family: Arial, Helvetica, sans-serif;
}


/**  Feed File upload  ** */
#tblMessage {
    height: 23px;
    width: 100%;
}
    /*Message for Successful*/
    #tblMessage.Success {
        border: solid 1px #5AAD0D;
        background-color: #E5F7D5;
    }
    /*Message for Information*/
    #tblMessage.Information {
        border: solid 1px #88B5E9;
        background-color: #E2EDF8;
    }
    /*Message for Warning*/
    #tblMessage.Warning {
        border: solid 1px #FD7B04;
        background-color: #FFF7E7;
    }
    /*Message for Error*/
    #tblMessage.Error {
        border: solid 1px #FF0001;
        background-color: #FFEAEA;
    }

#dvIcon {
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 38px;
}
    /*Message Icon for Successful*/
    #dvIcon.Success {
        background-image: url('../Images/Message_Success.png');
    }
    /*Message Icon for Information*/
    #dvIcon.Information {
        background-image: url('../Images/Message_Information.png');
    }
    /*Message Icon for Warning*/
    #dvIcon.Warning {
        background-image: url('../Images/Message_Warning.png');
    }

    /*Message Icon for Error*/
    #dvIcon.Error {
        background-image: url('../Images/Message_Error.png');
    }

#tblStatistics {
    border-color: gray;
}

    #tblStatistics tr:first-of-type td {
        background-color: rgba(204, 153, 102, 0.8) !important;
        padding: 5px 0px 0px 5px;
        border: thin solid gray;
        width: 10%;
        color: #000000;
        font-size: 11px;
        font-weight: bold;
    }

/** End Feed File upload  ** */
.rdiobutton input + label {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
}
/*radio button for radio buttons which are not part of a radio button list*/
.rdiobutton input:checked + label {
}

.rdiobutton input {
    border: none;
    margin-right: 10px;
    padding: 0;
}

    .rdiobutton input:checked + label:before {
        background: none repeat scroll 0 0 #709E9A;
        border-radius: 50px 50px 50px 50px;
        content: " ";
        font-size: 32px;
        height: 6px;
        left: -19px;
        position: absolute;
        top: 4px;
        width: 6px;
    }

.rdiobuttonreport input + label {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
}
/*radio button for radio buttons for reports*/
.rdiobuttonreport input:checked + label {
}

.rdiobuttonreport input {
    border: none;
    margin-right: 10px;
    padding: 0;
}

    .rdiobuttonreport input:checked + label:before {
        background: none repeat scroll 0 0 #709E9A;
        border-radius: 50px 50px 50px 50px;
        content: " ";
        font-size: 32px;
        height: 6px;
        left: -12px;
        position: absolute;
        top: 2px;
        width: 6px;
    }
/*radio button for registration*/
.rdiobuttonreg input:checked + label {
}

.rdiobuttonreg input {
    border: none;
    margin-right: 10px;
    padding: 0;
}

    .rdiobuttonreg input:checked + label:before {
        background: none repeat scroll 0 0 #709E9A;
        border-radius: 50px 50px 50px 50px;
        content: " ";
        font-size: 32px;
        height: 6px;
        left: -19px;
        position: absolute;
        top: -1px;
        width: 6px;
    }
/*font properties of registration*/
.registrationfont {
    font-size: 12px !important;
}

.bordergraythin {
    border: thin solid rgba(153,153,153,0.4);
    padding-left: 5px;
    padding-top: 5px;
}

.width850 {
    width: 850px;
}

.sectitle {
    background-color: rgba(230,230,230,0.6);
    margin-top: 10px;
    margin-bottom: 10px;
    color: rgba(72,118,85,1.0);
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: PT_Sans, 'PT Sans', sans-serif !important;
    padding: 5px 0px 5px 5px;
}

.boldfont tr td {
    font-weight: bold;
    margin-right: 5px;
}

.fontsize11 {
    font-size: 11px;
    color: rgba(153,153,153,1.0)!important;
    font-weight: normal !important;
}

.formbox1 {
    border: 1px inset rgba(230,230,230,1) !important;
    height: 11px;
}

    .formbox1:focus {
        outline: none !important;
        border: 1px solid rgba(0,0,0,1) !important;
    }

.margin6 {
    margin-top: 6px !important;
}

.info {
    background-color: #BDE5F8;
    background-image: url("/images/info.png");
    background-repeat: no-repeat;
    color: #00529B;
    font-size: small;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}

.requiredcolor {
    color: red;
}


.selectedParaentMenu {
    background-color: #487655;
    border-top: 1px solid #7f9f88; /*#568861;*/
    margin: 10px 0 0;
    position: static;
    width: 118px;
}

.selectedChildMenu {
    background-color: #1a4324 !important;
}

.statsresult {
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    color: rgb(173, 98, 98);
}

.hide {
    display: none;
}

.rotate1 {
    -webkit-transform: rotate(0deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    /*-ms-transform: rotate(0deg);*/
    transform: rotate(0deg);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.rotate2 {
    -webkit-transform: rotate(-180deg) translate3d( 0, 0, 0);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    /*-ms-transform: rotate(-180deg);*/
    transform: rotate(-180deg);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}



.questionsbox {
    background-color: rgba(0,0,0,0.4);
    height: auto;
    width: 420px;
    margin: 10% 0px 0px 40%;
}

.twofactorbox {
    background-color: rgba(0,0,0,0.4);
    height: 225px;
    width: 420px;
    /*margin: 25px 0px 0px 0px;*/
}

.verifybox {
    background-color: rgba(0,0,0,0.4);
    height: 375px;
    width: 480px;
    margin: 25px 0px 0px 0px;
}

.boxheader {
    text-align: left;
    display: block;
    padding: 20px 0px 10px 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    width: 390px;
    margin-left: 10px;
    margin-right: 10px;
}

.boxfont {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    width: 450px;
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
}

.boxpasswordreset {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    width: 130px;
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
}

.boxquestionsfont {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    width: 450px;
    float: left;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
}

/*.boxfontcode {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    width: 35px;
    float: left;
    text-align: left;
    padding-top:5px;
    padding-left: 10px;
}*/

/*.boxtextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid rgba(153,153,153,1.0);
	border-top: 0px;
	border-top-style:inset;
	color: rgba(153,153,153,1.0);
	padding: 3px;
	margin-left:10px;	
	width:200px;


	}*/

.boxinfofont {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    width: 600px;
    float: left;
    text-align: left;
    padding-left: 12px;
}

.subtitle {
    color: #DEDEDE;
    font-size: 1.25em;
    font-weight: bold;
}

.errors {
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    color: #d42008;
}

.matchReport th {
    background-color: #fff;
    /*border-bottom: 2px solid #000;*/
}

/*.matchReport tr:first-child td 
{
        border-top: 5px solid #000;
}
*/
.matchReport tr:nth-child(1) th {
    text-align: center !important;
}

.matchReport tr:nth-child(2) th {
    border-bottom: 5px double black;
    padding-left: 5px !important;
}

.matchReport tr:nth-child(3) td {
    border-top: 6px solid black;
}

.matchReport tr td {
    padding-left: 5px;
    padding-right: 1em!important;
}

.reportSubTotal {
    border: 1px solid black;
}

.reportGridHeaderBorder th:nth-child(2) {
    border: 3px solid black;
    border-right: 3px solid black !important;
    border-bottom: 0px solid #fff;
    color: #ccc;
}

.reportHeaderBorder th {
    border: 3px solid black;
    border-right: 3px solid black !important;
    border-bottom: 0px solid #fff;
    color: #ccc;
}

.reportSourcesColBorder {
    border-left: 3px solid black;
}

.reportSourcesColLeftWhiteBorder {
    border-left: 3px solid #fff;
}

.reportSourcesColTopBorder {
    border-top: 3px solid black!important;
}

.reportSourcesColBottomBorder {
    border-bottom: 3px solid black!important;
}

.queryResultSearch {
    font-size: 0.65em!important;
}

.dvVerticalScroll {
    overflow-y: auto;
    height: 135px;
    width: 99%;
}

.dvQuickLinksVerticalScroll {
    overflow-y: scroll;
    height: 221px;
    width: 99%;
}

.dvSystemAlertVerticalScroll {
    overflow-y: auto;
    height: 110px;
    width: 99%;
}

.font10px td {
    font-size: 10px;
}

.grid100pc {
    width: 100%;
    font-size: 10px;
    table-layout: fixed;
}

    .grid100pc tbody tr td:nth-child(3) {
        width: 120px;
        /*text-overflow:ellipsis;
    white-space: nowrap;*/
        /*overflow: hidden;*/
    }





.Customdropdownlist {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    min-width: 40px;
    max-width: 500px;
    /*font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;*/
    height: 25px;
    /*background: url("../Images/downArrow.png") scroll 97% no-repeat;*/
    background: url("../Images/DownArrow-On.png") scroll 97% no-repeat;
    border: 0px !important;
    /*color: rgba(72,118,85,1);*/
    color: #f1f1f1;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    padding: 2px;
    padding-right: 6px;
    background-color: rgba(39,98,166,1.0)!important;
}

    .Customdropdownlist option {
        -webkit-appearance: none;
        border-radius: 10px;
    }


    .Customdropdownlist:hover {
        background: url("../Images/DownArrow-On.png") scroll 97% no-repeat;
        cursor: pointer;
        outline: none;
    }

.ddlRestoreList {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    min-width: 40px;
    max-width: 500px;
    border: 0px !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    padding: 0px;
    padding-right: 6px;*/
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(39,98,166,1.0)!important;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    /*-webkit-user-select: none;*/
    background: url(../images/DownArrow-On.png) no-repeat right #ddd;
    /*background-image: url(../images/DownArrow-On.png);*/ /*, -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: center right;
    background-repeat: no-repeat;*/
    border: 1px solid #AAA;
    color: #fff;
    /*background: rgba(39,98,166,1.0);*/
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*background: rgba(39,98,166,1.0)!important #ddd;*/
}

    .ddlRestoreList:hover {
        background-image: url(../images/DownArrow-On.png);
        cursor: pointer;
        outline: none;
        /*border: 0px !important;*/
        border: 1px solid #AAA;
        font-weight: 600;
    }

    .ddlRestoreList SELECT {
        background: none transparent scroll repeat 0% 0% !important;
    }

    .ddlRestoreList option {
        /*background-color:#fff;*/
        color: #000;
    }

/*.ddlRestoreList option:focus
{
    background-color: rgba(39,98,166,1.0)!important;
}

select::-ms-expand {
    display: none!important;
}*/


.styled-select select {
    background: transparent;
    width: 285px;
    padding: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: 0;
    /*line-height: 1;
       border-radius: 0;*/
    /*height: 34px;*/
}

.styled-select {
    width: 262px;
    height: 28px;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0);
    background-size: 10%;
    background-position: right 1px bottom -2px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px; /*IE & firefox*/
    -webkit-border-radius: 5px; /*chrome*/
    -webkit-box-shadow: 0px 1px 3px rgba(39,98,166,1.0)!important;
    margin-right: 5px;
}

    .styled-select option {
        color: #000!important;
        /*Bug 1598*/
        /*text-align:center;*/
        /*padding-left:20px;*/
        /*Bug 1598*/
        /* text-indent: 5em;*/
        /*Bug 1598*/
        background-color: white;
    }


    .styled-select optgroup {
        color: #000!important;
        /*Bug 1598*/
        background-color: white;
    }




.styled-selectsmall select {
    background: transparent;
    width: 145px;
    padding: 6px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    border: 0;
    /*line-height: 1;
       border-radius: 0;*/
    /*height: 34px;*/
}

.selectDropDownAssign select {
    float: left;
    margin-left: 5px;
    width: 277px!important;
    font-size: 12px!important;
    margin-top: 5px;
    font-weight: 600 !important;
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0)!important;
    margin-right: 5px;
    background: transparent!important;
    padding: 2px;
}

.selectDropDownAssign {
    width: 259px!important;
    /*margin-left: -14px!important;*/
    margin-top: -7px!important;
    /*height: 28px!important;*/
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0)!important;
    background-size: 8%!important;
    background-position: right 5px bottom 2.2px!important;
    height: 23px!important;
}

.customddlSize {
    width: 250px;
}

.styled-selectsmall {
    width: 94px;
    height: 28px;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0);
    background-size: 25%;
    background-position: right 1px bottom -2px;
    /*border: 1px solid #ccc;*/
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-webkit-box-shadow: 0px 1px 3px rgba(39,98,166,1.0)!important;*/
    margin-right: 5px;
    /*Bug 1598*/
    color: #fff;
}


    .styled-selectsmall option {
        color: #000!important;
        /*Bug 1598*/
        background-color: white;
    }


    .styled-selectsmall optgroup {
        color: #000!important;
        /*Bug 1598*/
        background-color: white;
    }

.styled-selecteod select {
    float: left;
    margin-left: 5px;
    width: 215px!important;
    font-size: 12px!important;
    margin-top: 0px;
    font-weight: 600 !important;
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0)!important;
    margin-right: 5px;
    background: transparent!important;
    padding: 2px;
}

.styled-selecteod {
    width: 200px!important;
    /*margin-left: -14px!important;
     margin-top:-7px!important;*/
    /*height: 28px!important;*/
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0)!important;
    background-size: 8%!important;
    background-position: right 5px bottom 0px!important;
    height: 23px!important;
}

.styled-select-medium select {
    float: left;
    margin-left: 5px;
    width: 185px!important;
    font-size: 12px!important;
    margin-top: 3px;
    font-weight: 600 !important;
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0)!important;
    margin-right: 5px;
    background: transparent!important;
    padding: 2px;
    /*Bug 1598*/
    color: #fff;
}

.styled-select-medium {
    width: 175px!important;
    background: url(../images/DownArrow-On-White.png) no-repeat rgba(39,98,166,1.0)!important;
    background-size: 13%!important;
    background-position: right 5px bottom 0px!important;
}

    /*Bug 1598*/
    .styled-select-medium option {
        color: #000;
        background-color: white;
    }

    /*Bug 1598*/
    .styled-select-medium optgroup {
        color: #000;
        background-color: white;
    }

/*DataGroupField*/

.divAlignCenter {
    width: 100%;
    text-align: center;
}

.filterPageHeader {
    background-color: #7b8790;
    border-width: 1px;
    border-style: solid;
    width: 73%;
}

/*Notificatation*/

.MarginTop {
    margin-top: 10px !important;
}

#div_user input {
    margin-top: 7px;
}

.headerColor {
    background-color: rgba(230,230,230,0.6);
    margin-bottom: 10px;
    color: #487655!important;
    padding: 5px 0px 5px 5px;
    text-transform: uppercase;
    font-size: 12px;
    xxxheight: 25px;
    line-height: 1.9em;
    font-weight: 700;
}

#companylogo {
    display: none;
}

#a_Verify, #a_SignIn {
    color: white!important;
}

#imgLogo {
    display: none;
}


.headerMarginTop {
    margin-top: 0px;
}


.helpsupportcode {
    background-color: #FDBE89;
}

.mailto {
    color: #3a51b2!important;
    text-decoration: none!important;
    background-color: #fff!important;
    border-right: 0px!important;
    margin-left: -9px!important;
}

div#dvHelpReqCallback.down:after {
    content: "\25BC";
}

div#dvHelpReqCallback:after {
    content: "\25B2";
}

div#dvContactDirectly.down:after {
    content: "\25BC";
}

div#dvContactDirectly:after {
    content: "\25B2";
}

.fontbold {
    font-weight: bolder;
    font-family: Verdana, Geneva, sans-serif;
}

.statusCodeBox {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 10px;
    padding-left: 9px;
    margin-right: -4px;
}

.excelIcon {
    width: 25px;
}

.pdfIcon {
    width: 30px;
}

.fontnormal {
    font-weight: 500;
    font-style: normal;
}

.fontred {
    color: red!important;
}

.footerMainLeft {
}

.footerMainRight {
    width: 295px;
    float: right;
}

.gridViewFeedFileStatus th {
    background-color: #fff;
}

.gridViewFeedFileStatus td {
    font-weight: bold;
    padding-left: 10px;
}

.loginsection {
    margin: 30px 0px 0px 25% !important;
}

.loginBox {
    background-color: rgba(0,0,0,0.4);
    height: 165px;
    width: 580px;
    margin: 130px 0px 0px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

article#login #article-section {
    /*background-color: rgba(0,0,0,0.4)!important;*/
    /* height: 165px; */
    /*width: 600px;
    margin: 130px 0px 0px 20%!important;
    padding-left: 0px!important;*/
}

article#login #dv-article-section {
    background-color: rgba(0,0,0,0.4)!important;
    /* height: 165px; */
    width: 600px;
    margin: 130px 0px 0px 35%!important;
    padding-left: 0px!important;
}

.gridPager {
    width: 20px;
    margin-top: -22px;
    border-width: 0px;
    top: 180px;
}

    .gridPager a {
        padding: 0px;
    }

.alertsBox {
    background-color: #f5f5f5!important;
    padding-left: 10px;
    padding-right: 10px;
    height: 265px !important;
    width: 600px;
    margin: 20% 0px 0px 0;
}



    .alertsBox #row1 div {
        color: #000!important;
        border-bottom: 1px solid rgba(180,180,180,1.0)!important;
    }

    .alertsBox table td {
        background-color: transparent!important;
    }

    .alertsBox table tr {
        background-color: transparent!important;
    }

.companydomaingrid th {
    background-color: #fff!important;
    text-align: left;
    padding-left: 0px;
}

.companydomaingrid tr {
    border-bottom-width: 0px!important;
}

.tabletopspacing7 {
    border-top-width: 7px!important;
    border-color: transparent;
}

.permissionTopHeader {
    color: #000;
    background-color: rgba(204, 153, 102, 0.8);
}

td input[type="submit"], td input[type="button"], td button {
    font-size: 0.8em!important;
    padding: 6px !important;
    margin-right: 4px!important;
}

.deleterule {
    text-decoration: line-through;
    color: #DC381F;
}

.QueryInfo {
    background-color: #ffefc1;
    border: 1px solid;
    color: #00529b;
    font-size: small;
    padding: 10px 10px 10px 10px;
}

select {
    vertical-align: middle;
}

/*TFS 1980 : Reporting Auto-Launch [Reverted]*/
/*.rptReportbutton {
            font-size: 1em !important;
            margin-right: 4px !important;
            padding: 4px !important;
            border: 1px solid rgba(0, 0, 0, 0.25) !important;
            cursor: pointer !important;
            font-weight: 600 !important;
            width: auto !important;
            background-color: #2762A6 !important;
            border: medium none !important;
            border-radius: 3px 3px 3px 3px;
            color: #F1F1F1;
            font-family: Verdana,Geneva,sans-serif;
            font-size: 12px;
            font-weight: 500;
            margin-top: -12px;
            padding: 5px 10px;
            text-transform: uppercase;
        }

    .rptReportbutton:hover {
        background-color: #487655 !important;
    }*/

.clsExcelButton {
    color: #FFFFFF;
    /*background-color: #455E8C !important;*/
    background-color: #455E8C;
    background-image: url('../Images/download_white.png');
    background-repeat: no-repeat;
    background-position: center left 20px;
    height: 40px;
    width: 120px;
    border-radius: 6px;
    border-color: transparent;
}

    .clsExcelButton:hover {
        background-color: #487655;
    }

.clsStartOverButton {
    color: #FFFFFF;
    background-color: #455E8C;
    background-image: url('../Images/skip-back_white.png');
    background-repeat: no-repeat;
    background-position: center left 10px;
    height: 40px;
    width: 120px;
    border-radius: 6px;
    border-color: transparent;
}

    .clsStartOverButton:hover {
        background-color: #487655;
    }

.clsBackButton {
    color: #FFFFFF;
    background-color: #455E8C;
    background-image: url('../Images/skip-back_white.png');
    background-repeat: no-repeat;
    background-position: center left 20px;
    height: 40px;
    width: 120px;
    border-radius: 6px;
    border-color: transparent;
}

    .clsBackButton:hover {
        background-color: #487655;
    }
