.tabsStyleMarginTop20 {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 20px;
}

.containerFullHeight45 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    height: 45px;
    border-bottom: 1px solid #555555;
}


.reevaluateBtnStyle:hover {
    background-color: #c1410b !important;
}


.reevaluateBtnStyle {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background-color: #d7410b !important;
    background-image: none !important;
    color: white !important;
}
.containerAutoWidth {
    width: auto;
    float: left;
    text-align: left;
}

.activeSubTabStyle {
    width: auto;
    height: 45px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    /*font-family: Arial;*/
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: black;
    background-color: white;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}

.inactiveSubTabStyle {
    width: auto;
    height: 45px;
    float: left;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    /*font-family: Arial;*/
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: #555555;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}

.containerFullHeight60 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    height: 60px;
    border-bottom: 1px solid #555555;
}

.containerAutoWidth {
    width: auto;
    float: left;
    text-align: left;
}

.activeTabStyle {
    width: auto;
    height: 60px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    padding: 25px;
    font-size: 15px;
    font-weight: bold;
    /*font-family: Arial;*/
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}

.inactiveTabStyle {
    width: auto;
    height: 60px;
    float: left;
    padding: 25px;
    font-size: 15px;
    font-weight: bold;
    /*font-family: Arial;*/
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #555555;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}

.containerAutoWidthRelative {
    width: auto;
    float: left;
    position: relative !important;
}

.sectionTitle {
    font-weight: bold;
    /*font-family: Arial;*/
    font-size: 17px;
}

.sectionTitleNormal {
    /*font-family: Arial*/;
    font-size: 17px;
}

.buttonStyleBlue {
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;
    -moz-border-bottom-left-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    background: #0096D6 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0px !important;
    font-size: 12px !important;
    color: white !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.buttonStyleGrey {
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;
    -moz-border-bottom-left-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0px !important;
    font-size: 12px !important;
    font-weight: 200 !important;
    background: #686161 !important;
    color: white !important;
    text-decoration: none !important;
}

.containerFullMarginBottomStrict30 {
    width: 100%;
    float: left;
    margin-bottom: 30px !important;
}

.pageTitleFont {
    /*font-family: Arial*/;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

sectionTitleBoldNormal {
    font-weight: bold;
    /*font-family: Arial*/;
    font-size: 15px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.message {
    /*border-width: 1px;*/
    width: 99%;
    height: auto;
    /* background: #CCF0E7; */
    margin-left: 1px;
    padding-top: 15px;
    padding-bottom: 20px;
    /*border-color: #f90;*/
    /*border-radius: 4px;
    border: 1px solid;*/
    /*border-color: #f90;*/
}

.tableStyle {
    /*font-family: Arial*/;
    width: 100% !important;
    border: 1px solid #555555 !important;
    border-collapse: collapse !important;
}

    .tableStyle th {
        background-color: #777777 !important;
        color: #ffffff !important;
        min-width: 150px;
        font-weight: bold !important;
    }

    .tableStyle td, .tableStyle th {
        padding: 14px 8px;
        font-size: 13px !important;
        font-weight: 100 !important;
        text-align: left !important;
        border: 1px solid #999999 !important;
    }

    .tableStyle td {
        padding: 14px 8px;
        font-size: 13px !important;
        font-weight: 100 !important;
        text-align: left !important;
        border: 1px solid #999999 !important;
    }

    .tableStyle .dataTables_empty {
        padding: 14px 8px;
        font-size: 13px !important;
        font-weight: 100 !important;
        text-align: center !important;
        border: 1px solid #999999 !important;
    }

    .tableStyle tr:nth-child(2n+1) {
        background-color: #f1f1f1 !important;
    }

.list {
    width: 100%;
}

.pageMessageErrorContainer {
    width: 500px;
    color: red;
    font-size: 13px;
    font-weight: bold;
    background-color: pink;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 35px;
}

.headerText {
    margin-top: 10px;
    font-size: 15px;
    color: #333333;
    /*font-family: Arial*/;
    font-weight: bold;
}

.bodyText {
    margin-top: 10px;
    font-size: 15px;
    color: #333333;
    /*font-family: Arial*/;
    font-weight: normal;
}


.baseTab1 {
    left: 0px;
}

.stepTwoPageSection {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #555555;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.tableTextCenter {
    text-align: center;
}

.stepIconLightGrey {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #D3D3D3;
    text-align: center;
    line-height: 30px;
    /*font-family: Arial*/;
    font-weight: bold;
    font-size: 20px;
    color: white;
    float: left;
}

.stepTitle {
    /*font-family: Arial*/;
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a;
    font-style: normal;
    float: left;
    padding-top: 7px;
    padding-left: 0px;
}

.containerAutoWidthMargin15 {
    width: auto;
    float: left;
    text-align: left;
    margin-right: 15px;
}

.standardPad5 {
    padding-left: 5px !important;
}

.arrowForwardDiv {
    width: 15px;
    height: 20px;
    background: url("/arrow.png") no-repeat;
    background-size: 100% 100%;
}

.stepIconBlue {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #0096D6;
    text-align: center;
    line-height: 30px;
    /*font-family: Arial*/;
    font-weight: bold;
    font-size: 20px;
    color: white;
    float: left;
}

.divBlackText {
    color: black;
}

.margin30BottomContainer {
    color: black;
    margin-bottom: 30px;
}

.pageTitleFont {
    /*font-family: Arial*/ !important;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

#sidebarCell, #sidebarDiv .sidebarModule, #sidebarDiv .nestedModule {
    border: 0 none;
    background-color: transparent;
}

.sidebarCollapsible {
    padding: 9px 10px 0 10px;
}

.sidebarCell, #sidebarDiv {
    width: 200px;
    background-color: #e8e8e8;
}

#handlebarContainer {
    width: 9px;
    left: 214px;
    top: 9px;
    bottom: 20px;
    height: auto;
}

#handlebarContainer {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 200px;
    height: 100%;
    cursor: url(/img/cursors/col-collapse.cur), pointer;
    overflow-y: hidden;
    text-decoration: none;
}

.zen .zen-assistiveText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

#handlebarContainer .indicator {
    height: 31px;
    width: 9px;
    right: 0px;
    background: url(/img/alohaSkin/sidebar_sprite.png) 0 0 no-repeat;
}

#handlebarContainer .indicator {
    position: absolute;
    z-index: 6;
    right: 1px;
    width: 6px;
    height: 41px;
    background: url(/img/sidebar/LNav_twisty_opened.gif) no-repeat top left;
}

#pinIndicator {
    top: 20px;
}

#handlebarContainer #handle {
    background: transparent;
    width: 5px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 2px;
}

#handlebarContainer .pinBox {
    background: url(/img/sidebar/LNav_handleBG.gif) repeat-y right;
    z-index: 5;
    width: 6px;
    height: 100%;
    display: block;
}

#sidebarDiv .sidebarModuleHeader {
    padding: 0;
    color: #fff;
    background: #1797c0 url('/img/alohaSkin/sidebar_sprite.png') -209px -2px no-repeat;
}

html .brandPrimaryBgr {
    background-color: #FFFFFF !important;
}

html .brandPrimaryFgr {
    color: #222222 !important;
}

#sidebarDiv .sidebarModule .sidebarModuleBody {
    padding: 12px 9px 10px;
    background: transparent url('/img/alohaSkin/sidebar_sprite.png') -209px top no-repeat;
}

#sidebarDiv .sidebarModule {
    background-color: #f1f3f5;
}

#sidebarDiv .sidebarModule {
    background: #cfeef8 url('/img/alohaSkin/sidebar_sprite.png') -9px bottom no-repeat;
}

body .bRelatedList .pbBody table.list, body .apexp .pbBody table.list {
    border: 1px solid #e0e3e5;
}

body .pbBody table.list {
    background-color: #fff;
    border-top: 1px solid #e0e3e5;
}

.bPageBlock .list {
    width: 100%;
}

.processingContainer {
    width: 100px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    z-index: 1550;
}

.processingBackground {
    background-color: #fbfbfb;
    height: 100%;
    opacity: 0.8;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1500;
}

.dmlExceptionErrorMsg {
    width: 700px;
    /*float: left;*/
    display: block;
    padding: 20px;
    color: red !important;
    font-size: 13px;
    font-weight: bold;
    background-color: #FFD3DB;
}

.dmlSuccessMsg {
    width: 700px;
    /*float: left;*/
    padding: 20px;
    margin-top: 0px;
    color: #47AE7A !important;
    font-size: 13px;
    font-weight: bold;
    background-color: #DAFFF0;
}

.deleteRow {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .3;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

#selectedProducts {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    #selectedProducts th, #selectedProducts td {
        padding: 10px;
        text-align: left;
    }

.noOutlineTexBox {
    padding: 5px;
    border: solid 0px #fff !important;
    height: 31px;
    outline: none;
    font-family: "Forma DJR Micro" !important;
    font-size: 12px !important;
    width: 220px;
}
.disableRow
{
    background-color:#bbb !important;
    opacity:0.6
}
.selectRow
{
    opacity:0.7;
}
.checkboxSelectAll {
    display: inline;
    opacity: 0;
    width: 0px;
    margin: 0;
    -webkit-appearance: none;
    overflow: hidden;
}
.checkboxSelectAll-label{
    display: inline-block;
    position: relative;
    padding-left: 18px;
    vertical-align: text-top;
    line-height: 16px;
    cursor: pointer;
}

.searchTextBoxDivBorder {
    width: 250px;
    border: 2px solid gray;
    height: 35px;
}
fieldset.addProducts {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.addProducts {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    font-size:14px !important;
}

#salesProcessLinkageGrid td {
    overflow: visible;
    word-break: break-all;
}

#MDFActivitiesGrid td {
    overflow: visible;
    word-break: break-word;     
}

#salesProcessLinkageGrid .k-menu {
    display: inline-block;
    border-right-width: 0;
}

#activitiesGrid td {
    overflow: visible;
    word-break: break-all;
}

#activitiesGrid .k-menu {
    display: inline-block;
    border-right-width: 0;
}

#salesTeamGrid td {
    overflow: visible;
    word-break: break-all;
}

#includedPartnersGrid  td {
    overflow: visible;
    word-break: break-all;
}

#includedPartnersGrid  th {
    overflow: visible;
    word-break: break-all;
}

#salesTeamGrid .k-menu {
    display: inline-block;
    border-right-width: 0;
}
#addressGrid td {
    overflow: visible;
    word-break: break-all;
}

#channelPartnersGrid td {
    overflow: visible;
    word-break: break-all;
}

#teamEmailAddressGrid td {
    overflow: visible;
    word-break: break-all;
}

#addressGrid .k-menu {
    display: inline-block;
    border-right-width: 0;
}

#channelPartnersGrid .k-menu {
    display: inline-block;
    border-right-width: 0;
}
#teamEmailAddressGrid .k-menu {
    display: inline-block;
    border-right-width: 0;
}


#addressGrid .k-grid-content {
    overflow:visible !important;
}
#salesTeamGrid .k-grid-content {
    overflow:visible !important;
}
#activitiesGrid .k-grid-content {
    overflow:visible !important;
}
#salesProcessLinkageGrid .k-grid-content {
    overflow:visible !important;
}
#channelPartnersGrid .k-grid-content {
    overflow:visible !important;
}
#teamEmailAddressGrid .k-grid-content {
    overflow:visible !important;
}

#salesProcessLinkageGrid .k-grid-header {
padding-right:0px !important;
}
#activitiesGrid .k-grid-header {
padding-right:0px !important;
}
#salesTeamGrid .k-grid-header {
padding-right:0px !important;
}
#addressGrid .k-grid-header {
padding-right:0px !important;
}
#channelPartnersGrid .k-grid-header {
padding-right:0px !important;
}

#teamEmailAddressGrid .k-grid-header {
padding-right:0px !important;
}

.infoIcon {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #0096D6;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 15px;
    color: white;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
