﻿body {
    background-color: #F8F8F8;
    /*background-image: url('../../images/black_linen_v2.png');*/
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
    width: 100%;
    font-family: Raleway !important;
    font-size: 15px !important;
    color: #1D1D1D !important;
    font-weight: 400;
    overflow-x: hidden !important;
}

.tableMainHeader {
    background-color: #B4B4B490;
}


.noBackground {
    background: none !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.spinnerFields {
    border: 1px solid #E8E9EC !important;
    width: 70px !important;
}

.headerLogoNav {
    float: left;
    height: 75px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.selecInstanceLogoDiv {
    width: 260px;
    height: 75px;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fontSize28 {
    font-size: 28px;
}

.heightCentered {
    height: calc(100vh - 120px) !important;
}

.loggedout {
    font-family: Raleway !important;
    font-size: 15px !important;
    color: #1D1D1D !important;
    text-align: center;
}

.logBackIn {
    font-family: Raleway !important;
    font-size: 15px !important;
    color: #CCD163 !important;
    text-decoration: underline;
}

p a, span a {
    color: #C6C651 !important;
}

.sideMenuStyle {
    float: left;
    background-color: #CCD163;
    max-width: 260px !important;
    min-height: calc(100vh - 75px);
    align-items: baseline !important;
}

.warning {
    text-align: justify;
    color: #FF7285;
    padding-bottom: 20px;
}

.reportFields {
    height: 200px;
    overflow: auto;
}

.width75 {
    width: 75% !important;
}

.btn-switch {
    color: black;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.selectInstancelogo {
    width: 220px;
    border: 1px rgb(255, 255, 255);
    padding-left: 0px;
}

.mandatory {
    color: #e8aa2b;
}

.content-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.paddingZero {
    padding: 0px !important;
}

form {
    min-height: 100vh;
}

html {
    min-height: 100%;
}

/*Content width of all the pages*/
main {
    max-width: 100%;
    width: 100vw;
}

.mainPadding {
    padding: 1rem 1.5rem;
}


.center {
    text-align: center;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right;
}

.justifyText {
    text-align: justify;
}

.nestedCampaignListMenuImage {
    float: right !important;
    padding-right: 2rem !important;
    margin-top: 10px !important;
    padding-top: 10px;
}

.paddingTop30 {
    padding-top: 30px !important;
}

.paddingTop7 {
    padding-top: 7px !important;
}

.paddingTop1 {
    padding-top: 1px;
}

.paddingTop3 {
    padding-top: 3px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.displayNone {
    display: none !important;
}

.displayInlineFlex {
    display: inline-flex;
}

.displayFlex {
    display: flex;
}

.displayBlock {
    display: block !important;
}

.displayGrid {
    display: grid;
}

.font18 {
    font-size: 18px;
}

.marginZero {
    margin: 0px !important;
}

.paddingBottom2 {
    padding-bottom: 2px !important;
}

.padding4 {
    padding: 4px;
}


.marginLeftN15 {
    margin-left: -15px !important;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight3 {
    padding-right: 3px;
}

.paddingRight10 {
    padding-right: 10px;
}

.maxHeight53 {
    max-height: 53px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft3 {
    padding-left: 3px;
}


.paddingLeft7 {
    padding-left: 7px;
}

.paddingRightInherit {
    padding-right: inherit !important;
}

.marginRightAuto {
    margin-right: auto !important;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingTop25 {
    padding-top: 25px !important;
}

.marginRightZero {
    margin-right: 0 !important;
}

.marginTop3 {
    margin-top: 3px !important;
}

.borderRadiusZero {
    border-radius: 0px !important;
}

.txtBox {
    border: none !important;
    border-bottom: 1px solid #E8E9EC !important;
    border-radius: 0 !important;
}

.bold {
    font-weight: 700;
}

.paddingManageUserSettings {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 3rem;
}

.marginLRZero {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.marginTop15 {
    margin-top: 15px;
}

.dtGreen {
    color: #e5f76b;
}

.dtBlue {
    color: #003384;
}

.bgColorWhite {
    background-color: white;
}

.paddingTopLeftRight {
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.paddingLeftRight {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.paddingLeft16 {
    padding-left: 16px;
}

.paddingTop16 {
    padding-top: 16px;
}

.paddingTop8 {
    padding-top: 8px;
}

.paddingBottom7 {
    padding-bottom: 7px !important;
}

.header {
    font-size: 28px;
    font-weight: normal;
    color: #1d1d1d;
    padding-bottom: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.imgLogoStyle {
    width: 206px;
    height: 59px;
    border: 1px #fff;
}

.DropDownListwidth {
    width: 250px !important;
}

.DropDownList {
    width: 220px;
    margin: 0 10px;
    padding: 3px;
    position: relative;
    vertical-align: text-bottom;
    height: 32px;
    border: 1px solid #E8E9EC;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.SelectionDropDown select {
    float: left;
    height: 32px;
    margin: 1px 1px 0px 0px;
    padding: 2px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.04);
    font-size: 15px;
    color: 1d1d1d; /*rgba(77, 79, 92, 0.87);*/
    border-color: #FFFFFF;
    margin-right: 10px;
}

    .SelectionDropDown select option:first-of-type {
        color: green !important;
    }


.ddlLogin, .ddlCampaigns, .ddlEmailSettings {
    border: 1px solid inset;
    margin-bottom: 10px;
    padding: 3px 7px;
    width: 100%;
    height: 33px;
    font-size: 1.5em;
    font-size: 15px;
    font-family: Raleway;
}

.ddlEmailSettings {
    width: auto;
}

.Textbox {
    border: 1px solid inset;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 3px 7px;
    width: 100%;
    height: 35px;
    font-size: 1em;
}

.txtbxSettings, .txtbxCampaigns {
    border: 1px solid inset;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 3px 7px;
    width: 100%;
    height: 40px;
    font-size: 18px;
}

.multiTxtbxCampaigns {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin: auto;
    padding: 3px 7px;
    width: 97%;
    height: 75px;
    font-size: 1em;
    resize: none;
    background-color: #F5F6FA !important;
    border-color: #F5F6FA;
}

input[type=radio] {
    margin: 0px 4px 0 4px !important;
}

/*Master Page styles*/
/*Background style for narrow master page=> Login and Select Instance pages*/
#masterNarrowBackground {
    position: relative;
    background-position: center;
    background-color: #F8F8F8;
    min-width: 550px;
    max-width: 920px;
    margin: auto;
    padding: 0px 0px 20px 0px;
}

/*Image styles*/
.img {
    padding-right: 20px;
}

/* sidebar  styles*/
.MastermainMenu {
    line-height: 50px;
    font-size: 15px;
    font-family: Raleway;
    padding-left: 0;
    list-style: none;
}

.MastermainMenuBorder {
    border-left: 2px solid #1d1d1d;
    margin-left: -15px;
    padding-left: 15px !important;
    background: #0000001A;
    width: 260px;
}


.MastermainMenu a {
    color: #1D1D1D;
}

    .MastermainMenu a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .MastermainMenu a:active {
        border-right-color: #1D1D1D;
        font-family: Raleway;
        font-weight: 700;
    }

.MastersubMenu a:active {
    color: #1D1D1D;
    font-family: Raleway;
    font-weight: 700;
    text-decoration: none;
}

.active-border {
    border-left: 5px solid #1d1d1d;
    height: 50px;
    margin-left: -15px;
    padding-left: 15px;
}

.MastersubMenu {
    line-height: 40px;
    padding-left: 50px;
    text-decoration: none;
    list-style: none;
}

.MastersubsubMenu {
    line-height: 30px;
    padding-left: 10px;
    list-style: none;
}

/*.collapsing {
  background-color: yellow;
  border-left: 5px solid #1d1d1d;
  height: 50px;
  margin-left: -15px;
  padding-left: 15px;
}*/

.nav-link[data-bs-toggle].collapsed::after {
    content: "▾";
}

.nav-link {
    padding-left: 15px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    margin-left: -15px !important;
}

    .nav-link[data-bs-toggle]:not(.collapsed):after {
        content: "▴";
    }

/* Toggle icon*/
.toggle_icon {
    background-image: url('../../images/round-menu-24px.svg');
    width: 40px;
    background-color: #CCD163;
    margin-top: 20px;
}
/*Background style for wide master page => All other pages*/
#masterWideBackground {
    position: relative;
    background-position: center;
    background-color: #F8F8F8; /*#d8e5ff;*/
    width: 100%;
    min-height: 100vh;
    margin: auto;
    /* padding: 0px 0px 20px 0px;*/
    /*min-width: 1260px;*/
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.80);
}



/*select instance styles*/
.selectInstance {
    padding: 25px;
    margin: auto;
    position: relative;
    max-width: 600px !important;
}

/*Blue gradient header background for all except Login page*/
#mainHeader {
    /*background-image: url(../../images/header-bg-blue-grad_1x60.png);*/
    background-repeat: repeat-x;
    /*background-color: #b6ccf3;*/
    background-color: #FFFFFF;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 75px;
}
/**********************************************************/

/*Menu styles*/
.mainMenu {
    /* padding-left: 310px; */
    padding-top: 10px;
    line-height: 40px;
    color: #1D1D1D;
    font-family: Raleway;
    font-size: 16px;
}

.subMenu {
    background-color: #CCD163;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /*border-top: 5px solid #000000;
  border-right: 1px solid #e5f76b;
  border-left: 1px solid #e5f76b;
  border-bottom: 1px solid #e5f76b;*/
    line-height: normal;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.75);
    text-align: left;
    padding-bottom: 10px;
    color: #1D1D1D;
    z-index: 100;
}

    .subMenu a:hover, .subMenu a:active {
        background-image: none;
        border-bottom: none;
        color: #000000;
        background-color: #656255;
    }


/*These menu styles get added automatically by asp.NET based on menu item properties 
  - by including them here, they can be more specifically manipulated */

#MainMenu a.static.selected {
    /* background-image: url(../../images/mainMenu-selected-item.png);*/
    background-repeat: repeat-x;
    /* color: #e5f76b; */
}



#MainMenu a.static.highlighted {
    /*background-image: url(../../images/mainMenu-hover-item.png); */
    background-repeat: repeat-x;
    /* color: #90c5ff; */
}

/* <![CDATA[ */
/*#MainMenu { width:80%; }*/
#MainMenu img.icon {
    border-style: none;
    vertical-align: middle;
    padding-right: 20px;
}

#MainMenu img.separator {
    border-style: none;
    display: block;
    margin: auto;
    width: 90%;
}

#MainMenu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}

#MainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

    #MainMenu ul.dynamic {
        width: 185px;
        z-index: 1;
        padding-bottom: 10px;
    }

#MainMenu a.dynamic.highlighted {
    color: #000000;
}

#MainMenu a {
    color: #1D1D1D;
    /*font-size: 20px; */
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

    #MainMenu a.static {
        padding: 0px !important;
        font-weight: normal;
        text-decoration: none;
    }

    #MainMenu a.dynamic {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
    }

        #MainMenu a.dynamic.selected {
            color: black;
            text-decoration: none;
        }

    #MainMenu a.static.highlighted {
        height: 100%;
    }

#MainMenu a,
#MainMenu li,
#MainMenu ui {
    z-index: 10;
}
/* ]]> */

.inlineBlock {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    #ddlSortCampaignList {
        margin: 10px 0 0 10px !important;
    }

    .DropDownList {
        margin: 10px 0 0 0 !important;
    }
}


/*Gray bar below the blue gradient header- this is where "Welcome" and first name should appear*/
.messageBar {
    /* background-image: url(../images/menu-bkgd.png);
  background-repeat: repeat-x;*/
    background-color: #404040;
    height: 30px;
    /*line-height: 40px;*/
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    padding: 0px;
    margin: auto;
    vertical-align: middle;
    border-top: 1px solid #222222;
    color: #eeeeee;
}

.LoggedInUser, .InstanceName {
    margin: 4px 10px 0px 0px;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .InstanceName {
        display: none !important;
    }
}
/*Main header Logo styles*/
.logoheader {
    position: absolute;
    top: 0px;
    left: 0px;
}

.InstanceName {
    margin: 4px 0px 0px 0px;
    vertical-align: middle;
}

.loginBar {
    float: right;
    display: inline-flex;
    padding: 0.5rem;
}
/**********************************************************/

/*Content styles for pages that get inserted into Master Pages*/
#mainContent {
    margin: 10px;
}
/**********************************************************/

/*Footer styles*/
#mainFooter {
    padding: 10px 20px;
    text-align: center;
    /*color: white;*/
    color: #1D1D1D;
    font-weight: normal;
    font-size: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    color: #1D1D1D;
}
/**********************************************************/

/*Login page styles*/
#loginBackground {
    position: relative;
    background-color: #FFF;
    /*min-width: 500px;*/
    /*max-width: 960px;
  background-size: cover;
  width: 50%;
  height: auto;
  margin: auto;
  padding: 20px 0px 0px 0px;
  float: left;*/
}

#rightloginbackground {
    background-image: url('../../images/SplashScreen/subscribe-section-bg@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.2;
    position: fixed;
    height: 100%;
}

#loginDiv {
    position: relative;
    width: 400px;
    margin: 10px auto 30px auto;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #C6C651 !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C6C651 !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C6C651 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C6C651 !important;
}

#loginDiv p {
    font-size: 1.2em;
    color: white;
    text-align: left;
    margin: 0px auto 10px auto;
    padding: 0px;
}


#loginDiv a {
    font-style: normal;
    color: #C6C651;
    float: right;
    margin: auto auto 10px auto;
    padding: 0px;
    margin-right: 14px;
    margin-top: 16px;
    text-decoration: underline;
}

#loginbutton {
    margin-top: 30px;
    width: 345px;
    text-align: center;
}

#loginFooter {
    text-align: center;
    display: block !important;
}

    #loginFooter a {
        color: #404040;
    }

::-webkit-input-placeholder {
    font-size: 1em;
    color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 1em;
    color: #aaa;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 1em;
    color: #aaa;
}

:-ms-input-placeholder {
    font-size: 1.5em;
    color: #aaa;
}

.placeholdersjs {
    color: #aaa;
    font-size: 1.5em;
}

input[type=text], input[type=password], select, .error, .validator { /*Rounded Corners 4px*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

input[type=submit], .button, .grdvwButton { /*Rounded Corners 4px*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    top: 0px;
    left: 0px;
}

/*.btnLogin 
{
  background-image: url(../images/btn-normal.png); 
  background-repeat: repeat-x; 
  background-color: transparent; 
  position: relative; 
  margin: 15px auto auto auto; 
  padding: 0px 10px; 
  min-width: 175px; 
  max-width: 215px; 
  height: 46px;  
  text-align: center; 
  border: 1px solid outset; 
  color: #404040; 
  font-size: 1.5em; 
  font-weight: bold; 
  cursor: pointer;
}

.btnLogin:hover 
{
  background-image: none;
  background-color: #e5f76b;

}*/

.lblLogin {
    color: #e5f76b;
    font-size: 1.3em;
    font-weight: bold;
}

.txtbxLogin {
    border: 1px solid inset;
    margin-bottom: 10px;
    padding: 3px 7px;
    width: 100%;
    height: 40px;
    font-size: 1.5em;
    font-family: Raleway, Regular;
}

.displayInlineBlock {
    display: inline-block;
}

.displayInline {
    display: inline;
}

.showPassword {
    position: relative;
    margin: auto auto 5px auto;
    padding: 0px;
    float: left;
    vertical-align: middle;
    color: black;
    margin-top: 16px;
}

.txtboxformatLine {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-style: solid;
    color: rgba(77, 79, 92, 0.87);
    width: 345px;
    font-size: 14px;
    border-color: rgba(240, 240, 247, 1);
    padding-top: 5px;
    caret-color: #C6C651;
}

.noBorder {
    border: none !important;
}

.treeViewDivStyle {
    border: 1px solid #f8f8f8;
    word-break: break-all;
}

.contactFormPhoneText {
    width: 20rem !important;
}

.contactFormExtText {
    width: 5rem !important;
}

.SBPaddingTop {
    padding-top: 20px;
}

.SBTextArea {
    padding: 5px;
    background-color: #F5F6FA !important;
    border: 1px solid inset;
    border-radius: 4px;
    margin: auto;
    border-color: #F5F6FA;
    margin-top: 10px;
}

.error {
    width: 97%;
    padding: 7px;
    margin: auto auto 10px auto;
    background-color: #ff3300;
    color: #404040;
    font-weight: bold;
}

.validator {
    width: 65%;
    margin: auto auto 5px auto;
    padding: 7px;
    float: left;
    background-color: #ff3300;
    color: #404040;
    font-weight: bold;
}
/**********************************************************/

/*Select Instance Table styles*/

.selectInstanceTable caption {
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: Raleway, Bold;
    color: #1D1D1D;
    background-color: rgba(180, 180, 180, 0.24) !important;
    border: 0px solid;
    border-color: rgba(180, 180, 180, 0.24) !important;
    padding: 10px;
}

.selectInstanceTable td {
    border: 0px;
}

.selectInstanceTablePagerStyle {
    color: black;
    font-size: 15px !important;
    font-family: Raleway !important;
}


    .selectInstanceTablePagerStyle td {
        padding-left: 5px;
        padding-right: 5px;
    }

        .selectInstanceTablePagerStyle td a:hover {
            color: black !important;
            font-weight: bold !important;
            padding-left: 5px;
            padding-right: 5px;
            text-decoration: none !important;
        }

.selectInstanceTable a {
    font-family: Raleway, Regular;
    color: black;
    font-size: 12px !important;
}

.ManageUsersHeaderRow {
    height: 45px;
}

.manageUsersHeader {
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #1d1d1d;
    background: #B4B4B43C;
    opacity: 1;
    border: 1px #B4B4B43C;
}

.ManageAccountHeaderRow {
    /*position: fixed;*/
    height: 45px;
}


.ProuctAssignmentHeaderRow {
    height: 45px;
}

.manageAccountTypesHeader, .productAssignmentHeader {
    font-size: 15px;
    font-weight: bold;
    color: #1d1d1d;
    padding: 5px 20px;
    background: #B4B4B43C;
    opacity: 1;
    border: 1px #B4B4B43C;
}

.cellStyle {
    white-space: nowrap;
    padding: 2px 20px 2px 5px;
    overflow: hidden;
    min-width: 200px;
}

.cellStyle2 {
    white-space: nowrap;
    padding: 5px 10px;
    overflow: hidden;
}

.cellStyle3 {
    vertical-align: middle;
}

.chkbxProductAssignment {
    padding-left: 10px;
}

#gvProducts {
    border: 1px solid rgba(180,180,180,0.24);
}

.gvProductsTextbox {
    padding: 0px 5px;
}

.marginNone {
    margin: 0px !important;
}

.marginBottom15 {
    margin-bottom: 15px !important;
}

.marginBottomZero {
    margin-bottom: 0 !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

/*THE .radio_contain CLASS REMOVES THE WHITE BOX BEHIND THE RADIO BUTTON IN CHROME*/
.radio_contain {
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    padding: 0;
}

    .radio_contain input[type="radio"] {
        display: block;
        margin: 0;
    }

.selectInstanceColumnWidth {
    width: 500px;
}

.selectInstanceTable {
    font-size: 15px;
    display: inline-block;
}

    .selectInstanceTable caption {
        font-weight: bold;
        padding: 10px;
        font-size: 16px;
        caption-side: top !important;
        text-align: center !important;
        border-color: #CCCCCC;
        border-width: 1px;
    }

tr.alternateRowStyle {
    background-color: #FFFFFF;
    color: #1d1d1d;
}

tr.rowStyle {
    background-color: #CBE3F5;
}

    tr.rowStyle select.DropDownList {
        background-color: #CBE3F5;
        border-bottom: 3px solid #B1CADE !important;
        border: none;
    }

tr.alternateRowStyle select.DropDownList {
    background-color: #ffffff;
    border-bottom: 3px solid #E9E9F0 !important;
    border: none;
}

tr.alternateRowStyle input.gvProductsTextbox {
    background-color: #ffffff;
    border-bottom: 3px solid #E9E9F0 !important;
    border: none;
}

tr.rowStyle option {
    background-color: #ffffff;
}


tr.rowStyle input.gvProductsTextbox {
    background-color: #CBE3F5;
    border-bottom: 3px solid #B1CADE !important;
    border: none;
}

tr.alternateRowStyle:hover, tr.rowStyle:hover,
tr.alternateRowStyle2:hover, tr.rowStyle2:hover {
    font-weight: bold;
}

tr.alternateRowStyle:active, tr.rowStyle:active,
tr.alternateRowStyle2:active, tr.rowStyle2:active {
    font-weight: bold;
}

.marginRightTen {
    margin-right: 10px !important;
}

.marginLeftSeven {
    margin-left: 7px;
}

.marginRightZero {
    margin-right: 0px !important;
}

.width90 {
    width: 90% !important;
}

.grdvwButton {
    background-image: url(../images/btn-normal.png);
    background-repeat: repeat-x;
    background-color: #e5f76b;
    padding: 5px 10px;
    height: 30px;
    text-align: center;
    border: #404040 1px solid;
    color: #404040;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}

    .grdvwButton:hover {
        background-image: none;
        background-color: #003384;
        color: #e5f76b;
    }
/**********************************************************/

/*Campaign Category Data Table styles*/

table.tblCampaignCategoryData tr {
    height: 31px;
}

tr.alternateRowStyle2 {
    background-color: #CBE3F5;
    color: #404040;
}

tr.rowStyle2 {
    background-color: #ffffff;
    color: #404040;
}

.tableDataMainHeader {
    border: none;
    font-weight: bold;
    background-color: rgba(180,180,180,0.56);
    color: #1D1D1D;
}

tr.Category {
    background-color: #B4B4B43C;
    border: none;
    color: #1D1D1D;
}

.CampaignName {
    text-indent: 20px;
}

.tblButtonColumn {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 35px;
    padding-left: 5px;
}

.tblNameColumn {
    width: 380px;
    border-right: none;
    border-left: none;
    border: 0px;
}

.tblDataColumn {
    width: 155px;
    text-align: center;
    border: none;
    border: 0px;
}

.fontWeight600 {
    font-weight: 600;
}

/**********************************************************/

/*Button Styles*/
.button, .buttonWide, .buttonMedium, .buttonLogin, .buttonLogout, .buttonGrid {
    border: 1px solid #CCD163; /*changed from #4081e5*/
    /*background: #669ef4 url(../../styles/jQueryUIThemes/ui-deeptarget-dark1/images/ui-bg_highlight-soft_75_669ef4_1x100.png) 50% 50% repeat-x;*/
    font-weight: 600;
    background: white;
    color: #1D1D1D; /*changed from #eeeeee*/
    display: inline-block;
    font-family: Raleway;
    font-weight: 600;
    position: relative;
    padding: .4em .8em;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    min-width: 70px;
    height: 33px;
    margin: .4em .4em .5em 0;
    font-size: 15px;
    border-radius: 6px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,.50) 0px 1px 1px;
}




.buttonLogin {
    min-width: 91px;
    height: 40px;
    font-size: 1.2em;
    background-color: #CCD163 !important;
    color: white !important;
    font-family: Raleway, Regular;
}

.buttonLogout {
    float: right;
    margin-right: 10px;
    box-shadow: rgba(0,0,0,.50) 0px 2px 2px;
}

.buttonGrid {
    margin: .3em;
}

    .button:hover, .buttonWide:hover, .buttonMedium:hover, .buttonLogin:hover, .buttonLogout:hover, .buttonGrid:hover {
        border: 1px solid #CCD163;
        /*background: #d4ea3a url(../../styles/jQueryUIThemes/ui-deeptarget-dark1/images/ui-bg_highlight-soft_75_d4ea3a_1x100.png) 50% 50% repeat-x;*/
        background-color: #CCD163;
        color: #1D1D1D;
    }


    .button:active, .buttonWide:active, .buttonMedium:active, .buttonLogin:active, .buttonLogout:active, .buttonGrid:active {
        border: 1px solid #CCD163;
        /* background: #d4ea3a url(../../styles/jQueryUIThemes/ui-deeptarget-dark1/images/ui-bg_inset-soft_75_d4ea3a_1x100.png) 50% 50% repeat-x;*/
        background-color: #CCD163;
        box-shadow: rgba(0,0,0,.75) 0px 1px 1px;
    }


      .button[disabled], .buttonWide[disabled], .buttonMedium[disabled],
      .buttonLogin[disabled], .buttonLogout[disabled], .buttonGrid[disabled],
      .button:hover[disabled], .button:active[disabled]
      {
        background-image: none;
        background-color: white;
        background: white;
        color: gray;
        border: 1px solid #aaaaaa;
        cursor: default;
      }

.dlgContent {
    /*width: 100%;
  margin: 0 auto;*/
    padding: 5px 0 0 0;
}

    .dlgContent p {
        margin: 0;
        padding: 0;
    }

.DetargetingCampaigns {
    display: flex;
    flex-basis: 35%;
}

.DetargetingCampaignsTextbox {
    max-width: 50px;
    max-height: 30px;
    margin-left: 15px;
    border: 1px solid inset;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 3px 7px;
    font-size: 1.5em;
}

.inlineError {
    color: #FF9D9B;
    font-weight: bold;
}


/*These are for aligning labels to the Left and error messages to the Right*/
.alignLeft {
    float: left;
    text-align: left;
    width: 35%;
}

.alignRight {
    float: left;
    text-align: right;
    width: 65%;
}

/*Makes TextBoxes and Dropdown lists the same width*/
input, select {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#frmUserSettings {
    border: none;
}




/**********************************************************/


/*Custom Tab Styles*/

/* Tabs default xp theme */
.customTabs .ajax__tab_header {
    font-family: Raleway;
    font-size: 18px;
    font-weight: normal;
    /* height: 30px; */
    margin: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .customTabs .ajax__tab_header:active {
        border-bottom: 1px solid #CCD163;
    }

.customTabs .ajax__tab_outer {
    padding-right: 0px;
    /* background: url(../../images/tab-line.png) repeat-x bottom; */
    background: none;
    background-image: none;
    background-color: none;
}

.customTabs .ajax__tab_inner {
    padding-left: 0px;
    background: none;
    background-image: none;
    background-color: none;
}

.customTabs .ajax__tab_tab {
    padding: 2px 0px 4px 10px;
    color: #808495;
}

.customTabs .ajax__tab_hover .ajax__tab_outer {
    background: none;
    background-image: none;
    background-color: none;
}

.customTabs .ajax__tab_hover .ajax__tab_inner {
    background: none;
    background-image: none;
    background-color: none;
}

.customTabs .ajax__tab_hover .ajax__tab_tab {
    font-weight: bold;
    color: #CCD163;
}

.customTabs .ajax__tab_active .ajax__tab_outer {
    background: none;
    background-image: none;
    background-color: none;
}

.customTabs .ajax__tab_active .ajax__tab_inner {
    background: none;
    background-image: none;
    background-color: none;
    border-bottom: 1px solid #CCD163;
}

.customTabs .ajax__tab_active .ajax__tab_tab {
    color: #CCD163;
    font-weight: 700;
}

.customTabs a:-webkit-any-link:active {
    color: #CCD163;
}

.customTabs .ajax__tab_body {
    font-family: Raleway;
    font-size: 15px;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/*Author: Shwetha Herga : Build Rule Screen - Account Type dropdown will not completely display and cannot scroll (Campaign Settings) OECUI- 727-- */
.customTabs .ajax__scroll_none {
    overflow-y: auto;
}
/*************************************/
input[type=checkbox] {
    display: none !important;
}

#GlobalOverrideSwitch {
  display: block !important;
}

.checkbox label {
  width: 18px;
  height: 18px;
  position: relative;
  top: 10px;
}

.Reportscheckbox label {
    width: 18px;
    height: 18px;
}

.passowrdCheckbox {
    background-position: left;
}

/*.checkbox input[type=checkbox]:checked {
  background-image: url('../../images/Group 332.svg');
  background-repeat: no-repeat;
  padding-left: 28px;
  width: 18px;
  height: 18px;
}*/

input[type=checkbox] + label {
    display: inline-block;
    background-image: url('../../images/Rectangle 728.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
}

input[type=checkbox]:checked + label {
    background-image: url('../../images/Group 332.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
}

input[type=checkbox]:hover:checked + label {
    background-image: url('../../images/Group 332.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
}

input[type=checkbox]:hover + label {
    background-image: url('../../images/Rectangle 729.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
}

input[type=checkbox]:disabled + label {
    background-image: url('../../images/Group 331.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
}

input[type=checkbox]:disabled:hover + label {
    background-image: url('../../images/Group 331.svg');
    background-repeat: no-repeat;
    padding-left: 28px;
}

/**********************************************************/


.SettingsHeaderText {
    font-size: 15px !important;
    font-weight: bold;
    color: #1D1D1D;
    font-size: 20px;
    margin-right: 10px;
}

.NewBannerDimension {
    width: 70px;
    height: 40px;
    -moz-appearance: textfield;
    border: 1px solid #E8E9EC;
    margin-right: 20px;
    color: #CECFD0;
}

    .NewBannerDimension:focus {
        color: #1d1d1d;
    }

.AddBannerSizeBG {
    position: relative;
    margin: 0px 5px 5px 5px;
    padding: 5px;
    border-radius: 10px;
    border-color: #e0e0e0;
    border-width: 1px;
    border-style: solid;
    background-color: #404040;
    width: 100px;
    height: 100px;
}

    .AddBannerSizeBG input[type=number]::-webkit-inner-spin-button,
    .AddBannerSizeBG input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.AddBannerSized {
    background-color: #e0e0e0;
    border: 1px solid black;
    position: absolute;
}

.AddBanner468x60 {
    width: 90px;
    height: 12px;
    top: 49px;
    left: 10px;
}

.AddBanner240x400 {
    width: 54px;
    height: 90px;
    top: 10px;
    left: 28px;
}

.AddBanner250X250 {
    width: 90px;
    height: 90px;
    top: 10px;
    left: 10px;
}

.AddBannerCustom {
    position: absolute;
    height: 80px;
    top: 15px;
    left: 10px;
}

.SectionTitle {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0px;
    text-align: left;
}

.BoldwBorders {
    font-weight: bold;
    line-height: 2.5;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

/******  ON/OFF Switch for Email Settings    *******/
.onoffswitch {
    position: relative;
    width: 75px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #404040;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,.50) 0px 1px 1px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 31px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Raleway;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #669ef4;
        background: -webkit-linear-gradient(#a7caff,#669ef4); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#a7caff,#669ef4); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#a7caff,#669ef4); /* For Firefox 3.6 to 15 */
        background: -ms-linear-gradient(#a7caff,#669ef4); /* For IE10 */
        background: linear-gradient(#a7caff,#669ef4); /* Standard syntax (must be last) */
        color: #e5f76b;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #669ef4;
        background: -webkit-linear-gradient(#a7caff,#669ef4); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#a7caff,#669ef4); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#a7caff,#669ef4); /* For Firefox 3.6 to 15 */
        background: -ms-linear-gradient(#a7caff,#669ef4); /* For IE10 */
        background: linear-gradient(#a7caff,#669ef4); /* Standard syntax (must be last) */
        color: #eeeeee;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 24px;
    margin: 3px;
    background: #FFFFFF;
    border: 1px solid #404040;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.80);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background: #e5f76b;
}


.clickToEmailOffMask {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(65, 64, 64, .6);
    z-index: 800;
}

.clickToEmailOffMessage {
    background-color: white;
    font-size: 15px;
    box-shadow: 4px 6px 10px 2px #404040;
    padding: 20px;
    margin: 100px auto;
    width: 50%;
    text-align: justify;
}
/**********************************************************************************/

/*****ERROR PAGES STYLES*********/
.ErrorPageContent {
    min-height: 250px;
    background-color: white;
}

.ErrorPageText {
    padding: 20px;
    float: left;
}

.ErrorPageSymbol {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-color: yellow;
    border: 10px solid black;
    float: left;
    font-family: Raleway;
    font-size: 150px;
    font-weight: bold;
    line-height: 150px;
    text-align: center;
}

/*********************************************************************************/

input[readonly=readonly], input[disabled]#EndTime, input[disabled]#StartTime,
input[disabled]#PublishAnnually, .tabDisabled {
    background-image: none;
    background-color: lightgray;
    color: gray;
    border: 1px solid #aaaaaa;
    cursor: default;
}

input[disabled] {
    cursor: default;
}

/*** PAGE STYLES***/
/* Remove this style*/
.PageHeaderTitle {
    font-size: 28px;
    font-weight: normal;
    color: #1D1D1D;
    margin-right: 10px;
}

.DownloadsHeader {
    font-size: 28px;
    display: block;
    float: left;
    width: 600px;
    font-family: Raleway;
    height: 33px;
}

.PageBackground {
    background-color: #FFFFFF;
    padding-top: 8px;
    padding-left: 0px;
    border: 1px solid #F8F8F8;
    font-size: 15px !important;
}

    .PageBackground hr {
        clear: both;
        color: whitesmoke;
        background: #FFFFFF;
        border: 0;
    }

h3 {
    font-size: 18px;
    font-weight: normal;
}

.line-height {
    line-height: 1.5rem !important;
    padding-bottom: 12px;
}

.marginleft9 {
    margin-left: 9px;
}

.helpHeader {
    color: #1D1D1D;
    font-weight: normal;
    font-size: 18px;
}

.helpContent {
    font-size: 15px;
    text-align: justify !important;
}

.helpBorder {
    border: 1px solid #CCD163;
    padding-top: 30px;
}

.paddingAboveBelow {
    padding-top: 60px;
    padding-bottom: 60px;
}

.paddingleftRight2rem {
    padding-left: 2rem;
    padding-right: 2rem;
}

.manageUserSettingsbody {
    min-height: 80vh;
    background-color: #ffffff;
    font-family: raleway;
}

.borderBottom {
    border-bottom: 3px solid #E9E9F0;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.padding0 {
    padding: 0px !important;
}

.helpPadding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
/* Remove this style*/
.ThinRoundedBorder {
    overflow: auto;
    border: solid thin black;
    border-radius: 4px;
    padding: 5px;
    background-color: #011941;
    color: white;
}

textarea.Comment {
    resize: none;
}
/***************************/

/***DOWNLOADS PAGE STYLES****/
.DownloadBox {
    display: block;
    margin: 0px 0px 10px 0px;
    overflow: auto;
}

/**********************/

/***FAQ PAGE STYLES***/

.faq {
    font-size: 18px;
    margin: 5px 0px;
    cursor: pointer;
    color: #1D1D1D;
    font-weight: 500;
    text-align: justify !important;
}

    .faq:hover {
        font-weight: bold;
    }

.faq-ans {
    font-size: 15px;
    color: #1D1D1D;
    text-align: justify !important;
    padding-left: 32px;
}

/***************************/

/*QUICKHELP POPUPS WITH ARROW*/


@media only screen and (max-width : 1023px) {

    .QuickHelpArrow > .QuickHelpLeftLG,
    .QuickHelpArrow > .QuickHelpBE {
        width: 300px !important;
        margin-left: -300px !important; /*changed from -160px*/
        /* margin-top: -9px !important; */ /*changed from -9px*/
    }
}



.QuickHelpArrow {
    position: relative;
    cursor: pointer;
    font-family: Raleway;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 2px;
    margin-right: 3px;
}

    .QuickHelpArrow a, .QuickHelpArrow a:active,
    .QuickHelpArrow a:visited, .QuickHelpArrow a:link {
        color: #CCD163;
    }

.QuickHelpIcon {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding-top: 1px;
}

    .QuickHelpIcon:hover {
    }

.QuickHelpArrow > .QuickHelpRightLG, .QuickHelpArrow > .QuickHelpRightSM,
.QuickHelpArrow > .QuickHelpLeftLG, .QuickHelpArrow > .QuickHelpLeftSM {
    font-size: 12px;
    text-align: left;
    line-height: 150%;
    color: #1D1D1D;
    /*background: -webkit-linear-gradient(#003384,#669ef4); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#003384,#669ef4); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(#003384,#669ef4);*/ /* For Firefox 3.6 to 15 */
    /*background: -ms-linear-gradient(#003384,#669ef4);*/ /* For IE10 */
    /*background: linear-gradient(#003384,#669ef4);*/ /* Standard syntax (must be last) */
    /*background-clip: padding-box;*/
    box-shadow: 0px 2px 6px #0000000A;
    background: #F8F8F8;
    /*border: 3px solid rgba(64, 64, 64, 0.8);
	border-radius: 3px;*/
    position: absolute;
    left: 0%;
    top: 0%;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

/*RIGHT FLOATING POPUPS*/
.QuickHelpArrow > .QuickHelpRightLG {
    width: 400px;
    height: 300px;
    margin-left: 27px;
    /*  margin-top: -9px; */
}


.QuickHelpArrow > .QuickHelpRightSM {
  width: 260px;
  margin-left: 27px;
  margin-top: 0px;
}

/*LEFT FLOATING POPUPS*/
.QuickHelpArrow > .QuickHelpLeftLG,
.QuickHelpArrow > .QuickHelpBE {
    width: 400px;
    height: 400px;
    margin-left: -435px;
    margin-top: 0px;
}

.QuickHelpArrow > .QuickHelpLeftSM {
    width: 260px;
    margin-left: -265px;
    margin-top: -9px;
}

.QuickHelpArrow > .QuickHelpBE {
    margin-top: -6px;
}

/*LEFT POINTING ARROW*/
.QuickHelpArrow > .QuickHelpRightLG:before, .QuickHelpArrow > .QuickHelpRightLG:after,
.QuickHelpArrow > .QuickHelpRightSM:before, .QuickHelpArrow > .QuickHelpRightSM:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 8px;
    left: 0%;
    margin-left: -10px;
}

.QuickHelpArrow > .QuickHelpRightLG:before,
.QuickHelpArrow > .QuickHelpRightSM:before {
    /* border-right: 10px solid #404040;
  border-right: 10px solid rgba(64, 64, 64, 0.8);*/
    margin-left: -13px;
}

.QuickHelpArrow > .QuickHelpRightLG:after,
.QuickHelpArrow > .QuickHelpRightSM:after {
    border-right: 10px solid #F8F8F8;
    margin-left: -9px;
    z-index: 1;
}
/*********************/

/*RIGHT POINTING ARROW*/
.QuickHelpArrow > .QuickHelpLeftLG:before, .QuickHelpArrow > .QuickHelpLeftLG:after,
.QuickHelpArrow > .QuickHelpLeftSM:before, .QuickHelpArrow > .QuickHelpLeftSM:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 8px;
    left: 100%;
    margin-left: -10px;
}

.QuickHelpArrow > .QuickHelpLeftLG:before,
.QuickHelpArrow > .QuickHelpLeftSM:before {
    /*border-left: 10px solid #404040;
  border-left: 10px solid rgba(64, 64, 64, 0.8);*/
    margin-left: 3px;
}

.QuickHelpArrow > .QuickHelpLeftLG:after,
.QuickHelpArrow > .QuickHelpLeftSM:after {
    border-left: 10px solid #CCD163;
    margin-left: -1px;
    z-index: 1;
}
/*********************/

.QuickHelpArrow:hover > .QuickHelpRightLG,
.QuickHelpArrow:hover > .QuickHelpRightSM,
.QuickHelpArrow:hover > .QuickHelpLeftLG,
.QuickHelpArrow:hover > .QuickHelpLeftSM {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

#QuickHelp {
    display: none;
}

.QuickHelpArrow:hover > #QuickHelp {
    display: block !important;
}

.QuickHelpRightLG ol, .QuickHelpRightLG ul,
.QuickHelpRightSM ol, .QuickHelpRightSM ul,
.QuickHelpLeftLG ol, .QuickHelpLeftLG ul,
.QuickHelpLeftSM ol, .QuickHelpLeftSM ul {
    margin: 0px;
    padding: 3px 0px 3px 20px;
}

.QuickHelpRightLG p, .QuickHelpRightSM p,
.QuickHelpLeftLG p, .QuickHelpLeftSM p {
    margin: 5px 0px;
}

.QuickHelpHeader {
    text-align: center;
    font-size: 15px;
}

.QuickHelpDashboard {
  max-height: 250px;
}

.QuickHelpContent {
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    text-align: justify;
    font-size: 15px;
}


/********************************/
.rootNode {
    border: 1px solid #f8f8f8;
    height: 45px;
    font-family: Raleway;
    font-weight: 700;
    width: 100%;
    background-color: rgba(180, 180, 180, 0.24);
}

.childNode {
    border-bottom: 1px #1D1D1D;
}

.backgroundclr {
}
/********************************/
#__tab_ContentPlaceHolder1_EditPageContent_TabContainer_TabPanel1 {
    background-color: lightgray;
    background-image: none;
    color: gray;
}

#__tab_ContentPlaceHolder1_EditPageContent_TabContainer_TabPanel2 {
    background-color: lightgray;
    background-image: none;
    color: gray;
}

/********************************/
.Alert {
    background-color: #FF9D99;
    color: #000000;
    padding: 10px;
    font-weight: normal;
    font-size: 15px;
    display: normal;
    font-family: Raleway;
    height: 114px;
}

.msgAlert {
    background: transparent url('../../images/AlertIcon.png') 0% 0% no-repeat padding-box;
    display: inline-block;
    text-align: left;
    width: 90%;
    height: auto;
    padding-left: 3rem;
    overflow: auto;
}

.closeAlert {
    display: inline-block;
    text-align: right;
    width: 2%;
}

    .closeAlert a {
        color: #e5f76b;
        text-decoration: none;
        font-size: 15px;
        vertical-align: text-bottom;
        cursor: pointer;
    }

        .closeAlert a:hover {
            color: #003384;
        }


.dialogTitleBar {
    background-color: #CCD163 !important;
}

.dialogHeader {
    font-size: 18px;
    font-weight: bold;
    font-family: Raleway;
}

.dialogTextBox {
    height: 33px !important;
}

.dialogBody {
    background-color: #FFF !important;
    font-family: Raleway !important;
    font-size: 15px;
    color: #1D1D1D;
    font-weight: 400;
    text-align: justify;
}

.dialogContent {
    font-size: 15px;
    font-weight: normal;
    font-family: Raleway;
}

.dialogButton {
    border: 1px solid #CCD163;
    font-weight: 600;
    background: white;
    color: #1D1D1D;
    display: inline-block;
    font-family: Raleway;
    font-weight: 600;
    position: relative;
    padding: .4em .8em;
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    min-width: 70px;
    height: 33px;
    margin: .4em .4em .5em 0;
    font-size: 15px;
    border-radius: 6px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,.50) 0px 1px 1px;
}

    .dialogButton:hover {
        border: 1px solid #CCD163;
        background-color: #CCD163;
        color: #1D1D1D;
    }


.IPPart {
    width: 30px !important;
}

.autoWidth {
    width: auto !important;
}

.paddingLeft120 {
    padding-left: 120px;
}

.marginLeft105 {
    //margin-left: 105px;
}

#ContentPlaceHolder1_EditPageContent_TabContainer_AddBannerTab_tab {
    float: right;
    padding-top: 6px;
    vertical-align: middle;
    height: 32px;
    color: #1D1D1D !important;
    padding-right: 10px;
    cursor: pointer;
}

#__tab_ContentPlaceHolder1_EditPageContent_TabContainer_AddBannerTab {
    color: #1D1D1D !important;
}

.iconButtons {
    background: white;
    color: #1D1D1D;
    display: inline-block;
    position: relative;
    /*padding: .4em .8em;*/
    line-height: normal;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    min-width: 0 !important;
    border: none !important;
    font-size: 20px !important;
}

    .iconButtons:hover {
        color: #CCD163;
    }

.iconButtonsActive {
    color: #CCD163;
}

.iconButtons:active {
    color: #CCD163;
}

.faqIcons {
    font-size: 0px !important;
    line-height: 14px !important;
    width: 32px;
    height: 32px;
    padding: 0px !important;
    margin-top: 0px !important;
    background: transparent;
    border: none !important;
}

.imgExpand {
    background-image: url('../../images/Expand.svg');
    width: 30px;
    height: 30px;
    display: inline-block;
}

    .imgExpand:hover {
        background-image: url('../../images/ExpandActive.svg')
    }

.imgCollapse {
    background-image: url('../../images/Collapse.svg');
    width: 30px;
    height: 30px;
    display: inline-block;
}

    .imgCollapse:hover {
        background-image: url('../../images/CollapseActive.svg')
    }

.jPicker td[class="Text"] input {
    line-height: 13px;
}

.refreshIcon {
    width: 20px;
    height: 45px;
    display: table-cell;
    color: #1D1D1D !important;
    font-size: 20px !important;
}

.refreshIcon:hover {
    color: #CCD163 !important;
}


.nav-link {
  color: #1D1D1D !important;
}

.nav-link:hover {
  color: white !important;;
}