/*Dashboard*/

#coschool-dashboard-card-completed{
    padding: 20px 7px !important;
}
.coschool-nav-item{
    list-style: none !important;
}
#current-page-selector{
    display: inherit !important;
    width: 10%;
    margin-bottom: 0px !important;
}
.button{
    margin: 0 10px -23px 0 !important;
    background-color: #0170b9 !important;
    color: #ffffff !important;
}
/*All Course Page*/

.coschool-container{
    width: 95%;
    margin: 0 auto;
    padding: 30px;
}
/*Enroll Page*/

.coschool-cart-tiem-name{
    text-align: left;
}
#coschool-coupon-apply{
    top: 60px;
    right: -10px;
    padding: 18px 25px;
}
.coschool-cart-subtotal-tr > td{
    text-align: left;
}
.coschool-cart-total-tr > td{
    text-align: left;
}
.coschool-student-info fieldset {
    border: 1px solid #c7c1c1;
}
input#coschool-payment-button {
    padding: 10px;
    border-radius: 5px;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    border: none;
}
#coschool-cart-form > table > thead > tr > th {
    box-shadow: none;

}
.coschool-cart-tiem-name, .coschool-cart-coupon, .coschool-cart-price, .coschool-cart-tiem-price, .coschool-cart-tiem-remove {
    box-shadow: none !important ;
}
.coschool-container .coschool-content-status{
    height: 28px;
}
.coschool-quiz-label .coschool-quiz-checkmark::after{
    top: 1px;
    left: 5px;
}
.coschool-accordion-body span{
    margin-top: 5px;
}
.coschool-dm-action .button-one{
    padding: 7px;
}
.coschool-dm-action .button-one:hover{
    padding: 7px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .coschool-container{
        width: 85%!important;
        margin: auto;
    }
    .coschool-container .coschool-content-status{
        height: 28px;
        padding: 0px 20px;
        padding-top: 8px;
    }
    .coschool-quiz-label .coschool-quiz-checkmark{
        top: 0px;
    }
    .coschool-mark-complete{
        width: 90%;

    }
    .coschool-dm-action .button-one{
        padding: 10px;
        margin-left: -4%;
    }
    .coschool-dm-action .button-one:hover{
        padding: 10px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {
    .coschool-container{
        width: 90%;
        margin: auto;
    }
    .coschool-mark-complete{
        width: 90%;
        margin: auto;
        
    }
}