.notification_read {
    position: absolute;
    top: 6px;
    left: 27px;
    font-size: 9px;
    background: #f44336;
    /* color: #FFFFFF; */
    min-width: 15px;
    /* padding: 0px 5px; */
    height: 15px;
    border-radius: 10px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;
    display: block;
}

#pswd_info {
    display: none;
    position: absolute;
    z-index: 100;
    /* position: fixed; */
    /* position: sticky; */
    /* z-index: 99999; */
    margin-top: 10px;
    /* bottom: -75px; */
    bottom: -115px\9;
    right: 55px;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    left: 70%;
}

header {
    display: grid;
    grid-template-columns: 63% 1fr 1fr 1fr;
}

.board_limit p {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pswd_info::before {
    content: "\25B2";
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-shadow: none;
    display: block;
}

.invalid {
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    line-height: 24px;
    color: #3a7d34;
}

.range-input-new-process {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: auto;
}

.range-input-new-process input {
    margin-top: auto;
    -webkit-appearance: none;
    height: 10px;
    /* background-image: linear-gradient(-90deg, red, yellow, green); */
    background: linear-gradient(to right, #4caf50, #fb5043);
    outline: none;
}

.range-input-new-process input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #2a4ab1;
    /* border: 2px solid #4471ef; */
    border-radius: 50%;
    outline: none;
}

.range-input-new-process .value-np {
    color: #4471ef;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: auto;
}

.range-input-new-process .value-np div {
    transition: all 300ms ease-in-out;
}

.priority_number_np {
    width: 50px;
    border: solid 1pt black;
    padding-left: 2px;
}

.range-input-update {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: auto;
}

.range-input-update input {
    margin-top: auto;
    -webkit-appearance: none;
    height: 10px;
    /* background-image: linear-gradient(-90deg, red, yellow, green); */
    background: linear-gradient(to right, #4caf50, #fb5043);
    outline: none;
}

.range-input-update input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #2a4ab1;
    /* border: 2px solid #4471ef; */
    border-radius: 50%;
    outline: none;
}

.range-input-update .value-up {
    color: #4471ef;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: auto;
}

.range-input-update .value-up div {
    transition: all 300ms ease-in-out;
}

.priority_number_up {
    width: 50px;
    border: solid 1pt black;
    padding-left: 2px;
}

.range-input-transfer {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: auto;
}

.range-input-transfer input {
    margin-top: auto;
    -webkit-appearance: none;
    height: 10px;
    /* background-image: linear-gradient(-90deg, red, yellow, green); */
    background: linear-gradient(to right, #4caf50, #fb5043);
    outline: none;
}

.range-input-transfer input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #2a4ab1;
    /* border: 2px solid #4471ef; */
    border-radius: 50%;
    outline: none;
}

.range-input-transfer .value-tr {
    color: #4471ef;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: auto;
}

.range-input-transfer .value-tr div {
    transition: all 300ms ease-in-out;
}

.priority_number_tr {
    width: 50px;
    border: solid 1pt black;
    padding-left: 2px;
}

.scroll {
    /* width: 400px; */
    height: 500px;
    margin: 30px auto 0 auto;
    position: relative;
    overflow: auto;
  }

  .circle {
    display: block;
    background: red;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 0;
    margin-right: 10px;
  }

  img {
    vertical-align: middle;
  }

  .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
  }

  .img-rounded {
    border-radius: 3px;
  }

  /* .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
  } */

  .img-circle {
    border-radius: 50%;
  }

  .timeline-centered {
    position: relative;
    margin-bottom: 30px;
  }

  .timeline-centered:before,
  .timeline-centered:after {
    content: " ";
    display: table;
  }

  .timeline-centered:after {
    clear: both;
  }

  .timeline-centered:before,
  .timeline-centered:after {
    content: " ";
    display: table;
  }

  .timeline-centered:after {
    clear: both;
  }

  .timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
  }

  .timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
    float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
  }

  .timeline-centered .timeline-entry:before,
  .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
  }

  .timeline-centered .timeline-entry:after {
    clear: both;
  }

  .timeline-centered .timeline-entry:before,
  .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
  }

  .timeline-centered .timeline-entry:after {
    clear: both;
  }

  .timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
  }

  .timeline-centered .timeline-entry.left-aligned {
    float: left;
  }

  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
  }

  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
  }

  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
  }

  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
  }

  .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner:before,
  .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner:before,
  .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
  }

  .slider {
    width: 100%;
    background: #d3d3d3;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -115%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }

  .show_submenu:hover ul {
    display: block !important;
  }

  /* .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    } */

  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }

  .vermais {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carregarm {
    position: absolute;
    background-color: rgb(42 74 177);
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    height: 5%;
  }