.jarvismetro-tile.big-cubes {
    width: 150px!important;
    height: 120px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 99999;
}

.dataTables_wrapper thead tr, .table thead tr, .table caption, .table tbody td.col1.verticalHeader {
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px
}

.fc-border-separate thead tr th {
    padding: 4px;
    line-height: 1.428571429
}

.dataTables_wrapper th {
    border: 1px solid #bbb;
}

.DTFC_LeftHeadWrapper {
    border-left: 1px solid #bbb;
}

.dataTables_scroll {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.DTFC_LeftBodyWrapper {
    border-left: 1px solid #bbb;
}

.DTFC_LeftBodyLiner {
    overflow: hidden !important;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #fff !important;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: initial !important;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: initial !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: initial !important;
}


.truncate-40 {
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-50 {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-70 {
    width: 70px !important;
    max-width: 70px !important;
    min-width: 70px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-100 {
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-150 {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-200 {
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-250 {
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-300 {
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-400 {
    width: 400px !important;
    max-width: 400px !important;
    min-width: 400px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-500 {
    max-width: 500px !important;
    width: 500px !important;
    min-width: 500px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-800 {
    max-width: 800px !important;
    width: 800px !important;
    min-width: 800px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


tr {
    background-color: #fff !important;
}

.no-display {
    display: none;
}

.full {
    width: 100% !important;
    text-decoration: none !important;
}


.bg-color-green {
    background-color: #0477EA !important;
}

.swiper-slide .panel:not(.disable):hover {
    cursor: pointer;
    background-color: rgba(4, 130, 255, 0.11);
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.panel-green > .panel-heading {
    background: #0477EA !important;

}

.panel-green {
    color: #0477EA !important;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.the-price {
    /*padding: 50px;*/
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}


.smart-style-2 .execute-srcipt-lds.bg-color-blue {
    background-color: #96bf48 !important;
    background-color: #96bf48 !important;
}

.content-puce {
    font-size: 25px;
}

.execute-srcipt-lds.jarvismetro-tile.big-cubes {
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    margin-bottom: 2px !important;
}

.execute-srcipt-lds.jarvismetro-tile.big-cubes:hover {
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    margin-bottom: 2px !important;
    background-color: #8ab042 !important;
}

.execute-srcipt-lds.jarvismetro-tile.big-cubes:checked {
    text-decoration: none;
    border-radius: 50%;
    width: 90px !important;
    height: 90px !important;
    margin-bottom: 2px !important;
    background-color: #8ab042 !important;
}

.execute-srcipt-lds.jarvismetro-tile .iconbox i {
    height: 12px !important;
}

.execute-srcipt-lds.jarvismetro-tile .iconbox span {
    text-align: center !important;
}

.execute-srcipt-lds.jarvismetro-tile {
    padding: 0px !important;
    margin: 0px !important;
}

#content {
    margin: 0px !important;
    padding: 0px !important;
}

#logo a:link {
    color: beige !important;
}

#logo a:visited {
    color: beige !important;
}

#logo a:hover {
    color: beige !important;
}

#logo a:active {
    color: beige !important;
}

#guiContent {
    margin: 0px !important;
    padding: 0px !important;
}

#objTableauEtatStockobj_length {
    display: none;
}

.execute-cb {
    cursor: pointer;
}

.execute-voir-detail, .execute-masque-detail {
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
}

.execute-voir-detail:hover, .execute-masque-detail:hover {
    cursor: pointer;
    text-decoration: none;
    font-style: normal;
}

.execute-keyup {
    width: 20%;
    margin-left: 1em;
    text-align: right;
}

.etiquette {
    color: #fff;
    padding: 0.1em 1em;
    background-color: #96bf48;
    border-radius: 5px;
}


.buttons-excel {
    padding: 5px;
}

.col-Right {
    text-align: right;
    font-size: 0;
}

.col-Right > div {
    float: none;
    display: inline-block;
    text-align: right;
    font-size: 13px;
}


.select2-hidden-accessible {
    display: none;
}

@media (max-width: 1279px) {

    #destocke > label > input {
        width: 200px !important;
        display: none;
    }

    #tssite {
        display: none;
    }
}

@media (max-width: 980px) {

    #header {
        height: 70px;
    }


    #destocke > label > input {
        width: 200px !important;
    }

    body {
        /*font-size:250% !important;*/

    }

    .jarviswidget > div {
        font-size: 100% !important;
    }

    button {
        font-size: 100% !important;
        margin: 10px;
    }

    button.btn.btncentpourcent,
    a.btn.btncentpourcent {
        width: 90%;
        margin: 0 10px;
    }

    .postit {
        font-size: 50% !important;
    }
}

.postit {
    font-family: 'Neucha', cursive;
    height: 400px;
    width: 500px;
}

#zonePostit {
    position: fixed;
    bottom: 0;
    right: 0;
}

.postit {
    background-image: url("/img/winlabo/etiquette1.png");
}

.postit #navPostit {
    /*background-color: #ee162d;*/
    position: relative;
    top: 45px;
    left: 120px;
    width: 120px;
    height: 35px;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
    font-size: 1.8em;
    text-align: center;
}

.postit #navPostit a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

#btnClosePostit {
    position: relative;
    margin-left: 300px;
    top: -40px;
}

.postit #navPostit a:hover {
    color: #0477EA;
}

.postit #contenuPostit {
    /* background-color: #ee162d; */
    position: relative;
    top: 70px;
    left: 115px;
    width: 320px;
    height: 220px;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
    font-size: 1.1em;
    white-space: normal !important;
    overflow-y: auto;
}

.postit #auteurPostit {
    /* background-color: #ee162d; */
    position: relative;
    top: 85px;
    right: -100px;
    width: 335px;
    height: 30px;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
    font-size: 1.5em;
    text-align: right;
    overflow: auto;
}

#md5Route {
    display: none;
}

@media (max-width: 320px) {
    #header h1 {
        width: 114px;
        left: -190px !important;
    }

    #user-nav .nav {
        left: 20% !important;
    }

    #sidebar {
        width: 48% !important;
    }
}


.errorselect {
    border: 1px solid #A90329;
    background-color: #FFF0F0;
}

a.messagerie {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    padding: 0 10px 0 10px;
    position: relative
}

a.messagerie .badge-important {
    background: #ff362c;
}

a.messagerie:hover {
    color: rgb(51, 51, 51);
}

.no-display {
    display: none;
}

.txt-size-12 {
    font-size: 12px;
}

.txt-size-15 {
    font-size: 15px;
}

.txt-size-16 {
    font-size: 16px;
}

.txt-size-17 {
    font-size: 17px;
}

.txt-size-18 {
    font-size: 18px;
}

.txt-size-25 {
    font-size: 25px;
}

@media (max-width: 360px) {
    .blocResultat {
        font-size: 12px;
    }

    .blocResultat table th,
    .blocResultat table td {
        font-size: 11px;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .blocResultat table td.txt-size-12 {
        font-size: 10px;
    }

    .txt-size-15 {
        font-size: 13px;
    }

    .txt-size-16 {
        font-size: 14px;
    }

    .txt-size-17 {
        font-size: 15px;
    }

    .txt-size-18 {
        font-size: 16px;
    }

    .txt-size-25 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    .blocResultat table th,
    .blocResultat table td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .txt-size-12 {
        font-size: 11px;
    }

    .txt-size-15 {
        font-size: 14px;
    }

    .txt-size-16 {
        font-size: 15px;
    }

    .txt-size-17 {
        font-size: 16px;
    }

    .txt-size-18 {
        font-size: 17px;
    }

    .txt-size-25 {
        font-size: 22px;
    }

    .affix {
        width: 100%;
    }
}


.container-fluid {
    padding: 0px;
}



#content {
    margin: 0px !important;
    padding: 0px !important;
}

#guiContent {
    margin: 0px !important;
    padding: 0px !important;
}

#MytableAutomateAnalyses thead th:nth-child(2) {
    width: 30% !important;
}

#MytableAutomateAnalyses thead th:nth-child(1) {
    width: 5% !important;
}

.bottomTable {
    padding: 10px 5px 0 5px;
}

.bottomTable .dt-buttons,
.bottomTable .dataTables_info {
    float: left !important;
}
.bottomTable .dataTables_paginate {
    float: right !important;
}
.select2-search__field{
    width: 100% !important;
}