﻿/*.ko-error
{
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #ff7500;
  color: white;
  margin-top: 5px;
  animation: blinker 2s linear infinite;
}*/

.tabError
{
  background-color: white;
  border: 1px solid grey;
  margin-left: 5px;
  animation: blinker 2s linear infinite;
}

.timePicker
{
  display: inline;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@keyframes colorTransition
{
  from
  {
    background-color: red;
  }

  to
  {
    background-color: yellow;
  }

  50%
  {
    opacity: 0;
  }
}

@keyframes blinker
{
  50%
  {
    opacity: 0;
  }
}

.btn-primary
{
  background-color: #1a3f4e;
  border-color: #1a3f4e;
}

.bg-primary
{
  background-color: #1a3f4e !important;
  border-color: #1a3f4e !important;
}

/* BOOTSTRAP DASHBOARD */

body
{
/*  font-size: .875rem;
  background-image: url(/images/seamless.jpg);*/
}

.card
{
  /*border: 1px solid #9f9f9f;*/
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.breadcrumb
{
  border: 1px solid #cccccc;
}

.feather
{
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.gateway-app-link-container
{
  position: absolute;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}
/*
 * Sidebar
 */

.sidebar-sticky
{
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  /*overflow-x: hidden;
  overflow-y: auto;*/ /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky))
{
  .sidebar-sticky
  {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link
{
  color: #333;
  font-weight: 775;
  color: #333;
  border-bottom: 1px solid #cccccc;
}

  .sidebar .nav-link .feather
  {
    margin-right: 4px;
    color: #999;
  }

  .sidebar .nav-link.active
  {
    color: #007bff;
  }

    .sidebar .nav-link:hover .feather,
    .sidebar .nav-link.active .feather
    {
      color: inherit;
    }

.sidebar-heading
{
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand
{
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler
{
  top: .25rem;
  right: 1rem;
}

.navbar .form-control
{
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark
{
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

  .form-control-dark:focus
  {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }


/* END OF BOOTSTRAP DASHBOARD */

.gradient-background
{
  background: linear-gradient(120deg, #fff, #ffffff, #1a3f4e);
}

.bg-grey
{
  background-color: #efefef !important;
}

/*
 * Off Canvas sidebar at medium breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 992px)
{

  .row-offcanvas
  {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left
  .sidebar-offcanvas
  {
    left: -33%;
    padding-top: 0px;
  }

  .row-offcanvas-left.active
  {
    left: 33%;
    margin-left: -6px;
  }

  .sidebar-offcanvas
  {
    position: absolute;
    top: 0;
    /*width: 33%;*/
    height: 100%;
    overflow: auto;
  }
}

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 34em)
{
  .row-offcanvas-left
  .sidebar-offcanvas
  {
    left: -65%;
    padding-top: 0px;
  }

  .row-offcanvas-left.active
  {
    left: 65%;
    margin-left: -6px;
  }

  /*  .sidebar-offcanvas {
    width: 65%;
  }*/

  .row-offcanvas-left.active
  {
    top: 0px;
  }
}

/*
 * Autocomplete dropdown
 * --------------------------------------------------
 */
.dropdown-item
{
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  cursor: pointer;
}

.highcharts-title
{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  text-decoration: underline;
}

.popup-overlay
{
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 8;
}


  /*
 * Popover
 * --------------------------------------------------
 */
  .popup-overlay:before
  {
    content: '';
    background-image: linear-gradient(to right, rgba(171, 163, 181, 0.4), rgba(171, 163, 181, 0.4));
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 30;
    position: fixed;
  }



.popover[class*="tour-"].orphan
{
  left: 50% !important;
  top: 50% !important;
  margin-top: 0;
  position: absolute;
  transform: translate(-50%, -50%) !important;
}



.tour-GettingStarted-0
{
  max-width: 600px !important;
  padding: 45px !important;
  background: #d5e2ff !important;
}



  .tour-GettingStarted-0 .popover-body
  {
    background: #d5e2ff;
  }



.tour-logo-holder
{
  position: absolute;
  margin-top: 8px;
}



  .tour-logo-holder span
  {
    font-size: 20px;
    color: #4a674a;
    line-height: 20px;
  }



.popover .popover-header, .popover .popover-body
{
  background: #f3f4fa;
}

.popover-title
{
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #1a3f4e;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color: white;
}


.tour-GettingStarted
{
  max-width: 600px !important;
  padding: 25px !important;
  background: #f3f4fa !important;
}



.popover .popover-header
{
  font-size: 0.9375rem;
  border-bottom: 0;
  color: #000000;
  font-weight: bold;
}



.tour-GettingStarted .btn-secondary
{
  color: #fff;
  background: #868686;
  border: #868686;
}



  .tour-GettingStarted .btn-secondary.disabled, .btn-secondary:disabled
  {
    background-color: #cecece;
    border: #cecece;
  }



  .tour-GettingStarted .btn-secondary[data-role*="end"]
  {
    /* Attribute value contains this value somewhere in it */
    background-color: #000000 !important;
    border: #000000 !important;
  }



.tour-GettingStarted-9
{
  padding: 50px !important;
}



.tour-GettingStarted-0
{
  will-change: auto !important;
}

/*
 * END Popover
 * --------------------------------------------------
 */

/*
 * START AdminPanel
 * --------------------------------------------------
 */
#AdminPanel
{
  position: fixed;
  bottom: 0px;
  height: 25px;
  width: 100%;
  z-index: 10000;
  text-align: center;
  background-color: black;
}

  #AdminPanel a
  {
    color: #ffffff;
  }
/*
 * END AdminPanel
 * --------------------------------------------------
 */

/*
 * START progressbar
 * --------------------------------------------------
 */
.progressbar
{
  counter-reset: step;
  padding: 0px;
  width: 100%;
  z-index: 0;
}

  .progressbar li
  {
    list-style-type: none;
    width: 12%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
  }

    .progressbar li:before
    {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 30px;
      height: 30px;
      content: "\f059";
      line-height: 27px;
      border: 2px solid #dedede;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
    }

    .progressbar li.lead:before
    {
      content: "\f007";
    }

    .progressbar li.quote:before
    {
      content: "\f53a";
    }

    .progressbar li.sale:before
    {
      content: "\f154";
    }

    .progressbar li.rep:before
    {
      content: "\f0c0";
    }

    .progressbar li.demo:before
    {
      content: "\f085";
    }

    .progressbar li.visit:before
    {
      content: "\f276";
    }

    .progressbar li.delivered:before
    {
      content: "\f674";
    }

    .progressbar li:after
    {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #dedede;
      top: 15px;
      left: -50%;
      z-index: -1;
    }

    .progressbar li:first-child:after
    {
      content: none;
    }

    .progressbar li.active
    {
      color: #435ba8;
      font-size: 20px;
    }

      .progressbar li.active:before
      {
        border-color: #435ba8;
        width: 40px;
        height: 40px;
        line-height: 36px;
      }

      .progressbar li.active + li:after
      {
        background-color: #435ba8;
      }
/*
 * END progressbar
 * --------------------------------------------------
 */

#questions-container
{
  margin: 10px;
}

.range-wrap
{
  position: relative;
  margin: 0 auto 3rem;
}

.range
{
  width: 100%;
}

.bubble
{
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
}

  .bubble::after
  {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: inherit;
    bottom: -1px;
    left: 50%;
  }

/*

  GENERAL CSS

*/
label.badge,
span.badge
{
  font-size: 11px;
  padding: 3px 10px 4px 10px;
}

.pagination.pagination
{
  margin-bottom: 0px;
}

.table > tbody > tr > td
{
  vertical-align: middle;
}


@media screen and (max-width:991px)
{
  .sidebar-offcanvas
  {
    position: fixed;
    max-height: calc(100vh - 88px);
    /*top: 63px;*/
    bottom: 0;
    overflow: auto;
    right: -255px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
  }

    .sidebar-offcanvas.active
    {
      right: 0
    }
}

.navbar.default-layout .navbar-menu-wrapper .navbar-toggler
{
  border: 0;
  color: inherit
}

.navbar-toggler:not(:disabled):not(.disabled)
{
  cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini
{
  display: none
}

button.navbar-toggler.navbar-toggler.align-self-center.toggle-button-lg
{
  top: 13px;
  left: 260px;
  transition: top .25s ease,background .25s ease;
  -webkit-transition: top .25s ease,left .25s ease;
  -moz-transition: top .25s ease,left .25s ease;
  -ms-transition: top .25s ease,left .25s ease;
}

.sidebar .nav-item:hover .nav-link,
.sidebar .nav-item:hover .nav-link i
{
  color: #000000 !important;
  background-color: #fffdf9 !important;
}

.sidebar .nav-item:hover .nav-link
{
  border-right: 1px solid #cccccc;
}

@media (min-width:992px)
{
  .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title, .sidebar-icon-only .sidebar .nav .menu-title, .sidebar-icon-only .nav-hide-collapsed
  {
    display: none
  }

  .sidebar-icon-only .sidebar .nav-item
  {
    width: 70px;
    transition: width 0.2s;
    position: relative;
  }

  .sidebar .nav-item
  {
    width: 255px;
    transition: width 0.2s;
    position: relative;
  }

  .sidebar-icon-only .sidebar .nav-item .nav-link
  {
    width: 70px;
    /*position: absolute;*/
    background: #fff;
    transition: width 0.2s;
    text-align: left !important;
    display: flex !important;
  }

  .sidebar-icon-only .sidebar .nav-item:hover .nav-link
  {
    width: 225px;
    /*position: absolute;*/
    display: flex !important;
    background: #fff;
    transition: width 0.2s;
    border-radius: 0 3px 3px 0;
  }

  .sidebar-icon-only .sidebar .nav-item .menu-title
  {
    transition: width 0.2s;
    width: 0;
    display: block !important;
    overflow: hidden;
  }

  .sidebar-icon-only .sidebar .nav-item:hover .menu-title
  {
    display: block !important;
    transition: width 0.2s;
    width: 200px;
  }
}

.sidebar
{
  min-height: calc(100vh - 63px);
  background: #fff;
  padding: 0;
  /*width: 255px;*/
  z-index: 11;
  transition: all .25s ease-in-out,background .25s ease;
  -webkit-transition: all .25s ease-in-out,background .25s ease;
  -moz-transition: all .25s ease-in-out,background .25s ease;
  -ms-transition: all .25s ease-in-out,background .25s ease;
}

.nav-link, .navbar-toggler
{
  padding: 10px 25px
}
/*@media (min-width:992px) {
  .sidebar-icon-only .main-panel {
    width: calc(100% - 70px)
  }
}*/
.main-panel
{
  -webkit-transition: width .25s ease,margin .25s ease;
  transition: width .25s ease,margin .25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.navbar
{
  height: 63px;
  position: fixed;
  width: 100%;
}

.navbar-brand
{
  margin-right: 0
}

.container-fluid
{
  padding-left: 0;
  padding-right: 0
}

.container-scroller
{
  overflow: hidden
}

.navbar.default-layout .navbar-brand-wrapper
{
  transition: width .25s ease,background .25s ease;
  -webkit-transition: width .25s ease,background .25s ease;
  -moz-transition: width .25s ease,background .25s ease;
  -ms-transition: width .25s ease,background .25s ease;
  width: 255px;
  height: 63px
}

@media (min-width:992px)
{
  .sidebar-icon-only .navbar .navbar-brand-wrapper
  {
    width: 70px
  }

  .sidebar-icon-only .navbar .navbar-menu-wrapper
  {
    width: calc(100% - 70px)
  }
}

.navbar.default-layout .navbar-menu-wrapper
{
  transition: width .25s ease;
  -webkit-transition: width .25s ease;
  -moz-transition: width .25s ease;
  -ms-transition: width .25s ease;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 255px);
  height: 63px
}

  .navbar.default-layout .navbar-menu-wrapper .navbar-toggler
  {
    border: 0;
    color: inherit
  }

.navbar-toggler:not(:disabled):not(.disabled)
{
  cursor: pointer
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini
{
  display: none
}

  .navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img
  {
    width: 47px;
    max-width: 100%;
    margin: auto
  }

.align-self-center
{
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.navbar-toggler
{
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar.default-layout .navbar-menu-wrapper .navbar-nav
{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-nav
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

@media (min-width:992px)
{
  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo
  {
    display: none
  }

  .sidebar-icon-only button.navbar-toggler.navbar-toggler.align-self-center.toggle-button-lg
  {
    top: 13px;
    left: 70px;
  }

  .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .sidebar-icon-only .navbar .navbar-menu-wrapper
  {
    width: calc(100% - 70px)
  }

  .navbar.default-layout .navbar-menu-wrapper .navbar-nav.navbar-nav-right
  {
    margin-left: auto
  }

  .sidebar-icon-only .sidebar .nav .nav-item .nav-link
  {
    display: block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px
  }
}

.page-body-wrapper
{
  min-height: calc(100vh - 63px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
}

.navbar.default-layout
{
  transition: background .25s ease;
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  -ms-transition: background .25s ease
}

.sidebar .nav .nav-item .nav-link .menu-icon
{
  /*  margin-right: 1.25rem;*/
  width: 16px;
  line-height: 1;
  font-size: 18px;
  color: #979797
}

.sidebar .nav .nav-item .nav-link .menu-title
{
  margin-left: 1.25rem;
}

.sidebar .nav .nav-item .nav-link
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 35px;
  white-space: nowrap;
  height: 52px;
  color: #4a4a4a
}

/*

  TEAM TIME PLANNER

*/

.team-planner-date
{
  display: flex;
  flex-direction: column;
}

  .team-planner-date .day
  {
    font-size: 15px;
    color: gray;
    height: 12px;
  }

  .team-planner-date .date
  {
    font-size: 30px;
    height: 38px;
  }

.table-bordered.team-planner-table
{
  border: 1px solid #dee2e6 !important;
}

.table-bordered th, .table-bordered td
{
  border: 1px solid #dee2e654;
  border-bottom: 2px solid #dee2e6;
}

.table thead th
{
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
}

.team-planner-table td:hover
{
  background-color: rgba(0,0,0,.05);
}

.team-planner-table .card
{
  box-shadow: none !important;
}

.team-planner-table .card-body
{
  height: 264px;
  overflow: auto;
}

/*

  TEAM TIME PLANNER END

*/

/*

  Twitter TypeHead CSS

*/
.typeahead,
.tt-query,
.tt-hint
{
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  /*font-size: 24px;*/
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead
{
  background-color: #fff;
}

  .typeahead:focus
  {
    border: 2px solid #0097cf;
  }

.tt-query
{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint
{
  color: #999
}

.tt-menu
{
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion
{
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

  .tt-suggestion:hover
  {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
  }

  .tt-suggestion.tt-cursor
  {
    color: #fff;
    background-color: #0097cf;
  }

  .tt-suggestion p
  {
    margin: 0;
  }

.tt-no-matches
{
  padding-left: 10px;
}

.twitter-typeahead
{
  width: 100%;
}
/*

  Twitter TypeHead CSS END

*/

.btn-select
{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.client-message-image
{
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-position: 50% 50%;
}

.nav-link.active i, .nav-link.active
{
  color: black !important;
}

.unassign-calls
{
  position: absolute;
  left: 4px;
}


.btn-reseller {
  box-shadow: none;
  margin-right: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  color: black;
  border: 2px #0d77db solid;
  font-weight: 500;
}

  .btn-reseller:not(:disabled):not(.disabled):active, .btn-reseller:not(:disabled):not(.disabled).active, .show > .btn-reseller.dropdown-toggle {
    color: #fff;
    background-color: #0d77db;
    border-color: #5893d3;
  }

.btn-reseller:active, .btn-reseller.active, .open > .dropdown-toggle.btn-reseller {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

  .btn-reseller:focus, .btn-reseller:active:focus, .btn-reseller.active:focus, .btn-reseller.focus, .btn-reseller:active.focus, .btn-reseller.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

.font-size-lg {
  font-size: 5rem;
}