.jumbotron p {
    overflow: auto;
}

.affix {
    top: 10px;
    position: fixed;
}

ul#example-nav.affix {
    width: 231px;
}

div.container-fluid {
    max-width: 1000px;
    margin: 0 auto;
}

div.progress {
    margin: 10px 0px;
    border: 1px solid #BCE8F1;
}

.alert h4 {
    margin-bottom: 7px;
}

address span.label {
    min-width: 75px;
    text-align: center;
}

.nav-tabs {
    margin-bottom: 15px;
}

.text-extramuted {
    color: #D1D1D1;
}

/*--------------------------- Layout Tool CSS ---------------------------*/
.indent-block {
    margin-left: 20px;
}

/*--------------------------- Typography Tool CSS ---------------------------*/
/*::  Info Tile  ::*/
.info-tile {
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    margin-bottom: 15px;
}

.info-tile h5 {
    background-color: #EEEEEE;
    padding: 5px 3px 5px 3px;
    margin: 0px;
}

.info-tile .info-tile-content {
    padding: 7px 5px 7px 5px;
}

.info-tile .info-tile-content .info-tile-row .label {
    text-align: center;
    min-width: 50px;
    margin-right: 10px;
}

.info-tile.alert-tile {
    border: 1px solid #FFBF40;
}

.info-tile.alert-tile h5 {
    background-color: #FFD073;
}

.info-tile .well {
    margin-bottom: 0px;
}

.info-tile div.info-tile-row {
    margin-bottom: 5px;
}

.info-tile div.info-tile-row label {
    font-weight: bold;
}

/*::  well  ::*/
div.well address {
    margin-bottom: 0px;
}

/*::  modal  ::*/
div.modal div.modal-header {
    position: relative;
}

div.modal div.modal-header button.close {
    position: absolute;
    top: 9px;
    right: 15px;
}

.well {
    position: relative;
}

.well a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
}

.well-small a.close {
    position: absolute;
    right: 0px;
    top: 0px;
}

/*--------------------------- Form CSS ---------------------------*/

div.control-group {
    margin-bottom: 13px !important;
}

.input-micro {
    width: 30px;
}

/*--------------------------- Table CSS ---------------------------*/
table.table-condensed tr td {
    vertical-align: middle;
}

table input,
table select {
    margin-bottom: 0px;
}

/*--------------------------- Button Tool CSS ---------------------------*/
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

div.btn-group {
    margin-left: 7px;
}

div.btn-group>.btn-group {
    margin-right: 0px !important;
}

/*--------------------------- Cardstack CSS ---------------------------*/
div.cardstack div.tab-content div.tab-pane {
    padding: 0px;
    margin-bottom: 10px;
}

div.cardstack div.tab-content form {
    margin: 0px;
}

/*--------------------------- Accordian CSS ---------------------------*/
.accordion .accordion-body label {
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}

.accordion .accordion-heading img {
    margin-top: 5px;
}

.accordion .accordion-body div.info-tile-row {
    margin-bottom: 5px;
}

/** Google Maps **/
#map_canvas {
    margin-bottom: 10px;
}

#map_canvas img {
    max-width: none;
}

/*--------------------------- Alert CSS ---------------------------*/

.alert .btn.btn-primary.alert-link,
.alert .btn.btn-success.alert-link,
.alert .btn.btn-danger.alert-link {
    color: #FFFFFF;
}

/*--------------------------- Call out CSS ---------------------------*/

.callout {
    padding: 15px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    position: relative;
}

.callout h4,
.callout h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout>a.close {
    position: absolute;
    top: 2px;
    right: 6px;
}

.callout p:last-child,
.callout ul:last-child {
    margin-bottom: 0;
}

.form-group .callout {
    margin: 0px;
    padding: 6px 12px;
    font-size: 14px;
}

.form-group .form-group .callout h4 {
    display: none;
}

.callout-error {
    border-left-color: #d43f3a;
}

.callout-error h4,
.form-group .callout-error {
    color: #d43f3a;
}

.callout-alert {
    border-left-color: #eea236;
}

.callout-alert h4,
.form-group .callout-alert {
    color: #eea236;
}

.callout-info {
    border-left-color: #46b8da;
}

.callout-info h4,
.form-group .callout-info {
    color: #46b8da;
}

.callout-success {
    border-left-color: #4cae4c;
}

.callout-success h4,
.form-group .callout-success {
    color: #4cae4c;
}

.callout-mute {
    border-left-color: #7A7A7A;
}

.callout-mute h4,
.form-group .callout-mute {
    color: #7A7A7A;
}

.callout-dark {
    border-left-color: #333333;
}

.callout-dark h4,
.form-group .callout-dark {
    color: #333333;
}

/*--------------------------- Nested button group pull-right CSS ---------------------------*/
div.btn-group>.btn-group.pull-right {
    margin-left: 0 !important;
}

/*---------------------------definition list ---------------------------*/
dl.dl-horizontal dt,
dl.dl-horizontal dd {
    padding: 4px 0;
}

dl.dl-horizontal dt {
    overflow: auto;
    text-overflow: unset;
    white-space: normal;
}

/*---------------------------Dropdown submenu ---------------------------*/
.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;
    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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

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

/*---------------------------Tooltips ---------------------------*/

.tooltip .close {
    position: absolute;
    top: -3px;
    right: -3px;
    color: rgb(127, 126, 126);
    opacity: 1;
}

.tooltip .close:hover {
    opacity: 1;
    color: #c9302c;
}