table .action-buttons {
    white-space: nowrap;
}

.no-padding .indicator {
    margin: 12px;
}
.fancytree-container {
    outline: none !important;
}

.truncate {
    text-overflow: ellipsis;
}
.oneline {
    white-space: nowrap;
}

#dashboard > .grid-sizer {
    width: 8.33333%;
}
#dashboard > .gutter-sizer {
    width: 0;
}
@media (max-width: 767px) {
    #dashboard .clear-xs {
        clear: left;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    #dashboard .clear-sm {
        clear: left;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    #dashboard .clear-md {
        clear: left;
    }
}
@media (min-width: 1201px) {
    #dashboard .clear-lg {
        clear: left;
    }
}
#dashboard .sortable-placeholder {
    border: 5px dashed #d2d2d2;
    background-color: #f5f5f5;
    visibility: visible;
    display: block;
    position: relative;
}
#dashboard .ui-sortable-helper,
#dashboard > .widget-container {
    /* percent width fix
       * http://stackoverflow.com/a/17584911
       */
    margin-left: -1px !important;
    padding-bottom: 12px;
    position: relative;
}
#dashboard #add-widget {
    margin: 0;
    padding: 10% 0;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-top: 1px solid #d2d2d2;
    transition: color 500ms;
    color: #d2d2d2;
    font-size: 8em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
#dashboard #add-widget:hover {
    color: #69bfe0;
}
#dashboard .widget-container .widget-box,
#dashboard .widget-container .widget-main,
#dashboard .widget-container .widget-body {
    position: relative;
}
#dashboard .widget-container .widget-header {
    position: relative;
}
#dashboard .widget-container .widget-header .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
}
#dashboard .widget-container .widget-body figure {
    display: block;
    width: 100%;
    position: relative;
}
#dashboard .widget-container .widget-body .feed .activity {
    padding-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 5px;
}
#dashboard .widget-container .widget-body .feed .activity header {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3em;
    cursor: pointer;
}
#dashboard .widget-container .widget-body .feed .activity header:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
#dashboard .widget-container .widget-body .feed .activity .time {
    opacity: .5;
}
#dashboard .widget-container .widget-body .feed .activity .content {
    display: none;
}
#dashboard .widget-container .widget-body .feed .activity .content img {
    margin-right: 10px;
    max-width: 32%;
    height: auto;
    float: left;
}
#dashboard .widget-container .widget-body .feed .activity.active .content {
    margin: 5px 0;
    display: block;
}
#dashboard .widget-container.inherited .widget-header,
#dashboard .widget-container.inherited .widget-body {
    border-color: #69bfe0;
}
#dashboard .widget-container.is-inheritance .widget-header,
#dashboard .widget-container.is-inheritance .widget-body {
    border-color: #e6bd6f;
}
#dashboard .widget-container footer {
    padding-top: 12px;
    word-break: break-all;
}
#dashboard .widget-container span.key {
    margin-right: 1ex;
}
#dashboard .widget-container span.key.caption {
    display: inline;
    color: #00aced;
}
#dashboard .widget-container span.key.color {
    display: inline-block;
    vertical-align: baseline;
    width: 1ex;
    height: 1ex;
}
#dashboard .widget-container figure > span.ratio {
    width: 100%;
    display: block;
}
#dashboard .widget-container figure > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#dashboard .widget-container[id]:after {
    display: none;
    content: ":" attr(data-id);
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.5;
    font-size: 8pt;
    font-family: Tahoma, sans-serif;
}
#dashboard.sortable > .widget-container > .widget-box > .widget-header {
    cursor: move;
}

.navbar {
    background: none repeat scroll 0 0 #323A45;
}

.navbar .navbar-brand {
    color: #989898;
}

.tags{
    width : 75%; /* eq.: col-sm-9 */
}

/* chosen input */
.chosen-container>.chosen-single, [class*=chosen-container]>.chosen-single {
    line-height: 30px;
    height: 34px;
}

.chosen-container-multi .chosen-choices {
    padding: 0 3px;
    line-height: 32px;
    height: 34px;
    box-shadow: none;
    background: #FAFAFA;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 13px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto !important;
    padding: 0 5px;
}

.chosen-container .chosen-choices .search-field:only-child,
.chosen-container .chosen-choices .search-field:only-child input {
     width: 100% !important;
}

.chosen-container .chosen-results {
    max-height: 210px;
}

.chosen-container {
    width: 100% !important;
}

.wide {
    width: 70% !important;
}

.mediapool {
    width: auto !important;
}

.mediapoolSelection label {
    display: block;
}

/*
.form-horizontal{
    padding-top:10px;
}

.modal-body{
    padding:0px;
}
*/

.form-actions{
    bottom:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #C5D0DC;
    border-top:none;
    text-align: right;
}

.btn .icon.right{
    margin-left:5px;
}


/** jqx tree **/
.jqx-tree-item-selected{
    border-color:#dedede !important;
    color: #000 !important;
    background-color:#F0F0F0 !important;
}

/** fuelux repeater */
.fuelux .repeater {
    border: none;
}

.fuelux .dropUp, .fuelux .dropup {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.fuelux .repeater .repeater-itemization .btn,
.fuelux .repeater .repeater-itemization .btn-group+.btn,
.fuelux .repeater .repeater-itemization .btn-group>.btn,
.fuelux .repeater .repeater-search .btn,
.fuelux .repeater .repeater-views .btn,
.fuelux .repeater .repeater-pagination .btn {
    border: 1px solid transparent;
}