body {
    color: #0d2c40;
    font-family: Arial, "Gotham SSm A", "Gotham SSm B", "Trebuchet MS", Verdana;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table thead {
    background: #0d2c40;
    color: #fff;
}

.table-bordered td {
    color: #0d2c40;
}

h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #0d2c40;
    font-weight: bold !important;
}

a {
    color: #02d15f;
    /*Primary Color*/
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #02d15f;
    /*Secondary Color*/
    text-decoration: underline;
    outline: none !important;
}

a.button,
.btn-primary,
.cc-cookies button.cookiesAccept {
    background: #02d15f none repeat scroll 0 0;
    border: 1px solid #02d15f;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

a.button:hover,
a.button:active,
a.button:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.cc-cookies button:hover,
.cc-cookies button:focus,
.cc-cookies button:active {
    background: #fff;
    /*Secondary Color*/
    border: 1px solid #02d15f;
    /*Secondary Color*/
    color: #02d15f;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #02d15f;
    border-color: #02d15f;
}

.btn-default {
    background: #fff;
    /*Secondary Color*/
    border: 1px solid #02d15f;
    /*Secondary Color*/
    color: #02d15f;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: #02d15f none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #02d15f;
    /*Secondary Color*/
    outline: 0;
}

.banner {
    background-color: #0d2c40;
}

#bannerRotator ul li h1 {
    text-align: center;
}

#bannerRotator ul li h2 {
    text-align: center;
}

#bannerRotator ul li h3 {
    text-align: center;
}

#bannerRotator ul li h4 {
    text-align: center;
}


/* ==========================================================================
   HEADER.CSS 
============================================================================= */

.logo {
    height: 100%;
    display: block;
    position: relative;
    padding: 10px 0;
}

#mainHeader a.logo img {
    margin-top: -35px;
    height: 75px;
}

@media screen and (max-width: 992px) {
    #mainHeader a.logo img {
        margin-top: 0;
        height: 40px;
    }
}

.logo-small img {
    height: 40px;
}

#headTopContainerWrapper {
    background: white none repeat scroll 0 0;
}

#headMainHeaderContainerWrapper {
    background: #fff none repeat scroll 0 0;
    border-bottom: 5px solid #02d35f;
}

.topHeaderLinks li,
.topHeaderLinks li a {
    color: #a7a9ac;
}

.header-nav span {
    color: #5f5f5f;
    font-size: 20px;
    line-height: 0;
    padding: 0 13px;
}

.navbar-default .navbar-nav>li>a {
    color: #0d2c40;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    padding: 20px 13px 17px;
    margin: 0;
    font-size: 12px;
}

.navbar-default .navbar-nav>li:hover>a {
    background: transparent;
    /*Secondary Color*/
    border-bottom: 0 solid #fff;
    color: #0c2c40;
    background: #29d35e;
}

.dropdown-menu {
    background: #29d35e;
    /*Secondary Color*/
    left: 0;
    border-top: 5px solid #02d35f;
}

.dropdown-menu>li>a {
    color: #0c2c40;
}

.dropdown-menu>li.active,
.dropdown-menu>li.active>a {
    background: transparent;
    /*Primary Color*/
    color: #0c2c40;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active,
.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:active {
    background: #9eff5f;
    color: #0c2c40;
}

.navbar-default .navbar-nav>li.active,
.navbar-default .navbar-nav>.active>a {
    background: transparent;
    /*Secondary Color*/
    color: #0c2c40;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:active {
    background: #29d35e;
    color: #0c2c40;
}

.header-activity-stream>a {
    font-size: 12px;
    color: #0c2c40;
    border-bottom: 0 solid transparent;
    font-weight: bold;
    padding: 20px 13px 17px;
    margin: 0;
}

.header-activity-stream>a:hover,
.header-activity-stream:hover>a,
.header-activity-stream.open>a {
    color: #0c2c40;
    background-color: #29d35e;
    border-bottom: 0 solid #fff;
}

.header-activity-stream .header-activity-stream-container {
    background: #29d35e;
    border-top: 5px solid #02d35f;
}

#searchform input {
    background: #FFF url(../borders/images/suseassets/mag-glass.svg) no-repeat right 8px center;
    background-size: 14px;
    border: 1px solid #a7a9ac;
    border-radius: 0;
    font-size: 10px;
    padding-left: 8px;
    color: #a7a9ac;
}

#cookiesContainer {
    background: #0d2c40;
}


/* ==========================================================================
   HEADER.CSS 
============================================================================= */


/* ==========================================================================
   SUBHEADER.CSS 
============================================================================= */

#subHeader h1 {
    text-align: center;
}

#subHeader p {
    text-align: center;
}

#subheadContainerWrapper {
    border-bottom: 2px solid #97999c;
}


/* ==========================================================================
   SUBHEADER.CSS END
============================================================================= */


/* ==========================================================================
   LEFT.CSS 
============================================================================= */

#leftNav li li a {
    border-top: 2px solid #97999c;
}

#leftNav li li:hover>a {
    border-top: 2px solid #02d15f;
}

#leftNav li li:hover+li>a {
    border-top: 2px solid #02d15f;
}

#leftNav li li.open:hover>a {
    border-top: 2px solid #97999c;
}

#leftNav li li.open:hover+li>a {
    border-top: 2px solid #97999c;
}

#leftNav li li.open:hover>a:hover {
    border-top: 2px solid #02d15f;
}

#leftNav li li.open:hover>a:hover+ul>li:first-child>a {
    border-top: 2px solid #02d15f;
}

#leftNav li.preceding-parent+li>a {
    border-top: 2px solid #02d15f !important;
}

#leftNav li.selected>a {
    color: #ffffff;
    text-decoration: none;
    background: #97999c;
    /*Secondary Color*/
}

#leftNav li a {
    color: #0d2c40;
    font-weight: bold;
}

#leftNav li a:hover {
    background: #02d15f;
    /*Secondary Color*/
    color: #0d2c40;
}

.left-carat:after {
    border-left: 2px solid #0d2c40;
    border-bottom: 2px solid #0d2c40;
}

#leftNav li a:hover .left-carat:after {
    border-color: #0d2c40;
}


/* ==========================================================================
   LEFT.CSS END
============================================================================= */


/* ==========================================================================
   FOOTER.CSS
============================================================================= */

#footerContainer {
    background: #58595b;
}

#footerContainer:before {
    background: #0d2c40;
}

.footer-dark .socialDiv a {
    border: 0 solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #e3e4e5;
}

.footer-dark .socialDiv a:hover {
    background-color: #02d35f;
}

.socialDiv a {
    padding: 9px;
}

.socialDiv a#youtube-link {
    padding: 8px;
}

.socialDiv a#google-link {
    padding: 7px;
}

div.contactDiv h3 {
    color: #e0e4e7;
}

.footer-dark .socialDiv a .social-icon {
    fill: #58595b;
}


/* ==========================================================================
   FOOTER.CSS END
============================================================================= */

#dynamic-homepage-container .dynamic-box.type1 h4,
#dynamic-homepage-container .dynamic-box.type2 h4 {
    background: transparent;
    color: #0d2c40;
    text-transform: none;
    /*A Sarabi 30/08/2016 Kanban 451224*/
    /*font-weight: bold;*/
    font-size: 14px;
    font-weight: 300 !important;
}

#dynamic-homepage-container .dynamic-box.type1 p,
#dynamic-homepage-container .dynamic-box.type2 p,
#dynamic-homepage-container .dynamic-box.type3 p {
    color: #0d2c40;
}

#dynamic-homepage-container .section-title {
    color: #0d2c40;
}

#dynamic-homepage-container .section-subtitle a {
    color: #97999c;
}


/* ==========================================================================
   ACTIVITY STREAM
============================================================================= */

#activityStreamContainer ul.filterLinks {
    background: #9eff5f;
    /*Secondary Color*/
}

#activityStreamContainer ul.filterLinks li a {
    color: #0c2c40;
}

#activityStreamContainer ul.filterLinks li a:hover,
#activityStreamContainer ul.filterLinks li.selected a,
#activityStreamContainer ul.filterLinks li.selected a:hover,
#activityStreamContainer ul.filterLinks>li>a:hover,
#activityStreamContainer ul.filterLinks>li>a:focus {
    color: #0c2c40;
    border-bottom: 3px solid #0c2c40;
    background: transparent;
}

#activityStream {
    background: #29d35e;
}

#activityStreamContainer table {
    background: #29d35e;
}

.activityStreamContent {
    border-bottom: 2px solid #9eff5f;
}

.usernameAndLocation {
    font-size: 14px;
    text-transform: none;
    color: #0c2c40;
}

.usernameAndLocation a,
.usernameAndLocation span {
    display: inline-block;
    color: #0c2c40;
    font-weight: 500;
}

.activityStreamTitleDiv a {
    color: #0c2c40;
}

.activityStreamTitleDiv a:hover,
.activityStreamTitleDiv a:focus,
.activityStreamTitleDiv a:active {
    color: #0c2c40;
}

p.activityStreamTextDiv {
    color: #0c2c40;
}

.activityStreamTitleDiv {
    color: #0c2c40;
}

#activityStreamContainer .likeflagfollow a,
#activityStreamContainer .likeflagfollow a:focus,
#activityStreamContainer .likeflagfollow a:hover {
    color: #0c2c40;
    font-size: 11px;
    text-transform: none;
}

.activityStreamUrlDiv {
    color: #0c2c40;
}

.likeDiv a:after {
    background-image: url('/code/borders/images/suseassets/like.svg');
}

.likeDiv a[title^="Un"]:after {
    background-image: url('/code/borders/images/suseassets/like-blue.svg');
}

.flagDiv a:after {
    background-image: url('/code/borders/images/suseassets/flag.svg');
}

.flagDiv a[title^="Un"]:after {
    background-image: url('/code/borders/images/suseassets/flag-blue.svg');
}

.followDiv a:after {
    background-image: url('/code/borders/images/suseassets/follow_new.svg');
}

.followDiv a[title^="Un"]:after {
    background-image: url('/code/borders/images/suseassets/follow_new-blue.svg');
}

.jspDrag {
    background: #0c2c40;
    border-color: #0c2c40;
    border-radius: 0;
}


/* ==========================================================================
   ACTIVITY STREAM END 
============================================================================= */

.login-box {
    margin-top: 40px;
}

.login-form {
    background: #edeeee;
    max-width: 100%;
    padding: 30px;
    float: left;
    width: 410px;
    padding-bottom: 20px;
}

#loginForm button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	background-color: #02d15f;
    border-color: #02d15f;
}

#loginForm button:hover,
#loginForm button:active,
#loginForm button:focus {
    border-color: #02d15f;
}

.login-form a,
.login-form a:hover,
.login-form a:focus,
.login-form a:active {
    color: #0d2c40;
    font-size: 15px;
    font-weight: 300;
}

#twoTier .productGroup {
    background: #0d2c40 none repeat scroll 0 0;
}

ul#businessPlanTabs,
ul#partnerLocatorTabs {
    border-bottom: 2px solid #58595b;
}

ul#businessPlanTabs li a,
ul#partnerLocatorTabs li a {
    color: #0d2c40;
}

ul#partnerLocatorTabs li.active a,
ul#partnerLocatorTabs li a:hover,
ul#partnerLocatorTabs li a:active,
ul#partnerLocatorTabs li a:focus,
ul#businessPlanTabs li.active a,
ul#businessPlanTabs li a:hover,
ul#businessPlanTabs li a:active,
ul#businessPlanTabs li a:focus {
    background-color: transparent;
    color: #0d2c40;
    border-color: #02d15f;
}

body.element_1193 #innerContentColumns {
    background: transparent;
}

#loginForm input[type="text"] {
    margin-bottom: 20px;
    font-size: 1em;
}

#loginForm input[type="password"] {
    margin-bottom: 20px;
    font-size: 1em;
}

.form-control {
    background: transparent;
    border: 0 solid;
    border-bottom: 1px solid #00c081;
    color: #0d2c40;
    font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 6px rgba(2, 211, 95, 0.5) inset;
}

.navbar-toggle.fa:before, .navbar-toggle.fa::before {
  color: #00c081;
  /*font-size: 32px;*/
}


.form-control:focus,
#loginForm input[type="text"]:focus,
#loginForm input[type="password"]:focus {
    border-bottom: 1px solid black;
}

.ui-link:hover {
    cursor: pointer;
}

.back .ui-link {
    background: #02d15f none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #02d15f;
    border-radius: 0;
    outline: 0;
}

.back .ui-link:hover {
    background: #fff;
    border: 1px solid #02d15f;
    color: #02d15f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

label {
    text-transform: capitalize;
    color: #a7a9ac !important;
    font-size: 14px;
    line-height: 28px;
}

#searchCriteria .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    padding-left: 15px;
    padding-right: 0;
}

#searchCriteria .form-control::-moz-placeholder {
color: grey;
/*was #fff but that meant it was hidden behind the background*/
}

select[multiple],
select[size] {
    height: 38px !important;
}

#locatorClearBtn a.btn {
    color: #fff;
    border: 0 solid;
}

#locatorClearBtn a.btn:hover {
    color: #fff;
    border: 0 solid;
    text-decoration: underline;
    background: transparent;
}

#partnerLocatorMap a.btn,
#viewProfileTD a.btn {
    background: transparent none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 0;
    color: #02d15f;
    font-weight: 400;
    padding: 0;
}

.ui-checkbox label,
.ui-radio label {
    text-transform: none;
    color: #0d2c40 !important;
}

#loginForm p.login_label {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #a7a9ac;
    font-size: 14px;
}

hr {
    border-top: 2px solid #58595b;
}

#locatorContainer aside {
    background: #0d2c40 none repeat scroll 0 0;
}

#locatorContainer ul.viewLinks li a {
    color: #97999c;
}

#locatorContainer ul.viewLinks li a#listviewType {
    background-image: url('/code/borders/images/suseassets/listview.svg');
}

#locatorContainer ul.viewLinks li a#mapviewType {
    background-image: url('/code/borders/images/suseassets/mapview.svg');
}

#locatorContainer ul.viewLinks li a#listviewType.selected,
#locatorContainer ul.viewLinks li a#listviewType:hover,
#locatorContainer ul.viewLinks li a#listviewType:focus,
#locatorContainer ul.viewLinks li a#listviewType:active {
    background-image: url('/code/borders/images/suseassets/listviewhover.svg');
    color: #58595b;
}

#locatorContainer ul.viewLinks li a#mapviewType.selected,
#locatorContainer ul.viewLinks li a#mapviewType:hover,
#locatorContainer ul.viewLinks li a#mapviewType:focus,
#locatorContainer ul.viewLinks li a#mapviewType:active {
    background-image: url('/code/borders/images/suseassets/mapviewhover.svg');
    color: #58595b;
}

#locatorContainer ul.viewLinks li:first-child {
    border-right: 1px solid #0d2c40;
}

#locatorResults>div#locatorResultsData .companyProfileRow:first-child {
    border-top: 1px solid #0d2c40;
}

#locatorResults>div#locatorResultsData .companyProfileRow:last-child {
    border-bottom: 1px solid #0d2c40;
}

@media (min-width: 768px) {
    body.element_1193>div:first-child {
        background: url(/code/borders/images/suseassets/susehomepage.png) no-repeat 50% 50% transparent;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    body.element_1193>div:first-child {
        background: url(/code/borders/images/suseassets/susehomepage.png) no-repeat right -80px top transparent;
        background-size: contain;
    }
}


/*** MOBILE CSS 
***************/

@media (max-width: 767px) {
    body.element_1193>div:first-child {
        background: url(/code/borders/images/suseassets/susehomepage.png) no-repeat 50% 50% transparent;
        background-size: cover;
    }
    .navbar-brand {
        padding: 10px 17px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #29d35e;
    }
    .mobile-wrapper-sidebar {
        background: #0d2c40;
    }
    #navbarCollapse .navbar-nav {
        background: transparent;
    }
    #searchform input {
        font-size: 14px;
        height: 35px;
    }
    /*Child Menu */
    #mainNavigation li a:hover,
    #mainNavigation li a:focus,
    #mainNavigation li a:active {
        background: #29d35e !important;
        /*Secondary Color*/
    }
}

body.element_1212 #searchCriteria .form-control {
    background: #0d2c40
}

body.element_1212 .row.buttonLocator {
    position: relative;
    bottom: 225px;
}

body.element_1212 div#advancedFilterContainer {
    position: relative;
    top: 50px;
    border-top: thin solid #fff;
}

body.element_1285 h3#Title+p {
    display: none;
}


/*Search styling START*/

.search-results-row {
    margin-bottom: 15px;
    padding: 5px 5px 15px 5px;
}

.search-results-row:hover {
    background-color: #f5f5f5;
}

.search-results-title a:link {
    color: #444444;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

.search-results-title a:hover {
    color: #02d15f;
}


/*Search styling END*/


/*Search locator styling START*/

.buttonLocator {
    margin-top: 70px;
    bottom: 0 !important;
}

#searchCriteria .form-control {
    background: white !important;
    color: grey;
}

#searchCriteria .form-control option:hover,
#searchCriteria .form-control option:checked {
    box-shadow: 0 0 10px 100px #02d15f inset;
}

#searchCriteria .form-control:focus option:checked {
    background: #02d15f !important;
    color: white;
}


/*Search locator styling END*/

.suse-link {
    position: absolute;
    right: 10px;
    bottom: 18px;
    content: url(../borders/images/SUSEAssets/external_link.png);
    width: 12px;
}


/*Arrow style START*/


/*#tfqo_aReport a.btn.btn-primary.studyNowRL.ui-link {
	margin-left:90% !important;
}
#recordsFound_aReport {
	display:none;
}*/


/*Arrow style END*/

#dynamic-homepage-container .dynamic-box.type1 p,
#dynamic-homepage-container .dynamic-box.type2 p,
#dynamic-homepage-container .dynamic-box.type3 p {
    font-size: 12px;
    font-weight: 300;
    color: #808081;
}

.sitemap-list a:hover {
    color: #02d35f;
    transition: all 0.3s;
}

#subHeader h1 {
    color: #2A2A2A;
}


/* .partnerReg Form Wizard */

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    background: #02D35F;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    background: #a0ff5f;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    background: #02D35F;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}


/* ------------------------------------------------
  AS 22/08/2016 FOOTER FIX            (╯°□°）╯︵ ┻━┻  
------------------------------------------------ */

#footerContainer {
    position: absolute !important;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    #contentInnerWrapper {
        padding-bottom: 225px;
    }
}

@media screen and (max-width: 375px) {
    #contentInnerWrapper {
        padding-bottom: 250px;
    }
}

.test {
    background-color: red;
}


/* ------------------------------------------------
  AS 14/09/2016 SUGAR TICKETS           ヾ(｀◇´)ﾉ彡
------------------------------------------------ */

#managePeopleEditScreenIframe-1 .btn.btn-primary {
    background: #02D35F none repeat scroll 0 0;
    border: 1px solid #02D35F;
}

#fileSearch select,
#frmCriteria {
    color: #fff;
}

#fileSearch select option {
    color: #000;
}

#tfqo_aReport > tbody > tr:nth-child(2) .puul-left a {
    position: relative;
    left: 100px;
}

/*Resource Center SUSE styling START*/

.element_1414 #fileSearch select, #frmCriteria {
    color: #0d2c40;
    background: white;
}

.resultsRow .result-title {
    background-color: #02d15f;
}
.backToTop > a, .backToTop > a p {
    color: #02d15f !important;
}

.gridlist .btn-group #list, .gridlist .btn-group #grid, .search-results-pagination ul li a   {
	color: #02d15f;
}

.gridlist .btn-group {
    border: 1px solid #02d15f;
}

.gridlist .btn-group #list, .gridlist .btn-group #grid   {
	border-color: #02d15f;
}

.gridlist .btn-group #list:hover,
.gridlist .btn-group #grid:hover,
.search-results-pagination ul li a:hover,
.search-results-pagination ul li a:focus,
.search-results-pagination ul li a:active,
.search-results-pagination ul li a.active   {
	background-color: #02d15f;
	color:white;
}

#grid.select-layout,
#list.select-layout {
	background-color: #02d15f!important;
	color:white !important;
}

/*Resource Center SUSE styling END*/  

/*Left Navbar fix START*/

.element_1357 #leftNav .firstselected a{
	color: #ffffff;
    text-decoration: none;
    background: #97999c;
	display: block !important;
}

.element_1357 #leftNav .firstselected a:hover{
	color: #0d2c40;
	background: #02d15f;
}

/*Left Navbar fix END*/
