/* check personalizado, addons de bootstrap y label primary*/
/* background primary button */
/* border color buttons */
/* hover del secondary y titulos */
/* disabled menu */
/* roll overs radios y checks buttons */
/* roll overs sobre azul oscuro */
/* color anchors */
DIV.outbound-calls-daemon-main {
  border: solid 1px #cfd8e5;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden; }
  DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-title {
    background-color: #5285cc;
    color: #FFF;
    padding: 10px;
    font-size: 16px;
    text-align: center; }
  DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row {
    padding: 10px; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row + DIV.outbound-calls-daemon-main-row {
      border-top: solid 1px #cfd8e5; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info {
      flex: 1 1 auto;
      min-width: 0; }
      DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info > DIV.row-title {
        font-size: 15px; }
        DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info > DIV.row-title > SPAN:first-child {
          color: #555; }
        DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info > DIV.row-title > SPAN.value {
          font-weight: bold; }
          DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info > DIV.row-title > SPAN.value.value-warning {
            color: #F00; }
        DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info > DIV.row-title > SPAN.icon-alert-error {
          color: #F00;
          margin-left: 6px;
          font-size: 16px;
          vertical-align: middle; }
      DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.info > DIV.row-audit {
        font-size: 12px;
        color: #777;
        margin-top: 4px; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-row > DIV.form-group {
      margin-bottom: 0; }
  DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body DIV.outbound-calls-daemon-main-backoff {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body DIV.outbound-calls-daemon-main-backoff > DIV.backoff-item {
      display: flex;
      align-items: center;
      gap: 6px; }
      DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body DIV.outbound-calls-daemon-main-backoff > DIV.backoff-item > SPAN.backoff-label {
        font-weight: bold;
        min-width: 22px;
        text-align: right; }
      DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body DIV.outbound-calls-daemon-main-backoff > DIV.backoff-item > INPUT.form-control {
        width: 70px;
        text-align: right; }
  DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-actions {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    border-top: solid 2px #cfd8e5; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-body > DIV.outbound-calls-daemon-main-actions > BUTTON {
      margin-left: 10px; }
  DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-loading > SPAN {
      font-size: 14px; }
    DIV.outbound-calls-daemon-main > DIV.outbound-calls-daemon-main-loading > IMG {
      margin-top: 10px; }
