/* Custom Shop CSS bye AndreasK! */

/* Semanar-Search-Mask */

.semSearch {
    background: #f8ebdd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjhlYmRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZjhmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg,  #f8ebdd 0%, #fcf8f3 100%);
    background: -webkit-linear-gradient(45deg,  #f8ebdd 0%,#fcf8f3 100%);
    background: linear-gradient(45deg,  #f8ebdd 0%,#fcf8f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ebdd', endColorstr='#fcf8f3',GradientType=1 );
    padding: 1em;
    margin: 0.5em 0.5em 0.5em 0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
}

.semSearch .semsea-body .row {
    padding-bottom: 0.5em;
}

.semSearch .semsea-body input,
.semSearch .semsea-body .sem-filter .btn{
    width: 100%;
}
.semSearch .semsea-body .sem-filter .btn-default {
    text-align: left;
}
.semSearch .semsea-body .sem-filter .btn-default i {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 16px;
}

.semsea-layer {
    background: #fff;
    border: 1px solid #f8ebdd;
    padding: 1em;
    margin: 0;
}

.semsea-layer .sem-choose label{
    font-size: 0.75em;
    padding-left: 25px;
}
.semsea-layer .sem-choose label input {
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
}


/* Seminar-List */
#evtTimeGrid .row.dataRow, #addrMgGrid483 .row.dataRow {
    margin: -1px 0 0 0!important;
    border-top: 1px solid rgba(204,204,204,0.7);
    transition: all 0.3s ease-in-out;
}
#evtTimeGrid .row.dataRow:hover {
    background: rgba(204,204,204,0.3);
}


span.abs-lnk-fake {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0;
    width: 20px;
    height: 20px;

}
span.abs-lnk-fake i {
    font-size: 12px!important;
    display: block;
    width: auto;
    padding: 1px 8px;   
    text-align: center;
    color: #444!important;
}


/* Seminar-Details */

#eventdetails #movedDate {
    margin: 1.5em 0;
}

#eventdetails .tab-content {
    margin: 0 0 1.5em 0;
}

#eventdetails .evtOtherList {
    border-top: 1px solid rgba(204,204,204,0.7);
    padding: 0.5em 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
#eventdetails .evtOtherList:hover {
    background: rgba(204,204,204,0.3);
}

#eventdetails .evtOtherList > div {
    font-size: 0.9em;
}

/* LOcation Filter */

.btn-active, .btn-inactive {
    padding: 0 8px;
    display: inline-block;
    margin: 0 3px 3px 0;
    /* background: #f8ebdd; */
    background: rgba(204,204,204,0.4);
    font-size: 0.9em;
    color: #444;
    transition: all 0.3s linear;
}

.btn-active, .btn-inactive:hover {
    background: #77B828;
    color: #fff;
}


/* Filter */
.ownalert {
    padding: 0 1em;
}
.alert-custom {
    display: inline-block;
    padding: 0 20px 4px 4px;
    background: rgba(204,204,204,0.5);
    border: 1px solid rgba(204,204,204,0.2);
    font-size: 0.8em;
    float: left;
    margin-right: 0.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.alert-custom.alert-dismissible .close{
    margin-left: -15px;
    margin-top: 4px;
}
.alert-custom button span {
    color: #000!important;
    padding: 0 5px;
}