@charset "utf-8";

audio {
    width: 300px;
    height: 30px;
}


/* OLD STUFF BELOW */

/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  font-family: 'Work Sans', sans-serif;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Play', sans-serif;
}
h2 > small {
  color: #999999;
  font-size: medium;
}
.breadcrumb {
  background-color: #FFFFFF;
  margin-top: 0;
  padding: 10px 0 0 0;
}
.breadcrumb > li {
  padding-right: 10px;
  font-size: 12px;
}
.page-header {
  padding: 10px 10px 5px ;
  border-bottom: #cccccc 1px solid ;
  margin-bottom: 30px;
  border-left: 10px solid transparent;
}

button:hover,
button:active,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}
a, .btn-link {
  color: #3399cc;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
  color: #277faa;
  text-decoration: none;
}
.tg-blue {
  color: #3399cc;
}
.tg-red {
  color: #cc0000;
}
.tg-yellow {
  color: #cc9900;
}
.tg-green {
  color: #669900;
}
.handover {
  cursor: pointer;
}

/* Changes the Blue Glow on focus for form inputs */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #3399cc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #277faa;
  outline: 0 none;
}

/* Changes the top navigation dropdown menu */
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  font-size: 16px;
  font-family: 'Play', sans-serif;
}
.mh .dropdown-menu {
  max-height: 200px;
  overflow-scrolling: auto;
  overflow: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
.dropdown-menu > a.selected {
  display: block;
  padding: 5px ;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #39c;
}
.dd-button {
  display: inline-block;
  background-color: #ffffff;
  border-color: #ccc;
  color: #222;
  text-align: left;
  transition: all 0.3s ease 0s;
}
.dropdown-toggle::after {
  float: right;
  display: inline;
  box-sizing: border-box;
  margin-top: 10px;
}
.dd-item:hover,
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #39c;
  border-color: #39c;
}
/* Show pointer in dropdown */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #39c;
  border-color: #39c;
}
.page-link {
  color: #39c;
}
/* Show pointer in dropdown */
.dd-item {
  color: #222222;
  cursor: pointer;
  display: block;
  padding: 5px;
}
.dropdown-header {
  display: block;
  padding: 25px 20px 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #eeeeee;
  white-space: nowrap;
}
/*.dropdown-toggle:hover, .dropdown-toggle:active {*/
/*  background-color: #3399cc;*/
/*}*/
.dropdown-item.active, .dropdown-item:active, .dd-button:hover, .dd-button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #39c;
}

/*Call Flow Styles*/
.toolBar > .dragInfo {
  text-align: center;
  padding: 5px 0 5px 0;
  transition: all 0.4s ease 0s;
  color: #cccccc;
  font-size: 9px;
}
.toolBar > .callFlowAction {
  margin-bottom: 10px;
}

.toolBar > .callFlowAction:hover {
  cursor: grab;
  background-color: #3399cc;
  color: #FFFFFF;

}
.toolBar > .callFlowAction:active {
  cursor: grabbing;
}
.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page-header Button{
  color: #666666;
}
.btn-link {
  padding: 0px;
  /*color: #f5f5f5;*/
}
.btn-link:hover {
  color: #3399cc;
}
.cfMenuItem {
  margin-top: 10px;
}
.cfMenuItem > div.card-body {
  padding-top: 5px;
}
.card {
  margin: 0 0 10px 0;
  border: 0;
  /*border-radius: 10px;*/
}
.card:hover {
  border: #3399cc;
}
.card:hover > .card-header {
  background-color: #3399cc;
  color: #FFFFFF;
  border-color: #3399cc;
}
.card:hover > .card-header Button {
  color: #f5f5f5;
}
.card:hover > .card-body {
  border-color: #3399cc;
}
.card-body {
  border-right: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-radius:  0 0 10px 10px;
  border-bottom: 2px solid #cccccc;
  color: #666666;
}
.card-header Button {
  color: #666666;
}
.card-header {
  border: 2px solid #cccccc;
  /*border-radius: 10px 10px 0 0;*/
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  color: #666666;
  /*border-bottom: 2px solid rgba(0, 0, 0, 0.125);*/
}
.card-header a:link {
  color: #f5f5f5;
}
.card-header a:hover {
   color: #ffffff;
 }
.card-header:first-child {
  border-radius: 10px 10px 0 0;
}
.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.card-header:last-child {
  border-radius: 0 0 10px 10px;
}
/*.card-header:hover {*/
/*  !*border-radius: 10px 10px 0 0;*!*/
/*  background-color: #3399cc;*/
/*  color: #FFFFFF;*/

/*}*/
.callFlowAction:hover {
  background-color: #3399cc;
  border: #3399cc 2px solid;
  color: #ffffff;
}

.callFlowAction {
  background-color: #FFFFFF;
  border: #cccccc 2px solid;
  border-radius: 10px;
  padding: 15px;
  color: #666666;
}
.callFlowActionCreating {
   background-color: #FFFFFF;
   border: #39c 2px dotted;
   border-radius: 10px;
   padding: 15px;
   color: #666666;
   animation: blinker 1s linear infinite;

}
.blinker {
  animation: blinker 0.8s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.callFlowAction:hover {
  border-color: #3399cc;
  transition: all 0.3s ease 0s;
  cursor: grab;
}
.callFlowAction:active {
  cursor: grabbing;
}
.dropZoneGuide {
  color: #666666;
  padding: 80px 0 80px 0;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  display: block;
}
.dropZoneGuide-over {
  color: #3399cc;
  padding: 80px 0 80px 0;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  display: block;
  border: #cccccc 2px dotted;
  border-radius: 10px;
}
.dropZoneGuide h4 {
  margin-top: 15px;
}
.dropZoneGuide p {
   margin-top: 5px;
 }
/*.dropZoneGuide:hover {*/
/*  border-radius: 10px;*/
/*  border: #cccccc 2px dotted;*/
/*}*/

.dzBox {
  padding: 15px 0 15px 0;
  border: #cccccc 2px dotted;
  border-radius: 10px;
  background-color: #f4f4f4;
  margin: 10px 0 10px 0;
}
.dropZone {
  /*padding: 15px 0 15px 0;*/
  /*background-color: #FFFFFF;*/
  /*border: #cccccc 2px dotted;*/
  transition: all 0.4s ease 0s;
  color: #3399cc;
  font-weight: bold;
  font-size: 9px;
  display: block;
  /*margin: 10px 0 10px 0;*/
}
.clearZone {
  font-size: 0px;
  color: #FFFFFF;
  transition: all 0.4s ease 0s;
  padding: 0px;
  transition: padding 2s;
  margin: 0;
}
.dropZone-over {
  /*margin: 15px 0 15px 0;*/
  /*background-color: #f3f3f3;*/
  /*border: #cccccc 2px dotted;*/
  /*padding: 15px;*/
  /*border-radius: 10px;*/
  color: #3399cc;
  font-size: 12px;
  animation: blinker 1s linear infinite;
  display: block;
  /*margin: 10px 0 10px 0;*/
  transition: all 0.4s ease 0s;
}
.dropZoneReize {
  transition: all 0.4s ease 0s;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px;
}
.disabledDropZone {
  padding: 0 0 5px 0;
  /*border: #ffffff 2px dotted;*/
  transition: all 0.4s ease 0s;
  color: #cccccc;
  font-size: 9px;
}

/*IVR bumber badges*/
.badge {
  font-size: 12px;
  line-height: 1;
  padding: .375rem .5625rem;
  font-weight: bold
}
.badge-outline-default {
  color: #39c;
  border: 2px solid #666666;
  background-color: #FFFFFF;
}

.badge.badge-pill {
  border-radius: 10rem
}


/*#pstats {*/
/*}*/
/*.phonestats {*/
/*  z-index: 3;*/
/*  position: fixed ;*/
/*  bottom: -100px;*/
/*  width: 100%;*/
/*  height: 60px;*/
/*  padding-top: 10px;*/
/*  margin-top: 20px;*/
/*  background-color: #222;*/
/*  color: #fff;*/
/*  opacity: 0;*/
/*  transition: all 0.8s ease 0s ;*/
/*}*/

/*.showphonestats {*/
/*  bottom: 0;*/
/*  opacity: 1;*/
/*}*/

/*.phonestats:hover, .phonestats:target {*/
/*  bottom: 0;*/
/*  opacity: 1;*/
/*}*/

/*#AlertMessage {*/
/*  color: #cc0000;*/
/*}*/

/* Navbar Custom Style */
.navbar-default {
  background-color: #fff;
  border-color: #000000;
  height: 80px;
  border-bottom: #666 1px solid;
}
.navbar-default .navbar-brand {
  color: #FFFFFF;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #eeeeee;
}
.navbar-default .navbar-nav > li > a {
  color: #eeeeee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #333333;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #eeeeee;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #666666;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #666666;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #666666;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #666666;
}
.navbar-default .navbar-toggle {
  border-color: #333333;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #666666;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #eeeeee;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-link {
  color: #eeeeee;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #666666;
  }
}

.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  outline: none !important;
  box-shadow: none;
}

/* Button group selectors*/
.selector .btn,
.selector .btn.focus {
  border: 0;
}
.selector .btn-default {
  text-align: left;
  background-color: #fff;
  border-color: #666;
  color: #222;
  transition: all 0.3s ease 0s;
}

.selector .btn-default:hover,
.selector .btn-default:focus,
.selector .btn-default:active,
.selector .btn-default.active {
  background-color: #3399cc;
  border-color: #3399cc;
  color: #fff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.selector .btn-default.disabled:hover,
.selector .btn-default.disabled:focus,
.selector .btn-default.disabled:active,
.selector .btn-default.disabled.active,
.selector .btn-default[disabled]:hover,
.selector .btn-default[disabled]:focus,
.selector .btn-default[disabled]:active,
.selector .btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #3399cc;
  border-color: #3399cc;
  color: #fff;
}


/* Button Default*/
.btn-primary {
  color: #fff;
  background-color: #3399cc;
  border-color: #3399cc;
  transition: all 0.3s ease 0s;
}

.btn-default {
  background-color: #3399cc;
  border-color: #3399cc;
  color: #fff;
  transition: all 0.3s ease 0s;
}



.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #277faa;
  border-color: #277faa;
  color: #fff;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
}

/* Button danger*/
.btn-danger {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #990000;
  border-color: #990000;
  color: #fff;

}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #fff;
}
/* Button success*/
.btn-success {
  background-color: #999900;
  border-color: #999900;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active,
.btn-success:active {
  background-color: #666600;
  border-color: #666600;
  color: #fff;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #999900;
  border-color: #999900;
  color: #fff;
}
/* Switch style*/
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #3399cc;
}

/*!* Dropdown Menu Transition *!*/

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);

}

.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  padding-top: 0;
  padding-bottom: 0;

  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

/*!* Panel Scale Transition *!*/
.breadcrumb > li {
  padding-right: 10px;
  font-size: 12px;
}

.mainpanel > .panel {
  color: #666;
  padding: 20px;
  margin: 20px 0 0 0;
  background-color: #fff;
  border-radius: 10px;
  border: 2px #cccccc solid;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
  -webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
}
.mainpanel > .panel h2 {
  padding-top: 10px;
  font-size: 1.5em;
}
.mainpanel > .panel p {
  font-size: 0.8em;
}

.mainpanel > .panel:hover, .mainpanel > .panel a:hover {
  background-color: #3399cc;
  color: #ffffff;
  border-color: #3399cc;
  transform: scale(1.06);
}

.input-group-addon {
  background-color: #3399cc;
  color: #fff;
}

/* Toast Styling */
.alert-success {
  background-color: #3399cc;
  color: #fff;
}
.alert-warning {
   background-color: #cc0000;
   color: #fff;
 }
.ember-notify-default.ember-notify-cn {
  position: fixed;
  z-index: 5000;
  bottom: 85px;
  right: 0;
}
/* Switch Styled Selector */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3399cc ;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3399cc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Show Help Field */
#show-help {
  color: #3399cc;
  opacity:0;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
}
.help-1:hover + #show-help {
  opacity:1;
}

.dropdown-menu{
  /*display: block;*/
  overflow: visible;
  text-overflow:ellipsis ;
}

.isPayment {
  background-color: #eff5e5;
  color: #669900;
}
