.select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
	white-space: normal;
	word-break: break-all;
}
.select2-container .select2-selection--single {
	height: 38px !important;
}
.select2-selection__arrow {
	height: 38px !important;
}
.form-group > .select2-container {
	width: 100% !important;
}
.input-group > .select2-container {
    width: 30% !important;;
    flex: 1 1 auto;
}
.input-group > .select2-container .select2-selection--single {
    line-height: inherit;
    height: 38px !important;
}
img.center {
    display: block;
    margin: 0 auto;
}
.hidden {
    display: none!important
}
.btn-bottom-toolbar {
    position: fixed;
    bottom: 0;
    padding: 15px;
    padding-right: 41px;
    margin: 0 0 0 -46px;
    -webkit-box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: calc(100% - 211px);
    z-index: 5;
    border-top: 1px solid #ededed;
}
@media (max-width: 768px) {
    .btn-bottom-toolbar {
        margin-left: -36px;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .btn-bottom-toolbar {
        padding-right: 6px;
        text-align: center;
    }
    .btn-bottom-toolbar .btn:first-child {
        margin-right: 10px;
    }
    .btn-bottom-toolbar .btn-group .btn:first-child {
        margin-right: 0;
    }
    .btn-bottom-toolbar .btn {
        text-align: center;
        margin-left: 5px !important;
    }
    .btn-bottom-toolbar .btn-group .btn {
        margin-left: 0 !important;
    }
    body.rtl .btn-bottom-toolbar {
        margin-right: -36px !important;
    }
    body.rtl .btn-bottom-toolbar .btn:first-child {
        margin-right: 5px !important;
    }
    body.rtl .btn-bottom-toolbar .btn-group .btn:first-child {
        margin-right: 0 !important;
    }
    body.rtl .btn-bottom-toolbar .btn {
        margin-right: 5px !important;
    }
    body.rtl .btn-bottom-toolbar .btn-group .btn {
        margin-right: 0 !important;
    }
}