.container {
    width: 100%;
}

.container--fancybox {
    padding: 0;
}

.container--fancybox .panel:last-child {
    margin-bottom: 0;
}

.radio label, .checkbox label {
    font-weight: bold;
}

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

label.required:after {
    content: ' *';
    color: red;
}

#builder-holder {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu ul {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.navbar-nav > .dropdown-submenu > a:after {
    content: '';
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu.menu_level_1 .dropdown-submenu > a:before {
    content: '';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -20px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.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;
}

.dropdown-menu > li > a {
    padding-right: 30px;
}

.form-signin {
    max-width: 320px;
    margin: 0 auto;
}

.container {
    width: 100%;
}

#toggleSidebar {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #777;
}

#toggleSidebar .fa {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#toggleSidebar.open .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dhtmlx-message {
    background-color: #333;
}

.dhtmlx-alert-warning .dhtmlx_popup_title {
    color: #FFF;
    background: #FF0000;
}

.dhtmlx-alert-warning .dhtmlx_popup_button:first-child {
    background: #FF0000;
    color: #FFFFFF;
}

.panel-toggle {
    cursor: pointer;
}

.panel-title .fa {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.panel-title.open .fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.fa::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #333;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #d9edf7;
    border-color: #d9edf7;
    color: #337ab7;
}
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

/* Red styling for menu items with missing data */
.navbar-default .navbar-nav > li.missing-prices > a,
.navbar-default .navbar-nav > li.missing-prices > a:focus,
.navbar-default .navbar-nav > li.missing-prices > a:visited {
    background-color: #d9534f !important;
    color: #fff !important;
}

.navbar-default .navbar-nav > li.missing-prices:hover > a,
.navbar-default .navbar-nav > li.missing-prices > a:hover {
    background-color: #c9302c !important;
    color: #fff !important;
}

/* For dropdown menu items */
.dropdown-menu > li.missing-prices > a {
    background-color: #d9534f !important;
    color: #fff !important;
}

.dropdown-menu > li.missing-prices:hover > a,
.dropdown-menu > li.missing-prices > a:hover {
    background-color: #c9302c !important;
    color: #fff !important;
}
