/*console V3 Quick-install V1.0.5*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext);
#wpformnew .btn {
    margin: 5px 0px 0px;
}
#wpformnew .modal-footer:last-child {
	padding:10px 50px 15px 0px;
    margin-bottom: -20px;
}
#wpformnew .modal-header:nth-child(4) h4 {
    color: #95b75d;
}
#wpformnew .modal-header:nth-child(4),
#wpformnew .modal-header:nth-child(7) {
    background: #33414e;
    color: #fff;
    border-radius: 0px;
}
#wpformnew .modal-header:nth-child(4) {
    background-image: url(https://www.wpserveur.net/muwps/quick-install-bg.png) ;
    background-repeat:no-repeat ;
    background-position:right top;
    background-size:contain;
}

#wpformnew .modal-header:nth-child(7) {
    margin-top:10px
}
#wpformnew .modal-header:nth-child(7) .pad {
    padding:5px 0px 0px;
}
#load_addwp {
    background:#fff;
}
/*
#load_addwp .form-group .text-success {
    float: right;
	width:calc(100% - 185px);
    text-align:right;
}
#load_addwp .form-group label {
    float: left;
    width: 185px;
}
*/
.ext-plugs {
    margin: 20px 0px;
}
span.thems,
span.plugs {
    padding: 10px 5px 11px 5px;
    border: 1px solid #d5d5d5;
    width: 19.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    position: relative;
    display: block;
    float: left;
    background: #fff;
}
span.thems a,
span.plugs a {
    color: #33414e !important;
}
/*
span.thems.mea a,
span.plugs.mea a {
    color: #fff !important;
}
span.thems.mea a:hover,
span.plugs.mea a:hover {
    color: #fff !important;
}
*/
span.thems.mea a:hover,
span.plugs.mea a:hover,
span.thems a:hover,
span.plugs a:hover {
    text-decoration: none;
}
span.thems.mea,
span.plugs.mea {
    background: url(https://www.wpserveur.net/muwps/recommanded-plugin.png) no-repeat right bottom #fff;
}
span.thems input[type="checkbox"],
span.plugs input[type="checkbox"] {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0px;
}
.thems label,
.plugs label {
    margin: 0;
}
@media (max-width: 1500px) {
    span.thems, span.plugs {
        width: 24.5%;
        margin-right: 0.5%;
    }
}
@media (max-width: 1200px) {
    span.thems, span.plugs {
        width: 32.8%;
        margin-right: 0.5%;
    }
}
@media (max-width: 900px) {
    span.thems, span.plugs {
        width: 49.5%;
        margin-right: 0.5%;
    }
}
@media (max-width: 680px) {
    span.thems, span.plugs {
        width: 100%;
        margin-right: 0;
    }
}
/*fomr style*/
#wpformnew .modal-header {
    padding:10px 25px
}
#wpformnew .modal-header p {
    line-height: 15px;
    font-size: 12px;
}
.form-group.themes,
.form-group.plugins {
    display: table;
    padding: 0px 15px;
}
form#wpformnew {
    margin-top: -20px;
}
#wpformnew [type="checkbox"]:not(:checked),
#wpformnew [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    /*left: inherit !important; debug mode*/
    /*right: 0;debug mode*/
}
#wpformnew [type="checkbox"]:not(:checked) + label,
#wpformnew [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}
/*styling checkbox*/

#wpformnew [type="checkbox"]:not(:checked) + label:before,
#wpformnew [type="checkbox"]:checked + label:before,
#wpformnew [type="checkbox"]:not(:checked) + label:after,
#wpformnew [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
}
#wpformnew [type="checkbox"]:not(:checked) + label:before,
#wpformnew [type="checkbox"]:checked + label:before {
    left: 0px;
    top: -6px;
    width: 60px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
#wpformnew [type="checkbox"]:not(:checked) + label:after,
#wpformnew [type="checkbox"]:checked + label:after {
    width: 24px;
    height: 24px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 50%;
    background: #ababab;
    top: -3px;
    left: 4px;
    border: 2px solid #fff;
    content: "-";
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: bold;
    vertical-align: middle;

}
/* on checked */

#wpformnew [type="checkbox"]:not(:checked) + label a {
    color: #ababab !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
#wpformnew [type="checkbox"]:not(:checked) + label a:hover {
    color: #33414e !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
/*
#wpformnew .thems.mea [type="checkbox"]:not(:checked) + label a,
#wpformnew .plugs.mea [type="checkbox"]:not(:checked) + label a {
    color: rgba(255, 255, 255, 0.65) !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
#wpformnew .thems.mea [type="checkbox"]:not(:checked) + label a:hover,
#wpformnew .plugs.mea [type="checkbox"]:not(:checked) + label a:hover {
    color: #fff !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
*/
#wpformnew [type="checkbox"]:checked + label:before {
    background: #d5e2be;
}
#wpformnew [type="checkbox"]:checked + label:after {
    background: #95b75d;
    border: 2px solid #fff;
    top: -3px;
    left: 32px;
    content: "+";
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    box-shadow: 0px 0px 10px 2px #95b75d;
}
#wpformnew [type="checkbox"]:focus + label:before {
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
}
#wpformnew input[type=checkbox],
#wpformnew input[type=checkbox]:active,
#wpformnew input[type=checkbox]:hover,
#wpformnew input[type=checkbox]:focus {
    margin-top: 0px;
}
/*création basique*/
/*message d'erreur*/
#password_error, 
#blog_error, 
#name_error,
#password_confirmation_error,
#password-error, 
#blog-error, 
#name-error,
#password_confirmation-error {
    background: #b34949;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding:0px 3px;
}

/*console V3 Quick-install V1.0.5*/