﻿.ribbon {
  -moz-min-width: 900px;
  -ms-min-width: 900px;
  -o-min-width: 900px;
  -webkit-min-width: 900px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  min-width: 900px;
  outline: none !important;
  padding: 0;
  width: 100%;
}

  .ribbon * {
    color: #0067CE;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    outline: none !important;
    text-decoration: none;
  }

  .ribbon a {
    color: #0067CE;
    outline: none !important;
    text-decoration: none;
  }

  .ribbon .logoPnl {
    margin: 0;
    min-height: 46px;
    padding: 0;
    width: 100%;
  }

    .ribbon .logoPnl td {
      padding: 2px;
    }

  .ribbon .tabsPnl {
    background-color: white;
    border-color: #B9C9DA;
    border-style: solid;
    border-width: 0;
    font-weight: bold;
    height: 28px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .ribbon .tab {
    border-color: #B9C9DA;
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 0 0;
    padding: 6px 8px 4px 8px;
  }

  .ribbon .tabOn {
    background-color: #E6EEF7;
    border-color: #B9C9DA #B9C9DA #E6EEF7 #B9C9DA;
    height: 18px;
  }

  .ribbon .tabsOn a {
    text-decoration: none;
  }

  .ribbon .tabOff {
    background-color: #AFC8E7;
    border-color: #B9C9DA;
    height: 17px;
  }

    .ribbon .tabOff:hover, .ribbon .tabHighlighted:hover {
      background-color: #C1D6EE;
    }

.ribbon .tabHighlighted {
  background-color: #D4E2F3;
  border-color: #B9C9DA;
  height: 17px;
}    

  .ribbon .navPnl {
    background-color: #E6EEF7;
    border-color: #B9C9DA #E6EEF7 #B9C9DA #E6EEF7;
    border-style: solid;
    border-width: 1px 0 1px 0;
    vertical-align: top;
    width: 100%;
  }

  .ribbon .leftBorder {
    border-left-color: #B9C9DA;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0 2px 0 4px;
  }

  .ribbon .rightBorder {
    border-right-color: #B9C9DA;
    border-style: solid;
    border-width: 0 1px 0 0;
    padding: 0 2px 0 4px;
  }

  .ribbon td {
    margin: 0;
    padding: 0;
    vertical-align: top;
  }

.toolGroupLabelContainer {
  background: #D7E4F4;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 2px !important;
}

  .toolGroupLabelContainer span {
    padding: 0 5px;
  }

.toolGroupLabel {
  color: #2D6093;
  font-size: 12px;
  font-weight: bold;
}

.toolPnlEnabled {
  background-color: #E6EEF7;
  border: solid 1px #E6EEF7;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
}

  .toolPnlEnabled:hover {
    background-color: #C1D6EE;
    border-color: #9DBFE1 !important;
  }

.toolPnlDisabled {
  border: 1px solid transparent; /* stops icon from shifting 1 px*/
}

.toolSupPnl {
  cursor: pointer;
}

.iconBig {
  -moz-min-width: 40px;
  -ms-min-width: 40px;
  -o-min-width: 40px;
  -webkit-min-width: 40px;
  background-position: center 4px;
  background-repeat: no-repeat;
  display: block;
  font-size: 12px;
  margin: 0;
  min-height: 30px;
  min-width: 40px;
  padding: 40px 4px 4px 4px;
  text-align: center;
}

.iconBigEnabled:hover {
  text-decoration: none;
}

.iconBigDisabled {
  color: gray !important;
}

  .iconBigDisabled:hover {
    background-color: #E6EEF7;
    border-color: #E6EEF7;
    cursor: default;
    text-decoration: none;
  }

.iconSmall {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  color: #0067CE;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  padding: 5px 4px 0 24px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.iconSmallEnabled:hover {
  text-decoration: none;
}

.iconSmallDisabled {
  color: gray !important;
}

  .iconSmallDisabled:hover {
    background-color: #E6EEF7;
    border-color: #E6EEF7;
    cursor: default;
    text-decoration: none;
  }

.iconNoBackground {
  background-color: inherit;
  border: 0;
}

  .iconNoBackground:hover {
    background-color: inherit;
    border: 0;
  }
  
.toolAdminOnly {
  text-decoration: underline !important;
}  

.ribbon .tooltip {
  -moz-box-shadow: 3px 3px 3px #888;
  -ms-box-shadow: 3px 3px 3px #888;
  -webkit-box-shadow: 5px 3px 3px #888;
  background-color: #E6EEF7;
  border-color: #B9C9DA;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 3px 3px 3px #888;
  color: #0067CE;
  display: none;
  float: left;
  font-size: 12px;
  max-width: 200px;
  padding: 5px;
}

.notificationCntr {
  float: left;
  margin: 0;
  text-align: center;
  width: 100%;
}

.notificationCount {
  font-size: 30px;
  padding: 5px;
}

.notificationPending {
  color: #ED1B24;
}

.toolNotifPending {
  background: pink;
  border: solid 1px #9DBFE1;
  border-radius: 2px;
}

.headerToolContent {
  display: block;
  white-space: nowrap;
  padding-right: 5px;
}

.headerToolContent > div {
  display: inline;
}

span.headerToolContent {
  padding-top: 5px;
  display: inline-block;
  padding-right: 0;
}

