.metademands_tickettask {
    padding: 5px;
    border: solid 1px #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.informations a[target="_blank"]::before {
    font-family: tabler-icons;
    content: "";
    padding-right: 4px;
}

.metademands_show_values {
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: solid 1px #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.metademands_show_custom_fields {
    margin-left: auto;
    margin-right: auto;
    /*width: 60%;*/
    /*border-bottom: 1px dashed black;*/
}

.metademands_show_custom_fields td {
    width: 50%;
}

.metademands_duplication {
    padding: 5px;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}

.metademands_wizard_rank {
    max-width: 1250px;
    margin: 10px auto 50px !important;
    display: block;
    /*position: relative;line-height: 1.4em;*/
}


.metademands_wizard_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    color: black;
}

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

.metademands_wizard_img {
    vertical-align: middle;
}

.metademands_wizard_button {
    height: 35px;
    border-top: 2px outset black;
}

.metademand_previous_button {
    float: left;
    margin: 10px;
}

a.metademand_middle_button {
    position: relative;
    left: 50%;
}

/* Hide all steps by default: */
.tab-sc {
    display: none;
}

@media (max-width: 768px) {
    a.metademand_middle_button {
        display: none;
    }
}

.metademand_next_button {
    float: right;
}

.metademands_tree {
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
    float: left;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.metademand_metademandtasks {
    background-color: #aaccf6;
}

.metademand_metademandfollowup_grey {
    background-color: #D5D5D5;
}

.metademand_metademandfollowup_red {
    background-color: #cf9b9b;
}

.metademands_wizard {
    margin: 0 auto;
    display: table;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    width: 900px;
    background-color: #fff;
}

.metademands_wizard_form {
    width: auto;
    margin: 0 auto;
}

.metademands_wizard_form td {
    padding: 5px;
}

.metademands_wizard_red {
    margin-left: 5px;
    color: red;
}

.metademands_wizard_comments {
    font-size: 9px;
    color: red;
    font-style: italic;
}

.metademands_wizard_border {
    border-bottom: #CCC;
    border-bottom-style: solid;
    margin-bottom : 10px;
}

.metademands_wizard_label2 {
    background-color: antiquewhite;
    margin-top : 10px;
    font-size: 13px;
    border: 1px #CCC dashed;
    padding-left: 5px;
}


.metademands_wizard_informations {
    margin-top : 10px!important;
    font-size: 13px;
    border: 1px #CCC dashed;
    padding-left: 5px;
}

.metademands_img img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    /*width: 100%;*/
}

.basket-data {
    margin-bottom: 15px;
    padding: 0.5rem 0.5rem;
}

@media (min-width: 1600px) {
    .basket-data {
        min-width: 550px;
    }
}


.basket-title {
    margin-bottom: 5px !important;
}

button.clear-basket {
    color: #CCC;
    border: none;
    background: none;
}

.speech {
    position: relative;
    /*max-width: 30em;*/
    margin: 5px;
    background-color: #fff;
    padding: 1.125em 1.5em;
    font-size: 12px;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.mydraft-withouttitle {
    float: right;
    display: inline;
    color: #898787;
    z-index: 1000;
    position: relative;
    top: 10px;
    right: 10px;
}

.mydraft-withtitle {
    float: right;
    display: inline;
    color: #898787;
    z-index: 1000;
    position: relative;
}

.mydraft-text {
    margin-top: 15px;
    color: #949191;
    font-size: 12px;
}

.mydraft-fa {
    /*color: #FFF;*/
}

.mydraft-comment {
    color: #949191;
    font-size: 11px;
}

.input-draft {
    position: absolute;
    right: 0;
    display: table;
    border-collapse: separate;
    float: right;
    z-index: 2;
}

.draft {
    position: relative;
    width: 300px;
    margin: 1%;
    background-color: #fff;
    padding: 1.125em 1.5em;
    font-size: 12px;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    /* float: left; */
    display: table-cell;
    vertical-align: top;
    margin-top: 15px;
}

.draft::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    /*left: 1.5em;*/
    right: 25px;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.draftcloseButton {
    position: absolute;
    right: 5px;
    border: 0;
    background-color: #FFF;
    font-size: 9px;
    top: 5px;
}

.speech::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1.5em;
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.speechcloseButton {
    position: absolute;
    right: 5px;
    border: 0;
    background-color: #FFF;
    font-size: 9px;
    top: 5px;
}

.titlespeech {
    margin-right: 5px;
    font-weight: bold;
}

.tooltip_group_text {
    margin-left: 90px;
}

.preview-md {
    position: relative;
}

/*.select2-selection.select2-selection--single, .select2-container .select2-selection.select2-selection--single, .select2-container .select2-selection.select2-selection--single {*/
/*    width: 100% !important;*/
/*    max-width:100%!important*/
/*}*/

.md-title {
    /*margin-top: 10px!important;*/
}

.md-bottom {
    margin-bottom: 10px;
}

/* step  by step */
.tab-step {
    display: none;
}

.alertelt .alertelttext {
    visibility: hidden;
    color: red;
    text-align: left;
    padding-top: 5px;
    z-index: 1;
}

.alertelt.active .alertelttext {
    visibility: visible;
}

.buttonelt-title {
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-top: 10px!important;
    font-weight: unset;
}

input.invalid {
    background-color: #ffdddd!important;
}

.invalid + .select2-container,
textarea.invalid,
.invalid + .form-select[multiple],
.invalid + .form-select[size]:not([size="1"]) {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}


/* Make circles that indicate the steps of the form: */
.step_wizard {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #c3c9d2;
    border: none;
    /*border-radius: 50%;*/
    display: inline-block;
    opacity: 0.5;
}

.step_wizard.active {
    opacity: 1;
}

.mt-2 {
    margin-top: unset!important;
}

.timeline-item.ITILInterticketfollowup .timeline-content, .timeline-item.ITILInterticketfollowup .timeline-content {
    background-color: #E8DCCA;
    color: #425B64;
    border-color: #ccc;
    /*background-image: url(../pics/timeline/followup.png);*/
    background-repeat: no-repeat;
}

.itil-footer .action-interticketfollowup {
    background-color: #E8DCCA;
    color: #425b64;
}

.timeline-item.PluginMetademandsInterticketfollowup  .timeline-content {
    background-color: #E8DCCA;
    color: #425B64;
    border-color: #E8DCCA;
    border-left: 1em transparent solid;
}
.tab_cadre_fixe .styleLargeTitle, .tab_cadre_navigation_center .styleLargeTitle {
    font-size: 18px;
}

.tab_cadre_navigation_center {
    margin: 10px auto 5px auto;
    padding: 4px;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.metademand-label {
    font-size: 1em!important;
    line-height: 32px!important;
    /*font-weight: bold!important;*/
}

.md-color:before {
    opacity: 0.1;
}

#backtotop {
    display: inline-block;
    background-color: #CCC;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#backtotop:hover {
    cursor: pointer;
    background-color: #333;
}
#backtotop:active {
    background-color: #555;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}

/*Used in OrderFollowUp*/
#freetable_table select:not(.form-control), #freetable_table input:not(.submit):not(.form-control):not([type=submit]):not([type=color]):not([type=reset]):not([type=checkbox]):not([type=radio]):not(.select2-search__field):not(.numInput):not(.tox-textfield) {
    width: 100%;
}
#wizard_form.formCustomDraft .form-sc-group {
    display: inline-block;
    float: right;
    margin-top: 3px;
}
#wizard_form.formCustomDraft .boutons_draft {
    display: inline-block;
    text-align : center;
}

#wizard_form.formCustomDraft .boutons_draft .update_draft,
#wizard_form.formCustomDraft .boutons_draft .delete_draft{
    margin: 10px 20px;
    font-size: 15px;
}

#wizard_form .addlineFI:hover{
    cursor:pointer;
}

.step_wizard_div {
    margin-top: 10px;
}

.linkedtooption {
    border: 3px #d1cece dashed;
    background-color: #efefef;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}

.metatooption {
    border: 3px #aaccf6 dashed;
    background-color: #aaccf6;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
}

.treegrid-indent {
    /*width: 0px;*/
    /*height: 16px;*/
    display: inline-block;
    position: relative;
}

.select2-container .select2-selection--single {
    max-width: 500px !important;
}

.buttonelt {
    max-width: 200px;
    min-width: 200px;
    border: 1px solid #000;
    margin-right: 5px;
    margin-top: 5px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 130px;
    font-weight: unset;
    font-size: 13px;
}

.my_items {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.tooltipelt .tooltipelttext {
    visibility: hidden;
    color: red;
    text-align: left;
    padding-top: 5px;
    z-index: 1;
}

.tooltipelt.active .tooltipelttext {
    visibility: visible;
}

.alertelt .alertelttext {
    visibility: hidden;
    color: red;
    text-align: left;
    padding-top: 5px;
    z-index: 1;
}

.alertelt.active .alertelttext {
    visibility: visible;
}

.buttonelt-title {
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-top: 10px !important;
    font-weight: unset;
}

.buttonelt:hover,
.buttonelt:focus,
.buttonelt:active {
    background-color: #CCC !important;
    color: white;
}

.buttonelt_color {
    background-color: #CCC !important;
    color: white;
}

.tabfieldcontent:not(.active) {
    display: none;
}

.tablinks.active {
    font-weight: 700;
    border-left-color: #bdbdbd !important;
    border-left-width: 5px;
    border-right-color: transparent !important;
    border-right-color: #bdbdbd !important;
}

.tabs-container {
    position: relative;
}

.scrollable-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrollable-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs .nav-item {
    flex-shrink: 0;
}

.scrollable-tabs {
    margin-right: 30px;
    margin-left: 30px;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: unset;
    border: none;
    color: #878080;
    font-size: 1.2rem;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 999;
}

.scroll-left {
    left: 0;
}
.scroll-right {
    right: 0;
}

/* Style the tab content */
.tabfieldcontent {
    /*display: none;*/
    animation: fadeEffect 1s;
    padding-top: 15px;
    /*border: 1px solid #ccc;*/
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.nav-tabs .nav-link.active {
    background: #ffffff;
    border-bottom: unset !important;
}

.info-alert-info {
    color: #80abe4;
}

.info-alert-warning {
    color: #f76707;
}

.info-alert-danger {
    color: #d63939;
}
