.category_box {
    height: 100%;
}

.view {
    overflow: hidden;
    position: relative;
}

.box_title {
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    word-wrap: break-word;
}

.spacer {
    margin-top: 1em;
    padding-bottom: 1em;
}

.view img {
    height: auto;
    width: 100%;
}

.cart_box {
    background-color: #fab20a;
}

.view_head {
    text-align: center;
}

#cart_empty {
    background-color: #f4f4f4;
    color: #333333;
}

.cart_row_title, .cart_row_title h1 {
    color: white;
    padding: 20px;
}

.cart_box_title {
    color: white;
    text-align: center;
}

.cart_course_title, .cart_course_title:hover {
    color: white !important;
    font-size: 2.0rem;
    font-weight: bold;
}

.participants {
    width: 100%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
*/

#header_cart {
    background-image: url('/assets/addons/d2u_courses/cart_only_sw.png');
    background-size: auto 100%;
    min-width: 50px;
/*    background-color: #000; */
}

#header_cart, #header_search {
    background-repeat: no-repeat;
    display: inline-block;
    
}

#header_search {
    background-image: url('/media/icon_search_only.svg');
    background-position: right;
    background-size: 80% 80%;
    float: right;
    min-width: 30px;
    width: auto;
}

#header_cart #cart_details {
    background-color: #fab20a;
    border-radius: 20px;
    color: white;
    margin-left: 30px;
    text-align: center;
    width: 20px;
}

.title_head {
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px;
}

.delete_participant {
    float: right;
    margin: 5px 5px 7px;
}

.save_cart {
    background-color: #a49f9f;
    border: 0px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.add_participant {
    background: transparent;
    border: 0;
    color: white;
    padding: 0 0 5px 0;
    text-align: left;
}

.div_cart {
    padding: 0 5px 5px 0;
}

.div_cart input, .div_cart select {
    background-color: white;
    border: 0;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: 0px;
    height: 30px;
    width: 100%;
    color: black;
    padding: 5px;
}

input:invalid, textarea:invalid {
    background-color: #fff2f4;
    border-left: 5px solid red;
}

.registration_header {
    background-color: #fab20a;
    color: white;
    margin-bottom: 15px;
    padding-left: 10px;
}

label.cart_text, label.cart_select {
    float: left;
    width: 150px;
}

.cart_checkbox {
    background-color: #f4f4f4;
    border: 3px #f4f4f4 solid;
    max-width: 100%;
    padding-left: 7px;
}

input.cart_checkbox {
    margin-top: 7px;
    vertical-align: top;
}

input[type="checkbox"] {
    width: 1.75em;
}

input.cart_checkbox {
    margin-top: 7px;
    vertical-align: top;
}

.course_box {
    background-color: #f4f4f4;
    padding: 5px;
}

.course_row {
    margin-bottom: 5px;
}

.add_cart {
    background-color: #a49f9f;
    border: 0px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.open {
    background-color: #41b23b;
}

.open, .closed {
    border-radius: 10px;
    float: right;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}

.course_title h1 {
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}

.course-list-title, .course-title_box {
    margin-bottom: 1em;
}

.course_title {
    color: white;
    padding: 1rem 5px;
}

.add_cart a {
    color: white !important;
}

.course_picture img {
    max-width: 100%;
}

