/* app css stylesheet */
body {
    padding-top: 20px;
    padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.smcaps {
    font-variant: small-caps;
}

.text-bold {
    font-weight: bold;
}

.lead {
    font-size: 1.1em;
    font-weight: bold;
}

.bg-blue {
    background-image: url(http://asimarketing.net/images/bgblue.jpg);
}

.bg-leather {
    background-image: url(http://asimarketing.net/images/leather3.jpg);
}

.body-fluid {
    padding-top:50px;
}

/*
.modal-header {
    padding: 5px;
}

.modal-body {
    padding: 5px;
}

.modal-footer {
    padding: 5px;
}
*/

ul {
    list-style: none;
}

h3 a {
    color:#4a4a4a;
}

h3 a:active {
    color:#4a4a4a;
}

h3 a:hover {
    color:#4a4a4a;
}

h3 a:link {
    color:#4a4a4a;
}

li a {
    color:#4a4a4a;
}

li a:active {
    color:#4a4a4a;
}

li a:hover {
    color:#4a4a4a;
}

li a:link {
    color:#4a4a4a;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.loading {
    background-color: #FFFFFF;
    background-image: url(http://static.topnotchgeek.com/img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-state-hover {
    background-color: #4FD953;	/* cacaca; */
}
