/* 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-queue {
  border: solid 1px #cfd8e5;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden; }
  DIV.outbound-calls-queue > DIV.outbound-calls-queue-title {
    background-color: #5285cc;
    color: #FFF;
    padding: 10px;
    font-size: 16px;
    text-align: center; }
  DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > TABLE.outbound-calls-queue-table {
    width: 100%;
    border-collapse: collapse; }
    DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > TABLE.outbound-calls-queue-table > THEAD > TR > TH {
      background-color: #cfd8e5;
      padding: 6px 10px;
      font-weight: bold;
      text-align: center;
      font-size: 14px; }
    DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > TABLE.outbound-calls-queue-table > TBODY > TR:not(:last-child) {
      border-bottom: solid 1px #cfd8e5; }
    DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > TABLE.outbound-calls-queue-table > TBODY > TR > TD {
      padding: 6px 10px;
      font-size: 14px; }
      DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > TABLE.outbound-calls-queue-table > TBODY > TR > TD.outbound-calls-queue-value {
        text-align: right;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
        width: 1%; }
  DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > DIV.outbound-calls-queue-actions {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    border-top: solid 2px #cfd8e5; }
    DIV.outbound-calls-queue > DIV.outbound-calls-queue-body > DIV.outbound-calls-queue-actions > BUTTON {
      margin-left: 10px; }
  DIV.outbound-calls-queue > DIV.outbound-calls-queue-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px; }
    DIV.outbound-calls-queue > DIV.outbound-calls-queue-loading > SPAN {
      font-size: 14px; }
    DIV.outbound-calls-queue > DIV.outbound-calls-queue-loading > IMG {
      margin-top: 10px; }
