/*
@import url(http://db.onlinewebfonts.com/c/b2ed61aa48d23f00e7f11e5c7bb78322?family=DINNextW06-Light);
@import url(http://db.onlinewebfonts.com/c/e72226517a8e28f6d824d5300c747448?family=DINNextW06-Regular);
@import url(http://db.onlinewebfonts.com/c/079fe6d4d306cbf126fda673c96c4010?family=DINNextW06-Medium);
@import url(http://db.onlinewebfonts.com/c/9cce12c99b4b4c52ce30eda5f78ebc4b?family=DINNextW06-Heavy);
*/

@import url(../font/DIN/font.css);

* {
  outline:none !important;
  -moz-outline: none !important;
}

html, body {
  font-family: "DIN Next W06 Regular",sans-serif;
  /*font-family: "DIN", arial, sans-serif;*/
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #4D4D4D;
}

/*Activity History Modal*/
.DetailModal .modal-body{
  white-space: pre-line;
}

/* Typography */
.fnt-headlines {
  font-size: 36pt;
  font-weight: 900;
  text-transform: capitalize;
}
.fnt-high-level {
  font-size: 14pt;
  font-weight: 700;
}
.fnt-text-headers {
  font-size: 8.5pt;
  font-weight: 700;
  text-transform: uppercase;
  color:#28A505;
}
.fnt-body-copy {
  font-size: 8.5pt;
  font-weight: 400;
  white-space: normal;
}
.fnt-body-copy-dark {
  font-size: 8.5pt;
  font-weight: 500;
}

.font-green, 
a.font-green {
  color:#28A505 !important;
}
.bg-green {
  background-color:#28A505;
}

.font-red, 
a.font-red {
  color:#E62D1E;
}
.bg-red {
  background-color:#E62D1E;
}

.font-grey-4d,
a.font-grey-4d {
  color:#4D4D4D;
}
.bg-grey-4d {
  background-color:#4D4D4D;
}
.font-lg {
  font-size: 18px;
  font-weight: 500;
}
.font-xl {
  font-size: 24px;
  font-weight: 500;
}

/* Base */
.masthead {
  background-color:#F2F2F2;
  padding:0;
}
.masthead .btn-menu {
  padding: 6px 12px;
}
.masthead .myaccount {
  text-align: right;
}
.masthead .myaccount .support {
  margin-top:20px;
  margin-bottom:15px;
  text-transform: uppercase;
  font-size:18px;
  font-weight: 700;
  letter-spacing: -1px;
}
.masthead .myaccount .account-holder .logout {
  font-weight: 500;
  color:#E62D1E;
}
.masthead .myaccount ul.options li {
  padding:0px;
  padding-left:5px;
}
.masthead .myaccount ul.options li:first-child {
  font-size:18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .masthead .myaccount .support {
    margin-top:0px;
    float: right;
  }
  .masthead .myaccount .account-holder,
  .masthead .myaccount ul.options {
    display:block;
    text-align: left;
  }
}

.content {
  min-height: 555px;
  padding:20px 0 60px 0;
  background: #fff;
}
.prefooter {
  background-color: #666666;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #4D4D4D;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */

nav.menubar {
  background-color: #252525;
}
.nav-justified {
  background-color: #eee;
  
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #ccc;
  text-align: center;
  background-color: #252525; /* Old browsers */

  font-size: 17px;
  font-weight: 400;
  line-height: 18.7px;
  text-transform: uppercase;

}

.nav-justified > li > a:hover,
.nav-justified > li > a:focus {
  background-color: #151515;
  color:#28A505;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #151515;
  color:#28A505;
}

.media-body p {
  white-space: pre-wrap;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  } 
}
@media (min-width: 992px) and (max-width: 1199px) {

  .nav-justified > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
  }

}
@media (min-width: 768px) and (max-width: 991px) {

  .nav-justified > li > a {
    padding:15px 5px;
    font-size: 12px;
    font-weight: 500;
  }

}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}


#logo > img {
  width: 320px;
}
@media (min-width: 768px) {
  .wcs .input-search {
    margin-top:50px;
  }
}


/* Form Control
------------------------------------------- */
.form-control:focus {
  border-color: #ccc;
  outline: 0px none;
  -webkit-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.15);
}
.wcs select, .wcs textarea, input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],input[type="file"],.uneditable-input{
  border-color:#D5D5D5;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none
}
select, textarea {
  border:1px solid #e9ebec;
}

.wcs .footer .list-inline {
  margin-bottom: 0px;
}
.wcs .list-social > li, 
.wcs .list-link > li {
  margin-right:15px;
}
.wcs .list-social > li:last-child, 
.wcs .list-link > li:last-child {
  margin-right:0px;
}
.wcs .list-social > li > a {
  color:#fff;
  font-size: 22px;
}
.wcs .list-social > li > a:hover {
  color:#28A505;
}
.wcs .list-link > li > a {
  color:#ccc;
  font-size: 15px;
  line-height: 22.5px;
  text-decoration: none;
}
.wcs .list-link > li > a:hover {
  color:#e6e6e6;
}
.wcs .list-link > li {
  color:#e6e6e6;
  font-size: 15px;
  line-height: 22.5px;
}

.wcs .prefooter .list-link > li > a {
  font-size:17px;
}
.wcs .prefooter .list-link > li {
  margin-right:5px;
}
.wcs .prefooter .btn-give-feedback {
  float:right;
  margin-top:-60px;
}

@media (max-width: 767px) {
  .menu-search-bar {
    background:#252525;
    padding:15px 0;
  }
}

/* Button */
.btn {
  font-weight: 500;
}

.btn-green { 
  color: #ffffff; 
  background-color: #28A505; 
  border-color: #28A505; 
}
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #ffffff; 
  background-color: #28A505; 
  border-color: #28A505; 
}
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
}
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #28A505; 
  border-color: #28A505; 
} 
.btn-green .badge { 
  color: #28A505; 
  background-color: #ffffff; 
}

.btn-blue { 
  color: #ffffff; 
  background-color: #0A64AA; 
  border-color: #0A64AA; 
} 
 
.btn-blue:hover, 
.btn-blue:focus, 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  color: #ffffff; 
  background-color: #0A64AA; 
  border-color: #0A64AA; 
} 
 
.btn-blue:active, 
.btn-blue.active, 
.open .dropdown-toggle.btn-blue { 
  background-image: none; 
} 
 
.btn-blue.disabled, 
.btn-blue[disabled], 
fieldset[disabled] .btn-blue, 
.btn-blue.disabled:hover, 
.btn-blue[disabled]:hover, 
fieldset[disabled] .btn-blue:hover, 
.btn-blue.disabled:focus, 
.btn-blue[disabled]:focus, 
fieldset[disabled] .btn-blue:focus, 
.btn-blue.disabled:active, 
.btn-blue[disabled]:active, 
fieldset[disabled] .btn-blue:active, 
.btn-blue.disabled.active, 
.btn-blue[disabled].active, 
fieldset[disabled] .btn-blue.active { 
  background-color: #0A64AA; 
  border-color: #0A64AA; 
} 
 
.btn-blue .badge { 
  color: #0A64AA; 
  background-color: #ffffff; 
}

.btn.btn-icon-only {
    padding: 6px 12px;
}

/* Well */
.well {
  background-color: #E6E6E6;
  box-shadow: none;
  border: none;
}
.well hr {
  border-color: #ccc;
}
.well.well-login {
  padding:30px;
}
.well-outline {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

span.label {
  font-weight: normal;
  text-transform: uppercase;
  padding:3px 6px;
}

.wcs .nav-pills li a {
  background-color: #f8f8f8;
  color:#3a3a3a;
  font-weight: bold;
}
.wcs .nav-pills li a:hover {
  background-color: #eee;
  color:#3a3a3a;
}
.wcs .nav-pills li.active a {
  background-color: #28A505;
  color:#fff;
}
@media (max-width: 767px) {
  .wcs .nav-pills li a {
    padding:8px 8px;
    font-size:12px;
    font-weight: bold;
  }
}

/* tabbable */
.tabbable ul.nav {
  margin-bottom: 15px;
}

/* collapseMenu */
#collapseMenu .list-group {
  margin-bottom: 0;
}
#collapseMenu .list-group .list-group-item {
  color:#ccc;
  border-radius: 0;
  border:none;
  border-top:1px solid #333;
  background-color: #252525;
  margin-bottom: 0px;
  text-transform: uppercase;
}
#collapseMenu .list-group .list-group-item.active,
#collapseMenu .list-group .list-group-item.active:hover,
#collapseMenu .list-group .list-group-item.active:focus,
#collapseMenu .list-group .list-group-item:hover, 
#collapseMenu .list-group .list-group-item:focus {
  background-color: #151515;
  color:#28A505;
}

/* Table */
.table-main td {
  color:#5a5a5a;
}
.table-main th:last-child,
.table-main td:last-child {
  text-align: right;
}
.table-main.reset th:last-child,
.table-main.reset td:last-child {
  text-align: left;
}
@media (max-width: 767px) {
  .table-main td .title {
    font-size:16px;
    color:#28A505;
    font-weight: bold;
  }  
}

.table-nested {
  margin-top:10px;
  color:#5a5a5a;
}

.table.table-bordered > thead > tr > th {
  border-bottom: 2px solid #ddd  !important;
}

.table-checkbox tr > th:first-child, 
.table-checkbox tr > td:first-child {
  width:10px;
  text-align:center;
  white-space: nowrap;
}

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border-top: none;
  padding-left:15px;
}
.table-borderless > thead > tr > th {
  border-bottom: none;
}

/* Page Header */
.page-header,
.page-header h1,
.page-header h2 {
  margin-top:0px;
}

 

/* Panel */
.panel-search {
  background-color: #28A505;
  text-align: center;
  border-color:#28A505;
  color:#fff;
}
.panel-search h4 {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
}
.panel-search .input-group .form-control {
  border-color:#fff;
}
.panel-search .input-group-btn.input-group-btn {
  
}
.panel-search .input-group-btn.input-group-btn .btn {
  border-color:#fff;
  padding: 6px 12px;
  background-color:#e6e6e6;
}
.panel-search .input-group-btn.input-group-btn .btn:hover {
  
}

.panel-green {
  border-color: #28A505;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #28A505;
  border-color: #28A505;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #28A505;
}
.panel-green > .panel-heading .badge {
  color: #28A505;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #28A505;
}

.panel-default {
  box-shadow: none;
}
.panel-default .panel-heading {
  background-color: #ddd;
}
.panel .panel-heading .action {
  float:right;
}
.panel .panel-heading .action .btn {
  margin-top:-2px;
  font-size: 12px;
  padding-top:2px;
  padding-left:8px;
  padding-right:8px;
  margin-bottom:5px;
}
.panel .panel-footer.light {
  background-color: #fff
}
.panel .panel-footer.right {
  text-align: right;
}

/* Modal */
.wcs .modal .modal-header {
  background:#E6E6E6;
  border-color:#E6E6E6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.wcs .modal .modal-title {
  color:#28A505;
}
.wcs .modal-content {
  border-radius: 6px;
}
.wcs .modal .close {
  float: right;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  color: #28A505;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* List Group */
.list-docs .list-group-item span.version {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #28A505;
  border-radius: 10px;
}
.list-chatter h4.list-group-item-heading {
  font-size:14px;
  text-transform: uppercase;
  color:#28A505;
}
.list-chatter .badge {
  margin-left:5px;
  margin-top:0px;
  background-color: #28A505;
  float:none;
}

.list-group-item.active,
.list-group-item:hover.active {
  background-color: #28A505;
  border-color: #28A505;
}

dl dd,
.dl-horizontal dd {
  margin-bottom: 15px;
  white-space: pre-line;
}
.dl-horizontal dt {
  white-space: pre-line;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 200px;
  }
  .dl-horizontal dd {
    margin-left: 220px;
  }
}

/* Paging */
.paging .previous {
  text-align: left;
}
.paging .next {
  text-align: right;
}
.paging .current {
  text-align: center;
}
.paging .current .text {
  padding: 6px 12px;
  line-height: 2;
  font-weight: 500;
}

/* Media List */
.comment-list .media .media-body {
  min-height: 20px;
  padding: 0px 19px 19px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  background-color: #E6E6E6;
  box-shadow: none;
  white-space: pre-line;
}

/* Space */
.top-zero {
  margin-top:0px; 
}
.top15 {
  margin-top:15px;  
}
.pad10 {
  padding-top:10px; 
}
.space2 {
  display: block;
  height: 2px !important;
  clear: both;
}
.space5 {
  display: block;
  height: 5px !important;
  clear: both;
}
.space7 {
  height: 7px !important;
  clear: both;
}
.space10 {
  height: 10px !important;
  clear: both;
}
.space12 {
  height: 12px !important;
  clear: both;
}
.space15 {
  height: 15px !important;
  clear: both;
}
.space20 {
  height: 20px !important;
  clear: both;
}
.space30 {
  height: 30px !important;
  clear: both;
}
.space40 {
  height: 40px !important;
  clear: both;
}
.space50 {
  height: 50px !important;
  clear: both;
}
.space60 {
  height: 60px !important;
  clear: both;
}
.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

/* Hidden */
#for-existing-cstmr, 
.msg-ty, 
.didIssueResolve {
  display:none;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
  display: inline;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}


.list-space li {
  margin-bottom:15px;
}
.list-space-lg li {
  margin-bottom:30px;
}
.list-space-lg li img {
  margin-top:10px;
}


/* Section headers */
.section-header {
  background: #fff;
  border-bottom: 1px solid #4D4D4D;
  padding: 10px 0;
  margin-bottom: 25px;
}
.section-header h4 {
  font-size: 14px;
  margin: 0;
}
.section-header h4 span {
  border-bottom: 5px solid #4D4D4D;
  padding-bottom: 5px;
}


/* Breadcrumb */ 
.wcs .breadcrumb {
  padding: 0;
  background-color: #fff;
  border-radius: 0px;
}



/* Tiles */
.tiles .thumbnail {
  background-color: #eee;
  border-radius: 0px;
  padding:0px;
  border:0px;

  min-height:300px;
  border:1px solid #FFF;

}
.tiles .thumbnail:hover {
  background-color: #28A505;
  text-decoration: none;

  border:1px solid #FFF;
}
.tiles .thumbnail:hover .ribbon .btn {
    color:#28A505;
}
.tiles .thumbnail .caption {
    padding: 9px 15px;
}
.tiles .thumbnail:hover .caption {
    color:#fff;
}
.tiles .thumbnail img {
    background:#fff;
}

/* Ribbon */
.ribbon {
    position: relative;
}
.ribbon .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    border:none;
}
.ribbon .btn.joined {
    color:#28A505;
}

.tile {
  text-align: center;
  font-size:14px;
  font-weight: 700;
  border-top:2px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0px;
}
.tile:hover {
  background-color: #fafafa;
}
.tile a {
  color:#333;
  text-decoration: none;
}
.tile a:hover {
  color:#28A505;
}
.tile.selected a {
  color:#28A505;
}

.input-group-post .input-group-addon {
  background-color: #fff;
  border-width: 2px;
  height: 46px; 
  padding: 0 15px;
}
.input-group-post .form-control {
  border-left:none;
  border-right:none;
  border-width: 2px;
}
.input-group-post .btn {
  border-left:none;
  border-width: 2px;
  height: 46px;
  text-transform: uppercase;
  background-color:#e6e6e6;
}

.btn-reply {
  padding-left:0;
  padding-top:0;
}

.media-list .media .action .btn {
  padding-left:0;
  padding-top:0; 
  text-decoration: none;
}

.media-heading .pull-right{
  margin-top: -15px;
}

.form-input-post {
  
}
.form-input-post .form-control, 
.form-input-post .btn {
  border-width: 2px;
}
.form-input-post input[type="text"] {
  margin-bottom: -2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-input-post textarea {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Added from request https://na31.salesforce.com/50037000004miWO */
.sfdc_richtext th, .sfdc_richtext td, .table.table-bordered th, .table.table-bordered td {
    padding: 2px 0 2px 5px;
  border: 1px solid #e6e6e6;
    line-height: 1.2em;
    text-align: left;
    vertical-align: middle;
}

.sfdc_richtext th, .table.table-bordered th {
    background: #4d4d4d!important;
    color: #f2f2f2;
    text-transform: uppercase;
  font-weight: normal;
}

.sfdc_richtext table tr:hover, .table.table-bordered tr:hover {
    background: #f2f2f2;
}