﻿.spinner {
  width: 25px;
  height: 25px;
  position: relative;
}
.spinner .box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinner .box:before {
  content: '';
  width: 100%;
  display: block;
  margin: 0 auto;
  width: 6px;
  height: 4px;
  background-color: #B0BEC5;
  border-radius: 2px 2px 0px 0px;
}
.spinner .box_1 {
  -webkit-transform: rotate(-22.5deg);
  -moz-transform: rotate(-22.5deg);
  -ms-transform: rotate(-22.5deg);
  -o-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
}
.spinner .box_2 {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  -o-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}
.spinner .box_3 {
  -webkit-transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  -o-transform: rotate(67.5deg);
  transform: rotate(67.5deg);
}
.spinner .box_4 {
  -webkit-transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  -o-transform: rotate(112.5deg);
  transform: rotate(112.5deg);
}
.spinner .box_5 {
  -webkit-transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  -o-transform: rotate(157.5deg);
  transform: rotate(157.5deg);
}
.spinner .box_6 {
  -webkit-transform: rotate(202.5deg);
  -moz-transform: rotate(202.5deg);
  -ms-transform: rotate(202.5deg);
  -o-transform: rotate(202.5deg);
  transform: rotate(202.5deg);
}
.spinner .box_7 {
  -webkit-transform: rotate(247.5deg);
  -moz-transform: rotate(247.5deg);
  -ms-transform: rotate(247.5deg);
  -o-transform: rotate(247.5deg);
  transform: rotate(247.5deg);
}
.spinner .box_8 {
  -webkit-transform: rotate(292.5deg);
  -moz-transform: rotate(292.5deg);
  -ms-transform: rotate(292.5deg);
  -o-transform: rotate(292.5deg);
  transform: rotate(292.5deg);
}
.spinner-running {
  -webkit-animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  -moz-animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  -o-animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  -webkit-animation: spinner-running-anim 10s infinite linear both;
  -moz-animation: spinner-running-anim 10s infinite linear both;
  -o-animation: spinner-running-anim 10s infinite linear both;
  animation: spinner-running-anim 10s infinite linear both;
}
.spinner-running .box:before {
  background-color: #44c647;
}
.spinner-running .box_1:before {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.spinner-running .box_2:before {
  -webkit-animation-delay: -1.3s;
  -moz-animation-delay: -1.3s;
  -o-animation-delay: -1.3s;
  animation-delay: -1.3s;
}
.spinner-running .box_3:before {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner-running .box_4:before {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner-running .box_5:before {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner-running .box_6:before {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner-running .box_7:before {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.spinner-running .box_8:before {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.spinner-paused {
  -webkit-animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  -moz-animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  -o-animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
  animation: spinner-box-running-anim 1.6s infinite ease-in-out both;
}
.spinner-paused .box:before {
  background-color: #ff6a00;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes spinner-box-running-anim{ 0%, 39%, 100% { opacity: 0.5; } 40% {  opacity: 1; }}
@-moz-keyframes spinner-box-running-anim{ 0%, 39%, 100% { opacity: 0.5; } 40% {  opacity: 1; }}
@-o-keyframes spinner-box-running-anim{ 0%, 39%, 100% { opacity: 0.5; } 40% {  opacity: 1; }}
@keyframes spinner-box-running-anim{ 0%, 39%, 100% { opacity: 0.5; } 40% {  opacity: 1; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes spinner-running-anim{ 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }}
@-moz-keyframes spinner-running-anim{ 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); }}
@-o-keyframes spinner-running-anim{ 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); }}
@keyframes spinner-running-anim{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg); }}
[not-existing] {
  zoom: 1;
}
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #33b5e5;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  -o-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
div-center {
  margin: 0 auto;
}
.nomargin {
  margin: 0 !important;
}
.rounded {
  border-radius: 5px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fa-rotate-135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.clickable {
  cursor: pointer;
}
.base-fill {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.base-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: white;
}
.absolute-fill {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
}
.absolute-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: white;
}
.fixed-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: white;
  position: fixed !important;
}
.with-overflow {
  overflow-y: scroll;
}
.fixed-side-nav {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #003242;
  height: 100%;
  font-family: "Proxima Nova", sans-serif;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.fixed-side-nav hr {
  border-color: #004C66;
}
.fixed-side-nav a {
  color: white;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.fixed-side-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.fixed-main {
  position: fixed;
  top: 0;
  right: 0;
  left: 300px;
  height: 100%;
}
.variable-main {
  margin-left: 300px;
  padding: 15px;
}
.variable-main .inner {
  width: 100%;
}
.main-container {
  margin-left: 300px;
}
.padd-container-react {
  margin-bottom: 50px;
}
.profile {
  background-color: #004C66;
  height: 125px;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.profile img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  border: solid #003242 6px;
  position: relative;
  margin: 0 auto;
}
.phone-status.connected {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.phone-status.connected path {
  fill: #44C647 !important;
}
.phone-status.held {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.phone-status.held path {
  fill: #f77724 !important;
}
.phone-status {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 35px;
  height: 35px;
  margin-top: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.phone-status.ringing {
  -webkit-animation: phone-ringing 1s infinite;
  -moz-animation: phone-ringing 1s infinite;
  -o-animation: phone-ringing 1s infinite;
  animation: phone-ringing 1s infinite;
}
.phone-status.ringing path {
  fill: #33b5e5 !important;
}
@keyframes phone-ringing {
  30% {
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  60% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}
.campaign-status {
  margin: 5px;
}
#call-panel {
  position: relative;
}
.side-card {
  padding: 15px 15px 15px 50px;
  position: relative;
  cursor: default;
  border-top: 1px solid #004C66;
  background-color: white;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:last-child {
        border-bottom: 1px solid #eee;
    }*/
}
.side-card h4,
.side-card h5 {
  margin: 2px 0;
}
.side-card:first-child {
  z-index: 999;
}
.side-card-icon {
  position: absolute;
  left: 10px;
  top: 12px;
}
#call-panel .side-card:not(:first-child) {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #004C66;
}
#call-panel .side-card:not(:first-child) h4 {
  display: none;
}
#call-panel .side-card:not(:first-child) .side-card-icon.phone-status {
  width: 25px;
  height: 25px;
  left: 14px;
  top: 6px;
}
.side-card-icon-fa {
  width: 32px;
  height: 55px;
  text-align: center;
  line-height: 55px;
}
.side-card-flyout {
  position: absolute;
  top: 0;
  left: 300px;
  pointer-events: none;
  height: 40px;
  white-space: nowrap;
  margin: 0;
  padding-left: 10px;
  top: 50%;
  visibility: hidden;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-card-flyout li {
  /*&:before{
            border-radius:50%;
            content: "";
            position: absolute;
            display: inline-block;
            left: 0;
            top: 0;
            width: 40px;
            height: 40px;
            opacity: 0;
            background-color: white;
            .transition(all 300ms ease);
        }

        &:hover:before {
            opacity: 0.4;
        }*/
  pointer-events: all;
  color: white;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  opacity: 0;
  transform-origin: left;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.4, 0.4) translateX(40px);
  -moz-transform: scale(0.4, 0.4) translateX(40px);
  -ms-transform: scale(0.4, 0.4) translateX(40px);
  -o-transform: scale(0.4, 0.4) translateX(40px);
  transform: scale(0.4, 0.4) translateX(40px);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.side-card-flyout li i {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.side-card-flyout li:nth-child(1) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}
.side-card-flyout li:nth-child(2) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
.side-card-flyout li:nth-child(3) {
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  -o-transition-delay: 180ms;
  transition-delay: 180ms;
}
.side-card-flyout li:nth-child(4) {
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}
.side-card-flyout li:nth-child(5) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.side-card-flyout li:nth-child(6) {
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
}
.side-card-flyout.open {
  visibility: visible;
}
.side-card-flyout.open li {
  opacity: 1;
  -webkit-transform: scale(1, 1) translateX(0px);
  -moz-transform: scale(1, 1) translateX(0px);
  -ms-transform: scale(1, 1) translateX(0px);
  -o-transform: scale(1, 1) translateX(0px);
  transform: scale(1, 1) translateX(0px);
}
.side-card.clickable {
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.side-card.clickable:hover {
  background-color: #004C66;
}
.side-card.clickable:after {
  content: '\f054';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #cedbe2;
}
.side-card-inline-button {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  font-size: 15px;
}
.side-card-inline-button:hover {
  opacity: 1;
}
.side-card-inline-button.secondary {
  right: 50px;
}
.side-card-text-button {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  right: 78px;
  color: black;
  border-radius: 10%;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 4px;
}
.side-card-text-button:hover {
  opacity: 1;
}
.side-card .recording {
  width: 18px;
  height: 18px;
  border: 1px solid red;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 106px;
  top: 26px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
  font: normal normal normal 8px/1 FontAwesome;
}
.side-card .recording:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  border: 2px solid white;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.side-card .recording.on {
  opacity: 1;
  -webkit-animation: record-pulsing 2s infinite;
  -moz-animation: record-pulsing 2s infinite;
  -o-animation: record-pulsing 2s infinite;
  animation: record-pulsing 2s infinite;
}
.side-card .recording.off {
  border: 1px solid #33b5e5;
  background-color: white;
  color: #33b5e5;
}
.side-card .recording.off:after {
  content: "\f04c";
  line-height: 16px;
}
@keyframes record-pulsing {
  0% {
    background-color: #ff0000;
  }
  30% {
    background-color: rgba(255, 0, 0, 0.4);
  }
  60% {
    background-color: #ff0000;
  }
  100% {
    background-color: #ff0000;
  }
}
.side-card .timer {
  font-weight: 300;
  position: absolute;
  width: 35px;
  text-align: center;
  display: block;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-group.action-list {
  box-shadow: none !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.list-group.action-list .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
  background: none;
  color: #cedbe2;
  border-color: #004C66;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.list-group.action-list .list-group-item:hover {
  background-color: #004C66;
}
#side-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  color: white;
}
#call-start-btn {
  margin-top: 10px;
  height: 30px;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}
#call-start-btn:hover .inner {
  box-shadow: none;
  opacity: 1;
}
#call-start-btn .inner {
  margin: 0 auto;
  text-align: center;
  width: 80px;
  padding: 2px 4px;
  background-color: #cedbe2;
  border-radius: 3px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.8;
}
.unavailable-reason-btn {
  margin-top: 6px;
  height: 30px;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  background-color: #cedbe2;
  border-radius: 3px;
  box-shadow: none;
  font-size: 11px;
  text-transform: uppercase;
}
.unavailable-reason-btn:hover {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.popover-directory {
  min-height: 200px;
  min-width: 300px;
}
.popover-directory input,
.popover-directory select {
  margin-bottom: 10px;
  width: 100%;
}
.popover-directory-item {
  position: relative;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-color: #33b5e5;
  padding-left: 5px;
  padding-right: 55px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.popover-directory-item:hover {
  background-color: #eee;
}
.popover-directory-item.selected {
  background-color: #eee;
  border-left-width: 4px;
}
/* Fix Borders on React */
.side-card {
  background-color: #003242;
  color: white;
  border-color: #004C66;
}
.side-card:last-child {
  border-color: #004C66;
}
/* Admin Bar */
.admin-nav-contain {
  position: relative;
  height: 125px;
  background-color: #007297;
  width: 100%;
  display: block;
}
.admin-nav-list {
  display: inline;
  overflow: auto;
  margin-left: 10px;
  white-space: nowrap;
  margin-top: 35px;
}
.admin-nav-list li {
  display: inline-block;
  color: white;
  padding-right: 15px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15pt;
  border-right: solid 1px #004C66;
}
.admin-nav-list a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.admin-nav-lnk {
  display: block;
  color: white;
  text-decoration: none;
}
.admin-nav-lnk a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.admin-nav-lnk a:link {
  color: #FFFFFF !important;
  text-decoration: none;
}
.admin-nav-lnk a:visited {
  color: #FFFFFF !important;
  text-decoration: none;
}
.admin-nav-lnk a:hover {
  color: #FFFFFF !important;
  text-decoration: none;
}
.admin-nav-lnk a:active {
  color: #FFFFFF !important;
  text-decoration: none;
}
.react-grid-tools {
  padding-left: 10px;
}
.react-grid-table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  background-color: #fafafa;
}
.react-grid-table thead {
  background-color: #eee;
}
.react-grid-table tr {
  height: 35px;
  border-bottom: 1px solid #ddd;
}
.react-grid-table tr:hover {
  background-color: #eee;
}
.react-grid-table td,
.react-grid-table th {
  padding: 5px;
  padding-right: 15px;
}
.react-grid-table td input {
  width: 100%;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  padding: 0 5px;
}
.react-grid-overlay {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: opacity ease 200ms;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rickshaw_graph .detail {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 1px;
  transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
}
.rickshaw_graph .detail.inactive {
  opacity: 0;
}
.rickshaw_graph .detail .item.active {
  opacity: 1;
}
.rickshaw_graph .detail .x_label {
  font-family: Arial, sans-serif;
  border-radius: 3px;
  padding: 6px;
  opacity: 0.5;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  position: absolute;
  background: white;
  white-space: nowrap;
}
.rickshaw_graph .detail .x_label.left {
  left: 0;
}
.rickshaw_graph .detail .x_label.right {
  right: 0;
}
.rickshaw_graph .detail .item {
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  padding: 0.25em;
  font-size: 12px;
  font-family: Arial, sans-serif;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 1em;
  margin-right: 1em;
  margin-top: -1em;
  white-space: nowrap;
}
.rickshaw_graph .detail .item.left {
  left: 0;
}
.rickshaw_graph .detail .item.right {
  right: 0;
}
.rickshaw_graph .detail .item.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.rickshaw_graph .detail .item:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
}
.rickshaw_graph .detail .item.left:after {
  top: 1em;
  left: -5px;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8);
  border-left-width: 0;
}
.rickshaw_graph .detail .item.right:after {
  top: 1em;
  right: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-width: 0;
}
.rickshaw_graph .detail .dot {
  width: 4px;
  height: 4px;
  margin-left: -3px;
  margin-top: -3.5px;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: white;
  border-width: 2px;
  border-style: solid;
  display: none;
  background-clip: padding-box;
}
.rickshaw_graph .detail .dot.active {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  color: #343434;
  background-color: #f7f7f7;
}
hr {
  border-color: #007297;
}
.page-content {
  margin-left: 40px;
  margin-top: 40px;
  margin-right: 40px;
}
label {
  font-size: 14px;
}
.dl-horizontal dt {
  white-space: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.login-page {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(#b9e8fb, #42a2f4);
}
.login-page .card {
  background-color: white;
  width: 350px;
  padding: 50px 30px;
  text-align: center;
  margin: 0 auto;
}
.login-page .profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.login-page input {
  padding-bottom: 0;
}
.card-block {
  padding: 1.25rem;
}
.card-block h4 {
  font-size: 1.5rem;
}
.table-success {
  background-color: #dff0d8;
}
.clickable > .graph-link:hover {
  text-decoration: underline;
}
.graph-delete {
  cursor: pointer;
  opacity: 0;
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.graph-group:hover > .graph-delete {
  opacity: 1;
}
.anim-standard-enter {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.anim-standard-enter.anim-standard-enter-active {
  opacity: 1;
}
.anim-standard-leave {
  opacity: 1;
  transition: opacity 300ms ease-in;
}
.anim-standard-leave.anim-standard-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.anim-standard-appear {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.anim-standard-appear.anim-standard-appear-active {
  opacity: 1;
}
.disposition {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all ease 200ms;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.disposition:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.disposition-code {
  background-color: rgba(0, 0, 255, 0.1);
}
.disposition-code:hover {
  background-color: rgba(0, 0, 255, 0.2);
}
.disposition-page {
  background-color: rgba(0, 255, 0, 0.1);
}
.disposition-page:hover {
  background-color: rgba(0, 255, 0, 0.3);
}
.disposition-transfer {
  background-color: rgba(255, 0, 0, 0.1);
}
.disposition-transfer:hover {
  background-color: rgba(255, 0, 0, 0.2);
}
.right-side-panel {
  min-width: 300px;
  max-width: 600px;
  background-color: white;
  padding: 10px 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.input-control-container.input-control-container.input-control-container input,
.input-control-container.input-control-container.input-control-container div.rdt {
  display: inline-block;
  max-width: 300px;
}
.input-control-container.input-control-container.input-control-container textarea {
  display: inline-block;
  background-color: white;
  border: 1px solid #ccc;
  vertical-align: top;
  max-width: 600px;
  height: auto;
}
.input-control-label {
  width: 240px;
  text-align: right;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
}
.input-control-label-modified {
  font-style: italic;
}
.input-control-label-modified::after {
  content: '*';
  color: #ae1414;
  font-weight: bold;
  margin-left: 4px;
  position: absolute;
}
.accountgroups-list {
  margin-left: 20px;
}
.accountgroups-list li {
  list-style-type: circle;
}
.accountgroups-list ul {
  margin-bottom: 15px;
}
.accountgroups-list ul > li {
  list-style-type: square;
  margin-left: 20px !important;
}
.btn-page-header {
  float: right;
  margin-top: 20px;
  margin-right: 50px;
}
/* forms: admin */
.input-group {
  border-left: 1px solid #007297;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 650px;
}
.input-container {
  position: relative;
  margin-bottom: 20px;
  margin-right: 40px;
  float: left;
}
.input-group .input-label {
  font-weight: 600;
  font-family: "Proxima Nova", sans-serif;
}
.input-group select {
  width: 250px;
  outline: none;
  height: 35px;
  font-size: 12pt;
  font-family: "Proxima Nova", sans-serif;
  border: none;
  border-bottom: 2px solid #003242;
  background: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -webkit-transition: border-bottom 200ms ease;
  -moz-transition: border-bottom 200ms ease;
  -o-transition: border-bottom 200ms ease;
  transition: border-bottom 200ms ease;
}
.input-group select:hover,
.input-group select:focus {
  border-bottom: 2px solid #33b5e5;
}
.table tbody > tr > td.vert-align {
  vertical-align: middle;
  text-align: center;
}
.table tr.important td {
  font-weight: bold;
}
.low-margin-bottom {
  margin-bottom: 10px;
}
.integration-link {
  padding: 8px 12px;
  background-color: #004C66;
  color: white;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.integration-link:hover {
  color: white;
  background-color: #003242;
}
.integration-link:before {
  content: "\f14c";
  font-family: FontAwesome;
  margin-right: 5px;
}
.react-tabs__tab-list {
  border-bottom: 1px solid #aaa;
  margin: 0 0 10px;
  padding: 0;
}
.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
}
.react-tabs__tab--selected {
  background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0;
}
.react-tabs__tab:focus {
  box-shadow: 0 0 5px #0188fe;
  border-color: #0188fe;
  outline: none;
}
.react-tabs__tab:focus:after {
  content: "";
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}
.react-tabs__tab-panel {
  display: none;
}
.react-tabs__tab-panel--selected {
  display: block;
}
.react-tabs__tab-panel--disabled {
  color: GrayText;
  cursor: default;
}
.gravatar {
  border-radius: 50% !important;
}
.dash-stats {
  text-align: center;
  margin-right: 15px;
  position: relative;
  height: 125px;
  width: 125px;
}
.dash-stats-block {
  height: 125px;
  width: 125px;
  background-color: #003242;
}
.overlay-stats {
  color: white;
  position: absolute;
  font-size: 9pt;
  width: 100%;
  height: 125px;
  line-height: 1.5;
  padding-top: 60px;
  left: 0;
  top: 0;
}
.overlay-stats strong {
  font-size: 18pt;
}
.btn-default {
  text-shadow: none;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-Extrabld.eot');
  src: url('/Content/fonts/hinted-ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-Extrabld.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-Extrabld.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-Extrabld.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-BoldIt.eot');
  src: url('/Content/fonts/hinted-ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-BoldIt.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-BoldIt.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-BoldIt.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-BoldIt.svg#ProximaNova-BoldIt') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-RegularIt.eot');
  src: url('/Content/fonts/hinted-ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-RegularIt.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-RegularIt.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-RegularIt.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-RegularIt.svg#ProximaNova-RegularIt') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-Black.eot');
  src: url('/Content/fonts/hinted-ProximaNova-Black.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-Black.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-Black.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-Black.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-Black.svg#ProximaNova-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-Light.eot');
  src: url('/Content/fonts/hinted-ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-Light.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-Light.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-Light.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-Semibold.eot');
  src: url('/Content/fonts/hinted-ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-Semibold.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-Semibold.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-Semibold.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNovaT-Thin.eot');
  src: url('/Content/fonts/hinted-ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNovaT-Thin.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNovaT-Thin.woff') format('woff'), url('/Content/fonts/hinted-ProximaNovaT-Thin.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-Bold.eot');
  src: url('/Content/fonts/hinted-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-Bold.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-Bold.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-Bold.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/Content/fonts/hinted-ProximaNova-Regular.eot');
  src: url('/Content/fonts/hinted-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/hinted-ProximaNova-Regular.woff2') format('woff2'), url('/Content/fonts/hinted-ProximaNova-Regular.woff') format('woff'), url('/Content/fonts/hinted-ProximaNova-Regular.ttf') format('truetype'), url('/Content/fonts/hinted-ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.dropdown-toggle.btn.btn-default {
  background: white !important;
  color: black !important;
  padding: 2px 10px 2px 10px;
  font-size: 15px;
  font-weight: bold;
}
.dropdown-toggle.btn.btn-default .caret {
  display: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.tr-gray td:not(:last-child) {
  color: gray;
  font-style: italic;
}
.tr-nonbillable td:first-child {
  font-style: italic;
}
.dropdown-menu i {
  margin-right: 3px;
}
.dropdown-menu span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu span:hover {
  background-color: #e8e8e8;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.campaign-user-modal .modal-dialog {
  width: 800px;
}
.campaign-restart-running-modal button.close {
  display: none;
}
.campaigns-page .campaigns-header a {
  margin-right: 10px;
}
.account-group .btn-page-header {
  margin-top: 0px;
}
.scheduling-grid {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.scheduling-grid .scheduling-grid-header {
  font-weight: bold;
  margin-bottom: 8px;
}
.scheduling-grid .scheduling-grid-item,
.scheduling-grid .scheduling-grid-configure {
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  color: #007297;
  text-decoration: underline;
}
.link {
  color: #007297;
  text-decoration: underline;
}
.timepicker-container .timepicker-input,
.timepicker-container .rdtPicker {
  min-width: 230px;
  max-width: 300px;
  width: auto;
}
.timepicker-container .rdtTime td i {
  position: absolute;
  right: 0;
  margin-right: 2px;
  margin-top: 2px;
  cursor: pointer;
  opacity: 0.8;
}