﻿* {
  /*margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;*/
}

body {
  /*text-align: center;*/
  /*background-color: #34495e;*/
}

/*h1 {
  font-weight: 100;
  font-size: 32px;
  padding: 40px;
  color: #fff;
}*/

/**** Fonts ****/
@font-face {
    font-family: 'lato';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-blackitalic-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-regular-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'din-pro';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/pfdintextcomppro-bold-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/pfdintextcomppro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'din-pro';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/pfdintextcomppro-medium-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/pfdintextcomppro-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'din-pro';
    src: url('https://cdn2.hubspot.net/hubfs/5111076/fonts/pfdintextcomppro-regular-webfont.woff2') format('woff2'), url('https://cdn2.hubspot.net/hubfs/5111076/fonts/pfdintextcomppro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


/***********Overrides Bootstrap css*************/
#portal-top a {
    color: rgba(0, 42, 58, 1);
}

#portal-top a {
    font-family: 'lato';
}

/***********************************************/


/*****************Change font in menu**********************/
span.fa-search, span.fa-edit {
    font-family: 'lato';
    font-weight: normal;
}
.fa-search::before, .fa-edit::before {
    font-family: 'FontAwesome';
}
/********************************************************/


a:active {
  outline: none;
}

a:focus {
  outline: none;
}

#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  width: 100%;
}
#breadcrumb .icon {
  font-size: 16px;
}
#breadcrumb li {
  float: left;
  width: 20%;
}
    #breadcrumb li a {
        color: #FFF;
        display: block;
        background: rgba(254, 80, 0, 1);
        text-decoration: none;
        position: relative;
        height: 40px;
        line-height: 40px;
        padding: 0 10px 0 5px;
        text-align: center;
        margin-right: 23px;
    }
/*#breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
}*/

/* --------------------------------------------- */
/* Corner first and last menu option */
/* --------------------------------------------- */
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
    #breadcrumb li a:before, #breadcrumb li a:after {
        content: "";
        position: absolute;
        top: 0;
        border: 0 solid rgba(254, 80, 0, 1);
        border-width: 20px 10px;
        width: 0;
        height: 0;
    }

/* --------------------------------------------- */
/* --------------------------------------------- */
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
    #breadcrumb li a:after {
        left: 100%;
        border-color: transparent;
        border-left-color: rgba(254, 80, 0, 1);
    }

/* --------------------------------------------- */
/* Hover */
/* --------------------------------------------- */
#breadcrumb li a:hover {
  background-color: #FA4000;
}
#breadcrumb li a:hover:before {
  border-color: #FA4000;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #FA4000;
}

/* --------------------------------------------- */
/* Click */
/* --------------------------------------------- */
#breadcrumb li a:active {
  background-color: #FA2000;
}
#breadcrumb li a:active:before {
  border-color: #FA2000;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #FA2000;
}
/* --------------------------------------------- */

li.disabled a {
  background-color: #dbcdcd !important;
  color: #8b8b8b !important;
}
li.disabled a:before {
  border-right-color: #dbcdcd !important;
  border-top-color: #dbcdcd !important;
  border-bottom-color: #dbcdcd !important;
  border-left-color: transparent;
}
li.disabled a:after {
  border-left-color: #dbcdcd !important;
}

li.done a {
  background-color: #46bb2b !important;
  /*color: #8b8b8b !important;*/
}
li.done a:before {
  border-right-color: #46bb2b !important;
  border-top-color: #46bb2b !important;
  border-bottom-color: #46bb2b !important;
  border-left-color: transparent;
}
li.done a:after {
  border-left-color: #46bb2b !important;
}