/*style for the sa-guest-listing*/
.sa-description {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sa-filter-label {
    color: #666;
    font-weight: bold;
    margin-bottom: 15px;
}

.sa-filter-label p {
    font-size: 12px;
}

.sa-filter-checkbox {
    margin-right: 15px;
}

.sa-search {
    margin: 0px 0px 30px 0px;
    color: #fff;
    background-color: #0d59ab;
    border: 1px solid #0d59ab;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    display: block;
}

.sa-search:hover {
    text-decoration: underline;
    cursor: pointer;
}

.sa-detail-filter .sa-column-right {
    float: left;
    margin-left:10px;
}

.sa-listing {
    margin: 15px 0 20px 0;
}

.sa-listing.even {
    background: #f5f5f5;
}

.sa-title {
    color: black;
    font-weight: bold;
    padding: 8px 0 8px 5px;
}
.sa-title a{
    color: black;
    font-weight: bold;
}

.sa-image {
    padding-right: 15px;
    height: 120px;
    float: left;
    margin-left: -15px;
    padding-bottom: 8px;
}

.sa-box {
    height: 135px;
    padding: 0 5px 0 15px;
    position: relative;
}

.sa-label-blue {
    color: #0d59ab;
}

.sa-show {
    float: right;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*style for the sa-guest-detailview*/

.sa-column-left {
    float: left;
    width: 50%;
}

.sa-column {
    display: block;
    margin-bottom: 15px;
}

.sa-column input, select {
    width: 250px;
    border-color: grey;
    border-width: 1px;
    border-style: double;
}

.sa-column-label {
    font-weight: bold;
}

.sa-detail-description {
    margin-bottom: 50px;
}

.sa-image-box {
    float: left;
    clear: both;
    width: 100%;
}

.sa-first-image {
    float: left;
    margin-bottom: 15px;
}

.sa-second-image {
    margin: 0 0 15px 15px;
}

.sa-third-image {
    margin: 0 0 15px 15px;
}
.sa-wrap-info {
    float: left;
    clear: both;
    width: 100%;
}
.sa-back-link {
    float: left;
    margin: 100px 0 20px 0;
}


.sa-detail-filter-label {
    border-bottom: 1px solid #e5e5e5;
    color: black;
    font-size: 12px;
    margin-top: 25px;
    font-weight: bold;
    padding-bottom: 7px;
    position: relative;
    width: 255px;
    margin-bottom: 30px;
}

.sa-icon-arrow-down {
    background-image: url('../Icons/icon-arrow-down.png');
    background-size: 9px 13px;
    height: 28px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.sa-icon-arrow-up {
    background-image: url('../Icons/icon-arrow-up.png');
    background-size: 9px 13px;
    height: 28px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -5px;
    bottom: -2px;
}

.sa-detail-filter {
    display: none;
    height: 120px;
    width: 100%;
    clear: both;
}

.tx-pxjob-pi1 span.error {
    float: right;
    font-weight: normal;
    color: red;
    font-size: 11px;
    width: 114px;
}
.tx-pxjob-pi1 .management_eventlist .edit_eventdetail textarea.form-textarea {
    width: 340px;
}

.sa-img-upload {
    margin-bottom: 15px;
}

.tx_pxsmallads {
    clear: both;
}

.tx_pxsmallads .f3-widget-paginator  {
   margin-left: 0; !important;
   padding-bottom: 25px;
   border-bottom: 1px solid #e5e5e5;
}

.tx_pxsmallads .f3-widget-paginator li{
    float:left;
    list-style: none;
}

.tx_pxsmallads .f3-widget-paginator li a{
    font-size: 0.6875rem;
    text-decoration: none;
    overflow: hidden;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #0D59AB;
    margin-right: 5px;
    font-weight: bold;
    font-size: 0.6875rem;
    display: block;
}

.tx_pxsmallads .f3-widget-paginator li a:hover,
.tx_pxsmallads .f3-widget-paginator li a:active,
.tx_pxsmallads .f3-widget-paginator li a:focus {
    background: #d1e4fd;
}


.tx_pxsmallads .f3-widget-paginator .current{
    color: white;
    background-color: #0D59AB;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #0D59AB;
    margin-right: 5px;
    font-weight: bold;
    font-size: 0.6875rem;
}

.imageTwo-wrap {
    margin-bottom: 13px;
}

a.refresh {
    display: block;
    float: right;
    height: 15px;
    width: 15px;
    text-indent: -9999999px;
    background: url(../Icons/ui-icons_222222_256x240.png) scroll no-repeat -64px -80px;
}

.tx-px-smallads div.tx-pxjob-pi1 {
    position: inherit;
}

/*Css for the delete-action*/
.sa-delete-action {
    width:  385px !important;
    height: 230px;
    border: 1px solid #dddddd;
    background: #ffffff 50% top repeat-x;
    color: #333333;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
    position: relative;
    display: none;
}

.sa-delete-action .sa-delete-action-header {
    background-color: #0D59AB;
    height: 30px;
    margin-top: 2px;
    padding-right: -17px;
    width: 381px;
    margin-left: 2px;
}

.sa-delete-action .sa-delete-action-header span {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
    height: 18px;
    width: 17px;
    background-position: -96px -128px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.sa-delete-action .sa-delete-action-header span:hover {
    cursor: pointer;
}

.sa-delete-close-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}
.sa-delete-action .sa-delete-action-dialog {
    padding: .5em 1em;
    height: 109.72px;
    margin-left: 4px;
    margin-right: 4px;
    width: auto;
    border-bottom: 1px solid #dddddd;
}

.sa-delete-action .sa-delete-button-box {
    margin-top: 7px;
}

.sa-delete-action .sa-delete-button {
    border: 0;
    height: 32px;
    cursor: pointer;
    background: #0D59AB url("../images/pfeil-button.png") no-repeat 98% center;
    float: left;
    text-align: left;
    font-weight: bold;
    padding-left: 1.2em;
    margin: .5em 1em 1em 0;
    padding-right: 2.5em;
    padding-top: 0px;
    opacity: 1;
    width: 166px;
    margin-left: 10px;
    color: white;
    font-size: 14px;
}

.sa-delete-action .sa-delete-button:hover {
    opacity: 0.8;
}

.sa-delete-action .sa-delete-button span {
    width: 145px;
}

.sa-delete-action .sa-delete-cancel {
    float: left;
}

.sa-search-results {
    margin-bottom: 30px;
    display: none;
}

/*responsive design*/
@media (min-width: 454px) and (max-width: 675px) {
    .sa-first-image {
        float: none;
        display:block;
    }

    .sa-second-image {
    margin-left: 0;
    }
}

@media screen and (max-width: 453px) {
    .sa-first-image {
        max-width: 200px;
        height: auto;
        margin-left: 15px;
    }

    .sa-column-left {
        float: none;
        width: 100%;
    }

    .sa-column input, select {
        width: 100%
    }

    .sa-detail-filter .sa-column-right {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sa-box {
        height: 250px;
    }
}

@media(min-width: 400px) and (max-width: 510px) {
    .sa-box {
        height: 175px;
    }
}

@media (min-width: 453px) and (max-width: 580px) {
    .sa-column input, select {
        width: 200px
    }
}