/* 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.monitor {
  border: solid 1px #cfd8e5;
  border-radius: 10px;
  margin-top: 10px; }
  DIV.monitor > DIV {
    padding: 5px; }
    DIV.monitor > DIV:nth-child(1) {
      display: flex;
      padding: 5px; }
      DIV.monitor > DIV:nth-child(1) > SPAN {
        padding: 10px;
        font-size: 16px;
        flex-grow: 1; }
        DIV.monitor > DIV:nth-child(1) > SPAN:nth-child(1) {
          background-color: #5285cc;
          color: #FFF;
          border-radius: 10px;
          white-space: nowrap;
          display: flex;
          align-items: center;
          justify-content: center; }
        DIV.monitor > DIV:nth-child(1) > SPAN:nth-child(2) {
          text-align: right; }
          DIV.monitor > DIV:nth-child(1) > SPAN:nth-child(2) > .warning {
            color: #F00;
            font-weight: bold; }
    DIV.monitor > DIV:nth-child(2) {
      display: flex;
      flex-direction: row-reverse; }
      DIV.monitor > DIV:nth-child(2) > BUTTON {
        margin-left: 10px; }
    DIV.monitor > DIV:nth-child(3) {
      display: flex;
      flex-direction: column;
      border-top: solid 1px #cfd8e5;
      margin-top: 10px; }
      DIV.monitor > DIV:nth-child(3) > SPAN {
        font-size: 16px;
        text-align: center; }
      DIV.monitor > DIV:nth-child(3) > DIV {
        height: 300px; }

DIV.queue-pendings {
  border: solid 1px #cfd8e5;
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center; }
  DIV.queue-pendings > SPAN {
    flex-grow: 1;
    font-size: 16px; }
