.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-left-20 { margin-left: 2.0em; }
.padding-left-0 { padding-left: 0em; }

.dl-horizontal dt{
    text-align: center;
    width: 100px;
}

.dl-horizontal dd{
    margin-left: 0;
    margin-bottom: 1em;
}

.bold-top-border {
    border-top: 3px solid #dce0e1;
}

.bold-left-border {
    border-left: 3px solid #dce0e1;
}

.disabled a {
    color: #777;
}

.disabled a:hover {
    text-decoration: none;
    cursor: not-allowed;
}

.striped-fixed-odd-column {
    background-color: rgb(236,240,241);
}
.striped-fixed-even-column {
    background-color: rgb(249,249,249);
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
    margin: 1em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

/* .five-dropdown-in-table .dropdown button { */
/*    border: 0; */
/*    padding: 0; */
/*    text-overflow: ellipsis; */
/*    overflow: hidden; */
/*    max-width: auto; */
/*    white-space: nowrap; */
/* } */

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