.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.toolbar {
    margin: 0 0 10px 0;
}

    .toolbar .search {
        float: left;
    }

.search .form-control {
    display: inline-block;
}

.toolbar .btn {
    float: right;
    margin: 0 5px;
}

.type-selection {
    text-align: center;
}

    .type-selection li {
        list-style: none;
        display: inline-block;
        margin: 0 20px;
        border: 1px solid transparent;
        padding: 10px;
    }

        .type-selection li:hover {
            cursor: pointer;
            border-radius: 3px;
            border: 1px solid #DDD;
        }

    .type-selection .selected {
        background-color: #e4e4e4;
        border-color: #d0d0d0;
    }

.miutype-image img {
    width: 150px;
}


/* ##### MULTI-STEP FORM ##### */
#msform {
    position: relative;
}

    /*inputs*/
    #msform input, #msform textarea {
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 13px;
    }

    /*buttons*/
    #msform .action-button {
        width: 100px;
        background: #076A99;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #05557B;
        }

.ocp-valign-content > * {
    vertical-align: middle !important;
    float: none !important;
}

.widget-body {
    min-height: 0 !important;
}

/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.railway {
    overflow: hidden;
    counter-reset: step;
    margin: 0;
    padding: 0;
}

    .railway li {
        list-style-type: none;
        color: #333;
        font-size: 12px;
        float: left;
        position: relative;
        text-align: center;
        z-index: 1;
        width: 9%;
    }

        .railway li:hover {
            cursor: pointer;
        }

            .railway li:hover:before {
                background: #076A99;
                color: white;
            }

        .railway li:before {
            content: counter(step);
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            display: block;
            font-size: 10px;
            color: white;
            background: #656565;
            border-radius: 3px;
            margin: 0 auto 5px auto;
        }

        .railway li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #656565;
            position: absolute;
            left: -42%;
            top: 9px;
            z-index: -1;
        }

        .railway li:first-child:after {
            content: none;
        }

        .railway li.active {
            font-weight: bolder;
            color: #076A99;
        }

            .railway li.active:before {
                background: #076A99;
                color: white;
            }

            .railway li.active:after {
                background: #076A99;
                color: white;
            }

        .railway li.done:before, .railway li.done:after {
            background: #076A99;
            color: white;
        }

.btn-disabled {
    background-color: #5599b9 !important;
    cursor: not-allowed !important;
}

textarea {
    resize: vertical;
}

.required:after {
    content: '*';
    color: #b80500;
    font-weight: 700;
    font-size: 16px;
    padding-left: 2px;
}

label.error {
    display: none !important;
}

    label.error ~ input {
        margin: 0;
    }

input[aria-invalid='true'], textarea[aria-invalid='true'] {
    border: 1px solid #b80500 !important;
}

#create-steps .row {
    margin-bottom: 10px;
}

.invisible-button {
    background: transparent;
    border: none !important;
    outline: none;
    font-size: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.search label {
    margin-left: 5px;
}

.search-control .search {
    display: inline-block;
    margin: 0 10px;
}

.search {
    margin: 5px 0;
}

.search-submit {
    margin-top: 10px;
}

.control-label {
    padding-top: 7px;
}

/*---------chevrons sauvages--------*/
#progressbarContainer {
    margin-bottom: 50px;
}

#chevronsContainer {
    padding-top: 20px;
    text-align: center;
}

ol.chevrons {
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 2%;
    padding-left: 0;
    font-size: smaller;
    width: 150px;
    display: inline-block;
}

    ol.chevrons > li {
        text-align: center;
        background-color: #f5f5f5;
        padding: 2px 2px 12px 2px;
        position: relative;
        margin: 0 0 8px 0;
    }

        ol.chevrons > li:hover {
            text-decoration: underline;
            color: blue;
        }

        ol.chevrons > li:before {
            content: "";
            display: block;
            border-color: transparent #f5f5f5 transparent #f5f5f5;
            border-width: 10px 75px 0 75px;
            border-style: solid;
            position: absolute;
            left: 0;
            top: -10px;
            background-color: transparent;
            width: 150px;
        }

        ol.chevrons > li:after {
            background-color: transparent;
            content: "";
            display: block;
            border-color: transparent white transparent white;
            border-width: 10px 75px 0 75px;
            border-style: solid;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 150px;
        }

        ol.chevrons > li:nth-child(even) {
            background-color: white;
        }

            ol.chevrons > li:nth-child(even):before {
                border-left-color: white;
                border-right-color: white;
            }

        ol.chevrons > li.done {
            background-color: #ceeefd;
        }

            ol.chevrons > li.done:before {
                border-left-color: #ceeefd;
                border-right-color: #ceeefd;
            }

            ol.chevrons > li.done:nth-child(even) {
                background-color: #b6e5fc;
            }

                ol.chevrons > li.done:nth-child(even):before {
                    border-left-color: #b6e5fc;
                    border-right-color: #b6e5fc;
                }

        ol.chevrons > li.active {
            background-color: #076A99;
            color: white !important;
        }

            ol.chevrons > li.active:before {
                border-left-color: #076A99;
                border-right-color: #076A99;
            }

        ol.chevrons > li:after {
            content: "";
            display: block;
        }

.sign {
    font-size: 1.1em;
}

    .sign.warning:after {
        content: "⚠ Warning";
        margin-left: 5px;
        background-color: orange;
        border-radius: 2.5px;
    }

    .sign.error:after {
        content: "⚠ Error";
        margin-left: 5px;
        background-color: red;
        color: white !important;
        border-radius: 2.5px;
        font-size: 0.8em;
        padding: 3px;
    }

@media (min-width: 768px) {
    .dl-horizontal > dt {
        margin-right: 3%;
        float: left !important;
        width: 42% !important;
        clear: left !important;
        text-align: right !important;
        margin-bottom: 7px !important;
        white-space: normal !important;
    }

    .dl-horizontal > dd {
        float: left !important;
        width: 55% !important;
        margin-left: 0 !important;
    }
}

.text-hide-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

/*------------ Tooltips ------------*/
.ocpTooltip {
    position: relative;
    display: inline-block;
    color: #AAA;
}

    .ocpTooltip:hover {
        color: black;
    }

.marginVertical {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marginHorizontal {
    margin-left: 15px;
    margin-right: 15px;
}

.smallMarginHorizontal {
    margin-left: 5px;
    margin-right: 5px;
}

/* Header */
#header {
    border: 0px transparent;
    margin: 0;
    background-color: #011c29;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWIyNjJlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDk2MTgyIiBvZmZzZXQ9IjEiIC8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#011c29),color-stop(1,#227aa4));
    background-image: -o-linear-gradient(right,#011c29 0,#227aa4 100%);
    background-image: -moz-linear-gradient(right,#011c29 0,#227aa4 100%);
    background-image: -webkit-linear-gradient(right,#011c29 0,#227aa4 100%);
    background-image: -ms-linear-gradient(right,#011c29 0,#227aa4 100%);
    background-image: linear-gradient(to right,#011c29 0,#227aa4 100%);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
    height: 50px;
}

    #header .separator {
        height: 50px;
        width: 1px;
        margin: 0 10px;
        background-image: url(../img/headerSeparator.svg)
    }

.navbar-header {
    display: inline-block;
}

.ocp-nav-link {
    color: white !important;
}

    .ocp-nav-link:hover {
        text-decoration: underline !important;
    }

.ocp-dropdown-menu {
    border-radius: 0;
    margin: 0;
    right: 0;
    left: initial;
    text-align: center;
}

.ocp-img-small {
    max-width: 140px;
    max-height: 140px;
}

.ocp-text-empty-list {
    padding: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
}

.ocp-tag {
    margin: 2px;
    float: left;
}

.ocp-break-word {
    word-wrap: break-word;
}

.noscriptText {
    color: white;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    margin: 100px;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}
