﻿/*---------------------------------------------------------
/*---------------------------------------------------------
Default (All Browsers) CSS Index - CML 30.07.2008 Egghead Design Ltd 
For IE see CMLIE.css

=1 Layout Structure Common Elements
	=1.1 Header
	=1.2 Menu
	=1.3 Logo
	=1.4 Horiz Menu
	=1.5 Left Column
	=1.6 Centre Column
	=1.7 Footer
=2 Generic Styling
=3 Navigation Elements
=4 Themes
	=4.1 Paging
=5 Forms
=6 Tree View Layout
=7 Labels
=8 Product
=9 Program Limits Page
    
/*---------------------------------------------------------
=1 Layout Structure Common Elements
-------------------------------------------------------*/

div {
    margin: 0px auto; /* Fix for IE9 div expanding when horizontal scrollbar shown */
}

.TreeNodeSelected {
    background-color: Lime;
}

body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 0.7em;
    color: #7c7c7c;
}

#fullwrapper {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 976px;
    background-color: transparent;
    text-align: left;
}

/*---------------------------------------------------------
=1.1 Header
----------------------------------------------------------*/

div .pageHeading {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #003366;
    clear: both;
}

div .pageSubHeading {
    color: #336699;
    clear: both;
}

#header {
    background-color: #ffffff;
    position: relative;
    width: 976px;
}

#reseller_header {
    min-height: 101px;
    background-color: #ffffff;
    position: relative;
    width: 976px;
}

.header {
    height: 101px;
    background-color: #ffffff;
    position: relative;
    width: 976px;
}

/*---------------------------------------------------------
=1.2 Menu
----------------------------------------------------------*/

#subheader {
    min-height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    position: relative;
    width: 976px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    float: left;
    z-index: 900;
}

    #subheader input[type="image"] {
        margin: 0px;
        margin-right: 25px;
        padding: 0px;
    }

    #subheader .LeftFloat input[type="image"] {
        float: left;
    }

    #subheader ul {
        margin-top: 5px;
        margin-bottom: 3px;
    }

#ResellerMenuItems input[type="image"] {
    margin-right: 15px;
}


/*---------------------------------------------------------
=1.3 Logo
----------------------------------------------------------*/

.LogoLH {
    float: left;
    margin-top: 12px;
}

.LogoRH {
    float: right;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 976px;
    max-height: 46px;
}

/*---------------------------------------------------------
=1.4 Horiz Menu
----------------------------------------------------------*/

#menu {
    height: 38px;
    background-color: blue;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

/*---------------------------------------------------------
=1.5 Left Column
----------------------------------------------------------*/

#left_col {
    width: 162px;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding: 12px 5px 5px 0px;
    font-size: 12px;
}

    #left_col a:hover, #left_col a:active {
        color: #515151;
    }

/*---------------------------------------------------------
=1.5 Right Column
----------------------------------------------------------*/

#right_col {
    width: 160px;
    height: auto;
    float: right;
    background-color: #ffffff;
    margin-right: 0px;
    display: block;
    padding: 0px;
    position: relative;
}


/*---------------------------------------------------------
=1.6 Centre Column
----------------------------------------------------------*/

#contentwrapper {
    background-color: #ffffff;
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 976px;
    clear: both;
    /* padding-top:10px; */
}

#centre_col {
    position: relative;
    background-color: #ffffff;
    min-height: 400px;
    float: left;
    background-color: transparent;
    margin-left: 0px;
    width: auto;
    padding: 6px 0px 24px 0px;
}

#centre_col_singlecollayout {
    position: relative;
    background-color: #ffffff;
    min-height: 400px;
    float: left;
    background-color: transparent;
    margin-left: 0px;
    width: 976px;
    padding: 0px 0px 24px 0px;
}

#centre_col_content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 0px;
}

#centre_col_content_RE {
    width: 625px;
}
/*---------------------------------------------------------
=1.7 Footer
----------------------------------------------------------*/

.clear {
    clear: both;
}

#footer {
    height: 32px;
    line-height: 16px;
    background-color: #ffffff;
    clear: both;
    display: block;
    padding: 5px 0px 0px 0px;
    color: #6e6e6e;
    width: 976px;
    border-top: 2px solid #cccccc;
    font-size: 11px;
}

    #footer a {
        color: #6e6e6e;
        text-decoration: none;
        font-size: 11px;
    }

        #footer a:hover {
            color: #7166ad;
            text-decoration: underline;
        }

    #footer img {
        float: left;
    }

    #footer ul {
        list-style: none;
        float: right;
        margin: 0;
        padding: 10px 0px 0px 0px;
        position: relative;
        top: -7px;
    }

        #footer ul li {
            display: inline;
        }

    #footer p {
        position: relative;
        top: -8px;
    }

/*---------------------------------------------------------
=2. Generic Classes
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

h1 {
}

h2 {
}

h3 {
}

p {
}

li {
}

ul {
}

a img {
    border: 0px;
}

.hr {
    width: 100%;
    background-color: #cccccc;
    color: #cccccc;
    display: block;
    height: 1px;
    margin: 10px 0px 10px 0px;
    overflow: hidden;
}

.hrSpacer {
    width: 100%;
    background-color: #cccccc;
    color: #cccccc;
    display: block;
    height: 1px;
    margin: 105px 0px 10px 0px;
    overflow: hidden;
}

.hrgrey {
    width: 100%;
    background-color: #cccccc;
    color: #cccccc;
    display: block;
    height: 1px;
    margin: 0px;
    overflow: hidden;
}

.LeftFloat {
    float: left;
    height: auto;
    width: auto;
}

.FloatedGrid {
    width: 480px;
    float: right;
}


.RightFloat {
    float: right;
}

table {
    font-size: 12px;
}

td {
}

.bold_text {
    font-weight: bold;
}

.PageLinks {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.EditGrid a, .EditGrid a:link, a, a:link, a.OrangeLink, a.OrangeLink:link, #OrangeLinkPanel a.OrangeLink, #OrangeLinkPanel a.OrangeLink:link, .OrangeLinkGrid a, .OrangeLinkGrid a:link, .Test .TabularDataControl_Row td a, .Test .TabularDataControl_Row td a:link {
    color: #dc8700;
    text-decoration: none;
}

    .EditGrid a:hover, a:hover, a.OrangeLink:hover, .OrangeLinkGrid a:hover, #OrangeLinkPanel a.OrangeLink:hover, .Test .TabularDataControl_Row td a:hover {
        color: #ffbe56;
    }

    a:visited, a.OrangeLink:visited {
        color: #dc8700;
    }

    a.OrangeLinkVisited:visited {
        color: #dc8700;
    }

.DesignMenu {
    position: static;
}

.PageLinks p {
    display: inline;
    padding: 0px 5px 0px 5px;
}

.PageLinks a, .PageLinks a:visited {
    color: #6d6e70;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

    .PageLinks a:hover, .PageLinks a:active {
        color: #515151;
        font-weight: bold;
    }

/*---------------------------------------------------------
=3 Navigation Elements
-------------------------------------------------------*/



/*---------------------------------------------------------
=4 Themes
-------------------------------------------------------*/

table.TabularDataControl {
    border: 0px;
    padding: 0px;
}

.TabularDataControl_Header {
    height: auto;
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    background-color: #dcdcdc;
}

.RequestTableHeader th {
    height: auto;
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    background-color: #dcdcdc;
    padding: 5px 5px 5px 5px;
}

.TabularDataControl_Header th {
    padding: 5px 9px 5px 9px;
    color: rgb(88,88,91);
    font-weight: 500;
}

#subrequest .TabularDataControl_Header th {
    padding: 5px 0px 5px 5px;
    color: #6d6e70;
    font-weight: bold;
}

.TabularDataControl_Header a {
    color: #6d6e70;
    text-decoration: none;
}

.TabularDataControl_Row {
    border-bottom: 1px solid #cccccc;
}

    .TabularDataControl_Row td {
        padding: 3px 9px 3px 9px;
        color: #4a4a4a;
    }

        .TabularDataControl_Row td a {
            padding: 3px 0px 3px 0px;
            color: #515151;
        }

.TabularDataControl_RowAlt {
    border-bottom: 1px solid #cccccc;
    background-color: #F2F2F2;
}

    .TabularDataControl_RowAlt td {
        padding: 3px 9px 3px 9px;
        color: #4a4a4a;
    }

        .TabularDataControl_RowAlt td a {
            padding: 3px 0px 3px 0px;
            color: #515151;
        }

.TabularDataControl_Row.Datalist {
    border-bottom: 1px solid #cccccc;
    color: #4a4a4a;
}

.TabularDataControl_Row.DatalistAlt {
    border-bottom: 1px solid #cccccc;
    color: #4a4a4a;
}

.TabularDataControl_Row.Datalist a {
    padding: 3px 9px 3px 0px;
    color: #515151;
    display: block;
}

.TabularDataControl_Row.DatalistAlt a {
    padding: 3px 9px 3px 0px;
    color: #515151;
    display: block;
}

.ValidationTextSuccess, .ValidationTextSuccess span {
    color: darkblue;
    font-weight: bold;
}

.ValidationText, .ValidationText span {
    color: #ff0000;
}

span.ValidationText {
    color: #ff0000;
}

.ValidationTextLogin {
    margin-top: 5px;
}

.ValidationTextLogin {
    padding-left: 110px;
    padding-bottom: 10px;
    width: 150px;
    text-align: left;
    padding-top: 10px;
}

.DisplayNone {
    display: none;
}

.TreeView {
}

.TreeNode, .TreeNodeOver, .TreeNodeSelect {
    color: #6d6e70;
    font-size: 10px;
    padding-left: 5px;
}

.TreeNodeDisabled {
    color: #d5d6d7;
    font-size: 10px;
    padding-left: 5px;
}

.TreeContextItem, .TreeContextItemOver {
    cursor: pointer;
    font-size: 11px;
    padding: 5px 0px 5px 0px;
}

.TreeContextItemOver {
    background-color: #cccccc;
    color: #ffffff;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 15px;
    width: 500px;
    height: auto;
}

.hiddenModelPopup {
    display: none;
}

.leftindent td {
    padding: 10px 0px 0px 0px;
    text-align: right;
}

.leftindent table {
}


.RequestTable {
    width: 620px;
    overflow: hidden;
    font-size: 10px;
}

    .RequestTable td {
        padding: 0px;
        font-size: 10px;
        text-align: right;
    }

td.RequestTableCell {
    padding: 3px 4px 3px 4px;
    color: #4a4a4a;
    font-size: 10px;
    text-align: left;
    font-size: 10px;
}


.GridOverFlow {
    overflow-x: auto;
    overflow-y: visible;
    width: 976px;
    height: auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.GridOverFlow1 {
    overflow-x: auto;
    overflow-y: visible;
    width: 645px;
    height: auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}


.RadioList td input {
    padding: 0px;
    margin-left: 0px;
}

table.RadioList {
    padding: 0px;
    margin: 0px;
}

.CheckBox input {
    margin-left: 0px;
}

.lineheight {
    line-height: 16px;
}

/*---------------------------------------------------------
=4.1 Paging
-------------------------------------------------------*/


a.horizpagingdisabled {
    color: #5b5b5b;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

a.horizpaging {
    color: #5b5b5b;
    text-decoration: none;
    font-weight: normal;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
}

    a.horizpaging:hover {
        color: #5b5b5b;
        font-weight: bold;
    }

.paging {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    text-decoration: underline;
    color: #7166ad;
    font-weight: bold;
}

    .paging span {
        text-decoration: underline;
    }

    .paging a {
        color: #5b5b5b;
        text-decoration: none;
        padding: 0px 2px 0px 2px;
        font-weight: normal;
    }

        .paging a:hover {
            color: #7166ad;
            font-weight: bold;
        }

.ResellerPaging {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    text-decoration: none;
    color: #515151;
    font-weight: normal;
    font-size: 11px;
}

    .ResellerPaging a, .ResellerPaging a:link {
        color: #5b5b5b;
        text-decoration: underline;
        padding: 0px 2px 0px 2px;
        font-weight: normal;
        font-size: 11px;
    }

/*---------------------------------------------------------
=5 Forms
-------------------------------------------------------*/

.TextBoxActions {
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #7c7c7c;
    padding: 2px;
    width: 400px;
}

table.form_2col {
    font-size: 12px;
}

table.form_4col {
    font-size: 12px;
}

table.form_2col td.label {
    color: #6d6e70;
    padding: 5px 20px 5px 10px;
}


table.form_4col td.label {
    color: #6d6e70;
    padding: 5px 5px 5px 10px;
}

td.label {
    padding: 5px 5px 5px 10px;
}

table.form_2col td.grey .label {
    padding: 8px 20px 8px 10px;
}

table.form_2col td#butt {
    width: 250px;
}

table.form_4col td.grey .label {
    padding: 8px 5px 8px 10px;
}

table.form_2col td {
    padding-right: 5px;
}

table.np td {
}

table.form_4col td {
    padding: 5px 5px 5px 10px;
}

table.form_2col td input[type="text"], table.form_2col td input[type="password"], table.np td input[type="text"], table.np td input[type="password"] {
    width: 99%;
    border: 1px solid #cccccc;
    height: 16px;
}



#trackreq {
    margin-bottom: 25px;
}

    #trackreq input[type="text"] {
        border: 1px solid #cccccc;
        height: 14px;
        vertical-align: middle;
    }

td input[type="text"] {
    border: 1px solid #cccccc;
}

td.RadioButtonPane {
    background-color: #e8e8e8;
    color: #454545;
    margin-bottom: 5px;
}

.RadioButtonList {
}

.grey {
    background-color: #e8e8e8;
    color: #454545;
    padding-bottom: 5px;
}

.lightgrey {
    background-color: #f2f2f2;
}

.form_spacer {
    height: 35px;
    display: block;
}

.RequestTable {
    width: 615px;
    overflow: hidden;
    font-size: 10px;
}

    .RequestTable td {
        padding: 0px;
        font-size: 10px;
    }

td.RequestTableCell {
    padding: 3px 4px 3px 4px;
    color: #4a4a4a;
    font-size: 10px;
    text-align: left;
    font-size: 10px;
}

#mini_cart {
    margin-top: 20px;
    width: 162px;
    float: left;
}

    #mini_cart #basketHeaderContainer {
        float: left;
        width: 162px;
    }

    #mini_cart #title {
        width: 150px;
        padding: 4px 0 4px 10px;
        background: #dcdcdc url(../images/header_bg.gif) top;
        background-repeat: repeat-x;
    }

    #mini_cart .product_name {
        margin-top: 5px;
        font-weight: bold;
        border: 1px solid #ddd;
        padding: 0 0 0 5px;
    }

        #mini_cart .product_name a {
            font-size: 9px;
            color: #dc8700 !important;
        }

            #mini_cart .product_name a:hover {
                text-decoration: underline;
            }

    #mini_cart .product_info {
        padding: 5px 0 5px 3px;
        background-color: #eeeeee;
        float: left;
        width: 162px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        #mini_cart .product_info .productDescriptionContainer {
            margin-left: 3px;
            float: left;
            width: 152px;
            word-wrap: break-word;
            clear: both;
        }

    #mini_cart td.TabularDataControl_Row.DatalistAlt, td.TabularDataControl_Row.Datalist {
        padding: 0;
        margin: 0;
        border: none;
    }

    #mini_cart .price_total {
        border-top: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
        padding: 5px 0 5px 10px;
        font-weight: bold;
        margin: 10px 0 0 0;
    }

#currencylabel {
    font-weight: normal;
    font-size: 12px;
}

#reseller {
    margin-top: 10px;
}

    #reseller .details {
        width: 100px;
    }

    #reseller .Reqlabel {
        width: 50px;
        text-align: right;
    }

    #reseller .password {
    }

#ExclusionLabel {
    border-style: solid;
    border-width: 5px;
}

/*---------------------------------------------------------
=6 Tree View Layout
-------------------------------------------------------*/

.TreePane {
    width: 400px;
    overflow: auto;
    height: 300px;
    margin-bottom: 15px;
}

.TreePaneWrapper {
    float: left;
    width: 50%;
    text-align: left;
    position: relative;
    padding-top: 88px;
}

.ProgressBar {
    height: 20px;
    line-height: 20px;
    color: #000000;
}

/*---------------------------------------------------------
=7 Labels
-------------------------------------------------------*/

.PageNameLabel {
    /*color:#646464;*/
    color: #336699;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 16px;
    display: block;
    word-wrap: break-word;
    clear: both;
}

.PageNameLabelSub {
    color: #646464;
    font-size: 12px;
    width: 600px;
    display: block;
    text-align: left;
    word-wrap: break-word;
}

#vendorNameContainer {
    clear: both;
}

.PageNameLabelImage {
    color: #646464;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
}

    .PageNameLabelImage p {
        float: left;
        margin-top: 8px;
    }

    .PageNameLabelImage img {
        float: none;
        margin-top: 0;
    }

.SubtitleLabel {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 22px;
    display: block;
    font-weight: bold;
    clear: both;
    /*padding-top: 16px;*/
}


.message-title,
.message-text {
    /*color: #000; */
    font-size: 16px;
    margin: 0 0 0 40px;
    padding: 10px 0 20px 0;
    display: block;
    clear: both;
}

.message-title {
    font-size: 30px;
    font-weight: bold;
}



.responsive-style .SubtitleLabel .WelcomeLabelH1 .WelcomeLabelH2 {
    width: 100%;
}

.SubtitleLabelLink {
    color: #dc8700;
}

.subtitlelink {
    color: #7c7c7c !important;
}

.label {
    color: #7c7c7c;
    font-size: 12px;
}

.signInCheckBox {
    padding-left: 110px;
}

.labelBold {
    border: none;
    font-weight: bold;
    font-size: 12px;
}

/* Prevent asp:check box from bieng split when the label and input are rendeder as two elelment within a tag element */
    .NoSplitCheckBox label {
    float: none !important;
    width: auto;
    margin-top: auto;
    margin-left: 5px;
}


/*---------------------------------------------------------
=8 Product
-------------------------------------------------------*/

#productdetails .submit {
    display: inline;
    position: absolute;
}

#productimage {
    float: left;
    width: 200px;
    height: 200px;
    clear: both;
}

#productdetails {
    float: left;
    width: 235px;
    margin: 0 0 0 15px;
    padding-top: 0;
}

.producthrtop {
    width: 100%;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
    margin: 0 0 17px 0;
}

.producthrbott {
    width: 100%;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
    margin: 20px 0 10px 0;
}

table#product tr#price {
    vertical-align: top;
    text-align: left;
}

table#product tr#offer {
    font-size: 12px;
}

table#product td.left {
    color: #7166ad;
    width: 85px;
}

table#product td {
    color: #7166ad;
}

#bcrumb {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 12px;
    font-weight: normal;
}

    #bcrumb a {
        color: #616161;
        font-weight: bold;
    }

.Cat_spacer {
    margin-bottom: 25px;
}

#category .TabularDataControl_Row.DatalistAlt {
    background-color: #f2f2f2;
}

#category .TabularDataControl_Row.Datalist, #category .TabularDataControl_Row.DatalistAlt {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

    #category .TabularDataControl_Row.Datalist a {
        font-weight: bold;
    }

#category {
    font-size: 12px;
    width: 615px;
    padding-bottom: 30px;
}

#Productcategory a {
    color: #fff;
}

.cat_list .TabularDataControl_Row.DatalistAlt, .cat_list .TabularDataControl_Row.Datalist {
    border-bottom: none;
    margin-right: 10px;
}
/*****ViewProducts.aspx ***/

.CatWrapper {
    width: 195px;
    height: auto;
}

table.cat_list td {
    padding: 0 5px 0 5px;
}

.cat_image {
    height: 100px;
    width: 195px;
    margin: 10px 0 10px 0;
    border-top: #ccc solid 1px;
}

.cat_detail {
    margin: 0px 0 5px 0;
}

.cat_listbott {
    border-bottom: #ccc solid 1px;
    width: 195px;
    height: 10px;
    margin: 10px 0 30px 0;
}

.cat_image img {
    padding: 0;
    margin: 0;
}

#mini_cart .product_name .OrangeLink {
    float: left;
}

#mini_cart .product_name .removebutton {
    float: right;
    margin-top: 1px;
    padding-right: 8px;
}

.mini_CartTotal {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #cacaca;
    font-size: large;
    padding: 5px;
    border-radius: 3px;
}

    .mini_CartTotal:hover {
        -webkit-transition: transform 0.1s ease-in-out;
        transform: scaleX(1.01);
    }


.productLink {
    padding-top: 16px;
    min-height: 24px;
}

    .productLink a {
        display: block;
        word-wrap: break-word;
    }

.cat_list .TabularDataControl_Row.Datalist a, .cat_list .TabularDataControl_Row.DatalistAlt a {
    font-weight: bold;
    padding: 0;
}

table.cat_list {
    width: 600px;
}

.quantitysubmit {
    height: 20px;
    width: 105px;
    clear: both;
}

.quantity input[type="text"] {
    width: 40px;
    border: 1px solid #ccc;
    height: 14px;
}

.quantity {
    float: left;
}

.quantity_pro {
    float: left;
    font-weight: bold;
}

    .quantity_pro input[type="text"] {
        width: 40px;
        border: 1px solid #ccc;
        height: 14px;
    }

.quantitysubmit_pro {
    height: 20px;
    float: right;
}

.ValidationText.ProductLimits {
    line-height: 20px;
    height: 20px;
    display: block;
}

/*********ConfirmScenarios***************/
.vev {
    background: url(../Images/vev.gif) no-repeat top right;
    background-color: #e0e0e0;
    width: 600px;
    height: auto;
    padding: 5px 0 0 0;
    margin-top: 10px;
}

.vev_bott {
    border-bottom: #E0E0E0 5px solid;
}

.vev table.form_2col td.vevlabel {
    font-size: 10px;
    line-height: 1em;
    width: 110px;
    padding: 5px 0 2px 10px;
}

.vev table.form_2col td {
    font-size: 10px;
    padding-top: 5px;
}

.vev table.form_2col .bold_text {
    padding: 3px 0 2px 0;
    line-height: 1em;
}

.vev .TabularDataControl_Header, .vev .TabularDataControl_Header th {
    background: none;
    border-bottom: 1px solid #adadad;
    font-size: 10px;
}

    .vev .TabularDataControl_Header th, .vev .TabularDataControl_Row td, .vev .TabularDataControl_Row td a {
        padding-left: 0;
    }

.vev .TabularDataControl {
    margin-left: 4px;
}

.vev .TabularDataControl_Row td, .vev .TabularDataControl_Row {
    border-bottom: none;
}

.vev .grid {
    margin: 5px 5px 5px 5px;
    padding: 0;
    background-color: #fff;
}

/******************VEV detail*************/

/* CSS Document */

.VEVWrapper * {
    font-size: 10px;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
}

.VEVHeader {
    background-image: url(voucher/top.gif);
    width: 600px;
    height: 34px;
}

.VEVBody {
    background-image: url(voucher/repeater_bg.gif);
    background-repeat: repeat-y;
    width: 594px;
    height: auto;
    padding-left: 6px;
    position: relative;
}

.VEVFooter {
    background-image: url(voucher/bottom.gif);
    background-position: bottom;
    width: 600px;
    height: 8px;
    background-color: #8fc940;
}

.VEVInner {
    width: 588px;
}

.VEVInnerHeader {
    width: 588px;
    height: 1px;
}

.VEVInnerHeaderText {
    min-height: 60px;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
    padding: 5px 0px 5px 8px;
    color: #3c3c3c;
}

.VEVInnerBody {
    background-image: url(voucher/inner_repeater.gif);
    background-repeat: repeat-x;
    width: 588px;
    min-height: 120px;
    background-color: #8fc940;
    padding-bottom: 2px;
}

.RejectedVEVInnerBody {
    background: #DF0334; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #DF0334, #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #DF0334, #ffb4b4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;
    min-height: 120px;
    padding-bottom: 2px;
}

.VEVInnerBodyContent {
    border-top: 1px solid #dceec4;
    background-color: #FFFFFF;
    min-height: 50px;
    margin: 0px 5px 0px 5px;
    padding: 0px 2px 0px 2px;
    font-weight: bold;
    color: #5b5b5b;
}

.VEVInnerBodyContentFooter {
    height: 6px;
    margin: 0px 5px 0px 5px;
    background-image: url(voucher/inner_footer.gif);
    background-position: top;
    background-color: #8fc940;
    padding-top: 0px;
}

.VEVLogo {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 123px;
    background-image: url(voucher/vevlogo.gif);
    height: 49px;
}

.VEVRule {
    background-color: #adadad;
    width: 100%;
    height: 1px;
}

.VEVth {
    padding: 2px 6px 2px 6px;
    background-color: #ffffff;
    border-bottom: 1px solid #adadad;
    background-image: none;
}

.VEVtd {
    padding: 3px 6px 3px 6px;
    border: 0px;
}

.VEVInnerBodyContent.TabularDataControl_Header {
    margin: 0px 2px 0px 2px;
    background-image: none;
}

    .VEVInnerBodyContent.TabularDataControl_Header th {
        background-image: none;
    }

.VEVInnerBodyContent .TabularDataControl_Row, .VEVInnerBodyContent .TabularDataControl_Row td {
    border: 0px;
}



/*---------------------------------------------------------
=9 Program Limits Page
-------------------------------------------------------*/

table.VolumeLimits {
}

    table.VolumeLimits td input[type="text"] {
        width: 75px;
    }

    table.VolumeLimits td {
        padding: 3px;
    }

.searchcontainer input[type="image"] {
    position: relative;
    top: 5px;
}

.frequencydropdown {
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin {
    margin-top: 10px;
}


#ReportWrapper {
    padding: 20px 0px 20px 0px;
}

/*---------------------------------------------------------
=10 HTML Pages
-------------------------------------------------------*/

#HTMLPages {
    padding: 20px;
    text-align: left;
    font-size: 12px;
}

    #HTMLPages h1 {
        line-height: 1em;
        margin-bottom: 10px;
        font-size: 18px;
    }

    #HTMLPages h2 {
        line-height: 1.5em;
        padding-top: 10px;
        font-size: 13px;
    }

    #HTMLPages p {
        line-height: 1.5em;
    }

#AddProgramTable table {
    padding: 10px 0px 10px 0px;
}

.TopMargin {
    padding-top: 10px;
}

.Units {
    text-align: center;
}

.Volume {
    text-align: right;
}

.SearchTextLabel {
    font-size: 12px;
}

.programDetailRadio input {
    float: left;
    display: inline-block;
}

.programDetailRadio label {
    float: left;
    display: inline-block;
    width: 120px;
    padding: 3px 0px 3px 0px;
}

.programDetailRadio td {
    vertical-align: middle;
}

.UserAddReSell p span {
    width: 370px;
    display: block;
}

.OrangeLinkGrid td input {
    margin-bottom: 5px;
    height: 10px;
    font-size: 1em;
}


/*---------------------------------------------------------
=10 JL CSS
-------------------------------------------------------*/

.entitlementsummarylinks a {
    padding: 2px 0px 3px 0px;
}

tr.TabularDataControl_Row input[title="Column1"] {
    border: 0;
    width: 100%;
}


#ctl00_ContentPlaceHolderBody_gvVEV .TabularDataControl_Row a {
    color: #dc8700 !important;
}

#ctl00_ContentPlaceHolderBody_vevDetail_gvVevProducts th {
    text-align: center !important;
}


#ctl00_ContentPlaceHolderBody_txtAnswer, #ctl00_ContentPlaceHolderBody_txtNewPassword, #ctl00_ContentPlaceHolderBody_txtConfirmNewPassword, #ctl00_ContentPlaceHolderBody_txtCurrentPassword {
    width: 200px;
}

#ctl00_ContentPlaceHolderBody_updatePanel1 .GridOverFlow1 {
    width: 800px;
}

table.form_2col td.label {
    vertical-align: top;
}

.centerbox {
    text-align: center;
}

.grid table {
    width: 585px;
}

.modalPopup input {
    width: 350px;
    margin-bottom: 6px;
    border: 1px solid #CCCCCC;
}

.modalpopupbuttonsend, .modalpopupbuttonadd, .modalpopupbuttoncancel {
    float: left;
    display: inline;
    width: 100px;
    height: 21px;
    background: url(../Images/Buttons/button_blank_100.gif) no-repeat top left;
    text-align: center;
    line-height: 21px;
    margin-right: 4px;
    color: #636363 !important;
    font-size: 11px;
}

#ctl00_ContentPlaceHolderBody_gvVevProducts_ctl03_lblOffersToYouTotal,
#ctl00_ContentPlaceHolderBody_gvVevProducts_ctl03_lblOffersTotal {
    float: right;
    padding-right: 7px;
    font-weight: bold;
}

#divLoadingIcon {
    background: url(../Images/loadingbg.jpg) no-repeat center center;
    width: 250px;
    height: 150px;
    font-weight: bold;
    z-index: 50;
}

.blackAndBold {
    font-weight: bold;
    color: #000000;
}

.smallTextBox {
    width: 32px;
}

.wideTextBox {
    width: 180px;
}

/*
	Sorted Gridview header row styles.
*/
.SortedAscendingHeaderStyle {
    background: url(../Images/arrow_up.png) right center no-repeat;
}

    .SortedAscendingHeaderStyle a, .SortedDescendingHeaderStyle a {
        padding-left: 10px;
    }

.SortedDescendingHeaderStyle {
    background: url(../Images/arrow_down.png) right center no-repeat;
}

/*
	Styling for the login error label being used in place of the text output
	by the login control itself since it doesn't seem possible to show a login failure
	message if the user enters valid credentials but is logging in from the wrong place.
	See CML-195.
*/
#lblLoginMessage {
    padding-bottom: 10px;
    padding-left: 85px;
    padding-top: 10px;
    text-align: left;
    font-size: 12px;
}

#contentwrapper .ProgamNameLabel {
    color: #646464;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}


/*
	Zebra striping table styles.
*/

tr.alt td {
    background-color: #F2F2F2;
}

tr.over td {
    background-color: #ffffcc;
}

/*
	Update panel on CMLWeb/Protected/ManageUsers.aspx
*/
#updatePanel1, #upUserList, #invitationsContainer, #vevListContainer {
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    margin-bottom: 20px;
}

#trackRequestsVEVContainer {
    margin-top: 32px;
    overflow-x: auto;
    overflow-y: visible;
    width: 810px;
    margin-bottom: 20px;
}

/*
	User status filter on CMLWeb/Protected/ManageUsers.aspx
*/
#lstUserStatusFilter {
    margin-bottom: 4px;
}

#userDetails .detailsLabel {
    font-weight: bold;
    text-align: right;
}

/*
	Available Operations fieldset
*/
#pageOperations {
    padding: 8px;
    width: 960px;
}

    #pageOperations #buttonContainer {
        padding-bottom: 16px;
    }

        #pageOperations #buttonContainer fieldset, #pageOperations #optionContainer fieldset {
            padding-bottom: 8px;
            display: inline-block;
        }

    #pageOperations legend {
        font-size: 12px;
        padding-bottom: 8px;
    }

    #pageOperations #optionContainer {
        clear: both;
    }

        #pageOperations #optionContainer .operation {
            width: 320px;
        }

        #pageOperations #optionContainer #subOperation {
            display: none;
        }

    #pageOperations .row {
        float: left;
        clear: both;
        padding-bottom: 4px;
    }

        #pageOperations .row label {
            float: left;
            text-align: left;
            width: 140px;
            margin-right: 8px;
            margin-top: 4px;
        }

#manageUserButtonContainer fieldset, #manageSecurityButtonContainer fieldset, #approvalButtonContainer fieldset {
    padding-bottom: 8px;
    margin-bottom: 16px;
    display: inline-block;
}

#centre_col .infoLabel {
    width: 360px;
}

#centre_col_content h3 {
    margin-top: 16px;
    margin-bottom: 8px;
}

.inlineImage {
    display: inline;
}

.disabled {
    color: #999999;
}

.inlineParameterImage {
    display: inline;
    margin-left: 8px;
}

.passwordPromptLabel {
    float: left;
    min-width: 140px;
    margin: 8px;
}

div#divOverlay {
    z-index: 1000;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    background-color: #000000;
    opacity: 0.10;
    -moz-opacity: 0.10;
    filter: alpha(opacity=10);
}

#subheader .RadMenu {
    z-index: 500 !important;
}

/*
	Start Password Strength Test Styles
*/
.Base {
    display: inline-block;
    font: 12px/18px "segoe ui",arial,sans-serif;
    height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 121px;
    color: #000000;
    border: 1px solid #333333;
}

.riStrengthBarL0 {
    border: 0 none;
}

.riStrengthBarL1 {
    background-color: #FF120A;
}

.riStrengthBarL2 {
    background-color: #DB9432;
}

.riStrengthBarL3 {
    background-color: #8EA839;
}

.riStrengthBarL4 {
    background-color: #39C62B;
}

.riStrengthBarL5 {
    background-color: #39FF2B;
}
/*
	End Password Strength Test Styles
*/

/*
	Start Client Admin styles
*/
#moduleConfigurationContainer {
    margin: auto;
    border: none;
}

    #moduleConfigurationContainer legend {
        font-size: 12px;
        padding-bottom: 8px;
    }


.moduleContainer {
    padding-top: 4px;
    padding-bottom: 8px;
    float: left;
    width: 310px;
    border: none;
}

    .moduleContainer input[type="checkbox"], .moduleContainer label {
        vertical-align: 7px;
    }

#availableOperationsContainer {
    width: 320px;
    margin: auto;
    margin-top: 16px;
    float: left;
}

    #availableOperationsContainer legend {
        font-size: 12px;
        padding-bottom: 8px;
    }

.resellerDetailsTableHeading {
    font-size: 14px;
    font-weight: bolder;
    text-decoration: underline;
}

/*
	End Client Admin styles
*/

#ProgramTypeContainer {
    margin-top: 4px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
}

    #ProgramTypeContainer h2 {
        text-align: center;
    }

    #ProgramTypeContainer button {
        margin-top: 4px;
    }

    #ProgramTypeContainer #msgContainer {
        margin-top: 6px;
        float: left;
    }

#lblEnabledThroughContainer {
    /*	
	This shouldn't be 100% but the stupid VE/EditProgram.aspx page layout forces it.
*/
    width: 100%;
}

    #lblEnabledThroughContainer p {
        font-size: 12px;
    }

    #lblEnabledThroughContainer img {
        vertical-align: -24px;
    }

#gvProgramsContainer {
    clear: both;
}

#availableOperationsContainer #ajaxLoader {
    background-image: url(../images/ajaxProgress.gif);
    width: 16px;
    height: 16px;
    display: none;
}

#footer p {
    float: left;
    /*margin-top: 16px;
	margin-left: 4px;*/
}

#footer #enabledThroughImage {
    float: none;
    margin-left: 5px;
}

/*---------------------------------------------------------
=63 Three View Align
-------------------------------------------------------*/

.ThreeTreePane {
    width: 300px;
    overflow: auto;
    height: 300px;
    margin-bottom: 15px;
    border-width: thick;
}

.ThreeTreePaneWrapper {
    float: left;
    width: 33%;
    text-align: left;
    position: relative;
    padding-top: 5px;
    border-width: thick;
}

#lblProductDescriptionURL a {
    color: #dc8700;
    text-decoration: none;
}

    #lblProductDescriptionURL a:hover {
        color: #ffbe56;
    }

    #lblProductDescriptionURL a:visited, #lblProductDescriptionURL a:visited {
        color: #dc8700;
    }

.addToCartButton {
    margin-top: 6px;
    margin-left: 90px;
}

.regionContainer {
    margin-top: 16px;
    clear: both;
    float: left;
}

.leftColButtonContainer {
    float: right;
    padding-bottom: 8px;
    margin-top: 8px;
}

.limitProgressContainer {
    float: right;
    padding-bottom: 8px;
    margin-top: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}


.otherLeftColButtonContainer {
    float: right;
}

#productsList {
    width: 600px;
}

#pagingContainer {
    clear: both;
}

.productContainer {
    width: 194px;
    float: left;
    margin-right: 4px;
}

#resellerQuantity {
    clear: both;
    margin-top: 24px;
}


    #resellerQuantity input[type="text"] {
        width: 72px
    }

#resellerSubmit {
    float: right !important;
    margin-top: 6px;
}

#pagingContainer table {
    padding-top: 8px;
}

.cat_detail .productDetails {
    height: 100px;
}

    .cat_detail .productDetails .productDescription {
        display: block;
        word-wrap: break-word;
        max-width: 190px;
    }

    .cat_detail .productDetails .row {
        float: left;
        clear: both;
        padding-bottom: 4px;
    }

#individualProductContainer {
    padding-top: 44px;
    display: block;
    word-wrap: break-word;
    clear: both;
}

.initiallyHidden {
    display: none;
}

#divMessage {
    clear: both;
}

/*
	Start AcceptIT styles
*/

#acceptITHeader {
    float: left;
}

    #acceptITHeader img {
        float: left;
    }

    #acceptITHeader .pageNameLabel {
        float: left;
        color: #646464;
        font-size: 18px;
        padding-top: 8px;
        margin-bottom: 16px;
    }

#acceptITFilterControls {
    clear: both;
    float: left;
    padding-bottom: 16px;
}

    #acceptITFilterControls select {
        float: left;
        margin-top: 8px;
    }

    #acceptITFilterControls label {
        float: left;
        padding-top: 10px;
        padding-right: 8px;
    }

#acceptITButtonContainer {
    padding-top: 8px;
    clear: both;
    text-align: right;
}

#vendorListContainer {
    float: left;
    clear: both;
}

#acceptITLowerButtonContainer {
    padding-top: 16px;
}

.acceptITCompanyName {
    min-width: 240px;
}

#soaControls {
}

    #soaControls .row, #availableOperationsContainer .row {
        float: left;
        clear: both;
        padding-bottom: 4px;
    }

        #soaControls .row label {
            float: left;
            text-align: right;
            width: 140px;
            margin-right: 8px;
            margin-top: 4px;
        }

    #soaControls #opRow {
        display: none;
    }

    #soaControls #ajaxLoader {
        float: right;
        background-image: url(../images/ajaxProgress.gif);
        width: 16px;
        height: 16px;
        display: none;
    }

    #soaControls #grdPrograms {
        float: left;
    }

#searchControls {
    padding-top: 12px;
    clear: both;
}

    #searchControls .row {
        float: left;
        clear: both;
        padding-bottom: 8px;
    }

        #searchControls .row label {
            float: left;
            text-align: left;
            width: 140px;
            margin-right: 8px;
            margin-top: 4px;
        }


.rowControl {
    clear: both;
}

.rowControlLabel {
    width: 100%;
    display: inline-block;
}

.rowControl.row {
    clear: both;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}

div.controlGroup {
    float: left;
}

    div.controlGroup + div.controlGroup {
        margin-left: 10px;
    }

label.rowControl > .row, span.rowControl > .row, .rowControl.row > div.RadAjaxPanel /*special case when rad controls have been registered with RadAjaxManager*/ {
    float: left;
    text-align: left;
    width: 100%;
    margin-right: 8px;
    margin-top: 4px;
    padding-bottom: 2px;
}

div.controlGroup > label.rowControl:empty {
    display: inline-block;
    min-height: 15px;
}

#vendorContainer {
    clear: both;
}

#telerikGridContainer {
    clear: both;
}

.errorMessage {
    font-size: 12px;
    text-align: left !important;
    width: 976px !important;
    color: #FF0000;
}

.errorInline {
    color: #FF0000;
    display: inline;
}

.successMessage {
    font-size: 12px;
    text-align: left !important;
    width: 976px !important;
    color: #00B221;
}

.vevRequestBody {
    background-image: url(../images/VEVRequest/repeater_bg.png);
    background-repeat: repeat-y;
    width: 594px;
    height: auto;
    padding-left: 6px;
    position: relative;
}

.vevRequestInner {
    width: 588px;
}

.vevRequestInnerHeader {
    background-image: url(../images/VEVRequest/inner_top.png);
    width: 588px;
    height: 1px;
}

.vevRequestInnerBody {
    background-image: url(../images/VEVRequest/inner_repeater.png);
    background-repeat: repeat-x;
    width: 100%;
    min-height: 120px;
    background-color: #DC8700;
    padding-bottom: 2px;
}

.vevRequestLogo {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 123px;
    background-image: url(../images/VEVRequest/vev_request_logo.png);
    height: 49px;
}

.vevRequestInnerHeaderText {
    min-height: 60px;
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
    padding: 5px 0px 5px 8px;
    color: #3c3c3c;
}

.vevRequestInnerBodyContent {
    border-top: 1px solid #dceec4;
    background-color: #FFFFFF;
    min-height: 50px;
    margin: 0px 5px 0px 5px;
    padding: 0px 2px 0px 2px;
    font-weight: bold;
    color: #5b5b5b;
}

.vevRequestInnerBodyContentFooter {
    height: 6px;
    margin: 0px 5px 0px 5px;
    background-image: url(../images/VEVRequest/inner_footer.png);
    background-position: top;
    background-color: #DC8700;
    padding-top: 0px;
}

.vevRequestFooter {
    background-image: url(../images/VEVRequest/bottom.png);
    background-position: bottom;
    width: 600px;
    height: 8px;
    background-color: #DC8700;
}

#requestListContainer {
    float: left;
    clear: both;
}

    #requestListContainer .highlight {
        background-color: #DDDDCC;
    }

/*
	End AcceptIT styles
*/


.ChangeApprovalTable th {
    padding-left: 0px;
}


td.OrangeLink a {
    text-decoration: none;
    color: #dc8700;
}

    td.OrangeLink a:hover {
        text-decoration: none;
        color: #ffbe56;
    }

/*div.RadGrid_Default {
    max-width: 100%;
    overflow: auto;
}

.t-panel div.RadGrid_Default {
    max-width: unset;
}*/

div.RadGrid_Default .rgRow a,
div.RadGrid_Default .rgAltRow a,
div.RadGrid_Default .rgEditRow a,
div.RadGrid_Default .rgHoveredRow a {
    color: #dc8700 !important;
}

    div.RadGrid_Default .rgRow a:hover,
    div.RadGrid_Default .rgRow a:visited,
    div.RadGrid_Default .rgEditRow a:hover,
    div.RadGrid_Default .rgEditRow a:visited,
    div.RadGrid_Default .rgAltRow a:hover,
    div.RadGrid_Default .rgAltRow a:visited {
        color: #dc8700;
    }




.RadGrid_Default .rgHoveredRow {
    background-color: #ffffcc !important;
    background-image: none !important;
}

    .RadGrid_Default .rgHoveredRow td {
        border-bottom-color: #ffffcc !important;
    }

.rgRow td.OrangeLink a {
    text-decoration: none;
    color: #dc8700;
}

    .rgRow td.OrangeLink a:hover {
        text-decoration: none;
        color: #ffbe56;
    }

.rgAltRow td.OrangeLink a {
    text-decoration: none;
    color: #dc8700;
}

    .rgAltRow td.OrangeLink a:hover {
        text-decoration: none;
        color: #ffbe56;
    }

.numberFormatRight {
    text-align: right !important;
}

/*
	Start Bundle screen styles
*/

#bundleControls {
    float: left;
    clear: both;
    padding-top: 8px;
}

    #bundleControls .row {
        float: left;
        clear: both;
        padding-bottom: 4px;
    }

        #bundleControls .row label {
            float: left;
            text-align: right;
            width: 140px;
            margin-right: 8px;
            margin-top: 4px;
            font-size: 12px;
        }

#bundleListContainer {
    float: left;
    clear: both;
    width: 100%;
}

.bundleButtonContainer {
    clear: both;
    padding-top: 4px;
    padding-bottom: 16px;
}


/*
	End Bundle screen styles
*/


/*
	Start VEV Management Styles (/DI only currently)
*/
#vevManagementSearchParameters .row {
    float: left;
    clear: both;
    padding-bottom: 4px;
}

    #vevManagementSearchParameters .row label {
        float: left;
        text-align: right;
        width: 140px;
        margin-right: 8px;
        margin-top: 4px;
    }

#vevManagementButtonContainer {
    padding-top: 12px;
    float: left;
    clear: both;
    width: 275px;
}

    #vevManagementButtonContainer fieldset {
        padding: 8px;
    }

#vevManagementSearchResults {
    width: 976px;
    float: left;
    clear: both;
    padding-top: 8px;
}

/*
	End VEV Management Styles
*/


.RequestTableCell .textAlignRight {
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 10px !important;
    text-align: right !important;
}

#btnAddNewVendor {
    margin-top: 8px;
}

#uploadsContainer {
}

    #uploadsContainer .row {
        float: left;
        clear: both;
        padding-bottom: 4px;
        font-size: 12px;
    }

    #uploadsContainer .floatLeft {
        float: left;
    }

    #uploadsContainer .row .leftLabel {
        float: left;
        text-align: left;
        width: 140px;
        margin-right: 8px;
    }

textarea {
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
}

.tableSeparator {
    border-bottom: 1px solid lightgrey;
}

.RadWindow_Default a.rwIcon {
    background-image: url('/images/Channel-Mechanics-Favicon-16x16.png') !important;
    background-position: 0 0px !important;
}


.VEVHeaderInner {
    padding-left: 16px;
    padding-top: 12px;
    color: #5C8229;
    font-size: 12pt;
    font-weight: 600;
}

.VEVHeaderInnerRequest {
    padding-left: 16px;
    padding-top: 12px;
    color: #DC8700;
    font-size: 12pt;
    font-weight: 600;
}

.VEVConfirmationMessage {
    padding-left: 16px;
    padding-top: 12px;
    color: #5C8229;
    font-weight: 600;
}

.VEVRequestConfirmationMessage {
    padding-left: 16px;
    padding-top: 12px;
    color: #DC8700;
    font-weight: 600;
}

.formLabel, .RadLabel.RadLabel_Default.formLabel {
    font-family: "Segoe UI", Segoe, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #6d6e70;
    width: 150px;
    float: left;
    padding-right: 0px;
}

div .formRow {
    margin-bottom: 5px;
}


div .formRowAllignRight {
    margin-bottom: 5px;
    float: right;
}

div .formRowAllignLeft {
    margin-bottom: 5px;
    float: left;
}

.NoPadding {
    padding: 0px !important;
}

.RadNumericTextBox {
    text-align: right;
}

.MaxWidth150 {
    max-width: 150px;
    word-wrap: break-word;
    display: inline;
}

.MaxWidth100 {
    max-width: 100px;
    word-wrap: break-word;
    display: inline;
}


.RadPicker {
    display: inline-table;
}

.edit-discount {
    width: 50px;
    text-align: right;
}

select {
    font-family: inherit;
}

input {
    font-family: inherit;
}

.reportContainer div {
    font-family: Segoe UI, Segoe, Tahoma, Helvetica, Arial, Sans-Serif !important;
    font-size: 8pt !important;
}

.VevHeaderLabel {
    font-size: 12px;
    float: left;
    padding: 5px 20px 5px 10px;
    width: 140px;
}

.VevHeaderValue {
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    float: left;
}

.VevHeaderRow {
    clear: both;
}

.VevHeader {
    clear: both;
}

.VevHeaderLogo {
    float: right;
}

.VevHeaderData {
    float: left;
}

.ChartExportButton {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 16px;
    padding-left: 8px;
}

.ChartExportButtonRight {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px;
    padding-left: 8px;
}

.ChartExportButtonRightOppDashboard {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 8px;
}


.GreenButton {
    background-image: url('/Images/CustomRadSkin/Green.png') !important;
}

    .GreenButton .rbDecorated {
        background-image: url('/Images/CustomRadSkin/Green.png') !important;
    }

.CaptureMultiselectValueList {
    padding-left: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.productgroup {
    float: left;
    width: 195px;
    height: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.productgroupimage {
    height: 100px;
    width: 195px;
    margin: 10px 0 10px 0;
}

.VevItemGridHeader {
    background-color: white !important;
    background-image: none !important;
    color: #6d6e70 !important;
    font-weight: bold !important;
    font-size: 10px;
}

.VevItemGridItem {
    font-size: 10px;
}

.VevItemGridItemAlternate {
    font-size: 10px;
}


.vev .formRow {
    font-weight: bold;
}

.vev .formLabel {
    font-weight: normal;
}


.vevConfirmation {
    background-image: url('voucher/inner_repeater.gif');
    background-repeat: repeat-x;
    background-color: #8fc940;
    box-shadow: 7px 7px 5px lightgrey;
    width: 600px;
    height: auto;
    padding: 5px 0 0 0;
    margin-top: 10px;
    color: #3c3c3c;
    border-radius: 8px;
}

    .vevConfirmation .formRow {
        font-weight: bold;
    }

    .vevConfirmation .formLabel {
        color: #3c3c3c;
        font-weight: normal;
    }

.vevRequestConfirmation {
    background-image: url(../images/VEVRequest/inner_repeater.png);
    background-repeat: repeat-x;
    background-color: #DC8700;
    box-shadow: 7px 7px 5px lightgrey;
    width: 600px;
    height: auto;
    padding: 5px 0 0 0;
    margin-top: 10px;
    color: #3c3c3c;
    border-radius: 8px;
}

    .vevRequestConfirmation .formRow {
        font-weight: bold;
    }

    .vevRequestConfirmation .formLabel {
        color: #3c3c3c;
        font-weight: normal;
    }

.HeaderLabel {
    font-size: 12px;
    float: left;
    padding: 5px 20px 5px 0px;
    width: 140px;
}

.HeaderValue {
    font-size: 12px;
    padding: 5px 20px 0px 10px;
    float: left;
}

.HeaderRow {
    clear: both;
}

label.dropArrow {
    margin-right: 15px;
}

label.dropArrowQS {
    margin-right: 15px;
}

label.dropArrowPP {
    margin-right: 15px;
}

label.dropArrowVouchers {
    margin-right: 15px;
}

.ChartControls {
    width: 450px;
    margin: 5px;
    margin-top: 40px;
    padding: 5px;
    float: left;
}

.DashboardPanelContainer {
    padding-top: 5px;
}

.DashboardSmallPanel {
    width: 215px;
    height: 90px;
    margin: 8px;
    float: left
}

.DashboardSmallTilePanel {
    width: auto;
    min-height: 100px;
    float: left;
}

.DashboardMediumPanel {
    width: 265px;
    height: 90px;
    margin: 8px;
    float: left
}

.DashboardMediumPanel_NoHeight {
    width: 265px;
    margin: 8px;
    float: left
}

.SmallPanelContainer .DashboardSmallPanel {
    width: 190px;
    height: 90px;
    margin: 8px;
    float: left
}

.DashboardColorPanel {
    width: 250px;
    height: 100px;
    margin-right: 32px;
    margin-left: 32px;
    margin-bottom: 15px;
    float: left
}

.DashboardLargePanel {
    width: 390px;
    height: 110px;
    margin: 14px;
    float: left;
}

.DashboardHalfWidth {
    width: 466px;
    width: 50%;
    margin: 8px 8px 8px 0;
    float: left;
}

.Dashboard3QuarterWidth {
    width: 75%;
    margin: 8px 8px 8px 0;
    float: left;
}

.DashboardQuarterWidth {
    width: 225px;
    width: 25%;
    margin: 8px;
    float: left;
}

.DashboardThreequarterWidth {
    width: 710px;
    width: 75%;
    margin: 8px;
    float: left;
}

    .DashboardThreequarterWidth.levelIT-tracker {
        width: 95%;
    }

.customskin .DashboardThreequarterWidth.levelIT-tracker {
    width: 75%;
    clear: both;
}

.DashboardRevenuePeriodWidth {
    width: 225px;
    margin: 8px;
    float: left;
}

.DashboardFullWidth {
    width: 950px;
    width: 100%;
    margin: 8px;
    float: left;
}
.DashboardFullWidthNew {
    width: 950px;
    width: 100%;
    margin: 8px;
    float: left;
    margin-bottom: 40px !important;
}

.DashboardFullWidthNoMargin {
    clear : left;
    width: 100%;
    float: left;
}


.ThinBorder {
    border: 1px solid;
    margin: 6px;
    padding: 5px;
}

.ipd-matchedHt {
    min-height: 340px;
    padding-top: 25px;
}

.LeftHeaderTable th {
    padding-right: 20px;
    text-align: left;
}

th.NumericHeading {
    padding-right: 20px !important;
    text-align: right !important;
    width: 150px;
}

th.NumericColumnBold {
    text-align: right !important;
    width: 150px;
}

th.CentredHeading {
    text-align: center !important;
    width: 150px;
    /*font-weight: bold !important;*/
}

td.CentredHeading {
    text-align: center !important;
    width: 150px;
    /*font-weight: bold !important;*/
}

th.RightHeading {
    text-align: right !important;
    width: 150px;
}

td.NumericColumn {
    text-align: right;
}

th.NumericColumn {
    text-align: right;
}

td.NumericColumnBold {
    text-align: right !important;
    font-weight: bold;
}


.GroupHeading {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    color: #003366;
}

.multiPage {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.verticalTabStrip {
    display: inline;
}

.RadTabStripLeft .rtsLast {
    border-bottom-style: solid;
    border-bottom-color: #5b5b5b;
    border-bottom-width: 1px;
}

.rtsMultiPage {
    margin-left: -3px;
    border-style: solid;
    border-color: #5b5b5b;
    border-width: 1px;
}

.maxTabHeight {
    max-height: 1200px;
    overflow-y: scroll;
}

.requirementLabelCol {
    width: 240px !important;
}

.requiredTableHeading,
.desiredTableHeading {
    min-width: 60px !important;
    max-width: 80px !important;
}

.viewTableHeading {
    min-width: 40px !important;
    max-width: 60px !important;
}

.opp-card-row .t-row {
    margin: auto;
}

td.shortDescColumn {
    word-break: break-all;
}

.t-panel {
    margin: 0 20px 20px 0;
}

    .t-panel > .t-row {
        margin: 0;
    }

    .t-panel .rgMasterTable td > img {
        width: 60px !important;
        height: auto !important;
        max-height: 50px;
    }


.display-inline-table {
    display: inline-table !important;
}

.oppSummaryLabel {
    min-width: 125px;
    display: inline-block;
    float: left;
}

.oppSummaryInput {
    display: inline-block;
    max-width: 820px;
    float: left;
}


.oppSummaryRequirementContainer {
}

.oppSummaryRequirementCol {
    display: inline-block;
    min-width: 250px;
    width: 25%;
    vertical-align: top;
}


h4.oppSummaryRequirement {
    padding-left: 5px;
}

li.oppSummaryRequirement {
    list-style: none;
    padding-left: 10px;
}

ul.oppSummaryRequirement {
    padding-left: 5px;
}


.captureItMitContainer {
    margin-left: 20px;
}

    .captureItMitContainer table {
        width: 800px !important;
        table-layout: fixed;
    }

    .captureItMitContainer .label {
        color: #58585b !important;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
        font-size: 14px !important;
        text-align: left !important;
        margin-right: 20px;
    }

    .captureItMitContainer table td.label {
        word-wrap: break-word !important;
        white-space: pre-wrap; /* css-3 */
        display: block;
    }

    .captureItMitContainer table tr {
        height: 45px;
    }

    .captureItMitContainer table td {
        margin-right: 30px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

.radAutoCompleteBoxBorderless {
    border: none !important;
}

.captureItMitContainer tr {
    margin-bottom: 10px !important;
}


.captureItMitContainer td {
    font: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    color: #58585b !important;
    font-size: 14px !important;
}

.captureItMitContainer tr td:last-child > .label {
    font-weight: 300 !important;
}

.lableHeading {
    font-weight: bold !important;
}

.radLabelRowName {
    margin-right: 10px;
    font-weight: bold;
}


.borderLessDialog.RadWindow {
    border: none;
    padding: 0;
}


th.altColGroup {
    background-color: #F2F2F2 !important;
    background-image: none !important;
}

td.altColGroup {
    background-color: #F2F2F2;
    background-image: none;
}

td.altColGroupFirst {
    border-left: solid 1px #dddddd;
}

th.altColGroupFirst {
    border-left: solid 1px #dddddd !important;
}

td.altColGroupLast {
    border-right: solid 1px #dddddd;
}

th.altColGroupLast {
    border-right: solid 1px #dddddd !important;
}

td.success.altColGroup {
    background-color: #c2e2b6;
}

td.danger.altColGroup {
    background-color: #e9c8c8;
}


.viewProgramsCountryFilterContainer {
    float: right;
    padding-left: 80px;
}


.RadLabelUploadError {
    color: red !important;
}


.RadLabelUploadSuccess {
    color: green !important;
}




.TrainingRevenueTotalHide {
    display: none;
    visibility: hidden;
}

.GoldenTicket {
    position: absolute;
    top: 25px;
    left: 650px;
    width: 125px;
    align-content: center;
    text-align: center;
}

    .GoldenTicket input {
        display: block;
        margin: auto;
    }



.TrainingGapCurrent {
    background-color: #DB4437 !important;
}

.TrainingGapNext {
    background-color: #F4B400 !important;
}

.TrainingNoGap {
    background-color: #8BC53F !important;
}


.TrainingCompliantNo {
    background-color: #DB4437 !important;
}


.TrainingCompliantYes {
    background-color: #8BC53F !important;
}

.TrainingCompliantNone {
    background-color: inherit;
}

/******************Capture Only Header detail*************/

/* CSS Document */

.CaptureOnlyHeader {
    background-image: url(voucher/top.gif);
    width: 600px;
    height: 34px;
}

.CaptureOnlyHeaderLabel {
    font-size: 12px;
    float: left;
    padding: 5px 20px 5px 10px;
    width: 140px;
}

.CaptureOnlyHeaderValue {
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    float: left;
}

.CaptureOnlyHeaderRow {
    clear: both;
}

.CaptureOnlyHeader {
    clear: both;
}

.CaptureOnlyHeaderLogo {
    float: right;
}

.CaptureOnlyHeaderData {
    float: left;
}

.CaptureOnlyInner {
    padding-left: 16px;
    padding-top: 12px;
    color: #5C8229;
    font-size: 12pt;
    font-weight: 600;
}

.CaptureOnlyInnerRequest {
    padding-left: 16px;
    padding-top: 12px;
    color: #DC8700;
    font-size: 12pt;
    font-weight: 600;
}

/* Fix for transparent RadMultiColumnComboBox popup transparent background */
.k-dropdowngrid-popup {
    background-color: #fff !important;
}

.incentive-comment-label {
    padding: 0 0 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

iframe {
    border: none;
}
