body {
    padding-top: 56px;
    overflow-y: auto;
}

.breadcrumb {
    padding-left: 12px;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.right {
    text-align: right;
}

/* UI */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret_up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.list_filter {
    background-color: rgb(242, 242, 242);
    padding: 10px 5px 5px 5px;
}

/*.list_filter>form>span>select {
    font-size: 11px;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 0px;
    height: 22px;
    color: black;
    width: 150px;
}*/
label.required > span {
    color: red;
    position: relative;
    top: -2px;
}

.bg-primary a, .bg-primary th {
    color: #fff;
}

.list_filter>form>span {
    white-space: nowrap;
    width: 250px;
    display: inline-block;
    text-align: right;
    padding-bottom: 5px;
}

div.list_filter>form>span>input[type=text], div.list_filter>form>span>input[type=number], div.list_filter>form>span>select {
    width: 150px;
    display: inline;
}

.list_filter_butt {
    text-align: right;
}

.list_filter_butt>input {
}

table.list th.filter {
    position: relative;
    min-width: 50px;
}

table.list th.filter a.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 8px 5px 8px;
}

input.date {
    width: auto;
}

ul.nav.nav-tabs {
    margin-bottom: 16px;
}

tr.warning {
    background-color: #FDF5CE;
}

div.datetime-messages-group span {
    width: 50%;
}