
.sensis_druck_box_pro_monat:nth-child(odd) {
    background-color: red;
}

#awb-calendar-container {
    position: relative;
}

/*
#awb-calendar-container .awb-materialize .input-field,
#awb-calendar-container .awb-materialize .input-field input {
    margin: 0;
}
*/

.awb-streets-searchbar {
    position: relative;
}

.awb-streets-searchbar .sprite {
    position: absolute;
    right: 20px;
}

.awb-streets-searchbar .row {
    margin-bottom: 0!important;
}

.awb-street-list-container {
    padding-top: 20px;
}

.awb-street-list {
    position: relative;
    max-height: 400px;
    overflow: auto;
}

.awb-street-list-item {
    position: relative;
    padding: 5px 5px 5px 30px;
    cursor: pointer;
}

.awb-street-list-item:hover {
    background-color: #f5f5f5;
}

.awb-street-list-item:before {
    width: 20px;
    content: "\e062";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    color: #f80;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.awb-street-list-item-name {
    color: #f80;
    font-weight: 400;
}

.awb-street-list-item-info {
    font-size: 11px;
    opacity: 0.8;
}


.trash-calendar-container {
    position: relative;
}

.trashdates-calendar{
    padding:0 20px 20px 20px;
}

.trashdates-calendar__header{

    -ms-flex-align:end;
    align-items:flex-end;
    border-bottom:3px solid #f8f8f8;
    display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row;
        flex-flow:row;
    -ms-flex-pack:justify;
        justify-content:space-between;
    padding:10px 0;
}

.trashdates-calendar__control{
    background:transparent;
    border:none;
    color:#454545;
    cursor:pointer;
    outline:none;
    text-align:center;
    width:33px;
}

.trashdates-calendar__control > .mdi{
    font-size:30px;
    position:relative;
    vertical-align:middle;
}

.trashdates-calendar__control > .mdi-chevron-left{
    left:-1px;
}

.trashdates-calendar__control > .mdi-chevron-right{
    left:1px;
}

.trashdates-calendar__header_text{
    color:#818181;
    font-size:25px;
    font-weight:400;
    text-transform:uppercase;
}

.trashdates-calendar__loader-overlay{
    -ms-flex-align:center;
        align-items:center;
    background:rgba(255, 255, 255, 0.8);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
        justify-content:center;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:50;
}

.trashdates-calendar__table{
    margin-top:10px;
    position:relative;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.trash-calendar{
    border-collapse:collapse;
    width:100%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.trash-calendar__square-cell{
    position:relative;
    padding-bottom:14.285%;
    /* padding-bottom:14.285%; */
    width:14.285%;
}

.ie .trash-calendar__square-cell{
    display: table-cell;
    width: 13.85%;
    height: 100%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

th.trash-calendar__square-cell{
    padding-bottom: 9.285%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.trash-calendar__square-cell-content{
    -ms-flex-align:center;
        align-items:center;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row;
        flex-flow:row;
    -ms-flex-pack:center;
        justify-content:center;
    height:100%;
    left:0;
    position:absolute;
    text-transform:uppercase;
    top:0;
    width:100%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.ie .trash-calendar__square-cell-content{
    /*display: table-row;*/

    /* height: 110px; */
}

.trash-calendar__square-cell-content_day{
    background:#e4e4e4;
    color:#454545;
    border:3px solid white;
}

.trash-calendar__square-cell-content_today {
    /* background:#efdac4; */
    background: #fff;
    z-index: 200;
}

.trash-calendar__square-cell-content_sibling-day{
    background:#f5f5f5;
    color:#b4b4b4;
}

.trash-calendar__header{
    color:#797979;
    display:-ms-flexbox;
    display:flex;
    font-size:14px;
    font-weight:700;
    position:relative;
    top:-2px;
}

.ie .trash-calendar__header{
    display:block;
    width: 100%;
    text-align: center;
}

.trash-calendar__day{
    display:-ms-flexbox;
    display:flex;
    font-size:12px;
    font-weight:400;
    position:relative;
    top:0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.8;
    font-weight: 100;
    
}

.trash-calendar__today {
    opacity: 1;
    /* color: #ee7800; */
    font-weight: bold;
    /* font-size: 18px!important; */
}

.ie .trash-calendar__day{
    display: table;
    top: 0;
}

.trash-calendar__trashday:first-child {
    border-left-color: transparent;
}



.trash-calendar__trashdays{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:5px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.ie .trash-calendar__trashdays {
    -ms-flex: 1;
    display: table;
}
.ie .trash-calendar__trashday {
    display: table-cell;
    position: relative;
    width: auto;

}
.ie .trash-calendar__trashday svg {
    position: absolute;
    top: 6px;
    
}


.trash-calendar__trashday{
    background:black;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;   
    height: 7px;
    margin: 0 1px;
    width: 100%;
}

.trash-calendar__trashday svg {
    top: 100%;
    width: 100%;
    height: 3px;
    transform: translateY(-5px);
}

.trash-calendar__trashday_red{
    background:#e61121;
}

.trash-calendar__trashday_blue{
    background:#1d52e6;
}

.trash-calendar__trashday_grey{
    background:#3a3a3a;
}

.trash-calendar__trashday_brown{
    background:#bb7c45;
}

.trash-calendar__trashday_wertstoff{
    background:#ffc127;
}

.trash-calendar__trashday_red svg path {
    fill:#e61121;
}

.trash-calendar__trashday_blue svg path {
    fill:#1d52e6;
}

.trash-calendar__trashday_grey svg path {
    fill:#3a3a3a;
}

.trash-calendar__trashday_brown svg path {
    fill:#bb7c45;
}

.trash-calendar__trashday_wertstoff svg path {
    fill:#ffc127;
}


.trash-calendar__trashday-images {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0 5px 15% 5px;
    /* padding: 0 5px 10px 5px; */
    text-align: center;
    top: 63%;
    display: none;
}

.trashday-image {
    width: 9px;
    height: auto;
    margin: 0 3%;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}


.awb-chosen-street .glyphicon.glyphicon-map-marker.pull-right {
    font-size: 24px;
}

.awb-chosen-street-address {
    padding-bottom: 20px;
}


/**
 * Quickentry styles
 */

#awb-calendar-quickentry-container .awb-materialize input[type=text] {
    margin-bottom: 0;
}

.awb-street-suggestion-container {
    padding-bottom: 10px;
}

.awb-street-suggestion-item {
    color: #f80;
    font-weight: 600;
    border-left: 3px solid rgba(194, 190, 184, 0.5);
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    cursor: pointer;
}
/* .awb-street-suggestion-item:hover,
.awb-street-suggestion-item:active {
    border-color: rgba(255, 136, 0, 1);
} */
/* .awb-street-suggestion-item:first-child {
    border: 0;
    padding-left: 0px;
}
 */
.awb-street-suggestion-item-info {
    display: block;
    color: #454545;
    font-weight: 400;
    font-size: 11px;
    opacity: 0.8;
}

#awb-calendar-print-trigger .preloader-icon {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 136, 0, 0.6);
    border-radius: 50%;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    opacity: 0;
    margin: 0 0 0 5px;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}

#awb-calendar-print-trigger.is-loading .preloader-icon {
    opacity: 1;
}

.awb-calendar-print-container {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.no-results {
    max-width: 300px;
    margin: 0 auto;
    font-weight: 700;
}


.trash-calendar__holiday {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}

.trash-calendar__message {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    z-index: 300;
    text-align: center;
}
 
.trashdates-calendar__container {
    position: relative;
}

.awb-calendar-ics-options {
    position: relative;
    background-color: #fff;
    border: 5px solid #ff8c00;
    padding: 0 24px 24px 24px;
}

.awb-calendar-ics-options__header {
    position: relative;
}

.awb-calendar-ics-options__header p {
    margin: 0;
    height: 50px;
    line-height: 50px;
}

.awb-calendar-ics-options__header p .mdi {
    font-size: 22px;
    transform: translateY(3px);
    display: inline-block;
}


.awb-calendar-ics-options .awb-materialize .input-field label {
    left: 0;
}

.awb-calendar-ics-options__body .btn {
    display: inline-block!important;
    white-space: normal!important;
    text-align: left!important;
    height: auto!important;
    padding: 8px 15px!important;
    line-height: 22px!important;
}












/**
 * Transition styles
 */

.fade-transition {
    opacity: 1;

    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;

}

.fade-enter, .fade-leave {
    opacity: 0;
}


@media (min-width: 768px) {



    .trash-calendar__trashday svg {
        height: 8px;
        transform: none;
    }
	.trash-calendar__square-cell {
	    padding-bottom: 14.285%;
	}
	.trash-calendar__today {
	    font-size: 18px!important;
	}
    .trashday-image {
        /* width: calc(18px); */
        /* display: inline-block; */
    }
    .trash-calendar__day {
        font-size: 16px;
    }
}


@media (min-width: 1200px) {

    .trash-calendar__trashday-images {
        /*top: 45px;*/
        display: block;
    }
    .trash-calendar__day {
        font-size: 18px;
        padding-bottom: 15px;
    }
    .trash-calendar__trashday-images {
        top: 63%;
    }
}



.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}
.select2 {
    width: 100%;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 18px;
    line-height: 22px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    opacity: .8;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}




.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 40px;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-bottom: 1px solid #ff8800;
    box-shadow: 0 1px 0 0 #ff8800;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 30px
}

.select2-container--default .select2-selection--multiple input {
    margin: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 9px;
    /* padding: 3px 10px; */
    background-color: transparent;
    font-size: 18px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, .3) transparent transparent
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.select2-results__option {
    padding: 1rem
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
    background-color: #42A5F5
}


#awb-abc-container {

}

#awb-abc-container[v-cloak]{
    display: none;
}

.awb-abc-searchbar {
    position: relative;
}

.awb-abc-searchbar h2 {
    margin: 0;
    padding-bottom: 1.424rem;
}

.awb-abc-searchbar p {
    /* padding-bottom: 1.424rem; */
}

.awb-abc-searchbar .input-field label {
    left: 0;
    /* font-size: 16px; */
}

.awb-abc-searchbar .input-field input.form-control {
    margin: 0;
}

.awb-abc-highlight {
    color: #ff8800;
}

.awb-abc-list-container.awb-abc-list-container-aside {
    position: relative;
    max-height: 350px;
    padding: 20px 0;
    /* background: #f5f5f5; */
    overflow: auto;
}

.awb-abc-list-part {
    position: relative;
    padding: 20px 20px 30px 60px;
    border-bottom: 5px solid #f5f5f5;
}

.awb-abc-list-part.awb-abc-list-part-aside {
    padding: 0;
    /* padding: 0 20px; */
    border: 0;
}

.awb-abc-list-part h4 {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #454545;
}

.awb-abc-list-item {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    cursor: pointer;
}

.awb-abc-list-item.awb-abc-list-item-aside {
    font-size: 14px;
    line-height: 24px;
}

.awb-abc-no-results {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
}

.awb-abc-no-results > span {
    font-size: 3rem;
    padding-bottom: 20px;
}

.awb-abc-no-results > div {
    font-weight: 400;
    opacity: .9;
}

.awb-abc-detail-item-header {
    margin: 0!important;
}
.awb-abc-detail-item-header .glyphicon-remove {
    font-size: 21px;
    top: 0;
    line-height: 0;
}

.awb-abc-detail-item-section + .awb-abc-detail-item-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.awb-abc-detail-item-section {
    padding-top: 30px;
    padding-bottom: 10px;
}

.awb-abc-detail-item-section:last-child {
    padding-bottom: 30px;
}

.awb-abc-detail-item-header .btn {
    float: right;
    color: #fff;
}

.awb-abc-list-item-searchterms {
    display: none;
}

.awb-abc-list-item.awb-abc-list-item-aside {
    padding-bottom: 4px;
}



/* .awb-abc-list-item-searchterms {
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 6px;
    opacity: .7;
    font-weight: normal;
    letter-spacing: .05em;
    padding-right: 2%;
} */

