/*DL, DT, DD TAGS LIST DATA*/
dl {
    margin-bottom: 50px;
}

dl dt {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px;
    width: 150px;

    background-color: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    list-style: none outside none;
    padding: 8px 15px;
}

dl dd {
    margin: 2px 0;
    padding: 5px 0;
    min-height: 38px;
}

.fullWidth {
    width: 100%;
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #ffffff;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 5px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0;
}

.nav-tabs-justified > .active > a {
    border-bottom-color: #ffffff;
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca;
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rm-breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.rm-breadcrumb > li {
    display: inline-block;
}

.rm-breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.rm-breadcrumb > .active {
    color: #999999;
}

.form .form-group {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}

.form-group {
    margin: 0.55em 0;
}

.form .form-group {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.table > thead > tr > td.top,
.table > tbody > tr > td.top,
.table > tfoot > tr > td.top,
.table > thead > tr > th.top,
.table > tbody > tr > th.top,
.table > tfoot > tr > th.top,
.table > thead > tr.top > td,
.table > tbody > tr.top > td,
.table > tfoot > tr.top > td,
.table > thead > tr.top > th,
.table > tbody > tr.top > th,
.table > tfoot > tr.top > th {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.table > thead > tr > td.bottom,
.table > tbody > tr > td.bottom,
.table > tfoot > tr > td.bottom,
.table > thead > tr > th.bottom,
.table > tbody > tr > th.bottom,
.table > tfoot > tr > th.bottom,
.table > thead > tr.bottom > td,
.table > tbody > tr.bottom > td,
.table > tfoot > tr.bottom > td,
.table > thead > tr.bottom > th,
.table > tbody > tr.bottom > th,
.table > tfoot > tr.bottom > th {
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

td.lable {
    font-weight: bold;
}

td.center {
    text-align: center;
}

td.left {
    text-align: left;
}

td.right {
    text-align: right;
}