.loadingIndicator {
    text-align: center;
}

.loadingLogo {
    background: url('/services/themes/resources?resource=bootstrap-loading.png') no-repeat center;
    position: relative;
    height: 600px;
    width: 1962px;
}

.ce-loginSplash {
    height: 100%;
    background: #3D3D3D url('/services/themes/resources?resource=smarthub-login2.jpg') no-repeat center;
}

.ce-loginSplash, .ce-loginSplash a.ce-registerLink {
    color: #FFFFFF !important;;
}

.ce-header {
    width: 100%;
    vertical-align: middle;
    height: 110px;
    background: #FFFFFF url('/services/themes/resources?resource=gotham.png') no-repeat 15px 0;
    background-size: contain;
}

.ce-headerLinkText {
    color: #000000;
}

.ce-headerLinkBorder {
    border-left: 1px solid #000000;
}

.nav-tabs > .active > a {
    background-color:#00CCFF !important;
    color: #FFFFFF !important;
    border-color: #00CCFF !important;
}

/* The following three .nav-tabs styles must remain in the following order in the file
.nav-tabs.highlightActivePrimaryColor > .disabled
.nav-tabs.highlightActivePrimaryColor > :not(.disabled)
.nav-tabs.highlightActivePrimaryColor > .active
*/


.shom .nav-tabs.highlightActivePrimaryColor > .disabled > a,
.shom .nav-tabs.highlightActivePrimaryColor > .disabled:not(.enabled) > a:hover {
    color: #999 !important;
    border-color: #ddd;
    background-color: #eee;
}

.shom .nav-tabs.highlightActivePrimaryColor > .disabled:not(.active) > a:hover {
    cursor: not-allowed !important;
}

.shom .nav-tabs.highlightActivePrimaryColor > :not(.disabled) > a {
    color: #FFFFFF !important;
    border-color: #eee #eee #ddd;
    background-color: rgba(0,204,255,0.5);
}

.shom .nav-tabs.highlightActivePrimaryColor > :not(.disabled) > a:hover {
    background-color: rgba(0,204,255,0.75);
}

.backgroundPrimaryThemeColor,
.nav-pills > .active > a,
.nav-pills > .fontColorPrimary.active > a,
.nav-pills > .active > a:visited,
.nav-pills > .active > a:hover,
#ce-helpButton:hover,
.ce-consumerDetail,
.custListSelectedItem,
.ce-dataTable tr:first-child td,
.ce-popupTitleBar, .ce-themePrimaryColor,
.ce-themeMainColor,
.stream-title-smarthub,
.shom .nav-tabs.highlightActivePrimaryColor > .active > a,
.shom .nav-tabs.highlightActivePrimaryColor > .active.disabled > a:hover,
div.modal-header,
.backgroundPrimaryGradientThemeColor {
    background-color: #00CCFF !important;
    color: #FFFFFF !important;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFFFFF !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFFFFF !important;
    }
}


.backgroundSecondaryThemeColor, .ce-dismissHelpReminder:hover,
.ce-themeSecondaryColor, .ce-buttonLinkText, .ce-buttonLinkTextDisabled,
.ce-helpButton, #ce-helpButton, .ce-dismissHelpReminder:hover,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.active > a, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #FF6600 !important;
    color: #FFFFFF !important;
}

a {
    color: #00CCFF;
}

.ce-contentLinkText, .ce-contentLinkText:visited, .ce-contentLinkText:hover, .shom a:not(.fontColorPrimaryText), .ce-contentText {
    color: #00CCFF !important;
}

.fontColorPrimaryText, .fontColorPrimaryText:visited, .fontColorPrimaryText:hover,
.fontColorPrimaryText > a, .fontColorPrimaryText > a:visited, .fontColorPrimaryText > a:hover ,
.shom .fontColorPrimaryText > a, .shom .fontColorPrimaryText > a:visited, .shom  .fontColorPrimaryText > a:hover{
    color: #FFFFFF !important;
}

.fontColorSecondaryText, .fontColorSecondaryText:visited, .fontColorSecondaryText:hover,
.fontColorSecondaryText > a, .fontColorSecondaryText > a:visited, .fontColorSecondaryText > a:hover {
    color: #FFFFFF !important;
}

a, .ce-contentLinkText, .ce-contentLinkText:visited,
*.shom[role=navigation] a:hover, .shom .nav-tabs a:hover,
.shom ul.nav a:hover,.shom ul.dropdown-menu a:hover {
    text-decoration: none !important;
}

.ce-contentLinkText:hover:not(.contentLinkTextNoHover), .shom a:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.fontColorPrimary, .fontColorPrimary:visited, .fontColorPrimary:hover,
.fontColorPrimary > a, .fontColorPrimary > a:visited, .fontColorPrimary > a:hover,
.fontColorPrimaryHoverSecondary, .fontColorPrimaryHoverSecondary:visited,
.fontColorPrimaryHoverSecondary > a, .fontColorPrimaryHoverSecondary > a:visited,
.contractSelector > a, .contractSelector > a:hover, .contractSelector > a:visited,
.ce-primaryColor, .nav-pills > li > a {
    color: #00CCFF !important;
}

.fontColorPrimary:hover {
    cursor: pointer !important;
}

.fontColorSecondary, .fontColorSecondary:visited, .fontColorSecondary:hover,
.fontColorSecondary > a, .fontColorSecondary > a:visited, .fontColorSecondary > a:hover,
.fontColorPrimaryHoverSecondary:hover, .fontColorPrimaryHoverSecondary > a:hover {
    color: #FF6600 !important;
}

.borderColorPrimary,
.ce-helpPopup,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
    border-color: #00CCFF !important;
}

.borderColorSecondary {
    border-color: #FF6600 !important;
}

.borderSecondaryDarkColor {
    border-color: #bf4c00 !important;
}

#main-navigation li div,
.nav.navbar-nav > li > a {
    color: #FFFFFF;
}

.ce-rtpTable .ce-rowShade1, .ce-rowShade1 td {
    background-color: #F2FCFF;
}

.ce-rtpTable .ce-rowShade2, .ce-rowShade2 td {
    background-color: #E5F9FF;
}

.lightThemeColor {
    background-color: #F2FCFF !important;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td span.active {
    background-image: -moz-linear-gradient(top, #FF6600, #bf4c00) !important;
    background-image: -ms-linear-gradient(top, #FF6600, #bf4c00) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF6600), to(#bf4c00)) !important;
    background-image: -webkit-linear-gradient(top, #FF6600, #bf4c00) !important;
    background-image: -o-linear-gradient(top, #FF6600, #bf4c00) !important;
    background-image: linear-gradient(top, #FF6600, #bf4c00) !important;
    background-repeat: repeat-x;
}

div.modal-header,
.backgroundPrimaryGradientThemeColor {
    background-image: -moz-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: -ms-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00CCFF), to(#0099bf)) !important;
    background-image: -webkit-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: -o-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: linear-gradient(top, #00CCFF, #0099bf) !important;
    background-repeat: repeat-x;
}

@media screen and (max-width: 991px) {
    .backgroundPrimaryGradientThemeColor-xs-sm{
        background-image: -moz-linear-gradient(top, #00CCFF, #0099bf) !important;
        background-image: -ms-linear-gradient(top, #00CCFF, #0099bf) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00CCFF), to(#0099bf)) !important;
        background-image: -webkit-linear-gradient(top, #00CCFF, #0099bf) !important;
        background-image: -o-linear-gradient(top, #00CCFF, #0099bf) !important;
        background-image: linear-gradient(top, #00CCFF, #0099bf) !important;
        background-repeat: repeat-x;
        background-color:#00CCFF !important;
        color:#FFFFFF !important;
    }
}

.floating-cart .backgroundPrimaryGradientThemeColor-xs-sm, .floating-cart-footer .backgroundPrimaryGradientThemeColor-xs-sm {
    background-image: -moz-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: -ms-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00CCFF), to(#0099bf)) !important;
    background-image: -webkit-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: -o-linear-gradient(top, #00CCFF, #0099bf) !important;
    background-image: linear-gradient(top, #00CCFF, #0099bf) !important;
    background-repeat: repeat-x;
    background-color:#00CCFF !important;
    color:#FFFFFF !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-image: none !important;
}

/*This is the color of the down arrow on the drop down menus off the main navigation menu*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #FFFFFF !important;
    border-bottom-color: #FFFFFF !important;
}

.niscButton,
.bootstrap-switch>div>span.bootstrap-switch-primary {
    background-color: #FF6600 !important;
    border-color: #bf4c00 !important;
    color: #FFFFFF !important;
}

.shom .nav-tabs.highlightActivePrimaryColor > .active > a {
    border-color: #0099bf !important;
    cursor: default !important;
}

/*This is the glow around the text boxes*/
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select:focus {
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #00CCFF !important;
}

.niscButton.radioSwitchButton {
    border-color: #FF6600 !important;
    cursor: pointer;
}
.noshadow {
    text-shadow: none !important;
}

.backgroundPrimary30,
.striped-group-header, .primary-theme-30-opacity {
    background-color: rgba(0,204,255,0.3);
}
input[type=text]::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}

.niscButton.radioSwitchButton.clicked {
    border-color: #FFB27F !important;
    pointer-events: none;
}
.backgroundColor15,
.striped-group > *:nth-child(even),
.striped-group-odd-lines > *:nth-child(odd),
.striped-table-opacity-15 > tbody > tr:nth-child(odd),
.primary-theme-15-opacity {
    background-color: rgba(0,204,255,0.15);
}

.primary-theme-30-opacity,
.striped-group-header, .striped-group > *, .striped-group-odd-lines > * {
    padding: 10px;
    border-radius: 6px;
}

#channelDataGrid th:not(:first-child) {
    background-color: #00CCFF !important;
    color: #FFFFFF !important;
    padding: 8px !important;
    text-align: center !important;
}

.table-header-separator {
    border-bottom: 2px solid #00CCFF !important;
    font-weight: normal;
}


#channelDataGrid th:nth-child(2n+3) {
    border-top-right-radius: 5px;
    border-right: 1px solid #eeeeee;
}

#channelDataGrid th:nth-child(even) {
    border-top-left-radius: 5px;
    border-left: 1px solid #eeeeee;
    padding-left: 38px !important;
}

input[type=text]::-ms-clear {
     display: none;
     width : 0;
     height: 0;
 }

input[type=text]::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.floating-cart h1 {
    font-size: 18px;
    color: #00CCFF;
    letter-spacing: 2px;
}

.backgroundPrimaryColor {
    background: #00CCFF !important;
}
.borderColorPrimaryColor {
    border-color: #00CCFF !important;
}
