﻿.form-label {
  font-weight: 400;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
.btn-normal {
  min-width: 80px;
  margin-left: 10px;
}
/* Remove table lines */
.table-borderless td {
  border: 0 !important;
  border-top: none;
}
.table th {
  border: 0 !important;
  font-weight: 600;
}
/* Disabled tabs should have darker text color */
.navbar .nav > li > a.aspNetDisabled {
  color: #a0a0a0;
}
/* Set device type for tables */
.visible-phone,
th.visible-phone,
td.visible-phone {
  display: none;
}
.visible-tablet,
th.visible-tablet,
td.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
th.visible-desktop,
td.visible-desktop {
  display: table-cell;
}
.hidden-phone {
  display: block;
}
th.hidden-phone,
td.hidden-phone {
  display: table-cell;
}
.hidden-tablet {
  display: block;
}
th.hidden-tablet,
td.hidden-tablet {
  display: table-cell;
}
.hidden-desktop,
th.hidden-desktop,
td.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
  th.visible-phone,
  td.visible-phone {
    display: table-cell;
  }
  .hidden-phone,
  th.hidden-phone,
  td.hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  th.hidden-desktop,
  td.hidden-desktop {
    display: table-cell;
  }
  .visible-desktop,
  th.visible-desktop,
  td.visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
  th.visible-tablet,
  td.visible-tablet {
    display: table-cell;
  }
  .hidden-tablet,
  th.hidden-tablet,
  td.hidden-tablet {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  th.hidden-desktop,
  td.hidden-desktop {
    display: table-cell;
  }
  .visible-desktop,
  th.visible-desktop,
  td.visible-desktop {
    display: none;
  }
}
.col-desktop-1,
.col-desktop-2,
.col-desktop-3,
.col-desktop-4,
.col-desktop-5,
.col-desktop-6,
.col-desktop-7,
.col-desktop-8,
.col-desktop-9,
.col-desktop-10,
.col-desktop-11,
.col-desktop-12,
.col-desktop-13,
.col-desktop-14,
.col-desktop-15,
.col-desktop-16,
.col-desktop-17,
.col-desktop-18,
.col-desktop-19,
.col-desktop-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12,
  .col-desktop-13,
  .col-desktop-14,
  .col-desktop-15,
  .col-desktop-16,
  .col-desktop-17,
  .col-desktop-18,
  .col-desktop-19,
  .col-desktop-20 {
    float: left;
  }
  .col-desktop-20 {
    width: 100%;
  }
  .col-desktop-19 {
    width: 95%;
  }
  .col-desktop-18 {
    width: 90%;
  }
  .col-desktop-17 {
    width: 85%;
  }
  .col-desktop-16 {
    width: 80%;
  }
  .col-desktop-15 {
    width: 75%;
  }
  .col-desktop-14 {
    width: 70%;
  }
  .col-desktop-13 {
    width: 65%;
  }
  .col-desktop-12 {
    width: 60%;
  }
  .col-desktop-11 {
    width: 55%;
  }
  .col-desktop-10 {
    width: 50%;
  }
  .col-desktop-9 {
    width: 45%;
  }
  .col-desktop-8 {
    width: 40%;
  }
  .col-desktop-7 {
    width: 35%;
  }
  .col-desktop-6 {
    width: 30%;
  }
  .col-desktop-5 {
    width: 25%;
  }
  .col-desktop-4 {
    width: 20%;
  }
  .col-desktop-3 {
    width: 15%;
  }
  .col-desktop-2 {
    width: 10%;
  }
  .col-desktop-1 {
    width: 5%;
  }
  .col-desktop-offset-20 {
    margin-left: 100%;
  }
  .col-desktop-offset-19 {
    margin-left: 95%;
  }
  .col-desktop-offset-18 {
    margin-left: 90%;
  }
  .col-desktop-offset-17 {
    margin-left: 85%;
  }
  .col-desktop-offset-16 {
    margin-left: 80%;
  }
  .col-desktop-offset-15 {
    margin-left: 75%;
  }
  .col-desktop-offset-14 {
    margin-left: 70%;
  }
  .col-desktop-offset-13 {
    margin-left: 65%;
  }
  .col-desktop-offset-12 {
    margin-left: 60%;
  }
  .col-desktop-offset-11 {
    margin-left: 55%;
  }
  .col-desktop-offset-10 {
    margin-left: 50%;
  }
  .col-desktop-offset-9 {
    margin-left: 45%;
  }
  .col-desktop-offset-8 {
    margin-left: 40%;
  }
  .col-desktop-offset-7 {
    margin-left: 35%;
  }
  .col-desktop-offset-6 {
    margin-left: 30%;
  }
  .col-desktop-offset-5 {
    margin-left: 25%;
  }
  .col-desktop-offset-4 {
    margin-left: 20%;
  }
  .col-desktop-offset-3 {
    margin-left: 15%;
  }
  .col-desktop-offset-2 {
    margin-left: 10%;
  }
  .col-desktop-offset-1 {
    margin-left: 5%;
  }
  .col-desktop-center {
    float: left;
    width: 50%;
    margin-left: 25%;
  }
}
.hidden-inline-xs {
  display: inline !important;
}
@media (max-width: 767px) {
  .hidden-inline-xs {
    display: none !important;
  }
}
/* Make btn-primary stay gray when disabled, with no mouse over color changes */
.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: #F0F0F0;
  border-color: darkgray;
}
.btn-primary[disabled] {
  border-color: darkgray;
  color: #A0A0A0;
}
body,
h1,
h2,
h3,
h4,
input,
.h1,
.h2,
.h3,
.h4 {
  font-family: Segoe UI, segoeUi, Tahoma, Verdana, Arial;
}
.forceFont {
  font-family: Segoe UI, segoeUi, Tahoma, Verdana, Arial !important;
}
body,
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #454545;
  font-weight: 300;
}
body {
  font-size: 11pt;
}
#navigationBar {
  margin: 0px;
  background-size: cover;
  font-weight: 500;
  border-style: none;
  z-index: 0 !important;
}
#topBar {
  margin: 0px;
  height: 60px;
  border-style: none;
  padding: 0px 15px 0px 10px;
}
#topbardiv {
  color: #FFFFFF;
  margin-top: 0px;
}
.content {
  padding-right: 5px;
  padding-left: 5px;
}
.pageTitle {
  margin-top: 12px;
  margin-bottom: 16px;
}
.largeText {
  font-size: 16px;
  line-height: 17px;
}
.arrowSize {
  font-size: 13pt;
}
.smallText {
  font-size: 10pt;
  font-weight: 400;
}
.standardTextColor {
  color: #454545 !important;
}
.grayTextColor {
  color: lightgray;
}
.elementHidden {
  display: none;
}
.elementVisible {
  display: inherit;
}
.cursorHand {
  cursor: pointer;
}
.noLinkDecoration {
  text-decoration: none !important;
}
.forceWhite {
  color: white !important;
}
@media (min-width: 768px) {
  .container-mdlg-left {
    float: left;
  }
  .container-mdlg-right {
    float: right;
  }
}
@media (max-width: 767px) {
  .padleft-xs-25 {
    padding-left: 25px;
  }
}
/* Force scrollbar on desktop */
html {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
  }
}
.lightHighlightBackground {
  background-color: #F5F5F5;
}
.mediumHighlightBackground {
  background-color: #E0E0E0;
}
/* Remove focus border around links and images */
a {
  outline: none !important;
}
a img {
  outline: none;
}
img {
  border: 0;
}
.verticalLine {
  border-left: thin solid #A0A0A0;
}
.horizontalLine {
  border-top: thin solid #A0A0A0;
}
/*
	Responsive Slider
	http://responsive-slides.viljamis.com/
*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.shadow {
  -webkit-box-shadow: 0 0 25px 2px #999;
  box-shadow: 0 0 25px 2px #999;
}
/* Directory page */
#welcomeHeader {
  margin: 0 0 4px 0;
}
@media (max-width: 767px) {
  #welcomeHeader {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #welcomeHeader {
    font-size: 24px;
  }
}
#welcomeBox {
  margin: 10px 4px 0 4px;
  padding: 10px 15px 17px 19px;
}
.searchButton {
  /* Overridden for IE */
}
.alignMiddle {
  vertical-align: middle !important;
}
.presenceTableCell {
  padding: 3px 0 3px 0 !important;
}
.resultCell {
  padding: 2px 0 0 4px !important;
}
.directorySourceLine {
  border-bottom: 3px solid #454570;
  font-weight: 500;
}
/* Activity List */
.currentActivity {
  color: #454570;
  font-weight: 600;
}
.oldActivity {
    color: #464B51;
}
.futureActivity {
  font-weight: 500;
}
/* Extended Info */
@media (min-width: 768px) {
  .moreinfo-group {
    padding-left: 11px;
  }
}
@media (max-width: 767px) {
  .moreinfo-group {
    padding-left: 11px;
  }
}
@media (min-width: 768px) {
  .moreinfo-row {
    margin-left: 2px;
    margin-top: 2px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .moreinfo-row {
    margin-left: 2px;
    margin-top: 2px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .moreinfo-odd {
    padding-left: 0;
    margin-left: 0;
  }
  .moreinfo-odd:hover {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767px) {
  .moreinfo-odd {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .moreinfo-even {
    padding-left: 0;
    margin-left: 0;
  }
  .moreinfo-even:hover {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767px) {
  .moreinfo-even {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .moreinfo-blank {
    display: none;
  }
}
@media (min-width: 768px) {
  .moreinfo-cell {
    margin: 2px 0 2px 0;
    padding: 2px 0 2px 0;
  }
}
@media (max-width: 767px) {
  .moreinfo-cell {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
.directory-source {
  padding: 10px 0 6px 0;
}
@media (min-width: 768px) {
  .directory-source {
    font-size: small;
  }
}
@media (max-width: 767px) {
  .directory-source {
    font-size: medium;
  }
}
.aastra_colors {
  /* Aastra Darks Colors */
  color: #2f7e8d;
  color: #417a46;
  color: #e3680f;
  color: #b6101d;
  color: #95005d;
  color: #771e77;
  color: #4c3d79;
  color: #004374;
  color: #0071a0;
  color: #000013;
  /* Aastra Light Colors */
  color: #68c1c4;
  color: #afcc5e;
  color: #fabd43;
  color: #e95e3f;
  color: #e36c81;
  color: #ba86b6;
  color: #7981b2;
  color: #4a96cd;
  color: #87c0e5;
  color: #6f9ed0;
}
.activityTimelineL {
  border-left: 1px solid #2c4e6a;
}
@media (min-width: 768px) {
  .activityTimelineR {
    border-top: 0 solid #2c4e6a;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .activityTimelineR {
    margin-top: 1px;
  }
}
.activityBox,
.activityActiveBox,
.activityPastBox {
  margin: 4px 4px 0 4px;
  padding: 10px 15px 17px 15px;
  background-color: #d3dbf8;
  border: 1px solid transparent;
  color: white;
}
@media (min-width: 768px) {
  .activityBox,
  .activityActiveBox,
  .activityPastBox {
    margin-left: 1%;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .activityBox,
  .activityActiveBox,
  .activityPastBox {
    width: 100%;
  }
}
.activityBox {
  background-color: #6f9ed0;
  border: 1px solid transparent;
}
.activityActiveBox {
  background-color: #e95e3f;
  border: 1px solid transparent;
}
.activityBox:hover,
.activityActiveBox:hover,
.activityPastBox:hover {
  border: 1px solid transparent !important;
  background-color: rgba(211, 219, 248, 0.8) !important;
}
.activityActiveBox:hover {
  border: 1px solid transparent !important;
  background-color: rgba(233, 94, 63, 0.8) !important;
}
.activityBox:hover {
  border: 1px solid transparent !important;
  background-color: rgba(111, 158, 208, 0.8) !important;
}
.activityTitleLine {
  border-bottom: thin solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 3px 2px;
}
.activityArrowLeft,
.activityActiveArrowLeft,
.activityPastArrowLeft {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #6f9ed0;
}
.activityActiveArrowLeft {
  border-right-color: #e95e3f;
}
.activityPastArrowLeft {
  border-right-color: #d3dbf8;
}
.activityArrowTop,
.activityActiveArrowTop,
.activityPastArrowTop {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #6f9ed0;
}
.activityActiveArrowTop {
  border-bottom-color: #e95e3f;
}
.activityPastArrowTop {
  border-bottom-color: #d3dbf8;
}
.activityTimeLineRow {
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 10px;
  width: 100%;
}
.activityHorizontalTimeLine {
  height: 5px;
  width: 11px;
  position: absolute;
  left: 25%;
  border: 3px solid #bbb;
  border-radius: 10px;
  margin: 15px 2px;
  background-color: #bbb;
}
.activityVerticalTimeLine {
  height: 100%;
  position: absolute;
  left: 25%;
  border-left: 5px solid #ccc;
  margin-left: 5px;
}
.activityCurrentTime {
  position: relative;
  right: 85%;
  bottom: 10px;
  margin: -5px -10px -25px 0;
  padding: 0 0 0 0;
  float: right;
  width: 6%;
}
.activityCurrentTimeLine {
  height: 3px;
  color: transparent;
  background-color: transparent;
  border-top: 2px dashed #87c0e5;
  border-radius: 10px;
  margin: 0 0 -1px 0;
  padding: 0 0 0 0;
  float: left;
}
@media (min-width: 768px) {
  .activityCurrentTimeLine {
    margin-top: -3px;
    margin-left: 16%;
    width: 76%;
  }
}
@media (max-width: 767px) {
  .activityCurrentTimeLine {
    width: 101%;
    margin: 0 5px 5px 10px;
  }
}
.activityNoCurrentTimeLine {
  height: 3px;
  color: transparent;
  background-color: transparent;
  border-top: 2px dashed #87c0e5;
  border-radius: 10px;
  margin: 0 0 -1px 0;
  padding: 0 0 0 0;
  float: left;
  height: 0 !important;
  border: none;
}
.messagesTabCount {
  font-size: 10pt;
  font-weight: 400;
  font-weight: bold;
  color: #0071a0;
  background-color: #ffffff;
  border: 1px;
  border-radius: 8px 8px 8px 8px;
  padding: 1px 5px 1px 5px;
}
.voiceMail,
.voiceMailNew,
.voiceMailCurrent,
.voiceMailNewCurrent {
  margin: 2px 2px 2px 2px;
  padding: 4px 4px 4px 4px;
  color: #143257;
  background-color: #FEFEFE;
  border-left: 5px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.voiceMailNew,
.voiceMailNewCurrent {
  border-left: 5px solid #00A1E0;
}
.voiceMail:hover,
.voiceMailNew:hover {
  background-color: #F8F8F8 !important;
  color: #143257;
}
.voiceMailCurrent:hover,
.voiceMailNewCurrent:hover {
  background-color: #F5F6F7;
  color: #1C9ED9;
}
.voiceMailCurrent,
.voiceMailNewCurrent {
  background-color: #F2F2F2;
  color: #169EDA;
}
.voiceMailNewCurrent {
  background-color: #F2F2F2;
  color: #169EDA;
}
.voiceMailList {
  border-right: 2px solid transparent;
  padding-bottom: 10px;
}
.voiceMailSelected {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .voiceMailSelected {
    border-left: 2px solid lightgrey;
  }
}
@media (max-width: 767px) {
  .voiceMailSelected {
    border-left: 2px solid transparent;
  }
}
.voiceMailPhoto {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .voiceMailPhoto {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .voiceMailPhoto {
    margin-top: 20px;
  }
}
.voiceMailNotification {
  cursor: pointer;
  margin: 0 0 0 0 !important;
  padding: 4px 6px 4px 6px !important;
}
.voiceMailNotification:hover {
  background-color: #f5f5f5 !important;
}
body.wait,
body.wait * {
  cursor: wait !important;
}
.mobilePresenceRow {
  color: lightgray;
}
.mobilePresenceRow:hover,
.mobilePresenceRow:hover .mobilePresenceRemove {
  color: white;
}
.mobilePresenceRow:active,
.mobilePresenceRow:active .mobilePresenceRemove {
  color: gray;
}
.mobilePresenceRemove {
  color: lightgray;
}
ul.drop-list {
  list-style-type: none;
  width: 100%;
  height: 6.0em;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  vertical-align: middle;
  padding: 6px 12px;
  overflow: auto;
  cursor: default;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
ul.drop-list:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
ul.drop-list[disabled],
ul.drop-list[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
ul.drop-list li {
  margin: 0;
  padding: 0;
  width: 100%;
}
li.drop-list-item {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid transparent;
}
li.drop-list-item:hover,
li.drop-list-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
li.drop-list-item:active {
  cursor: move;
}
li.drop-list-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.caret-lg {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000000;
}
