/* CSS File */

.float-r {
    float: right !important;
}

.margin-r-15 {
    margin-right: 15px;
}

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

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-left-13 {
    margin-left: 13px !important;
}

.m-left-14 {
    margin-left: 14px !important;
}

.m-right-10 {
    margin-right: 10px !important;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-17 {
    font-size: 17px;
}

.font-20 {
    font-size: 20px;
}

.font-white {
    color: #fff;
}

.form .error {
    border-color: #a94442 !important;
}

.star-on {
    color: #ea0;
}

.star-off {
    color: #ddd;
}

.w100 {
    width: 100%;
}

.w100p {
    width: 100px;
}

.table > tbody > tr:nth-child(odd).yellow {
    background-color: #ffffb3;
}

.table > tbody > tr:nth-child(even).yellow {
    background-color: #ffffe6;
}

.table > tbody > tr.yellow > td {
    background-color: transparent;
}

.blue {
    color: #0000ff;
}

.green {
    color: #228b22;
}

.red {
    color: #ff0000;
}

.row-red > td {
    background: #f8d7da !important;
    color: #721c24;
}

.grid {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.item {
    margin: 5px;
    border: 1px solid #b13125;
    text-align: center;
    font-size: 1.5em;
}

.panel-welcomes {
    margin-bottom: 1em;
    vertical-align: bottom;
    display: inline-block;
}

.panel-welcomes-message {
    font-style: normal;
    color: white;
    opacity: 0.6;
    line-height: 25px;
    margin-right: 5px;
}

.progress-chart {
    height: 50px;
}

.progress-chart > svg {
    height: 100%;
    display: block;
}

.goals-container {
    display: flex;
}

.goals-container > .goals-sub-container {
    flex: 1;
}

.goals-sub-container > label {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.stats-container {
    display: flex;
}

.stats-container > .stats-sub-container {
    flex: 1
}

.card-title-h5 {
    text-align: center;
    margin-bottom: 10px;
}

tr.blink > td {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    table-layout: fixed;
    white-space:nowrap
}

.table-label {
    font-weight: bolder;
}

h5.stat-number {
    padding-top: 5px;
    font-size: 30px;
}

.stat-text {
    display: inline-block;
    line-height: 1.3;
    font-size: 12px;
    padding: 0 5px
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #2962FF;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

#table-body tr { line-height: 18px;}
#table-body td {
    padding: 0.6rem;
}

#goal-tfoot tr {
    background-color: papayawhip;
}

li#clock {
    color: #fff;
    letter-spacing: 0.2px;
    opacity: 0.6;
}

.container-image-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto
}

.container-image-circle .image-circle {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.support-name {
    color: #fff;
    opacity: 0.7;
    margin-top: 5px;
}
.support-label {
    color: #fff;
    opacity: 0.7;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

.panel-heading-saga{
    text-align:center;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;

    cursor: pointer;
    background-color: #f2f3f3;
}

.login_saga{
  min-height: 100%;
  min-width: 1024px;
  width: 100% !important;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.login_saga_0{
    background: url('http://portal.sagasistemas.com.br/images/backgrounds/bg_0.jpg');
    background-size: cover;
}
.login_saga_1{
    background: url('http://portal.sagasistemas.com.br/images/backgrounds/bg_1.jpg');
    background-size: cover;
}
.login_saga_2{
    background: url('http://portal.sagasistemas.com.br/images/backgrounds/bg_2.jpg');
    background-size: cover;
}
.login_saga_3{
    background: url('http://portal.sagasistemas.com.br/images/backgrounds/bg_3.jpg');
    background-size: cover;
}
.login_saga div:last-child.power{
    color: rgb(8, 8, 8);
}

::selection{
    background-color: #b13125;
    color: white;
}
