body {
    background-color: #ffffff;
    overflow-x: hidden;
}

span.box {
    transition: all 2s;
    border-top: solid black 1px;
    border-bottom: solid black 1px;
    padding: 3px;
}

span.searching {
    background-color: #AACC99;
}

span.error {
    background-color: red;
}

div.loader {
    position: fixed;
    bottom: -1em;
    left: 0;
    z-index: 100;
    font-size: 16pt;
    width: 100%;
}

div.status {
    position: fixed;
    bottom: 1em;
    left: 0;
    z-index: 50;
    font-size: 12pt;
    width: 100%;
}

div.client {
    border-left: solid #AA99CC 7px;
    padding-left: 8px;
    margin-left: 3px;
    margin-bottom: 12px;
}

div.selected {
    background-color: #DDE6EE;
    border-left: solid #8877AA 7px;
}

.navbar {
    border-radius: 0px;
}

.navbar-top {
    width: 100%;
    background-color: #646090;
    height: 69px;
}

.profile-pic-container {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    overflow: hidden;
    position: relative;
}

.profile-pic {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-height: 60px;
    min-width: 100%;
    min-height: 60px;
}

#spinner {
    position: absolute;
    top: 5;
    right: 5;
}

td:first-child {
    width: 150px;
    font-weight: bold;
}

.progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #706CA2;
}

.progress-bottom {
    display: none;
}

.progress-container {
    position: relative;
    top: 10px;
}

.progress-container .fade {
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

img.photo {
    position: absolute;
    top: 91px;
    right: 30px;
    max-width: 150px;
    box-shadow: -5px 5px 10px #888888;
    transform: rotate(4deg);
}

.paperclip {
    position: absolute;
    top: 90px;
    right: 30px;
    width: 30px;
    transform: rotate(-5deg);
    z-index: 9999999;
}

.rotate-180 {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#number-of-results {
    position: absolute;
    top: -2.2em;
    left: 1em;
}

#search-results-list-container {
    position: relative;
    top: 0;
}

.error {
    color: darkred;
}

.tab-content {
    padding-top: 2em;
}

blockquote.list-group-item-text {
    font-size: 1em;
}

@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
        border: 1px solid #dddddd;
    }
    .nav-tabs > li.active > a {
        border: 1px solid transparent;
    }
    .nav > li > a:hover,
    .nav > li > a:focus,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #eee;
        border: 1px solid transparent;
    }
}

.navbar-orfeus {
    background-color: #9695AB;
    border: #9695AB;
}

.navbar-orfeus .navbar-brand,
.navbar-orfeus .navbar-nav>li>a,
.navbar-orfeus .navbar-text {
    color: white;
}

.panel-default>.panel-heading {
    color: white;
    padding: 1.5em;
    background-color: #646090;
    border-radius: 0;
}

.panel-default {
    border-color: #eee;
}

.panel {
    -webkit-box-shadow: 0 0 30px #eee;
    box-shadow: 0 0 30px #eee;
}

.list-group {
    box-shadow: 0 0 30px #eee;
}

.list-group-item {
    border-radius: 0 !important;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #646090;
}

.btn-primary {
    background-color: #706CA2;
    border-color: #706CA2;
}

.btn-options {
    border-radius: 0 4px 4px 0;
    padding: 20px 25px;
    border: 0;
    background-color: #646090;
    font-size: 15pt;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus:hover {
    background-color: transparent;
    border-color: #ccc;
}

.detail-container .btn-default:active,
.detail-container .btn-default:focus,
.detail-container .btn-default:hover,
.detail-container .btn-default:active:focus,
.detail-container .btn-default:active:hover,
.detail-container .btn-default:focus:hover {
    background-color: white;
    color: black;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #FFFFFF;
    border-color: #adadad;
}

.btn-menu > .fa-chevron-right,
.btn-menu > div > .fa-chevron-right,
.sub-item > .fa-chevron-right {
    color: #CCC;
}

.btn-options:hover,
.btn-options:active,
.btn-options:focus {
    color: white;
}

.page-title {
    position: absolute;
    top: 13px;
    width: 100%;
    text-align: center;
    color: white;
}

.page-title h4 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 15pt;
}

.dropdown button {
    color: white;
}

.dropdown-menu {
    right: -1px;
    left: auto;
    top: 40px;
}

.dropdown-inline {
    display: inline;
}

.dropdown-menu>li>a {
    padding: 1em 50px 1em 15px;
}

.dropdown-menu>li>a .marker {
    width: 30px;
}

.dropdown-menu>li {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu>li:last-child {
    border-bottom: 0;
}

.btn-back {
    padding: 20px 25px;
    border: 0;
}

.back-btn-container,
.close-btn-container {
    position: absolute;
    top: 0;
    color: white;
}

.back-btn-container a i,
.close-btn-container a i {
    color: white;
}

.container {
    margin-top: 2em;
}

.logout {
    cursor: pointer;
    display: block;
    float: right;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 0px;
}

.shadow {
    box-shadow: 0 0 30px #eeeeee;
}

.sharp-corners {
    border-radius: 0;
}