.select-page {
    width: 50px;
    text-align: center;
}
.pagination li a input {
    padding: 0;
    margin: -5px 0;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.app-modal-window .modal-dialog {

}


.logo-wl {
    background-size:100%;
    height: 27px;
    width: 50px;

}

.page-header.navbar .page-logo .logo-wl {
    margin: 10px 0 0 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}



.ui-select-match-text > span {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.dropdown-menu .extended .tasks{
	z-index: 10051 !important;
}


.hhotel_out {
    background: linear-gradient(-45deg, transparent 49.9%, #2185d0 49.9%, #2185d0 60%, transparent 60%), linear-gradient(-45deg, #2185d0 10%, transparent 10%)!important;
    background-size: 1em 1em!important;
}

.hhotel_braun {
    background: #ebc961;
    border-color: #ebc961;
}

.hhotel_results {
	display: none;    
    top: 100%;
    left: 0%;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    background: #FFFFFF;
    margin-top: 0.5em;
    width: 18em;
    border-radius: 0.28571429rem;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
    border: 1px solid #D4D4D5;    
	
}	

td .fa-columns {
    padding: 5px 18px;
}