/*@import "../../../admin/css/app-style.css";*/

/*Cards */
.card{
    margin-bottom: 30px;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    border: none;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(236, 236, 253);
    font-weight: 600;
    font-size: 14px;
    color: #59597d;
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color:#1a262b;
}
.card-action{
    float: right
}
.card-action a i{
    color:#1a262b;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-deck {
    margin-bottom: 30px;
}
.card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
}

.card-group {
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    margin-bottom: 30px;
}
.card-group .card {
    box-shadow: none;
}

.card.card-primary {
    border-bottom:3px solid #EB6425 !important;

}
.card.card-success{
    border-bottom:3px solid #31a9f0 !important;
}

.card.card-danger{
    border-bottom:3px solid #fd3550 !important;
}
.card.card-warning{
    border-bottom:3px solid #ff9700 !important;
}
.card.card-info{
    border-bottom:3px solid #0dceec !important;
}
.card.card-light{
    border-bottom:3px solid #e9eaea !important;
}
.card.card-secondary{
    border-bottom:3px solid #75808a !important;
}
.card.card-dark{
    border-bottom:3px solid #223035 !important;
}

.border-top-sm {
    border-top: 2px solid !important;
}

.border-bottom-sm {
    border-bottom: 2px solid !important;
}

.border-primary {
    border-color: #EB6425 !important;
}

.card-authentication2 {
    max-width: 60rem;
}

.card-authentication1 {
    max-width: 27rem;
}

.shadow-primary{
    box-shadow: 0 7px 30px rgba(2, 140, 253, 0.7)!important;
}

.btn-round {
    border-radius: 30px !important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

a.text-muted:focus, a.text-muted:hover {
    color: #748690;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #EB6425;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #EB6425;
    border-color: #EB6425;
}

.btn-primary {
    color: #fff;
    background-color: #EB6425;
    border-color: #EB6425
}

.btn-primary:hover {
    color: #fff;
    background-color: #ce5821;
    border-color: #eb6425
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ce5821;
    border-color: #eb6425
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ce5821;
    border-color: #eb6425
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.text-custom{
    color: #EB6425;
}

.titre-planugo{
    font-size: 20px;
    color: #00995d;
    font-weight: bold;
}

.custom-file-input{
    opacity: 1 !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    display: none;
    content: "Télécharger" !important;
    padding-top: 10px;
}