/* CSS Document */

/*

* html .ui-autocomplete {
    height: 114px;
}

blockquote {
    font-size: 90%;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    font-size: 90%;
}

.footBox {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

.footerURL {
    color: white;
}

.footerURL:hover {
    color: rgb(255, 255, 255, .8);
}

.fotorama__caption__wrap {
    font-size: 180%;
    font-weight: bold;
    color: black;
    background-color: white;
    width: 100%;
    opacity: .9;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -105px;
}

.h1 {
    margin-top: 0px;
}

.h1, h2, h3, h4 {
    font-weight: bolder;
}

.hoverColor {
    transition: 0.7s;
    background-color: rgb(28, 44, 57, 1);
    color: white;
}

.hoverColor:hover {
    transition: 0.7s;
    background-color: #5cb85c;
    color: white;
}

.labelType {
    margin-top: -35px;
    margin-left: -10px;
    box-shadow: 10px 10px 5px #888888;
    max-width: 90px;
    margin-bottom: 20px;
}

label {
    font-weight: bold;
}

.modal-footer {
    border-top: none;
}

.modal-header {
    border-bottom: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(0, 148, 204, 1);
}

.sectionTitleDetail {
    margin-top: 0px;
}

strong {
    font-weight: bold;
}

.taskCompletedRow {
    display: none;
}

.ui-autocomplete {
    max-height: 114px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item {
    list-style: none;
    margin-left: -30px;
    font-family: Helvetica Neue;
    text-decoration: none;
}

.ui-widget-content a {
    text-decoration: none;
    background: none;
}

ul#ui-id-1.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 360px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

ul.ui-autocomplete.ui-menu {
    z-index: 1000;
}

#defaultCountdown {
    width: 100%;
    height: 60px;
    background-color: #428bca;
    color: #FFFFFF;
    font-size: 125%;
}

#documentSortable {
    list-style-type: none;
}

#documentSortable li {
    margin: 3px 25px 15px 0px;
}

#messagePanelDetailDiv {
    cursor: pointer;
}

#synth-pad {
    height: 500px;
    width: 100%;
    border-radius: 3px;
    background: #1E1E1E url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIUlEQVQYV2P8+vWrJAMRgBGkkJub+zkhtaMK8YYQ0cEDABxGJwNr5yClAAAAAElFTkSuQmCC);
}

#synth-pad:hover {
    cursor: crosshair;
}

*/