﻿/* TODO: Enlever cette section lorsqu'on va passer à Bootstrap dans l'application */
/* Style de bootstrap */
@font-face {
    font-family: "Glyphicon Halflings";
    src: url("../../Scripts/Lib/Glyphicons/glyphicons-halflings-regular.eot");
    src: url("../../Scripts/Lib/Glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
        url("../../Scripts/Lib/Glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../../Scripts/Lib/Glyphicons/glyphicons-halflings-regular.woff") format("woff"),
        url("../../Scripts/Lib/Glyphicons/glyphicons-halflings-regular.ttf") format("truetype"),
        url("../../Scripts/Lib/Glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.bootstrap-duallistbox-container.row,
.bootstrap-duallistbox-description-container.row {
    margin-right: -15px;
    margin-left: -15px;
}

.bootstrap-duallistbox-container.row:before,
.bootstrap-duallistbox-container.row:after,
.bootstrap-duallistbox-description-container.row:before,
.bootstrap-duallistbox-description-container.row:after {
    display: table;
    content: " ";
}

.bootstrap-duallistbox-container.row:after,
.bootstrap-duallistbox-description-container.row:after {
    clear: both;
}

.bootstrap-duallistbox-container .col-md-6,
.bootstrap-duallistbox-description-container .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bootstrap-duallistbox-container button.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 0;
}

.bootstrap-duallistbox-container button.btn:focus,
.bootstrap-duallistbox-container button.btn:active:focus,
.bootstrap-duallistbox-container button.btn.active:focus,
.bootstrap-duallistbox-container button.btn.focus,
.bootstrap-duallistbox-container button.btn:active.focus,
.bootstrap-duallistbox-container button.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bootstrap-duallistbox-container button.btn:hover,
.bootstrap-duallistbox-container button.btn:focus,
.bootstrap-duallistbox-container button.btn.focus {
    color: #333;
    text-decoration: none;
}

.bootstrap-duallistbox-container button.btn.boutonBleu:hover,
.bootstrap-duallistbox-container button.btn.boutonBleu:focus,
.bootstrap-duallistbox-container button.btn.boutonBleu.focus {
    color: #fff;
    text-decoration: none;
}

.bootstrap-duallistbox-container button.btn:active,
.bootstrap-duallistbox-container button.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-duallistbox-container button.btn.disabled,
.bootstrap-duallistbox-container button.btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.bootstrap-duallistbox-container button.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.bootstrap-duallistbox-container span.info {
    margin-top: 5px;
}

.bootstrap-duallistbox-container button.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bootstrap-duallistbox-container button.btn-default:focus,
.bootstrap-duallistbox-container button.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.bootstrap-duallistbox-container button.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bootstrap-duallistbox-container button.btn-default:active,
.bootstrap-duallistbox-container button.btn-default.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bootstrap-duallistbox-container div.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.bootstrap-duallistbox-container div.btn-group > button.btn {
    position: relative;
    float: left;
    border-right: 2px solid #fff;
}

.bootstrap-duallistbox-container div.btn-group > button.btn:hover,
.bootstrap-duallistbox-container div.btn-group > button.btn:focus,
.bootstrap-duallistbox-container div.btn-group > button.btn:active,
.bootstrap-duallistbox-container div.btn-group > button.btn.active {
    z-index: 2;
}

.bootstrap-duallistbox-container div.btn-group button.btn + button.btn {
    margin-left: -1px;
}

.bootstrap-duallistbox-container div.btn-group > button.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.bootstrap-duallistbox-container div.btn-group > button.btn:first-child {
    margin-left: 0;
}

.bootstrap-duallistbox-container div.btn-group > button.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-duallistbox-container div.btn-group > button.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
}

.bootstrap-duallistbox-container .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.bootstrap-duallistbox-container .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap-duallistbox-container .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.bootstrap-duallistbox-container .form-control::-webkit-input-placeholder {
    color: #999;
}

.bootstrap-duallistbox-container .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.bootstrap-duallistbox-container .form-control[disabled],
.bootstrap-duallistbox-container .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.bootstrap-duallistbox-container .form-control[disabled] {
    cursor: not-allowed;
}

.bootstrap-duallistbox-container .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicon Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.bootstrap-duallistbox-container .glyphicon-arrow-left:before {
    content: "\e091";
}

.bootstrap-duallistbox-container .glyphicon-arrow-right:before {
    content: "\e092";
}

.bootstrap-duallistbox-container .label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.bootstrap-duallistbox-container .label:empty {
    display: none;
}

.bootstrap-duallistbox-container .label-warning {
    background-color: #f0ad4e;
}

.bootstrap-duallistbox-container .label-warning[href]:hover,
.bootstrap-duallistbox-container .label-warning[href]:focus {
    background-color: #ec971f;
}

@media (min-width: 992px) {
    .bootstrap-duallistbox-container .col-md-6,
    .bootstrap-duallistbox-description-container .col-md-6 {
        float: left;
        width: 50%;
    }
}
/*Fin de la section de bootstrap*/
