/*
vars
*/
/*
mixins
*/
/*

bootstrap select fix

*/
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  max-width: 240px; }
  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .btn {
    border-color: #e8e8e8;
    margin: 0;
    color: #888888; }

.bootstrap-select > .btn {
  padding-right: 35px; }

.bootstrap-select.btn-group .btn .caret {
  border: none;
  width: 17px;
  height: 17px;
  background: url("../img/sprites.png") -24px 0;
  margin-top: -8px;
  right: 7px; }

table td span.actions-select {
  width: 100px !important;
  margin-top: -5px;
  margin-bottom: 0 !important; }
  table td span.actions-select a {
    margin-left: 0; }

/*

datepicker ix

*/
form.form .input-daterange {
  width: 100%;
  font-size: 11px; }
  form.form .input-daterange label {
    display: inline-block;
    text-transform: uppercase;
    color: #333333; }
  form.form .input-daterange .form-group {
    margin-left: 20px; }
  form.form .input-daterange input.form-control {
    display: inline-block;
    width: 115px;
    color: #888888;
    font-size: 11px;
    text-align: left; }
  form.form .input-daterange input.cal {
    background: white url("../img/cal.png") no-repeat 93px center; }
  form.form .input-daterange .bootstrap-select {
    width: 140px !important; }

/*

toooltip
*/
.tooltip .tooltip-inner {
  background-color: #f7f7f7;
  color: #888888;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 7px 15px; }
.tooltip .tooltip-arrow {
  border-top-color: #ddd !important; }

/*

sticky footer

*/
html,
body {
  height: 100%; }

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -80px;
  padding: 0 0 80px; }

#footer {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    #footer {
      height: 70px; } }
  #footer .navbar-brand {
    padding: 0;
    height: inherit; }

/* sticky footer end */
/*
styles
*/
.default-font, body, .box h3, .btn, .btn:focus, div.jqi .jqititle, div.jqi .jqimessage {
  font: 12px/18px Tahoma, arial, sans-serif; }

body {
  background: #eeeeee url("../img/bg.jpg");
  color: #595959; }

#account-info {
  margin-top: 30px; }
  #account-info .navbar-text {
    color: #fff; }
  #account-info .btn {
    padding: 6px 20px;
    margin-left: 10px; }
    #account-info .btn:first-of-type {
      margin-left: 30px; }

#header .heading-navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #000;
  margin-bottom: 0;
  border: none;
  height: 120px; }

#header #subheader {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #44ca10;
  border: none;
  margin: 0;
  padding: 15px 0 16px; }
  #header #subheader ul.nav li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px; }
  #header #subheader ul.nav li > a:hover {
    background-color: #34ba00; }
  #header #subheader ul.nav li.active a {
    background-color: #fff;
    color: #000;
    position: relative; }
  #header #subheader ul.nav li.active a:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    width: 1;
    margin-left: -2px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: none; }

#breadcrumb-container {
  background: #fff; }

.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none;
  margin: 0; }
  .breadcrumb li {
    padding: 3px;
    display: inline-block; }
  .breadcrumb li + li {
    margin-left: 0;
    padding-left: 0; }
  .breadcrumb li + li:before {
    content: ">";
    margin: 0;
    padding: 0;
    color: #888888; }
  .breadcrumb li > a, .breadcrumb li > .active {
    color: #888888;
    padding: 5px 4px;
    font-size: 11px;
    padding-right: 0; }

.box {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px; }
  .box .box-body {
    padding: 20px;
    color: #888888; }
  .box h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 12px 20px 10px;
    color: #fff;
    font-weight: bold;
    background: #595959;
    line-height: 28px; }
    .box h3 a {
      margin-left: 5px; }
  .box h4 {
    margin-bottom: 35px;
    font-size: 17px;
    color: #595959; }
  @media (min-width: 992px) {
    .box .box-body, .box h3 {
      padding-left: 35px;
      padding-right: 15px; } }

.box.inset {
  margin-left: 40px; }
  .box.inset h3 {
    margin-left: -40px; }

.box.middle-box {
  margin-top: 60px; }

/*

front boxes

*/
#front-boxes {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    #front-boxes {
      margin-top: 100px;
      margin-bottom: 100px; } }
  #front-boxes .box {
    margin-bottom: 20px;
    text-align: center; }
    #front-boxes .box a {
      display: block;
      padding-top: 35px; }
      @media (min-width: 1200px) {
        #front-boxes .box a {
          padding-top: 50px; } }
    #front-boxes .box a:hover {
      text-decoration: none; }
      #front-boxes .box a:hover .descr {
        background-color: #34ba00; }
    #front-boxes .box .descr {
      margin-top: 35px;
      background-color: #44ca10;
      padding: 20px 3px;
      color: #fff;
      text-transform: uppercase; }
  @media (min-width: 1200px) {
    #front-boxes .descr {
      margin-top: 50px; } }

/*

form

*/
form.form label {
  color: #888888;
  font-weight: normal;
  display: block; }
form.form .form-actions {
  margin-top: 30px; }
form.form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 28px;
  border-color: #e8e8e8;
  padding: 3px 12px; }
form.form input[type="text"], form.form input[type="email"], form.form input[type="password"], form.form input[type="number"] {
  box-shadow: none;
  -moz-box-shadow: none;
  max-width: 240px;
  width: 100%;}
form.form .form-group.has-pretty-child .icon {
  vertical-align: initial;
  margin-bottom: 5px; }
form.form.navbar-form {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0; }
  form.form.navbar-form input {
    width: 130px;
    height: 30px;
    border-color: #34ba00; }

/* columns */
@media (min-width: 768px) {
  .col-sm-6.left-col {
    border-right: 1px solid #e8e8e8; }

  .col-sm-6.right-col {
    margin-left: -1px;
    border-left: 1px solid #e8e8e8;
    padding-left: 35px; } }
.btn, .btn:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 20px; }
  .btn:hover, .btn:focus:hover {
    color: #fff;
    text-decoration: underline; }
  .btn.btn-green, .btn:focus.btn-green {
    background-color: #44ca10; }
  .btn.btn-red, .btn:focus.btn-red {
    background-color: #FF1919; }
  .btn.btn-light, .btn:focus.btn-light {
    background-color: #ddd;
    color: #000; }
  .btn.btn-grey, .btn:focus.btn-grey {
    background-color: #595959; }

#center > h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 20px 20px 20px; }
  @media (min-width: 992px) {
    #center > h1 {
      font-size: 26px;
      margin: 35px 20px 35px; } }

/*

icons

*/
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../img/sprites.png") no-repeat; }
  .icon.icon-info {
    background-position: 0 0;
    margin-right: 5px; }
  .icon.icon-i {
    background-position: -43px 0;
    margin-right: 5px;
    width: 19px;
    height: 17px; }
  .icon.icon-edit {
    background-position: -2px -24px;
    width: 12px;
    height: 12px; }
  .icon.icon-delete {
    background-position: -18px -25px;
    width: 12px;
    height: 12px; }
  .icon.icon-alert {
    background-position: 0 -38px;
    width: 31px;
    height: 30px; }
  .icon.icon-download {
    background-position: -24px 0;
    height: 18px;
    width: 18px; }

.icon-in {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../img/ico-in.png") no-repeat; }

.icon-out {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../img/ico-out.png") no-repeat; }

.icon-zew {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../img/ico-zew.png") no-repeat; }

.icon-wew {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../img/ico-wew.png") no-repeat; }

/*

footer

*/
#footer {
  background: #fff;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03); }
  #footer .nav {
    padding: 16px 0; }
    #footer .nav li > a {
      padding: 0 20px;
      color: #333333; }
    #footer .nav li > a:hover {
      background-color: transparent;
      text-decoration: underline; }
    #footer .nav li + li a {
      border-left: 1px solid #eee; }

/* filters */
.filters {
  margin-top: 30px;
  margin-bottom: 30px; }
  .filters .btn {
    margin-bottom: 10px;
    margin-left: 5px; }
  .filters .form-group {
    margin-bottom: 5px !important; }

/*

table

*/
table.table td, table.table th {
  text-align: center; }
table.table thead th {
  background-color: #595959;
  color: #fff;
  padding: 16px 10px 16px;
  text-transform: uppercase;
  border-bottom-color: #595959; }
table.table.bordered th + th {
  border-left: 1px solid #666; }
table.table tbody td {
  color: #888888;
  padding: 10px;
  background-color: #f2f2f2;
  border-top: none !important;
  position: relative; }
table.table.bordered td + td {
  border-left: 1px solid #e2e2e2; }
table.table tbody > tr:nth-child(odd) > td {
  background-color: #fff; }
table.table.bordered tbody > tr:nth-child(odd) > td + td {
  border-left-color: #eaeaea; }
table.table td.text-right {
  text-align: right;
  padding-right: 20px; }
table.table td.text-left {
  text-align: left;
  padding-left: 20px; }
table.table td a {
  margin-left: 10px;
  color: #888888;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px; }
table.table td .dropdown {
  text-align: left; }

/*

alert

*/
.box.alert {
  padding: 0;
  position: relative;
  color: #888888; }
  .box.alert .box-body {
    padding: 20px;
    padding-left: 60px; }
  .box.alert .icon-alert {
    position: absolute;
    top: 15px;
    left: 16px; }

/*

prompt

*/
div.jqi {
  padding: 0;
  border: none; }
  div.jqi .jqiclose {
    background: #44ca10;
    color: #fff;
    text-align: center;
    right: 15px;
    top: 15px;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 19px; }
  div.jqi .jqititle {
    text-transform: uppercase;
    background: #595959;
    color: #fff;
    margin: 0;
    padding: 15px 20px 15px;
    color: #fff;
    font-weight: bold;
    background: #595959;
    line-height: 20px;
    margin-bottom: 20px; }
  div.jqi .jqimessage {
    color: #595959;
    font-size: 13px;
    padding: 30px;
    text-align: center; }
  div.jqi .jqibuttons {
    margin: 20px 30px 0px;
    border: none;
    background: none;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 20px 0; }
  div.jqi .jqibuttons button {
    border: none;
    color: #000;
    background: #ddd;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: normal; }
    div.jqi .jqibuttons button:focus {
      color: inherit; }
    div.jqi .jqibuttons button:hover {
      background-color: #eee;
      color: #222; }
    div.jqi .jqibuttons button + button {
      margin-left: 10px; }

.loading-anim {
  margin: 70px auto 40px;
  width: 43px;
  display: block; }

#help-badge {
  position: fixed;
  top: 240px;
  right: 0px;
  padding: 15px 15px;
  border: 1px solid #000;
  background: #333;
  color: #fff;
  z-index: 3; }
  #help-badge a {
    color: #fff; }

#footer .logo {
  padding: 5px 0;
  float: right; }

/*
player
*/
.audio-play {
  position: relative; }
  .audio-play .jp-play, .audio-play .jp-pause {
    cursor: pointer;
    padding-left: 20px; }
  .audio-play .jp-play:before,
  .audio-play .jp-pause:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 19px;
    display: block;
    background: url("../img/sprites.png") no-repeat -33px -19px; }
  .audio-play .jp-pause:before {
    background-position: -49px -19px; }
  
  /*
audio download
*/
.audio-download {
  position: relative;
  cursor: pointer;

  .audio-download .file-download{
    padding-left: 20px;
  }
  .file-download {
    background: red;
  }
  .jp-pause:before {
    background-position: -49px -19px;
  }
}
  


/*
validation
*/
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853; }

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48; }

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392; }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847; }

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

.control-group .controls .help-block {
  display: none; }

.dnd {
  list-style: none;
  padding: 0; }
  .dnd .handle {
    cursor: move; }
  .dnd .prettycheckbox {
    vertical-align: middle; }
  .dnd li.placeholder {
    position: relative;
    height: 30px;
    background: #efe; }
  .dnd li.placeholder:before {
    position: absolute;
    content: "";
    display: block;
    widtH: 9px;
    height: 9px;
    border: 5px solid transparent;
    border-left-color: #f00;
    top: 50%;
    margin-top: -5px; }
  .dnd .dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000; }
  .dnd.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }

/**
fullscreen
*/
.fullscreen {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }
  .fullscreen iframe {
    width: 100%;
    height: 100%;
    border: 0; }
  .fullscreen .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 38px;
    margin: 0;
    color: #fff;
    background: #000; }

/* tree */
#tree .rect {
  fill: #34ba00;
  stroke: 5px #34ba00; }
#tree .digit-text {
  font-size: 18px;
  fill: #fff; }
#tree .type-text {
  font-size: 12px;
  fill: #fff;
  font-weight: normal; }
#tree .edit-icon {
  cursor: pointer; }

.col-sm-6.right-img {
  margin-left: -1px;
  /*border-left: 1px solid #e8e8e8;*/
  padding-left: 80px; }

.ivr-form h4 {
  margin: 10px 0 5px; }
.ivr-form .form-group {
  clear: both;
  padding: 8px 0;
  margin: 0 !important; }

form.form .digit {
  background: #44ca10;
  position: relative;
  padding: 5px 15px 15px;
  margin-bottom: 25px; }
  form.form .digit h4 {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    float: left;
    margin: 0 1px 4px;
    padding: 4px 0; }
  form.form .digit .bootstrap-select {
    margin-bottom: 0 !important; }
  form.form .digit label {
    color: #fff; }
  form.form .digit input[type=file] {
    color: #fff; }
  form.form .digit .edit-link {
    background-color: #fff;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.8; }
    form.form .digit .edit-link:hover {
      opacity: 1; }

/*
autocomplete
*/
#search-input.loading {
  background: white url("../img/loading.gif") no-repeat center right; }

#search-form {
  margin-top: 1px; }
  #search-form .twitter-typeahead {
    line-height: 30px; }

#search-input {
  position: absolute;
  top: 0;
  left: 0;
  border: none; }

#search-submit {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  background: #44ca10;
  position: relative;
  left: -4px; }
  #search-submit:hover {
    background: #34ba00; }

.tt-dropdown-menu {
  background: #fff;
  border: 1px solid #44ca10;
  left: auto !important;
  right: 0 !important; }
  .tt-dropdown-menu .tt-suggestions {
    width: 200px; }
  .tt-dropdown-menu .tt-suggestion {
    border-bottom: 1px solid #eee; }
    .tt-dropdown-menu .tt-suggestion:last-child {
      border: none; }
  .tt-dropdown-menu .item {
    height: 60px;
    display: block;
    padding: 2px; }
    .tt-dropdown-menu .item .image {
      float: left;
      margin-right: 10px;
      height: 50px;
      width: 50px;
      padding: 8px;
      text-align: center; }
      .tt-dropdown-menu .item .image img {
        max-height: 100%; }
    .tt-dropdown-menu .item:hover {
      background-color: #44ca10;
      color: #fff;
      text-decoration: none; }
    
    
    
    
    .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 100%;
  width: 300px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

input[type="file"] {
  width : 220px;
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prettylabel {
    margin: 6px 0px;

}
.ivr-list-table thead th {
    background-color: #7B7976 !important;
    border-bottom: none !important;
}
/*
    dataTables
*/
table.dataTable thead .sorting {
  background-image: url("../img/dataTables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../img/dataTables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../img/dataTables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/dataTables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/dataTables/sort_desc_disabled.png");
}
.dataTables_filter {
    padding-top: 5;
}