/* calendar */

.teca-calendar-header {
    background-color: #fbbb11;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #fff;
}

.teca-calendar-cell {
    background-color: #f4f3f1;
    font-weight: bolder;
    color: #000;
    text-align: left;
    padding: 20px;
    height:100px;
    border: 1px solid #fff;
}
.calendar-arrow{
    cursor:pointer;
}
.bg-course, .bg-module, .bg-lesson{
    padding:20px;
}

.img-module, .img-lesson{
    width: 100%;
    height:170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}


.teca-calendar{
    margin-bottom:30px;
    padding-top: 10px;
}
.teca-cart-event-remove{
    cursor:pointer;
}
.teca-month{
    text-align: right; 
    padding-bottom: 10px;
    margin-top:15px;
}
.teca-filter{
    margin-right:10px;
}

.teca-filters div{
    border: 1px solid transparent;
}

.teca-registration-nodate{
    text-align: center;
    background-color: #f4f3f1;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.teca-cart-notice{
    font-size:24px;
    font-weight:700;
    color:green;
    margin-top: 50px;
}

/* cart */

.cart{
    margin-bottom:50px;
}
.cart-event-header {
    background-color: #FBBA07 ;
    font-weight: bolder;
    color: #fff;
    padding: 15px;
}
.cart-cell{
    padding: 15px; 
    border-top: 1px solid #FBBA07;
}
.cart-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;;
}
.cart-event-description {
    font-size: 15px;
}

.cart-event-remove::before {
    color: '#CC0000';
}

.cart-remove{
    text-align: right;
    font-size: 40px;
}

.form-cell{
    padding:15px;
}
.btn-sub{
    margin-right:15px;
}
.teca-registration-input {
    border: 0!important;
}
.teca-registration-btn {
    border: 0!important;
    padding:15px;
}
.col-12{
    width:100%;
    float:left;
    margin-bottom:30px;
}
.col-10{
    width:90%;
    float:left;
}
.col-7{
    width:14.2%;
    float:left;  
}
.col-6{
    width:50%;
    float:left;  
}
.col-4{
    width:33%;
    float:left;
}
.col-3{
   width:24%;
   float:left;
}
.col-2{
   width:10%;
   float:left;
}
@media (max-width: 720px){
    .col-3,.col-4,.col-6,.col-12{
       width:100%;
       float:left;
   }
}


@media (max-width: 600px){
	.teca-calendar-header {
        font-size: 12px;
        padding: 10px;
    }
    .teca-calendar-cell {
        padding: 5px;
        height: 140px!important;
    }
    .cart-cell{
        border-top: 0px;
    }
    .cart-remove{
        border-bottom: 1px solid #FBBA07;   
    }
    .teca-month{
        text-align: center;
        padding-bottom:0;
        margin-top: 0px;
    }
    .teca-calendar{
        padding-top:0;
    }
}

/* filters */
.teca-filters {
    margin-bottom: 0;
}

.teca-filter select {
    padding: 0 0 3px 12px;
    margin: 10px 0 0 0;
    color: #FBBA07; 
    font-weight: 500;
    border: 1px solid #555;
    border-radius: 2px;
    /*
    height: 40px;
    
    background: url('../images/drop-min.png') no-repeat calc(100% - 10px) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    */
}

.teca-filter option{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 7.5em;
}
