body {
    font-family: "Roboto", sans-serif;
    /*height: 100%;
    overflow: hidden;*/
}

#header {
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    width: 100%;
}

#content {
    width: 70%;
    float: left;
}

.content-contrib {
    position: fixed;
}

#player {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#command {
    float: right;
    width: 30%;
    /* overflow-y: hidden !important; */
}

#footer {
    clear: both;
    padding-top: 15px;
    margin-left: 15px;
    color: #d4d4d4;
}

.menuitem {
    float: left;
    padding: 0 10px 0 10px;
    margin-right: 30px;
}

.menudocflag {
    float: left;
    padding: 0 10px 0 0;
    margin-left: -20px;
    margin-right: 30px;
}

#menu {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 5px 0 5px 0;
}

.logout {
    float: right;
    padding-left: 50px;
}

.logo {
    height: 80px;
    padding-top: 5px;
}

.btn-success {
    background-color: #44B0A7;
    border-color: #44B0A7;
    color: white;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #44B0A7;
    border-color: #44B0A7;
    color: white;
}

thead {
    color: #BBB
}

.menuitem a {
    color: #44B0A7;
}

.menuitem a:hover {
    color: #FECC38;
}

.menuitem.selected {
    border: 1px solid #EEE;
    padding: 0 10px 0 10px;
}

.menuitem.selected a {
    color: black;
}

.pagination > .active > a {
    background-color: #FECC38;
    border-color: #FECC38;
}

.pagination > .active > a:hover {
    background-color: #FECC38;
    border-color: #FECC38;
}

.input-group .input-group-addon {
    line-height: 1 !important;
}

#tableUser td.action {
    text-align: right;
}

.login-name {
    padding-right: 20px;
}

.logged-as {
    padding-right: 20px;
    color: #D44946;
}

.form-control:focus {
    border-color: #FECC38;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 221, 73, 0.5);
}

input[type=checkbox]:focus {
    box-shadow: none !important;
}

span.uppercase {
    text-transform: uppercase;
    color: #FECC38;
}

.login {
    width: 500px;
    height: 380px;
    border: 1px solid #FECC38;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
}

.div-login {
    padding-left: 60px;
    padding-top: 30px;
}

.div-login label {
    width: 100px;
}

.submit {
    padding: 15px 0 0 205px;
}

@-moz-document url-prefix() {
    .submit {
        padding: 15px 0 0 232px;
    }
}

.login #footer {
    padding: 50px 0 0 35px;
}

#project-select {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#project-select h4 {
    padding-bottom: 30px;
}

#project-select .project-select-item {
    padding: 15px 0 15px 0;
    list-style-type: none;
}

#project-select a {
    color: #44B0A7;
}

#project-select a.visited {
    color: #44B0A7;
}

#project-select .project-select-msg {
    padding-bottom: 350px;
}

.project-users {
    padding-bottom: 15px;
    margin-top: -5px;
}

.project-users .project-user-grouplist {
    padding: 0 0 10px 10px;

}

.project-users .userlabel {
    padding-bottom: 10px;
}

.project-users .project-user-delete {
    margin-top: 8px;
}

.project-users a.project-user-remove {
    color: red;
}

/** firefox **/
@-moz-document url-prefix() {
    .project-users .project-user-delete {
        padding-top: 7px;
    }
}

.project-user-select-div {
    padding-left: 10px;
}

form .glyphicon-remove {
    color: #D44946;
}

#avatar-content {
    padding: 0;
}

#tableUser .glyphicon-minus, #tableProject .glyphicon-minus {
    color: #CCC;
}

#tableUser .glyphicon-ok, #tableProject .glyphicon-ok {
    color: #3CA79D;
}




/* doc */

#doc {
    margin: 0 15px 15px 15px;
    border: 1px solid #EEE;
    padding: 0 10px 0 10px;
}

h1, h2, h3 {
    border-bottom: 2px solid #fafafa;
    margin-bottom: 1.15rem;
    padding-bottom: .5rem;
    text-align: left;
}

h1 {
    font-size: x-large;
    color: black;
}

h2 {
    font-size: x-large;
    color: #44B0A7;
}

h3 {
    font-size: large;
    color: #FECC38;
}

img.alpha {
    opacity: 0.2;
}