
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  /* Becuase we have a navbar fixed top. */
  padding-top: 70px;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

ul.ui-menu{
  z-index: 2000 !important;
}

#sidebar-wrapper {

  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}


.bv-domain-card{
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #ADDF6F;
  font-size: 1.5em;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #ADDF6F;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}






body {
  /* Needed to hide the horiz scroll bar in Windows CEF version.  */
  overflow-x:hidden;
}

/*
 * Call list
 * --------------------------------------------------
 */
.bv-calllist-hidden{
  position: absolute !important;
  bottom: -50px !important;
}

.bv-calllist{
  border-color: #73BFFC;
  background-color: #34AAFC;
  color: #337AB7;
}

.progress-button-removeme{

    padding:7px 30px;
    line-height:1;
    overflow: hidden;
    position:relative;

    box-shadow:0 0 0;
    border-radius:1px;

    background-color: #8DD128;
    background-image:-webkit-linear-gradient(top, #8DD128, #AFDF6F);
    background-image:-moz-linear-gradient(top, #8DD128, #AFDF6F);
    background-image:linear-gradient(top, #8DD128, #AFDF6F);
}

/* The colorful bar that grows depending on the progress */
.removeme{
    background-color:#AFDF6F;
    height:3px;
    bottom:0;
    left:0;
    width:0;
    position:absolute;
    z-index:1;

    border-radius:0 0 2px 2px;

    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.attention:after{
    content:"";
    position: absolute;
    background: #ff5900;
    height:1rem;
    top:0px;
    right:0px;
    width:1rem;
    text-align: center;
    line-height: 2rem;;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid #ff5900;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -300px; /* 6 columns */
  }

  .row-offcanvas-right-lg
  .sidebar-offcanvas {
    right: -800px; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -300px; /* 6 columns */
  }

  .row-offcanvas-left-lg
  .sidebar-offcanvas-lg {
    left: -800px; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 300px; /* 6 columns */
  }

  .row-offcanvas-right-lg.active {
    right: 800px; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 300px; /* 6 columns */
  }

  .row-offcanvas-left-lg.active {
    left: 800px; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 300px; /* 6 columns */
  }

  .sidebar-offcanvas-lg {
    position: absolute;
    top: 0;
    width: 800px; /* 6 columns */
  }
}


.searchclear {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

/*
Phone book item stuff
*/

.phonebook-item-name
{
  font-weight: bold;
}

.phonebook-item
{
  cursor: pointer;
}

.bv-contacts-h1
{
  color: #29A9FF;
  font-size: 16px;
}

.phonebook-entry
{
  color: #29A9FF;
  box-shadow: none;
  margin: 0px;
}

.phonebook-entry::after
{
  content: '';
  position: absolute;

  border: 1px solid #29A9FF;

  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;
  z-index: -1;
}

.desktop-action
{
  cursor: pointer;
  font-weight: bold;
}

/* For the life of me I cannot force a selection on this
css over the default from jquery. Have to use a !important
for now*/
div.ui-state-active
{
  background: #29A9FF !important;
  border: #29A9FF !important;
}

div.ui-state-active:hover
{
  background: #29A9FF !important;
  border: #29A9FF !important;
}


/* Buttons and navbar */
li.desktop-searchbox
{

}

.navbar-nav > li > a.desktop-navbar-button
{
  padding: 5px;
  padding-top: 4px;
  float: left;
}
.navbar-nav > li > a.desktop-navbar-button:hover
{
  background-color: transparent;
}

/* Navbar styling for desktop */
.desktop-navbar
{
  border: 0px;

  border-radius: 0px;
  background: #29A9FF;
  box-shadow: 0px 5px 5px grey;
  margin: 0px;
  margin-bottom: 20px;
  width: 100%;
}

ul.nav.nav-pills.babble_sub_nav_pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #29A9FF;
}

ul.nav.nav-pills.babble_sub_nav_pills {
  background: white;
}

.nav
{
  background: #29A9FF;
  color: #fff;
  padding: 10px;
  margin: 0px;
  border: 0px;

  width: 100%;
}

/* Keep the navbar horizontal even on small width */
.nav > li
{
  float: left;
}

.nav > li.desktop-searchbox
{
  padding: 0px;
}

/* For phones which do not match a search */
div.notinteresting {
    opacity: 0.2;
}

span.desktopfield.desktopfield-editing span.desktopfield-edit {
  display: inline;
}

span.desktopfield.desktopfield-editing {
  border-bottom: 1px solid; /* #8AD200;*/
}

span.desktopfield span.desktopfield-edit {
  display: none;
}

span.desktopfield {
  border-radius: 0px;
  /*color: #8AD200;*/
  padding-bottom: 5px;
}

span.desktopfield input {
  border: 0px;
}

span.desktopfield input:focus {
  border: 0px;
  box-shadow: none;
  outline: none;
}

.desktop-phone.desktop-phone-available input::-webkit-input-placeholder
{
  color: #29A9FF;
}

.desktop-phone.desktop-phone-available input:-moz-placeholder
{
  color: #29A9FF;
}

.desktop-phone.desktop-phone-available input::-moz-placeholder
{
  color: #29A9FF;
}

.desktop-phone.desktop-phone-available input:-ms-input-placeholder
{
  color: #29A9FF;
}

.desktop-phone input::-webkit-input-placeholder
{
  color: #8AD200;
}

.desktop-phone input:-moz-placeholder
{
  color: #8AD200;
}

.desktop-phone input::-moz-placeholder
{
  color: #8AD200;
}

.desktop-phone input:-ms-input-placeholder
{
  color: #8AD200;
}

/************************************************/

.inner-addon {
    position: relative;
}

div.babbleblue span.inner-icons {
  color: #29A9FF;
}

div.babbleblue input.form-control {
  border-color: #29A9FF;
}

/* style icon */
.inner-addon .inner-icons {
  position: absolute;
  padding: 10px;
  /* pointer-events: none; */
  color: #8AD200;

  cursor: pointer;
}

/* align icon */
.left-addon .inner-icons  { left:  0px; }
.right-addon .inner-icons { right: 15px; }

.inner-icons > i { padding: 2px; z-index: 5; }

/* add padding  */
.left-addon input  { padding-left:  30px; z-index: 1; }
.right-addon input { padding-right: 30px; z-index: 1; }

.inner-addon input {

  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid #8AD200;
  border-radius: 0px;
  color: #8AD200;
}

div.babbleblue input {
  color: #29A9FF;
}

div.babbleblue input.form-control:focus {
  color: #29A9FF;
  border-bottom: 2px solid #29A9FF;
}

div.inner-addon .form-control:focus {
  box-shadow: none;
  border: 0px;
  border-bottom: 2px solid #8AD200;
  border-radius: 0px;
}

div.inner-addon input::-webkit-input-placeholder
{
  color: #8AD200;
}

div.babbleblue input::-webkit-input-placeholder
{
  color: #29A9FF;
}

div.inner-addon input:-moz-placeholder
{
  color: #8AD200;
}

div.babbleblue input:-moz-placeholder
{
  color: #29A9FF;
}

div.inner-addon input::-moz-placeholder
{
  color: #8AD200;
}

div.babbleblue input::-moz-placeholder
{
  color: #29A9FF;
}

div.inner-addon input:-ms-input-placeholder
{
  color: #8AD200;
}

div.babbleblue input:-ms-input-placeholder
{
  color: #29A9FF;
}
/************************************************/

/************** xnote play thing *****************/
div.desktop-form-group
{
  display: block;
  width: 100%;

  border-bottom: 1px solid #8AD200;
}

i.desktop-note
{
  float: right;
  display: inline-block;
  line-height:40px;
  padding-right: 5px;
}

input.desktop-note
{
  padding: 0px;
  border: 1px;
  border-color: #8AD200;
  padding: 2px;
  padding-left: 10px;
  width: 95%;
  color: #8AD200;
  box-shadow: none;
}

input.desktop-note:focus
{
  padding: 0px;
  border: 0px;
  width: 75%;

  padding: 2px;
  padding-left: 10px;

  color: #8AD200;
  box-shadow: none;
}

input.desktop-note::-webkit-input-placeholder
{
  color: #8AD200;
}

input.desktop-note:-moz-placeholder
{
  color: #8AD200;
}

input.desktop-note::-moz-placeholder
{
  color: #8AD200;
}

input.desktop-note:-ms-input-placeholder
{
  color: #8AD200;
}

.fa
{
  display: inline-block;
}

/*************************************************/




.desktop-park-slot::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;
  z-index: -1;
}

.desktop-park-slot
{
  box-shadow: none;
}

.desktop-parking-lot
{
  box-shadow: none;
  color: #8AD200;
  margin-bottom: 1px;
}

.desktop-parking-lot::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;
  z-index: -1;
}

.desktop-call-queue-member
{
  box-shadow: none;
  color: #ff5900;
}

.desktop-call-queue-member::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;

  border: 1px solid #ff5900;
  z-index: -1;
}

.desktop-call-queue
{
  box-shadow: none;
  color: #ff5900; /* another possible is ff29b4 */
}

.desktop-call-queue::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 4px;
  z-index: -1;
}


.desktop-my-phone
{
  background-color: transparent;
  margin: 0px;

  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  box-shadow: none;
}

.desktop-my-phone::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;
  border: 1px solid #29A9FF;
  z-index: -1;
}

.desktop-phone-call
{
  background-color: white;
  margin: 0px;
  padding: 5px;

  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  box-shadow: none;

  color: #8AD200;
}
/*
.desktop-my-phone-call::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;

  border: 1px solid #29A9FF;
}
*/

.desktop-watch-phone
{
  background-color: transparent;
  margin: 0px;

  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  box-shadow: none;
}

.desktop-watch-phone::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;

  border-radius: 4px;
  z-index: -1;
}

.desktop-phonecall-busy
{
  background-color: transparent;
  color: #ff5900;
}
.desktop-phonecall-busy::after
{
  border: 1px solid #ff5900;
}

.desktop-phonecall-hold
{
  background-color: transparent;
  color: #ff5900;
}
.desktop-phonecall-hold::after
{
  border: 1px solid #ff5900;
}

.desktop-phone-available
{
  background-color: transparent;
  color: #29A9FF;
}
.desktop-phone-available::after
{
  border: 1px solid #29A9FF;
}

.desktop-phone-unavailable
{
  color: #CCCCCC;
}

.desktop-phone-unavailable
{
  /* Hide the caller id etc */
  background-color: transparent;
}

.desktop-phone-unavailable::after
{
  border: 1px solid #CCCCCC;
  z-index: -1;
}

.desktop-phone-onthephone
{
  color: #8AD200;
  background-color: transparent;
}

.desktop-phone-onthephone::after
{
  border: 1px solid #8AD200;
  z-index: -1;
}

@-webkit-keyframes shake {
	0%, 40%, 50%, 90% {-webkit-transform: translateX(0);}
  10%, 30%, 70% {-webkit-transform: translateX(-2px);}
	20%, 60%, 80% {-webkit-transform: translateX(2px);}
}

@-moz-keyframes shake {
	0%, 80% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70% {-moz-transform: translateX(-2px);}
	20%, 40%, 60%{-moz-transform: translateX(2px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-2px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(2px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-2px);}
	20%, 40%, 60%, 80% {transform: translateX(2px);}
}

@-webkit-keyframes color-change {
    0% { border-color: #8AD200; }
    50% { border-color: #ff5900; }
    100% { border-color: #8AD200; }
}
@-moz-keyframes color-change {
    0% { border-color: #8AD200; }
    50% { border-color: #ff5900; }
    100% { border-color: #8AD200; }
}
@-ms-keyframes color-change {
    0% { border-color: #8AD200; }
    50% { border-color: #ff5900; }
    100% { border-color: #8AD200; }
}
@-o-keyframes color-change {
    0% { border-color: #8AD200; }
    50% { border-color: #ff5900; }
    100% { border-color: #8AD200; }
}
@keyframes color-change {
    0% { border-color: #8AD200; }
    50% { border-color: #ff5900; }
    100% { border-color: #8AD200; }
}

.desktop-phone-ringing
{
  background-color: transparent;
  color: #8AD200;
}

.desktop-phone-ringing::after
{
  border: 1px solid #8AD200;
/*
  -webkit-animation: color-change 1s infinite;
  -moz-animation: color-change 1s infinite;
  -o-animation: color-change 1s infinite;
  -ms-animation: color-change 1s infinite;
  animation: color-change 1s infinite;
*/
  border-style: dashed;
  z-index: -1;
}

/*
  Space for styling/colouring of icons
*/
.desktop-recording-icon-recording
{
  /*
  animation-duration: 1200ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation:blink 1200ms infinite; Safari and Chrome */
}

@keyframes blink {
    from {
        color: #8AD200;
    }
    to {
        color: #ff5900;
    }
}
@-webkit-keyframes blink {
    from {
        color: #8AD200;
    }
    to {
        color: #ff5900;
    }
}

/*
  Domains Section Styles
*/

#domain-table > .panel > .panel-heading:not(:first-child) {
  border-top: 1px solid #ddd;
}

#domain-table > .panel > .panel-heading > .panel-title {
  font-size: 1.5rem;
  color: var(--babble-violet);
}

.domain-card {
  color: #333;
  background-color: #fff;
  margin: 2rem;
}

.domain-card h3 {
  margin: 20px 0;
}

.domain-card ul {
  padding-inline-start: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.domain-card .row {
  margin-bottom: 10px;
}

.tariff-table {
  font-family: 'Open sans', sans-serif;
}

.tariff-table > table > tbody > tr > td,
.tariff-table > table > thead > tr > th {
  padding: 5px 0 5px 5px;
  vertical-align: middle;
}

.tariff-table > table > tbody > tr > td,
.tariff-table > table > tbody > tr > td:hover {
  border-bottom: 1px solid #EAE8F0;
  background-color: #fff;
}

.tariff-table > table > thead > tr > th,
.tariff-table > table > thead > tr > th:hover {
  background-color: #fff;
  color: var(--babble-violet);
}

.tariff-table > table > thead > tr > th {
  border-bottom: 1px solid #979797;
}

.tariff-table > table > tbody > tr.even > td,
.tariff-table > table > tbody > tr.even > td:hover {
  background-color: #f9f8fb;
}

.tariff-table > table > tbody > tr > td.change-tariff {
  text-align: center;
}

.domain_fixed_price > div > button {
  margin-top: 10px;
}

.help-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.help-icon {
  color: var(--babble-blue);
  font-size: 1.5rem;
  cursor: pointer;
}