/* jquery ui
-------------------------------------------------- */
.ui-widget.ui-widget-content {
    line-height: 1.4em;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    z-index: 991040;
}

.ui-autocomplete > li.ui-menu-item {
    border-color: transparent;
    padding: 3px 5px;
}

.label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.close {
    opacity: .6
}

.close:hover, .close:focus {
    opacity: .9;
    color: inherit;
}

input, button, select, textarea {
    letter-spacing: 0.05em;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
label.error {
    color: #c80e0e;
}

.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    border-color: #555 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:hover,
.has-success .form-control:hover,
.has-warning .form-control:hover,
.has-error .form-control:hover {
    border-color: #999;
}

.error, .fieldDiv .error, span.error,
.has-error .form-control,
.form-control.error,
.form-control.error:focus {
    border-color: #c80e0e !important;
}

.error {
    color: #c80e0e;
}

img {
    image-rendering: pixelated;
}

.panel-success > .panel-heading {
    background-color: #97bf0d;
    color: #fff !important;
    padding: 0;
}

.panel-success > .panel-heading:hover {
    background-color: #84a70b;
}

.panel-success > .panel-heading > .panel-title > a {
    display: block;
    text-decoration: none !important;
    padding: 10px 15px;
}

.nav-stacked.affix {
    max-width: 165px;
    top: 38px;
}


/*
 * sticky footer
 */

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 70px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    body {
        margin-bottom: 101px;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #f5f5f5;
}

/*
 * bs korrekturen
 */

input[type="radio"], input[type="checkbox"] {
    margin-top: 1px;
}

.table-responsive {
    border: none;
}

table.valign-middle td {
    vertical-align: middle !important;
}

table.valign-top > tbody > tr > td {
    vertical-align: top !important;
}

/* font awsome
-------------------------------------------------- */
.fa-xl {
    font-size: 1.5em;
    line-height: 0.75em;
}

.fa-spacer {
    display: inline-block;
    margin: auto 5px;
}


/* html seiten
-------------------------------------------------- */

/*
 * navigation
 */

.navbar-default {
    border-bottom: none;
}

.navShadow {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.navbar-nav > li > a {
    max-height: 50px;
}

.navbar-brand img {
    margin-top: -12px;
    height: 40px;
}

.navbar-brand span {
    display: none;
}

nav ul.lang .dropdown-menu {
    min-width: inherit;
}

@media (max-width: 767px) {
    nav ul.lang .dropdown-menu {
        min-width: inherit;
    }

    nav ul.lang .dropdown .dropdown-toggle {
        display: none;
    }

    nav ul.lang .dropdown .dropdown-menu {
        display: block;
        position: relative;
        border: none;
        padding: inherit;
        margin: inherit;
        float: none;
        box-shadow: none;
    }

    nav ul.lang .dropdown .dropdown-menu > li {
        display: inline-block;
        padding: 4px 0 15px 15px;
    }

    nav ul.lang .dropdown .dropdown-menu > li > a {
        display: inline;
        padding: 0;
        margin: 0;
    }
}

.lang-list {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .lang-list {
        display: block;
    }

    .dropdown.expand-dropdown-sm .dropdown-toggle {
        display: none;
    }

    .dropdown.expand-dropdown-sm .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }

    .dropdown-menu>li>a.logout-link {
        padding-left: 0.5rem;
    }
}

.lang-img {
    height: 15px;
    width: auto;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
    margin-right: 0.5rem;
}

.navbar-right .dropdown-menu .nav-item-no-link {
    padding: 10px 15px !important;
}

.dropdown-menu>li>a.logout-link {
    display: flex;
    margin-top: 0.5rem;
    padding-left: 0.8rem;
}

.navbar-right .dropdown-menu li {
    padding: 4px 7px;
}

nav ul .dropdown .dropdown-menu {
    margin-top: 0;
}

/*
 * login page
 */

.container.loginpage {
    padding-top: 70px;
}

@media (max-width: 375px) {
    .container.loginpage {
        padding-top: 15px;
    }

    .container.loginpage h1 {
        margin-top: 0;
    }

    .container.loginpage .visible-xs-block img {
        max-width: 33.33%;
    }
}

@media (max-width: 991px) {
    .container.loginpage {
        padding-top: 0;
    }
}

.container.loginpage .lang-img {
    height: 15px;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}

a:hover .lang-img {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

/*
 SEARCH PRESETS
 */
.dropdown-menu > li > a.search-preset {
    display: flex;
    align-items: center;
}

.dropdown-menu > li > a.search-preset span {
    flex: 1 0 auto;
    margin-right: 1rem;
}

/*
 * suche
 */

body.filter-search-tpl {
    padding-top: 190px;
}

.mainsearch {
    position: relative;
}

.mainsearch .autoCompleteContainer {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 15px;
    z-index: 1050;
}

.mainsearch .autoCompleteContainer .autoCompleteGroup h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
}

.mainsearch .autoCompleteContainer .autoCompleteGroup ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainsearch .autoCompleteContainer .autoCompleteGroup ul > li {
    list-style: none;
    padding: 5px 5px 5px 15px;
    cursor: pointer;
}

.mainsearch .autoCompleteContainer .autoCompleteGroup ul > li .autoCompleteLabel {
    margin: 0;
}

.mainsearch .autoCompleteContainer .autoCompleteGroup ul > li:hover {
    color: #fff;
    background-color: #97bf0d;
}

.mainsearch .autoCompleteContainer .autoCompleteGroup.lineSeparator {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.btn-bg-weiss-gruen {
    color: #fff;
    padding: 6px 10px 6px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 3px;
}

.btn-bg-weiss-gruen:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #97bf0d !important;
}

.padding-top-22-xs-0 {
    padding-top: 21px;
}

@media (max-width: 991px) {
    .padding-top-22-xs-0 {
        padding-top: inherit;
    }
}

@media (max-width: 767px) {
    .dropdown-menu.ddm-open {
        font-size: 120%;
    }

    .dropdown-menu.ddm-open li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.filterListContainer {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
    border-bottom: 1px solid #eee;
}

.filterListContainer ul li {
    padding: 1px 3px 5px 3px;
    cursor: pointer;
}

.filterListContainer ul li:hover {
    text-decoration: underline;
}

.listeFilterEinstellungen .filterListContainer {
    border-bottom: none;
}

.filterBox:not(.maximize-filters) .filterListContainer {
    max-height: 242px;
}

.filterBox.maximize-filters .filterListContainer {
    height: 20vh;
}

@media screen and (min-width: 769px) {
    .filterBox.maximize-filters .filterListContainer {
        height: 30vh;
    }
}

@media screen and (min-width: 993px) {
    .filterBox.maximize-filters .filterListContainer {
        height: calc(100vh - 309px);
    }
}

.filterBox .filterBoxSeparator {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .listeFilterEinstellungen .showMoreFilter i {
        font-size: 1.5em;
    }
}

.listeFilterEinstellungen .filterBox {
    border-bottom: 1px solid #eee;
    position: relative;
}

.listeFilterEinstellungen .showMorefilterContainer a {
    display: block;
    text-align: center;
    border-top: 1px solid #f3f3f3;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1;
}

.listeFilterEinstellungen .showMorefilterContainer a:hover {
    background-color: #f3f3f3;
}

.listeFilterEinstellungen .form-group a {
    float: right;
}

.fieldResultItem {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 4px 4px 0;
    background-color: #eee;
    border-radius: 4px;
}

.fieldResultItem i {
    display: inline-block;
    opacity: .5;
    margin-left: 5px;
    cursor: pointer;
}

.fieldResultItem i:hover {
    opacity: 1;
}

div.resultList.table-responsive {
    overflow: auto;
}

table.resultlist td h2,
table.resultlist td h3 {
    font: inherit;
    margin: inherit;
    padding: inherit;
    font-weight: bold;
}

table.resultlist td h2 a,
table.resultlist td h3 a {
    color: #000;
}

table.resultlist tr.status-3 h2 a,
table.resultlist tr.status-3 h3 a,
table.resultlist tr.status-3 .on-status-3 {
    color: #666;
}

table.resultlist tr.status-3 h2 a,
table.resultlist tr.status-3 h3 a,
table.resultlist tr.status-3 .on-status-3 {
    position: relative;
    color: #888 !important;
}

table.resultlist tr.status-3 h2 a::after,
table.resultlist tr.status-3 h3 a::after,
table.resultlist tr.status-3 .on-status-3::after {
    position: absolute;
    border-bottom: 2px solid #888;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

table.resultlist tr.status-3 h2 a:hover::after,
table.resultlist tr.status-3 h3 a:hover::after,
table.resultlist tr.status-3 .on-status-3:hover::after {
    border-bottom-color: transparent;
}

table.resultlist tr.status-3 h2 a:hover,
table.resultlist tr.status-3 h3 a:hover,
table.resultlist tr.status-3 .on-status-3:hover {
    color: inherit !important;
}

table.resultlist td:first-child {
    width: 82px;
    padding-bottom: 5px;
}

table.resultlist td:nth-child(2) {
    width: 1%;
    padding-left: 15px;
    padding-right: 15px;
}

table.resultlist td:nth-child(3) {
    vertical-align: middle;
}

table.resultlist td:nth-child(5) {
    min-width: 220px;
}

table.resultlist td:nth-child(5) {
    position: relative;
}

ul.iconlist {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.iconlist li {
    padding: 4px;
    text-align: center;
    font-size: 120%;
}

ul.iconlist li > span {
    display: none;
}

input.permalink {
    margin-bottom: 15px;
    border: none;
}

#haendlerInfos {
    display: none;
}

.searchboxgruen {
    background-color: #97bf0d;
    border: 1px solid #84a70b;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.filterSearchFormBox {
    padding: 10px 0 0;
    background-color: #97bf0d;
    color: #fff;
    z-index: 900;
}

.fa-ul li:hover .fa-li {
    color: #97bf0d;
}

.autocompleteSuggestionContainer {
    position: absolute;
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    z-index: 900;
}

.autoCompleteItem {
    background-color: #fff;
    padding: 6px 12px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.autoCompleteItem:hover {
    color: #fff;
    background-color: #97bf0d;
}

.border-left-1 {
    border-left: 1px solid #ddd;
}

#filter-row-header{

}

.filterListContainer .reset-filter{
    color: #73AD21;
    padding: 0px 0px 10px 5px;
    text-decoration: underline;
    cursor: pointer;
}

.filterBox-date-range .reset-filter{
    margin-bottom: 10px;
}

.reset-all-filter-row .reset-filter{
    color: #73AD21;
    padding: 2px 5px 2px 5px;
    margin: 5px;
    text-decoration: underline;
}

.reset-filter-row .reset-filter{
    float: left;
    color: #73AD21;
    border-radius: 5px;
    border: 2px solid #73AD21;
    padding: 2px 5px 2px 5px;
    margin: 5px;
}

.reset-filter .fa-times {
    padding-left: 5px;
}

#filter-header {
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 4px;
}

/*
FILTERGROUP-Ranges
 */
.filterBox-float-range .form-group div:first-child, .filterBox-date-range .form-group div:first-child {
    padding-right: 0;
}

.filterBox-float-range .form-group div:last-child, .filterBox-date-range .form-group div:last-child {
    padding-left: 0;
}

.input-range {
    width: 100%
}

.input-range .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
    border-left: 0;
    border-right: 0;
}

/*.datepicker table tr td span.active{
    background: #97bf0d!important;
    border-color: #97bf0d!important;
}
.datepicker .datepicker-days tr td.active {
    background: #97bf0d!important;
}
.week-range .datepicker .datepicker-days tr td.active ~ td, .week-range .datepicker .datepicker-days tr td.active {
    color: #fff;
    background-color: #97bf0d;
    border-radius: 0;
}

.week-range .datepicker .datepicker-days tr:hover td, .week-range .datepicker table tr td.day:hover, .week-range .datepicker table tr td.focused {
    color: #000!important;
    background: #e5e2e3!important;
    border-radius: 0!important;
}*/

.modal .hide-under-modal {
    display: none !important;
}

/* Startpage styles */
body[data-view-state="STARTPAGE"] .hide-on-startpage {
    display: none !important;
}

/* end startpage styles */


table#retourTable.dataTable tr.even td, table#retourTable.dataTable tr.odd td,
table#retourTable.dataTable tr.even, table#retourTable.dataTable tr.odd {
    background-color: transparent !important;
}

table.retour-nested {
    margin-bottom: 10px;
    background-color: transparent !important;
}

table.retour-nested > tbody > tr > td:nth-child(1) {
    width: 15%;
}

table.retour-nested > tbody > tr > td:nth-child(2) {
    width: 27%;
}

table.retour-nested > tbody > tr > td:nth-child(3) {
    width: 8%;
}

table.retour-nested > tbody > tr > td:nth-child(4) {
    width: 5%;
    padding-left: 8px;
}

table.retour-nested > tbody > tr > td:nth-child(5) {
    width: 10%;
}

table.retour-nested > tbody > tr > td:nth-child(6) {
    width: 15%;
}

table.retour-nested > tbody > tr > td:nth-child(7) {
    width: 5%;
}

/*
 * produkt detail
 */

#frm-order #itemQuantity {
    width: 60px;
}

#frm-order label,
#frm-order input,
#frm-order button,
#frm-order .form-group {
    display: inline;
}

table.tracklist tbody tr td {
    vertical-align: middle;
}

table.tracklist tbody tr td:first-child .track-number {
    text-align: left
}

table.tracklist th .first {
    width: 1% !important;
    padding: 4px 4px 4px 14px !important;
}

table.tracklist tr .first {
    width: 1% !important;
    padding: 4px 14px 4px 4px !important;
}

/*
 * datepicker
 */

.form-control-datepicker {
    border: none;
    background-color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    box-shadow: none;
}

/* glogbals, misc
-------------------------------------------------- */

table.dataTable.table-condensed .sorting::after,
table.dataTable.table-condensed .sorting_asc::after,
table.dataTable.table-condensed .sorting_desc::after {
    top: 1px !important;
}

.dropdown-menu.rightalign {
    right: 15px;
    left: auto;
}

.input-auto-width {
    width: auto;
}

.ui-button {
    line-height: 1.26em;
}

.h3-first {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
}

hr.tophr {
    margin-top: 0;
}

.table.underline {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.dlPdfAbsolute {
    position: absolute;
    right: 15px;
    top: 40px
}

div#orderitem-detail-form-action-selector,
div#orderitem-detail-form-toggle-action {
    float: left;
}

/*
 * farben
 */

.text-weiss {
    color: #fff;
}

.text-weiss:hover, .text-weiss:focus {
    color: #fff;
}

.bg-grau {
    background-color: #f5f5f5;
}

.box {
    display: block;
    padding: 5px;
}

/*
 *  abstaende, breiten
 */

.margin-0 {
    margin: 0;
}

.margin-15 {
    margin: 15px;
}

.margin-30 {
    margin: 30px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-21 {
    margin-top: 21px;
}

.margin-top-23 {
    margin-top: 23px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-15-xs-5 {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .margin-right-15-xs-5 {
        margin-right: 5px;
    }
}

.no-padding {
    padding: 0 !important;
}

.padding-0 {
    padding: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-22 {
    padding-top: 22px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-4 {
    padding-left: 4px;
}

.padding-left-15 {
    padding-left: 15px;
}

.width-100, .w-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.width-49 {
    width: 49%;
}

.min-width-110 {
    min-width: 110px;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.textdecoration-none, .textdecoration-none:hover, .textdecoration-none:active {
    text-decoration: none !important;
}

.square {
    width: 50vw;
    height: 50vw;
}

.text-nowrap {
    white-space: nowrap;
}

.text-strong {
    font-weight: bold;
}

.text-italic, .font-italic {
    font-style: italic;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.form-group.margin-0 {
    margin: 0 !important;
    padding: 0 15px 5px 0;
}

.cursor-pointer {
    cursor: pointer;
}

/*nhp*/
.pre-hide {
    display: none;
}

.cover .info {
    padding: 1em;
}

.cover .info:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}


/*upload*/
.upload-tpl .collapsible:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}

/*ui-dialog*/
.ui-dialog {
    padding: 0;
}

.ui-dialog-titlebar {
    padding: .7em 1em;
    background: #97bf0d 50% 50% repeat-x !important;
    border-color: #97bf0d;
    border-radius: 0;
    color: #fff;
}

.ui-dialog-titlebar-close {
    right: .3em;
    position: relative;
    background: 0;
    border: 0;
    float: right;
    z-index: 1;
    opacity: .4;
}

.ui-dialog-titlebar-close:focus {
    outline: 0 !important;
}

.ui-dialog-titlebar-close:after {
    position: relative;
    font-size: 1.1em;
    content: "x";
    z-index: 2;
}

.ui-dialog-titlebar-close:hover {
    opacity: 0.8;
}

.ajax-loader-container {
    padding: 140px 0;
    text-align: center;
    color: #eee;
}

.text.collapse.in {
    display: inline;
}

.blur {
    filter: blur(5px);
}

/* DataTables Detail Row */
.table > tbody > tr > td.details-control {
    padding: 0 4px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

td.details-control {
    width: 30px;
    cursor: pointer;
    color: #6c8c0d;
}

td.details-control .state-closed {
    display: block;
}

td.details-control .state-open {
    display: none;
}

tr.details td.details-control .state-closed {
    display: none;
}

tr.details td.details-control .state-open {
    display: block;
}

tr.details + tr > td {
    padding: 0;
}

table.nested-table {
    background: transparent !important;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    #userGreet {
        padding: 0 15px;
        margin-top: 0;
    }
}

/* datatables general fix */
table.dataTable thead th.sorting_disabled,
table:not(.dataTable) > thead > tr > th {
    padding: 4px !important;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.btn-group.open .dropdown-toggle {
    
}