.dataTableMrBoulier .DTSelected tr {
    background-color: rgb(0, 122, 255) !important;
    background-image: none;
    color: rgb(255, 255, 255);
}

.dataTableMrBoulier .DTSelected > td {
    background-color: rgb(0, 122, 255) !important;
    background-image: none;
    color: rgb(255, 255, 255);
}

#modalService {
    width: 80%;
}

#loading {
    margin-left: auto;
    margin-right: auto;
    width: 124px;
}

.buttonTop {
    margin-bottom: 20px;
}

.panel-heading {
    font-size: 14px;
    font-weight: bold;
}

.red {
    background-color: #e35434 !important;
}

.green {
    background-color: #327b00 !important;
}

.error-import {
    color: red !important;
    font-size: 12px;
}

.line-through {
    text-decoration: line-through;
}

/*
.select2-container .select2-choice {
    background-clip: padding-box !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #555555 !important;
    display: block !important;
    height: 34px !important;
    line-height: 29px !important;
    overflow: hidden !important;
    padding: 0 12px 0 8px !important;
    position: relative !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
.select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background-color: #FFFFFF !important;
    width: 28px !important;
    text-align: center;
}
.select2-container .select2-choice .select2-arrow b {
    background: none !important;
    display: block;
    height: 100%;
    width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
    content: "\f078";
    display: inline;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
}
.select2-dropdown-open.select2-container-active .select2-choice .select2-arrow b:before {
    content: "\f077";
}
.select2-container-multi .select2-choices {
    background-image: none !important;
    background-color: #FFFFFF !important;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #F4F4F4 !important;
    background-image: none !important;
    border: 1px solid #DDD !important;
    cursor: default !important;
}

.select2-container .select2-choice {
    display: block!important;
    height: 36px!important;
    white-space: nowrap!important;
    line-height: 26px!important;
}
*/

.long-text {
    white-space: normal;
    word-wrap: break-word;
}

div.select2-container-multi.form-control {
    height: auto;
}

table.dataTable {
    width: 100% !important;
}

tr.tr-latest, tr.tr-latest > td {
    background-color: #7aba7b !important;
}

span.advanced-line {
    color: #565555;
    font-size: 11px;
}

/*CSS loader*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #73a7bc;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#importLoader {
    background-color: transparent !important;
}

#importLoader {
    border: none;
    border-right: 0;
    box-shadow: none;
}
