

.sparkleMarginTable{
    width:95%!important;
    margin:0 auto!important;
}



.haveError{
    background-color:#f05050!important;
}

.noError{
    background-color:#27c24c!important;
}

.full-width {
    /*width:100% !important;
    min-width:100% !important; 
    max-width:100% !important;*/
    text-align: center;
}

.center-width {
    /*width:100% !important;
    min-width:100% !important; 
    max-width:100% !important;*/
    text-align: center;
}

.text-area-details {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #58666e;
}

.readOnlyWhite{
    background-color:white !important;
}

/* ---------format datePicker ------------*/
.datepicker .table-condensed .picker-switch {
    text-align: center !important;
}
/*----------------------------------------*/

/* -------- date placeholder ------------------*/
.date-placeholder::-webkit-input-placeholder {
    color: #58666e;
}

.date-placeholder:-moz-placeholder { /* Firefox 18- */
    color: #58666e;
}

.date-placeholder::-moz-placeholder { /* Firefox 19+ */
    color: #58666e;
}

.date-placeholder:-ms-input-placeholder {
    color: #58666e;
}

.sparkleit-title-icons {
    margin-right: 25px;
}
/*-----------------------------------------------*/

/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #DDDDDD;
    cursor: default;
    z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #3C6E97;
    border-color: #3C6E97;
    color:white;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    color: #676a6c;
}

.pagination .footable-page.active a {
    background-color: #3C6E97;
    border-color: #3C6E97;
    color: white;
}

.jumbotron-sparkle {
    padding: 10px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.desativarSelect {
    pointer-events: none;
}

.table tbody tr td {
    vertical-align: middle !important;
}


.table thead tr th:first-child,
.table tbody tr td:first-child {
    width: 40em;
    min-width: 15em;
    max-width: 40em;
    word-break: break-all;
}


.columnMaterials {
    float: left;
    width: 50%;
}

.sq-timeline {
    position: relative;
    margin-left: 25px;
    /*overflow: auto;
    max-height: 600px;*/
}

    .sq-timeline:before {
        border-left: 0.8px solid rgba(0, 0, 0, 0.1);
        content: '';
        display: block;
        height: calc(100% - 0px);
        position: absolute;
        z-index: 9;
        margin-top: 10px;
    }

.sq-timeline__item {
    clear: both;
    position: relative;
    display: flex;
}

    .sq-timeline__item:before {
        content:"\A";
        width:10px;
        height:10px;
        border-radius:50%;
        background: #3C6E97;
        position: absolute;
        top: 17px;
        left: -4.5px;
        z-index: 10;
    }

    .sq-timeline__item:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.sq-timeline__item__info {
    opacity: 1;
    right: 0;
}

.sq-timeline__item__info--left {
    left: 0;
}

.sq-timeline__item__date {
    border-radius: 50%;
    color: #fff;
    height: 4rem;
    -webkit-transform: scale(0.5);
    width: 4rem;
    z-index: 99;
    margin-left: 6px;
    background-color: var(--color);
}


.sq-timeline__item__date--outgoing {
    background-color: #46bea3;
}

.sq-timeline__item__info {
    padding: 1.4rem;
}

.sq-timeline__item__info--left {
    left: -50%;
    float: left;
    right: auto;
}

.sq-timeline__item__info--left:after {
    border-color: transparent transparent transparent #fff;
    left: auto;
}

.sq-timeline__item__info__description {
    margin-right: .5rem;
}

.sq-timeline__item__info__description_icon_user {
    margin-right: 11px;
    margin-left: 3px;
}
.sq-timeline__item__info__description_icon_calendar {
    margin-right: 9px;
    margin-left: 1px;
}
.sq-timeline__item__info__description_icon_warehouse {
    margin-right: 8px;
}

.sq-timeline__item__info__amount {
    color: #46bea3;
    font-weight: bold;
    white-space: nowrap;
}

.sq-timeline__item__info__amount--outgoing {
    color: #46bea3;
}


.custom-badge {
    padding: 6px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*.scroller {
    white-space: pre-line;
    height: 500px;
    overflow-y: hidden;
    position: relative;
}*/
/*.scroller {
    position: relative;
    max-height: 75vh;
    background: #eee;
}

    .scroller > div {
        padding-right: 15px;
    }*/

.choosenAccountables .chosen-container-multi .chosen-choices {
    max-height: 37px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.row.equal-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
