.content-header > .breadcrumb {
    float: left;
    background: transparent;
    position: relative;
    top: 0px;
    right: 0px;
    border-radius: 2px;
}

.wrapper {
    background-color: #ecf0f5 !important;
}

.center_in {
    clear: both;
    max-width: 1240px;
    margin: 10px 20px;
    padding: 10px 10px;
    overflow: visible;
    min-height: 1%;
    position: relative;
}

@media (min-width: 786px) {
    #theme-iframe {
        width: 1200px;
        height: 700px
    }

    .register-box {
        width: 500px !important;
    }

    .register-form-icon {
        top: 30px !important;
        left: 445px !important;
    }

    .has-feedback label ~ .form-control-feedback {
        top: 20px;
    }

    .login-box {
        width: 500px !important;
    }
}

.connexion-icon {
    color: #fff;
    line-height: 50px !important;
    padding: 0px 0px !important;
    border-radius: 50%;
    text-decoration: none !important;
    position: relative;
}

iframe {
    border: 0 !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 115px !important;
}

.fs-32 {
    font-size: 32px;

}

.checkbox label {
    padding-left: 5px !important;
}

.message.bg-danger {
    background: #f44336;
    color: #FFF;
    padding: .5em 20px;
}

.content {
    background: #ecf0f5 !important;
}

.has-feedback label ~ .form-control-feedback {
    font-size: 15px;
}

.reset-password-content, .login-content, .register-content {
    min-height: 100% !important;
}

.alert.alert-info {
    background-color: #2196f3;
    color: #FFF;
    width: 100%;
    padding: 5px;
    width: 1018px;

}

.mr-4 {
    margin-right: 4px;
}

.mr-10 {
    margin-right: 10px;
}

.password input + .unmask {
    position: relative;
    top: -35px;
    left: 97%;
    height: 25px;
    font: normal normal normal 24px/1 FontAwesome;
}

.password input[type="password"] + .unmask:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 17px;
    height: 17px;
    font: normal normal normal 24px/1 FontAwesome;
    cursor: pointer;
}

.password input[type="text"] + .unmask:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    font: normal normal normal 24px/1 FontAwesome;
    cursor: pointer;
}

.form-helper-2 {
    position: relative;
    color: red;
}

.form-helper-content {
    font-size: 15px;
    text-align: left;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    background: #158d9a;
    color: #fff !important;
}

form .short, form .weak, form .good {
    font-weight: bold;
    color: #FF0000;
    font-size: larger;
}

form .strong {
    font-weight: bold;
    color: limegreen;
    font-size: larger;
}

#mn_formalist_user_isExternal label, #mn_manager_user_isExternal label {
    margin-right: 10px;
}

#mn_formalist_user_isExternal .iradio_square-blue, #mn_manager_user_isExternal .iradio_square-blue {
    margin-right: 2px;
}

.select2 {
    width: 100% !important;
}

.mt-10 {
    margin-top: 10px;
}