/* ---------------------------------------------------------------------------
 *
 * Evolux CSS
 *
 * ------------------------------------------------------------------------ */

 /* -------------------------------------------------
    Fonts
 ------------------------------------------------- */

 /* EOT fonts were not exported because it is microsoft only (eot vs. woff) */

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-light.woff2') format('woff2'),
     url('/fonts/opensans-light.woff') format('woff'),
     url('/fonts/opensans-light.ttf') format('truetype');
     font-weight: 300;
     font-style: normal;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-lightitalic.woff2') format('woff2'),
     url('/fonts/opensans-lightitalic.woff') format('woff'),
     url('/fonts/opensans-lightitalic.ttf') format('truetype');
     font-weight: 300;
     font-style: italic;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-regular.woff2') format('woff2'),
     url('/fonts/opensans-regular.woff') format('woff'),
     url('/fonts/opensans-regular.ttf') format('truetype');
     font-weight: 400;
     font-style: normal;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-italic.woff2') format('woff2'),
     url('/fonts/opensans-italic.woff') format('woff'),
     url('/fonts/opensans-italic.ttf') format('truetype');
     font-weight: 400;
     font-style: italic;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-semibold.woff2') format('woff2'),
     url('/fonts/opensans-semibold.woff') format('woff'),
     url('/fonts/opensans-semibold.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-semibolditalic.woff2') format('woff2'),
     url('/fonts/opensans-semibolditalic.woff') format('woff'),
     url('/fonts/opensans-semibolditalic.ttf') format('truetype');
     font-weight: 500;
     font-style: italic;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-bold.woff2') format('woff2'),
     url('/fonts/opensans-bold.woff') format('woff'),
     url('/fonts/opensans-bold.ttf') format('truetype');
     font-weight: 700;
     font-style: normal;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-bolditalic.woff2') format('woff2'),
     url('/fonts/opensans-bolditalic.woff') format('woff'),
     url('/fonts/opensans-bolditalic.ttf') format('truetype');
     font-weight: 700;
     font-style: italic;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-extrabold.woff2') format('woff2'),
     url('/fonts/opensans-extrabold.woff') format('woff'),
     url('/fonts/opensans-extrabold.ttf') format('truetype');
     font-weight: 900;
     font-style: normal;
 }

 @font-face {
     font-family: 'Open Sans';
     src: url('/fonts/opensans-extrabolditalic.woff2') format('woff2'),
     url('/fonts/opensans-extrabolditalic.woff') format('woff'),
     url('/fonts/opensans-extrabolditalic.ttf') format('truetype');
     font-weight: 900;
     font-style: italic;
 }

/* ---------------------------------------------------------------------------
  Generic
--------------------------------------------------------------------------- */

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.hide {
  display: none;
}

.text-align-center {
  text-align: center !important;
}

.btn i.fa {
  font-size: 16px;
  vertical-align: middle;
}

.modal-bigger {
    width: 600px;
    margin-left: -300px;
}

.mouse-disabled {
  pointer-events: none;
}

/* end: Generic classes */


/* ---------------------------------------------------------------------------
  Position adjustment classes
--------------------------------------------------------------------------- */

.no-margin {
  margin: 0;
}

.m5 { margin: 5px; }
.ml5 { margin-left: 5px; }
.mt5 { margin-top: 5px; }
.mr5 { margin-right: 5px; }
.mb5 { margin-bottom: 5px; }

.m10 { margin: 10px; }
.ml10 { margin-left: 10px; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }

.m15 { margin: 15px; }
.ml15 { margin-left: 15px; }
.mt15 { margin-top: 15px; }
.mr15 { margin-right: 15px; }
.mb15 { margin-bottom: 15px; }

.m20 { margin: 20px; }
.ml20 { margin-left: 20px; }
.mt20 { margin-top: 20px; }
.mr20 { margin-right: 20px; }
.mb20 { margin-bottom: 20px; }

.m30 { margin: 30px; }
.ml30 { margin-left: 30px; }
.mt30 { margin-top: 30px; }
.mr30 { margin-right: 30px; }
.mb30 { margin-bottom: 50px; }

.m90 { margin: 90px; }
.ml90 { margin-left: 90px; }
.mt90 { margin-top: 90px; }
.mr90 { margin-right: 90px; }
.mb90 { margin-bottom: 90px; }


/* end: Adjustments classes */


/* ---------------------------------------------------------------------------
  Others
--------------------------------------------------------------------------- */

.hide-login #login {
    display:none;
}

.hide-menu #menu {
    display:none;
}

.td-align-right td {
    text-align: right;
}

.floating_notification {
  width: 50%;
  text-align: center;
  position: relative;
}

.ev-client-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ev-logo-footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ev-logo-footer img {
  max-height: 46px;
}

.ev-table-responsive tr:hover td {
    background-color: #EDEDED;
}

.ev-table-responsive tr.select_line td {
    background-color: #FFC;
}

@media (max-width: 1450px) {
  .ev-table-responsive {
    font-size: 13px;
  }
}

@media (max-width: 1250px) {
  .ev-table-responsive {
    font-size: 12px;
  }
}

@media (max-width: 979px) {
  .ev-table-responsive {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .ev-table-responsive {
    font-size: 10px;
  }
}

.evolux-tooltip-link:hover {
  text-decoration: none;
}

/*
Custom progress bar colors
*/
.progress .bar.ev-bar-completed {
  background-color: #088A08;
}

.progress .bar.ev-bar-error {
  background-color: #B40404;
}

.progress .bar.ev-bar-in-progress {
  /* I do not want this bar to have a progress animation */
  background: #D8D8D8;
  color: gray;
  text-shadow: none;
}

/* Evolux shell. */

.shell {
  background: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  box-shadow: -1px -1px 8px rgba(0, 0, 0, .3);
  position: fixed;
  right: 10px;
}

.shell-opened {
  background: #FFF url('/images/ajax-loader.gif') no-repeat center 180px;
  padding: 0;
  height: 400px;
  width: 650px;
}

.shell-closed {
  padding: 0 3px;
}

.shell-opened .maximize {
  display: none;
}

.shell-closed .minimize {
  display: none;
}

.shell-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  padding: 5px 10px;
}

.shell-opened .shell-header {
  background: #E7C334;
}

.shell-header h1 {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  float: left;
}

.shell-title-icon {
  background: #000;
  border-radius: 3px;
  padding: 1px 3px 1px 2px;
}

.shell-header .actions {
  float: right;
}

.shell-header .actions a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 14px;
}

.shell iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.shell.shell-closed iframe {
  overflow: hidden;
  position: absolute;
  padding-bottom: 5px;
}

/* end: Others */


/* ---------------------------------------------------------------------------
  Evolux index
--------------------------------------------------------------------------- */

#evolux-polymer,
#evolux-polymer body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #E5E5E5;
  font-family: 'RobotoDraft', sans-serif;
}

#evolux-polymer core-toolbar {
  background: #212121;
}

#evolux-polymer core-toolbar .logo-alone {
  padding-left: 5px;
}

#evolux-polymer core-toolbar.dark-theme,
#evolux-polymer .secondary-nav core-icon-button {
  background: #212121;
  fill: #f1f1f1;
}

#evolux-polymer #evolux-main-logo {
  /* The padding is to create a visual effect that the logo is centered vertically. */
  padding-bottom: 6px;
}

#menu-wrapper {
  height: 65px;
}

#menu-wrapper #menu {
  margin-bottom: 0;
}

#menu-wrapper #menu > li {
  display: inline-block;
  margin: 0;
}

#menu-wrapper #menu > li > a {
  font-size: 14px;
  padding: 22px 15px;
  color: rgba(255, 255, 255, 0.87);
}

#menu-wrapper #menu > li > a .caret {
  border-top-color: rgba(255, 255, 255, 0.87);
  border-bottom-color: rgba(255, 255, 255, 0.87);
  display: none;
}

#menu-wrapper #menu > li > a:hover,
#menu-wrapper #menu > li > a:focus {
  text-decoration: none;
  background-color: #424242;
}

#menu-wrapper #menu .dropdown-menu {
  margin-top: 0;
  border: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;
  padding: 16px 0;
}

#menu-wrapper #menu .dropdown-menu a {
  font-size: 14px;
  line-height: 32px;
  padding: 0 50px 0 24px;
}

#menu-wrapper #menu .dropdown-menu .divider {
  margin: 7px 0;
}

#menu-wrapper #menu .dropdown-menu > li > a:hover,
#menu-wrapper #menu .dropdown-menu > li > a:focus,
#menu-wrapper #menu .dropdown-submenu:hover > a,
#menu-wrapper #menu .dropdown-submenu:focus > a {
  background-color: #EEE;
  background-image: none;
  color: rgba(0, 0, 0, 0.87);
}

#menu-wrapper #menu .dropdown-submenu > a:after {
  margin-top: 10px;
  border-left-color: rgba(0, 0, 0, 0.87);
  margin-right: 0;
  display: inline-block;
  position: absolute;
  right: 32px;
}

#menu-wrapper #menu .dropdown-submenu:hover > a:after {
  border-left-color: rgba(0, 0, 0, 0.87);
}

#menu-wrapper #menu li.dropdown-submenu > a {
  padding-right: 60px;
}

#login-menu-wrapper span {
  color: rgba(255, 255, 255, 0.87);
}

#login-menu-wrapper span,
#login-menu-wrapper a {
  font-size: 14px;
}

#login-menu-wrapper #logout-button {
  margin-left: 16px;
}

#evolux-polymer .card,
#questionnaire-page .card {
  /*display: block;*/
  /*position: absolute;*/
  /*width: 300px;
  height: 300px;*/
  padding: 16px;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  /*box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px;*/
}

#evolux-polymer .secondary-nav > li > a:hover,
#evolux-polymer .secondary-nav > li > a:focus {
  background: none;
}

#evolux-polymer #login-dropdown {
  left: inherit;
  right: 0;
  /*padding: 24px;*/
}

#evolux-polymer #login-dropdown h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
}

#evolux-polymer #login-dropdown form {
  margin: 0;
}

#evolux-polymer #login-dropdown .control-group {
  margin: 0;
}
#evolux-polymer #login-dropdown .control-label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 14px
}

#evolux-polymer #login-dropdown #login-submit-button {
  fill: rgba(0, 0, 0, 0.87);
}

#evolux-polymer #login-dropdown #login-submit-button::shadow #content span {
  margin-left: 0;
  font-size: 14px;
  margin-right: 1em;
}

#evolux-polymer .resources {
    margin: 0 auto;
    padding-top: 30px
}

#evolux-polymer .dropdown .dropdown-menu .nav-header {
  padding: 0 24px 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.01em;
  font-weight: 400;
  text-transform: none;
}

#evolux-polymer .resource-tile {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transition: all .2s cubic-bezier(.4,0,.2,1);
    -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

#evolux-polymer .resource-tile-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E5E5E5
}

#evolux-polymer .resource-tile>a {
    color: #fff;
    display: block;
    height: 250px;
    overflow: hidden;
    /*padding-bottom: 50%;*/
    position: relative;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#evolux-polymer .resource-tile:hover {
    -moz-box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
    -webkit-box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
    box-shadow: 0 17px 50px 0 rgba(0,0,0,.19);
    position: relative;
    z-index: 100
}

#evolux-polymer .resource-tile:hover a {
    -moz-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24);
    -webkit-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24);
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24)
}

#evolux-polymer .agent a {
    background-color: #00bcd4
}

#evolux-polymer .agent .bg {
    background: url(/images/home/agent.png) no-repeat 50% 30%
}

#evolux-polymer .supervisor a {
    background-color: #ff9800
}

#evolux-polymer .supervisor .bg {
    background: url(/images/home/queue-panel.png) no-repeat 50% 30%
}

#evolux-polymer .manager a {
    background-color: #8bc34a
}

#evolux-polymer .manager .bg {
    background: url(/images/home/graph-bars.png) no-repeat 50% 30%
}

#evolux-polymer .it a {
    background-color: #607d8b
}

#evolux-polymer .it .bg {
    background: url(/images/home/cogs.png) no-repeat 50% 30%
}

#evolux-polymer .resource-tile .bg {
    /*-webkit-background-size: 100%;*/
    /*background-size: 100%;*/
    display: block;
    height: 100%;
    position: absolute;
    -moz-transition: -moz-transform .2s cubic-bezier(.4,0,.2,1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
    transition: transform .2s cubic-bezier(.4,0,.2,1);
    width: 100%;
    z-index: 1
}

#evolux-polymer .resource-tile.span-6 .bg {
    -webkit-background-size: 70%;
    background-size: 70%
}

#evolux-polymer .resource-tile .cover {
    -webkit-background-size: cover;
    background-size: cover
}

#evolux-polymer .resource-tile .title {
    bottom: 1em;
    color: #fff;
    display: block;
    font-size: 1.329em;
    font-weight: 400;
    left: 0;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0 1.5em;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 10
}

#evolux-polymer #main-resources {
  padding: 0;
  height: 80%;
}

#evolux-polymer #main-resources .row-fluid {
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

#evolux-polymer #main-resources .resource-tile-wrapper {
  margin: 0;
}

@media screen and (max-width:475px) {
  #evolux-polymer #main-resources .row-fluid {
    display: block;
  }
  #evolux-polymer #main-resources .resource-tile-wrapper {
    width: 100%;
  }
}

@media screen and (min-width:476px) and (max-width: 915px) {
  #evolux-polymer #main-resources .row-fluid {
    display: block;
  }
  #evolux-polymer #main-resources .resource-tile-wrapper {
    width: 50%;
  }
}

@media screen and (min-width:915px) and (max-width: 1024px) {
  #evolux-polymer #main-resources .row-fluid {}
  #evolux-polymer #main-resources .resource-tile-wrapper {
    width: 25%;
  }
}

@media screen and (min-width:1024px) {
  #evolux-polymer #main-resources .row-fluid {
    width: 1000px;
  }
  #evolux-polymer #main-resources .resource-tile-wrapper {
    width: 250px;
  }
}

.page-title {
  margin-bottom: 16px;
}

/* end: Evolux index */


/* ---------------------------------------------------------------------------
  Charts
--------------------------------------------------------------------------- */

#chart.chart-queue-history {
  min-height: 400px;
}

#chart.chart-queue-history.info {
    background: url("/images/icon_graphics.thumb.png") no-repeat scroll center 170px transparent;
}

#chart.chart-queue-history.loading {
    background: url("/images/ajax-loader.gif") no-repeat scroll center 170px transparent;
}

#online_phones .value_bar,
#online_trunks .value_bar {
  background: #449cd2;
}

#online_phones a.value {
  color: inherit;
}

#memory_applications.value_bar,
#memoria_swap.value_bar {
  background: #00DD00;
}

/* end: Charts */


/* ---------------------------------------------------------------------------
  Pause duration status (pause_duration_status)
--------------------------------------------------------------------------- */

.info-block {
    border: solid 1px #D6D6D6;
    background-color: #FFF;
    min-height: 160px;
    margin-bottom: 15px;
}

.info-block h4 {
    font-size: 18px;
    padding: 0 5px 10px 10px;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
}

.info-block .info-block-content {
    padding: 0 10px 10px 10px;
}

.info-block-number {
    font-size: 24px;
    padding-top: 5px;
}

/* Modelos de listas */
.info-block ul {
    font-weight: bold;
}

.info-block ul.gsm-boards {
    font-weight: normal;
}

.info-block ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6;
}

.info-block ul li:last-child {
    border-bottom: 0;
}

.info-block ul li span.online {
    color: #0c7f17;
}

.info-block ul li span.down {
    color: #b67f09;
}

.info-block ul li span.online,
.info-block ul li span.down,
.info-block ul li span.num-trunk {
   float: right;
}

.info-block-numbers {
    font-weight: bold;
}


.info-block-percent {
    font-size: 40px;
    /*text-align: center;*/
    margin-bottom: 10px;
    margin-top: 35px;
    color: #0088cc;
}

#wallboard .graph {
    min-width: 400px;
    height: 300px;
    margin-bottom: 30px;
}

/* end: Wallboard */


/* ---------------------------------------------------------------------------
  Pause duration status (pause_duration_status)
--------------------------------------------------------------------------- */

.warning_limit {
  color: #F28A02 !important;
}

.critical_limit {
  color: #DD3300 !important;
}

/* end: Pause duration status */

/* ---------------------------------------------------------------------------
  NR17 Timeline
--------------------------------------------------------------------------- */

.nr17_online {
    background-color: #D6DDF5 !important;
    border-color: #D6DDF5 !important;
    z-index:0;
    color: #D6DDF5 !important;
}

.nr17_paused {
    background-color: rgba(241,168,47,1) !important;
    border-color: rgba(241,168,47,1) !important;
    z-index:2;
    color: rgba(241,168,47,1) !important;
}

.nr17_over_paused {
    background-color: rgba(238,34,17,1) !important;
    border-color: rgba(238,34,17,1) !important;
    z-index:2;
    color: rgba(238,34,17,1) !important;
}

.nr17_first_hour {
    background-color: #ACB3C9 !important;
    border-color: #ACB3C9 !important;
    z-index:1;
    color: #ACB3C9 !important;
}

.nr17_last_hour {
    background-color: #6D82C4 !important;
    border-color: #6D82C4 !important;
    z-index:1;
    color: #6D82C4 !important;
}

/* end: NR17 Timeline */


/* ---------------------------------------------------------------------------
  Rule pattern edit
--------------------------------------------------------------------------- */

#rule_pattern_form #accordion2 {
  min-width: 500px;
  max-width: 700px;
}

/* end: Rule pattern edit */


/* ---------------------------------------------------------------------------
  Agent login
--------------------------------------------------------------------------- */
.centered-alert {
    position:absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -18%;
    width: 425px;
}

.modal.no-hidden {
    overflow: initial;
}

.agent-login-custom-modal {
    position: absolute;
    min-height: 320px;
    min-width: 478px;
    top: calc(50% - 320px);
    left: calc(50% - 239px);
    margin: auto;
    background-color: #ffffff;
    border: 0;
    /* IE6-7 */
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 2;
    overflow: hidden;
}

.agent-login-custom-modal.has-locations {
  height: 365px;
}
.agent-login-custom-modal .modal-body {
    padding: 30px 30px 10px 30px;
}
.agent-login-custom-modal .modal-header {
    padding: 20px;
    background-image: -webkit-linear-gradient(bottom, #EEEEEE 0%, #FFFFFF 60%);
}
.agent-login-custom-modal .btn-block {
    box-sizing:border-box;
    display:block;
    padding-left:0;
    padding-right:0;
    width:100%;
    height: 47px;
    font-size: 22px;
    color: #93caf5;
    font-weight: normal;
}
#agent-login .username,
#agent-login .password {
    color: #666;
    padding-left: 35px;
    height: 35px;
    display: block;
    width: 375px
}

#agent-login .selectize-control.single .selectize-input {
    max-height: 45px;
    width: 418px;
    border: 1px solid #ccc;
    padding-left: 35px;
    background-color: transparent;
    background-image: url(/images/sphere.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 7px center !important;
    color: #666;
}

#agent-login .placeholder-container {
  color: #999;
}

#agent-login .selectize-control .selectize-input input,
#agent-login .selectize-control .selectize-input .item {
    height: 40px;
    line-height: 40px;
}

#agent-login input#input-agent-login {
    background: url("/images/icon_login_user.png") no-repeat 7px center;
    background-size: 15px;
}
#agent-login input#input-agent-password {
    background: url("/images/icon_login_pass.png") no-repeat 7px 12px;
    background-size: 15px;
}
#agent-login .client_logo {
    padding-right: 25px;
    margin-right: 25px;
    border-right: solid 1px #d5d5d5;
    float: left;
}

#agent-login .modal-header h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #979A9F;
  font-weight: normal;
  text-align: center;
}

#agent-login .agent-login-modal {
  display: flex;
}

.logo-agent-login-modal {
  width: 50%;
  text-align: center;
}
.logo-agent-login-modal img {
  max-height: 50px;
}
.title-agent-login-modal {
  width: 50%;
  align-self: center;
}

.title-agent-login-modal h3 {
  margin: 0px;
}

/* end: Agent login */

/* ---------------------------------------------------------------------------
  Callcenter report index
--------------------------------------------------------------------------- */

#callcenter-report {
    background-color: #f5f5f5;
    padding-top: 48px;
    padding-bottom: 20px;
}
#callcenter-report #integrated_reports .gray {
    color: #949494;
}
#callcenter-report #integrated_reports #sidebar {
    background-color: #f5f5f5;
    /*
    background-image:url("/images/line_reports.png"), url("/images/line_reports.png");
    background-repeat: repeat-x, repeat-x;
    background-position:0 45px, 0 168px;
    */
    position:fixed;
    width: 252px;
    z-index: 2;
    top:36px;
    border-right: solid 1px #c5c5c5;
}
#callcenter-report #integrated_reports #top_fixed {
    position: fixed;
    background-color: #FFF;
    border-bottom: solid 1px #c5c5c5;
    background-image:url("/images/bg_top_fixed.png");
    background-repeat: no-repeat;
    background-position: -11px 4px;
    width: 100%;
    left: 0;
    top: 37px;
    z-index: 1;
    height: 165px;
}
#callcenter-report #integrated_reports #sidebar_reports {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #c5c5c5;
}
#callcenter-report #integrated_reports .content_reports {
    margin-top: 20px;
}
#callcenter-report #integrated_reports .open_sidebar {
    background-color:transparent;
    background-image:url("/images/open_sidebar_left.png");
    background-position:0 0;
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:15px;
    width:26px;
    margin-top: 24px;
    margin-right: 5px;
}
#callcenter-report #integrated_reports #menu_reports {
    margin-top: 25px;
}
#callcenter-report #integrated_reports #content {
    margin-left: 254px;
    padding-left: 25px;
    min-height: 650px;
    padding-bottom: 20px;
    background-color: #FFF;
}
#callcenter-report #integrated_reports .content_top {
    margin-left: 300px;
    z-index: 1;
}
#callcenter-report #integrated_reports h2 {
    font-size: 20px;
}
#callcenter-report #integrated_reports #sidebar h2 {
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 5px;
}
#callcenter-report #integrated_reports #top_fixed h2 {
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 4px;
}
#callcenter-report #integrated_reports .detail_reports h3 {
    font-size: 18px;
    font-weight: normal;
}
#callcenter-report #integrated_reports .detail_reports h3 span {
    margin-right: 20px;
}
#callcenter-report #integrated_reports #sidebar_reports input {
    margin-bottom: 10px;
}
#callcenter-report #integrated_reports .detail_reports table {
    margin-top: 15px;
}
#callcenter-report #integrated_reports .detail_reports {
    padding-top: 103px;
    padding-right: 20px;
}
#callcenter-report p {
    text-align: right;
    margin-top: 20px;
}
#callcenter-report hr {
    display: none;
}
#callcenter-report .nav-list li a {
    padding:3px 15px 3px 0;
}
#callcenter-report #bt_download {
    margin-top: 70px;
    margin-right: 10px;
}

/* end: Callcenter report index */


/* ---------------------------------------------------------------------------
  Box widget
  Box design dos widgets da página inicial.
--------------------------------------------------------------------------- */

#stats-page .box {
    border: 1px solid #e5e5e5;
    margin: 5px 10px 15px 0px;
    background: #f6f6f6;
}

#stats-page .box div {
    margin: 5px;
}

#stats-page .box.clear_both {
    clear: both;
}

#stats-page .box.clear_right {
    clear: right;
}

#stats-page .box.clear_left {
    clear: left;
}
.relative {
    position: relative;
}

#stats-page .box .title {
    color: #003366;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 4px 7px;
    margin: 0px;
    background: url(/images/bg_title_box.png) repeat-x left bottom;
}

#stats-page .box .title .text {
    /* font-size: 16px;*/
    display: inline;
    font-weight: bold;
}

#stats-page .box .title .icon {
    display: inline;
    vertical-align: -8px;
    margin-right: 3px;
}

#stats-page .box .percent_bar {
    border: 1px solid #e5e5e5;
    height: 24px;
    margin: 7px 9px;
}

#stats-page .box .without_percent_bar {
    height: 20px;
    margin: 7px 9px;
}

#stats-page .box .value_bar {
    position: absolute;
    display: block;
    height: 24px;
    margin: 0px;
    left: 0;
    top: 0;
}

#stats-page .box .value {
    /*    font-size: 11px;*/
    position: absolute;
    margin: 0px;
    top: 3px;
}

#stats-page .box .noabsolute {
    /*    font-size: 11px;*/
    position: relative;
}

#stats-page .box .left {
    left: 3px;
}

#stats-page .box .right {
    right: 3px;
}

#stats-page .box .localpath {
    /*    font-size: 11px;*/
    position: absolute;
    margin: 0px;
    left: 3px;
    top: 3px;
}

#stats-page .box .info_bar {
    /*    font-size: 9px;*/
    padding: 0px;
    margin: 4px 0px -4px 10px;
}

#stats-page .box .info_network {
    /*    font-size: 9px;*/
    padding: 0px;
    margin: 10px 0px 7px 9px;
    color: #666;
}

#stats-page .box .info_title_box {
    /*    font-size: 12px;*/
    padding: 0px;
    margin: 4px 0px 10px 9px;
    color: #003366;
    font-weight: bold;
}

#stats-page .box .info {
    /*    font-size: 11px;*/
    padding: 0px;
    margin: 4px 9px 10px 9px;
}

#stats-page .box .info_link {
    /*    font-size: 13px;*/
    padding: 0px;
    margin: 4px 9px 10px 9px;
}

#stats-page .box .info_link a {
    color: #0E3E6E;
}

#stats-page .box .network {
    height: 20px;
    margin: 7px 9px;
}

#stats-page .box #stream_up, .box #stream_down {
    display: block;
    height: 20px;
}

#stats-page .box #link_up, .box #link_down {
    float: left;
    height: 20px;
    margin: 0px;
    padding: 6px 0px 0px 20px;
    display: block;
    font-size: 10px;
    font-weight: bold;
}

#stats-page .box #link_up {
    background: url(/images/network_arrow_up.png) no-repeat -3px 0px;
}

#stats-page .box #link_down {
    background: url(/images/network_arrow_down.png) no-repeat -3px 0px;
}

#stats-page .box .network_bar {
    float: right;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    width: 70px;
}

#stats-page .box .shortcuts {
    float: right;
    color: #FF4D00;
    margin: 5px 7px 0px 0px;
}

#stats-page .box .group_title {
    /*    font-size: 15px;*/
    font-weight: bold;
    color: #003366;
    margin: 5px 7px 0px 7px;
}

#stats-page .box .group_title span {
    /*    font-size: 12px;*/
    font-weight: normal;
    color: #999;
    margin: 7px 7px 0px 0px;
}

#stats-page .box ul.alerts {
    list-style-type: none;
    margin: 7px 10px 7px 10px;
    padding: 0;
}

#stats-page .box ul.alerts li {
    position: relative;
    border-bottom: 1px dashed #ccc;
    /*    font-size: 14px;*/
    padding: 5px 0px 7px 25px;
}

#stats-page .box ul.alerts li a {
    color: #FF4D00;
}

#stats-page .box ul.alerts li .bt_remove {
    position: absolute;
    top: 0px;
    right: 0px;
}

#stats-page .box ul.extensions {
    list-style-type: none;
    margin: 3px 10px 7px 10px;
    padding: 0;
}

#stats-page .box ul.extensions li {
    position: relative;
    color: #333;
    padding: 2px 0px 3px 7px;
}

#stats-page .box ul.extensions li a {
    color: #333;
}
/* barra de atalhos */
 .box #shortcuts {
    height: auto;
    overflow: hidden;
    list-style-type: none;
    margin: 0px;
    padding: 3px;
}

#stats-page .box #shortcuts li {
    margin: 0px 0 0px 0px;
    padding: 3px 10px;
    float: left;
    width: auto;
    height: 60px;
    text-align: center;
    /*    font-size: 80%;*/
}

#stats-page .box #shortcuts li:hover {
    background-color: #FFF;
}

#stats-page .box #shortcuts li img {
    margin-top: 3px;
    margin-bottom: 5px;
}

#stats-page .box #shortcuts li a {
    color: #0E3E6E;
}

#stats-page .box #shortcuts li a:hover {
    color: #0E3E6E;
    text-decoration: none;
}

#stats-page .box #shortcuts li.on {
    border: 1px solid #e5e5e5;
    background: white;
    border-radius: 6px;
    padding: 2px 5px;
}

/* end: Box widget */

/* ---------------------------------------------------------------------------
  Agent Queues List
--------------------------------------------------------------------------- */

.agent_queues .caret {
    vertical-align: middle;
}
.agent_queues .popover {
    max-width: none;
    display: inline-block;
}
.agent_queues .popover-content {
  padding: 3px;
  max-height: 200px;
}
.agent_queues .popover-overflowed {
    overflow-y: scroll;
}
.queues_list {
    margin-bottom: 0px;
}
.queues_list li {
    padding: 5px;
}
.queues_list li:nth-child(2n+1) {
    background: #EEEEEE;
}

/* end: Contact Form */


/* ---------------------------------------------------------------------------
  Agents Manager
--------------------------------------------------------------------------- */

#agents-manager .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

#agents-manager .icon-extension {
    background-image: url('/images/agents_monitor/extension.png');
    background-position: center;
    width: 17px;
    height: 17px;
    margin-left: 3px;
}

#agents-manager .icon-extension.offline {
    background-image: url('/images/agents_monitor/extension_offline.png');
}

#agents-manager .icon-extension.dialing {
    background-image: url('/images/agents_monitor/sprite.png');
    background-position: -181px !important;
}

#agents-manager .icon-extension.talking {
    background-image: url('/images/agents_monitor/extension_talking.png');
}


@-webkit-keyframes ringing {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
}

@keyframes ringing {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }
}

#agents-manager .icon-extension.ringing {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-name: ringing;
  animation-name: ringing;
}

#agents-manager .icon-configuration {
    display: none;
    background-image: url('/images/agents_monitor/configuration.png');
    background-position: top;
    position: relative;
    bottom: 2px;
    right: 5px;
}

#agents-manager .box-extension {
    width: 60px;
}

#agents-manager .box-extension .extension {
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    width: 40px;
    display: inline-block;
}

#agents-manager .left-ellipsis:after {
    background-color: #E6E6E8;
    color: transparent;
    position: relative;
    z-index: 2;
}
#agents-manager .left-ellipsis {
    direction: rtl;
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
#agents-manager .left-ellipsis:before {
    content:"...";
    width: 10px;
    background-color: #E6E6E8;
    position: absolute;
    left: 0;
    z-index: 1;
}

#agents-manager .block {
    margin-left: 0px;
    background-color: #E6E6E8;
    border-radius: 3px;
}

#agents-manager .main-block {
    margin-bottom: 3px;
    padding: 5px 5px 0px 10px;
    height: 40px;
}

#agents-manager .sub-block .block {
    padding: 0px 5px;
    min-height: 5px !important;
}

#agents-manager .btn-block  {
    margin: 0px !important;
    display: inline;
    float: right;
    width: auto;
    position: relative;
    top: 1px;
}

#agents-manager .queue-unpack {
    color: #c1c1c1;
    font-size: 25px;
    font-weight: bold;
    line-height: 17px;
    display: inline-block;
    float: right;
}

#agents-manager .block.queues {
    min-width: 50px !important;
    float: left;
    width: 137px;
}

#agents-manager .block.queues:not(.freeswitch) {
    width: 199px;
}

#agents-manager .block.queues.asterisk {
    width: 115px;
}


#agents-manager .queues.paused {
    background: #216999;
}

#agents-manager .queues.paused span {
    color: #FFF !important;
}

#agents-manager .block.queues i.icon-plus,
#agents-manager .block.queues i.icon-minus {
    margin-left: 5px;
    margin-top: 2px;
}

#agents-manager .agent_box {
    margin: 0px 10px 10px 0px;
    width: 240px;
    float: left;
}

#agents-manager .queues span {
    display: inline-block;
    max-width: 115px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
    font-size: 13px;
    color: #999;
    font-weight: 100;
    letter-spacing: 0.03em;
}

#agents-manager .queues.asterisk span {
    max-width: 95px;
}

#agents-manager .agent-name {
    color: #F58733;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    max-width: 165px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
}

#agents-manager .agent-name.paused {
    color: #216999;
}

#agents-manager .agent-name.talking {
    color: #47877A;
}

#agents-manager .agent_info {
    position: relative;
    bottom: 1px;
}

#agents-manager .monitor-icons {
    background: url('/images/agents_monitor/sprite.png') no-repeat;
    background-color: #bebebe;
    width: 20px;
    height: 21px;
    border-radius: 3px;
    margin-right: 3px;
    margin-top: 0px;
    position: relative;
}

#agents-manager .pause_button.pause i.monitor-icons {
    background-color: #216999;
    background-position: -72px;
}

#agents-manager .pause_button.unpause i.monitor-icons {
    background-color: #47877A;
    background-position: -94px;
}

#agents-manager .monitor-icons.icon-call-hear {
    background-position: -116px;
}

#agents-manager .monitor-icons.icon-agent-login_as {
    background-position: -53px;
}

#agents-manager .monitor-icons.icon-call-turnoff {
    margin-right: 0px;
    background-color: #F58733;
    background-position: 1px 0px;
}

#agents-manager .monitor-icons.icon-call-speach {
    background-position: -138px;
}

#agents-manager .monitor-icons.icon-status.free {
    background-position: -160px;
    background-color: transparent;
    bottom: 0px;
}

#agents-manager .monitor-icons.icon-status.paused {
    background-position: 0px;
    background-color: transparent;
    bottom: 1px;
}

#agents-manager .monitor-icons.icon-talking {
    background-image: url('/images/agents_monitor/agent-in_call.png');
    background-color: transparent;
    top: 2px;
    left: 3px;
}

#agents-manager .show-queues {
  display: block;
  height: 20px;
  vertical-align: middle;
  position: relative;
}

#agents-manager .show-queues .caret {
  position: relative;
  top: 8px;
}

/* end: Agents Manager */

.icon-lock {
    background-image: none !important;
}

/* ---------------------------------------------------------------------------
  Agent Panel Menu
--------------------------------------------------------------------------- */

#user-identity i.icon {
    opacity: 0.5;
    margin-right: 6px;
}

/* end: Agent Panel Menu */



/* ---------------------------------------------------------------------------
  Contact Form
--------------------------------------------------------------------------- */

#create_item_modal .input-two {
    width: 240px;
}

#create_item_modal .modal-margin {
    margin-left: 10px;
}

#create_item_modal #phone_list table {
    margin-bottom: 7px;
}

#create_item_modal #phone_list table tr th {
    text-align: left;
    font-weight: normal;
}

#create_item_modal .add-phone-c {
    margin-bottom: 12px;
}

/* end: Contact Form */


/*---------------------------------------------------------------------------*
 *-------------------------------- OLD FILES --------------------------------*
 *---------------------------------------------------------------------------*/


/*
    file: new_style.css
*/

/* extension_index, extension_edit, ringgroup_index */

#ringgroup_form_did img, #extension_form_did img {
    margin-bottom: 9px;
}

#add_did {
    margin-bottom: 10px;
}

#add_did_in_edit {
    margin-bottom: 10px;
}

/* Call */
a.download_call_csv_button {
    margin-bottom: 10px;
}

/* Dialplan */

.dialplan h2 {
    margin-bottom: 10px;
}

/* Contact */

a.add_phone_button {
    margin-bottom: 10px;
}

.contat_history_sidebar {
    max-height:800px;
    overflow: auto;
}

/* Callcenter managing */
a.manage_callcenter_button {
    margin-bottom: 10px;
}

a.queue_attr_add_button,
a.agent_attr_add_button {
    margin-bottom: 10px;
}

div.modal-body img {
    margin-bottom: 9px;
}

a.remove_call_reason img,
a.remove_pause_code img,
a.remove_agent img,
a.remove_queue img {
    margin-bottom: 9px;
}

/* Most index pages */

a.create-item-button {
    margin-bottom: 10px;
}

.create-item-button img, #delete_all img {
    margin:0 5px 3px 0;
}

/* Helpers */

.checkbox_custom, .radio_custom {
    display: inline-block;
}

/* Time Condition */
.time_condition_form_month {
    width: 110px;
}
.time_condition_form_day {
    width: 170px;
}

.time_condition_form_hour {
    width: 80px;
}

.time_condition_form_work_hour {
    width: 130px;
}
.time_condition_form_line_two {
    margin-top: 10px;
}
.table-striped tbody > tr.time_condition_matched td {
  background-color: #FEDB00;
}

.table-striped tbody > tr.dragging_row td {
  background-color: #FEDB00;
  border-top-color: #999;
}

#notes_box {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    position: absolute;
    margin-top: -10px;
    background-color: #FFF;
    max-height: 300px;
    width: 500px;
    overflow-x: scroll;
    z-index: 1;
}

.selectize-control {
  display: inline-block;
  min-width: 220px;
  vertical-align: bottom;
}

.selectize-control .selectize-input {
    min-height: 30px;
    padding-top: 7px;
    padding-right: 30px;
}

.selectize-control.single .selectize-input {
    max-height: 50px;
    max-width: 550px;
    padding: 4px 30px 4px 10px;
}

.selectize-control .selectize-input input {
    height: 18px;
}

.selectize-dropdown-header-close:hover {
  color: #FFFFFF;
}

.selectize-dropdown [data-selectable].active {
  color: #FFF;
}

/* Fixes in the placeholder info of an <select multiple >*/
.selectize-input input[placeholder] {
    width: 100% !important;
    margin-left: 5px !important;
}

.selectize-control.single input {
  margin-left: 0px !important;
}

.modal > form {
    margin-bottom: 0;
}

.text-center {
    text-align: center !important;
}

.warning-sign {
    color: #da4f49;
    font-size: 19px;
}


.warning-text {
    color: #5f0b08;
}

.text-super {
  vertical-align: super;
}

span[for=did_form_range_start], span[for=did_form_range_end] {
    width: 350px;
}

.display-block {
    display: block;
}

.form-horizontal .control-group {
    margin-bottom: 10px !important;
}

.form-horizontal .control-group .controls > .checkbox {
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.custom-tabbable {
    max-width: 600px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.custom-tabbable .nav-tabs {
    margin-bottom: 0px !important;
}

.custom-tabbable li:last-child a {
    margin-right: 0px;
}

.custom-tabbable .tab-content {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.custom-tabbable .control-group.tab-pane {
    margin-top: 20px;
}

.custom-tabbable.two-tabs li {
    width: 50%;
    text-align: center;
}
.custom-tabbable.three-tabs li {
    width: 33.33%;
    text-align: center;
}

.ivr_option_btn_delete {
    position: relative;
    bottom: 15px;
    left: 15px;
}

#accordion_ivr_option .accordion-heading:nth-child(n+2) {
    border-top: 1px solid #eee !important;
}

.dids-block {
    margin-top: 10px;
}

.dids-block .did-label {
    margin-right: 30px;
}

#extension_checkbox_group .control-label {
    text-align: left;
}

#exit_sound_block {
  border: 0;
  border-top: 1px solid #eee;
}

#exit_sound {
  position: relative;
  bottom: 3px;
}

.custom-caller-id {
    border: solid 1px;
    border-color: #ccc;
    margin-top: 10px;
    padding: 10px;
    padding-left: 15px;
}

/*
    file: tablesorter.css
*/

/* tables */
/*table.tablesorter {
    margin:10px 0pt 15px;
    width: 100%;
    text-align: left;
}*/

table.tablesorter tr th {
    background-color: #E8E8E8;
    padding: 4px;
}

table.tablesorter tr th:not(:first-child) {
  border-left-color: #FFF;
}

table.tablesorter tr th:not(:last-child) {
  border-right-color: #FFF;
}

table.tablesorter thead tr .header {
    background-image: url('../images/bg.gif');
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    padding-left: 20px;
    vertical-align: middle;
}

table.tablesorter tbody td {
    padding: 4px;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url('../images/asc.gif');
}

table.tablesorter thead tr .headerSortDown {
    background-image: url('../images/desc.gif')
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: #c4c4c4;
}

table.table-cell-centered th,
table.table-cell-centered td {
    text-align: center;
}


/*
    file: style_all.css
*/

  #summary {
    margin: 30px 0 25px 0;
  }
  #summary tr td, #summary tr th{
    text-align: center;
  }
  #summary tr td {
    font-size: 16px;
  }
  #summary h4 {
    margin: 0;
  }
  #summary .ans {
    text-align: center;
    font-size: 16px;
    margin-top: 12px;
  }
  #summary .a_right {
    text-align: right;
  }


/*
    file: cdr.css
*/

/* Classes globais */
#cdr_form .versao {
    color: #666666;
    font-size: 11px;
}

#cdr_form .radiobuttonlist {
    list-style: none inside;
    padding-left: 0px;
    overflow: hidden;
}

#cdr_form .radiobuttonlist li {
    font-weight: normal;
    float: left;
}

#cdr_form .labelcol {
    font-weight: bold;
}

#cdr_form .semgravacao {
    color: #bbbbbb;
}

/* Lista de chamadas */
table#cdr_table {
    border-collapse: collapse;
    width: 99%;
    border: 1px solid #cecece;
}

table#cdr_table,
#cdr_table caption {
    border-bottom: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
}

#cdr_table caption,
#cdr_table th,
#cdr_table td {
    border-left: 1px solid #cecece;
    padding: 4px 4px;
}

#cdr_table th {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
}

#cdr_table caption,
#cdr_table thead th,
#cdr_table tfoot th,
#cdr_table tfoot td {
    background-color: #FFEBDC;
    color: #FFF;
    font-weight: bold;
}

#cdr_table thead th {
    background-color: #f0f0f0;
    color: #333;
    text-align: left;
}

#cdr_table tbody tr.odd {
    background-color: #ffefef;
}

#cdr_table tbody tr:hover {
    background-color: #FFCBC5;
    color: #000;
}

#cdr_table tbody a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#cdr_table tbody a:link {
    color: #333;
}

#cdr_table tbody a:visited {
    color: #888;
}

#cdr_table tbody a:hover,
#cdr_table tbody a:focus {
    color: #BA0000;
}

#cdr_table tbody a:active {
    color: #BA0000;
}

#info_print {
    /* Align the two h4's containing the date range and the download link */
    float: left;
}
#cdr_download {
    float: right;
}


/*
    file: cdr_print.css
*/

@media print {
    /* Classes globais */
    #cdr_form .versao {
        color: #666666;
        font-size: 11px;
    }

    #cdr_form .radiobuttonlist {
        list-style: none inside;
        padding-left: 0px;
        overflow: hidden;
    }

    #cdr_form .radiobuttonlist li {
        font-weight: normal;
        float: left;
    }

    #cdr_form .labelcol {
        font-weight: bold;
    }

    #cdr_form .semgravacao {
        color: #bbbbbb;
    }

    /* remove menu principal */
    #cdr_form ul#menu {
        display: none;

    }

    #user_info {
        display: none;
    }

    #cdr_form {
        display: none;
    }

    #title_pesquisar {
        display: none;
    }

    /* Lista de chamadas */
    table#cdr_table {
        border-collapse: collapse;
        width: 99%;
        border: none;
    }

    table#cdr_table thead {
        border-bottom: thin solid #999;
    }

    #cdr_table caption, #cdr_table th, #cdr_table td {
        padding: 1px 3px;
    }

    #cdr_table caption, #cdr_table thead th, #cdr_table tfoot th, #cdr_table tfoot td {
        background-color: #E3E3E3;
        color: #FFF;
        font-weight: bold;
    }

    #cdr_table thead th {
        background-color: #f0f0f0;
        color: #333;
        text-align: left;
    }

    /*#cdr_table tbody tr {
        border-bottom: 1px solid #666;
    }
    */

    #cdr_table tbody a {
        color: #333;
        text-decoration: none;
    }

    #cdr_table tbody a:active, #cdr_table tbody a:hover, #cdr_table tbody a:focus {
        color: #000099;
    }

    #cdr_table tbody tr:hover {
        background-color: #CEE9E8;
        color: #000;
    }

    #cdr_table tbody a {

    }

    /* Esconder avisos do TG2 */
    #flash, .notice {
        display: none;
    }
    div.clearingdiv {
        clear: both;
    }

    /* Esconder link para download */
    #cdr_download {
        display: none;
    }

}

/*
    file: form.css
*/

* label.error {
    clear: both;
    color: red;
    margin: 2px 0 5px 110px;
    width: auto;
}

* input.error {
}


/*

*/

#contact_outbound_calls_history table#mytable {
  font-size: 10px;
  width: 100%;
}

#contact_outbound_calls_history table.tablesorter tbody td {
  background: none;
}

#contact_outbound_calls_history .table tbody tr:hover td,
#contact_outbound_calls_history .table tbody tr:hover th {
  background-color: #EDEDED;
}

#contact_outbound_calls_history table#mytable tbody tr.select_line td {
  background-color: #FFC;
}

#contact_outbound_calls_history table#mytable a:visited {
  border: solid 1px red;
}

#contact_outbound_calls_history .container-fluid {
  padding-left:2px;
  padding-right:2px;
}

@media (min-width: 1150px) {
  #contact_outbound_calls_history table#mytable {
      font-size: 12px;
      font-weight: normal;
      width: 100%;
  }

  #contact_outbound_calls_history .container-fluid {
      padding-left:20px;
      padding-right:20px;
  }
}
@media (min-width: 1600px) {
  #contact_outbound_calls_history table#mytable {
      font-size: 14px;
      font-weight: normal;
      width: 100%;
  }

  #contact_outbound_calls_history .container-fluid {
      padding-left:20px;
      padding-right:20px;
  }
}

#contact_outbound_calls_history #report_form {
    text-align: center;
}


/*
  Reports
*/

#dates-and-entity-selector {
    display: inline-flex;
}

#report-listen-calls .show-call-attempts i {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

#report-listen-calls .multiple_queues {
    display: inline-flex;
    margin-right: 5px;
    max-width: calc(100% - 525px);
}

#report-listen-calls .box_radio {
    display: inline;
}

#report-listen-calls .selectize-control.multi {
    width: calc(100% - 120px);
}

@media (max-width: 979px) {
    #report-listen-calls #dates-and-entity-selector {
        display: inline;
    }

    #report-listen-calls .multiple_queues {
        min-width: calc(100% - 245px);
        position: relative;
        bottom: 5px;
    }
}

@media (max-width: 767px) {
    #report-listen-calls .multiple_queues {
        min-width: 100%;
        bottom: 0px;
    }
}

@media (max-width: 480px) {
    #report-listen-calls .multiple_queues {
        display: block;
    }

    #report-listen-calls .selectize-control.multi {
        width: 100%;
    }
}

/* Font Awesome for Bootstrap 2 */
.fa-b2 {
    font-size: 13px !important;
}

audio.listen-calls-audio-player {
    width: 320px;
}

audio.listen-calls-audio-player::-webkit-media-controls-panel {
  background-color: transparent;
}

.listen-call-button {
    width: 12px;
}

.widget-popover,
.listen-call-td .popover {
    width: 425px;
    max-width: none;
    position: fixed;
    cursor: all-scroll;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #424242;
    border: none;
}

.widget-popover .popover-title,
.listen-call-td .popover .popover-title {
    border-color: #666666;
}

.widget-popover .popover-title i,
.listen-call-td .popover .popover-title i {
    font-size: 10px;
    margin: 0 5px;
    vertical-align: 2px;
    color: #999999;
}

.audio-message,
.widget-popover .popover-title,
.widget-popover .popover-title .close,
.listen-call-td .popover .popover-title,
.listen-call-td .popover .popover-title .close {
    background-color: #424242;
    color: #F0F0F0 !important;
}

.widget-popover .arrow,
.listen-call-td .popover .arrow {
    display: none;
}

.widget-popover .close,
.listen-call-td .popover .close {
  line-height: 0.7;
  font-weight: normal;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.inline-block {
  display: inline-block;
}

.dates-selector {
    width: 350px;
    display: inline;
    height: 40px;
    margin-right: 10px;
}

.dates-selector .input-date {
    width: 75px;
}

.input-phone {
    width: 165px;
}

.input-hour {
    width: 75px;
}

.input-year {
    width: 70px;
}

#input-call-type {
    width: auto;
}

.entity-selector {
    width: calc(100% - 240px);
    display: inline-block;
}

#report-listen-calls .entity-selector {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.box_queues_or_groups {
    margin: 0;
    width: calc(100% - 120px);
}

.multiple_queues {
    display: inline-flex;
}

@media (max-width: 767px) {
    #dates-and-entity-selector,
    .dates-selector {
        display: inline;
    }

    .entity-selector {
        width: auto;
    }
}

@media (max-width: 480px) {
    .entity-selector,
    .multiple_queues {
        display: block;
    }

    .box_queues_or_groups {
        width: auto;
    }
}

.action-row {
    display: inline-flex;
}

#quick_links {
    display: inline-block;
}

.generate_links {
  margin-left: 5px;
}

.box_radio {
    margin: 0px;
    width: 120px;
}

.multiple_queues .box_radio {
    display: inline-block;
    vertical-align: top;
}

.multiple_queues .box_radio input[type="radio"] {
    vertical-align: top;
}

.multiple_queues .box_radio input[type="radio"] {
    vertical-align: top;
}

.multiple_queues .box_radio label {
  margin-bottom: 0;
}

.multiple_queues .selectize-control {
    min-height: 30px;
    vertical-align: top;
    display: inline-block;
}

.multiple_queues .selectize-control .selectize-input {
    padding: 8px 5px;
    height: 38px;
    overflow-y: auto;
}

.multiple_queues .selectize-control.multi .selectize-input {
    height: auto;
    height: 45px;
}

.multiple_queues .selectize-input.has-items input {
    top: 0px;
}

.multiple_queues .selectize-input input {
    top: 5px;
}

.multiple_queues .selectize-control.multi .selectize-input.has-items {
    padding: 5px 0px 2px 5px;
}

.week_day_period *,
.hour_period * {
    display: inline-block;
}

.week_day_period:not(.hide),
.hour_period:not(.hide) {
    display: inline-table;
}

#report_form #group_by {
    width: 180px;
}

.hour-input {
    width: 70px;
}

/*
Campaign
*/

#table_campaign .form-inline {
  display: inline-block;
  margin: 0;
}

#table_campaign .btn-mini {
  margin-top: -3px;
  padding: 2px 6px;
}

#table_campaign .agents {
  width: 9%;
}

#table_campaign .subscribers {
  width: 11%;
}

#table_campaign .completed {
  width: 15%;
}

#table_campaign .actions {
  width: 156px;
}


/*
Index Page
*/

#index-page .box {
  background: #fff;
  border-radius: 2px;
  display: table;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  table-layout: fixed !important;
}

#index-page .box-title {
  background: #39393d;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#index-page .box-content {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-top-width: 0;
}

#index-page i.icon {
  background-image: url('/images/index-page/sprite.png');
  height: 130px;
  width: 130px;
}

#index-page i.icon.icon-agent {
  background-position: 0
}

#index-page i.icon.icon-supervisor {
  background-position: -255px;
  width: 129px;
}

#index-page i.icon.icon-manager {
  background-position: -385px;
}

#index-page i.icon.icon-it {
  background-position: -128px;
  width: 128px;
}


/*
Popover
Overriding bootstrap style because this element is generated dinamically
*/

.evolux-popover-yellow {
  border: 1px solid rgb(241, 214, 11);
}
.evolux-popover-yellow.top .arrow {
  border-top-color: rgb(241, 214, 11);
}
.evolux-popover-yellow.right .arrow {
  border-right-color: rgb(241, 214, 11);
}
.evolux-popover-yellow.bottom .arrow {
  border-bottom-color: rgb(241, 214, 11);
}
.evolux-popover-yellow.left .arrow {
  border-left-color: rgb(241, 214, 11);
}

.evolux-popover-yellow .popover-content {
  background-color: rgb(255, 255, 194);
}
.evolux-popover-yellow.top .arrow:after {
  border-top-color: rgb(255, 255, 194);
}
.evolux-popover-yellow.right .arrow:after {
  border-right-color: rgb(255, 255, 194);
}
.evolux-popover-yellow.bottom .arrow:after {
  border-bottom-color: rgb(255, 255, 194);
}
.evolux-popover-yellow.left .arrow:after {
  border-left-color: rgb(255, 255, 194);
}


/* Vertical Align Middle */

.vertical-align-middle {
  /* The !important is needed to overwrite the bootstrap
     vertical-align for <td>. */
  vertical-align: middle !important;
}


/* Zendesk Ticket Comments. */

#tickets .comment .header {
  font-size: 12px;
  font-weight: bold;
}

#tickets .comment.private {
  background: #FFFDDF;
  border-color: #EDE78B;
}

#tickets .comment {
  border: 1px solid #DDD;
  background: #FAFAFA;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.call-ratio-label {
    font-size: 16px !important;
    color: #000 !important;
    text-transform: none !important;
}

.call-ratio-status {
    margin-top: 23px !important;
}

.call-ratio .fa {
    padding: 3px;
    font-size: 14px;
}

.call-ratio .call-ratio-value {
    margin: 0;
    padding: 0 10px 0 0;
    width: 44px;
    height: 22px;
}

/* Spy
   NOTE: Patch from the new layout.
*/

audio.spy-audio-player::-webkit-media-controls-panel {
  background-color: transparent;
}

audio.spy-audio-player::-webkit-media-controls-play-button,
audio.spy-audio-player::-webkit-media-controls-timeline,
audio.spy-audio-player::-webkit-media-controls-current-time-display {
  display: none;
}

.spy-content {
    display: flex;
}

.audio-message,
.spy-content,
.widget-popover .popover-title,
.widget-popover .popover-title .close {
    background-color: #424242;
    color: #F0F0F0 !important;
}

audio.spy-audio-player {
    width: 120px;
}

.widget-popover .popover-content .spy-content {
  display: flex;
        align-items: center;
}

.widget-popover .popover-content .spy-content .agent-info {
        flex: 1;
}

.widget-popover .popover-content .spy-content .audio-tag-placeholder {
        align-self: flex-end;
}

.widget-popover .popover-content .spy-content .agent-info .agent-name {
        font-size: 18px;
}

.widget-popover .popover-content .spy-content .agent-info .agent-extension {
        font-size: 12px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-datepicker {
  z-index: 1051 !important;
}

.errorScheduleMessage {
  color: #E04541;
}

.deactivated-extension {
  font-size: 15px !important;
  color: #DE0E0A;
}

#flash div {
  word-break: break-all;
}

.footer-tenant-dropdown {
  z-index: 1000;
}

.footer-tenant-dropdown .item {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

#start-date,
#end-date {
  width: 105px;
}

.footer-tenant-select {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  #evolux-footer,
  .footer {
    height: auto;
    padding-bottom: 5px;
  }
  .footer-tenant-select {
    justify-content: flex-start !important;
  }
}

